From 66d5c682097b071fbad08084033ca5a335a1e8b9 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 6 Apr 2014 15:51:36 +0200 Subject: remove unnecessary halo elimination MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/interpolation.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/interpolation.py b/src/interpolation.py index 9fd98f1..e43592f 100644 --- a/src/interpolation.py +++ b/src/interpolation.py @@ -182,8 +182,6 @@ def monotonicly_cubicly_interpolate_ramp(r, g, b, tension = 0): mj, mk = c_ * ms[j], c_ * ms[k] # Interpolation large[i] = pj + h10(w) * mj + h01(w) * (pk - pj) + h11(w) * mk - ## Check local monotonicity - eliminate_halos(r, g, b, R, G, B) return (R, G, B) -- cgit v1.2.3-70-g09d2