(done in last commit by mistake) replace nohalo2.cpp by one level of nohalo + lbb finishing scheme + fixed its window_offset; will become nohalo.cpp asap

This commit is contained in:
Nicolas Robidoux 2010-05-16 15:45:51 +00:00
parent b95939f0e1
commit e80140c817

View File

@ -1438,7 +1438,7 @@ vips_interpolate_nohalo2_class_init( VipsInterpolateNohalo2Class *klass )
interpolate_class->interpolate = vips_interpolate_nohalo2_interpolate;
interpolate_class->window_size = 5;
interpolate_class->window_size = 2;
interpolate_class->window_offset = 2;
}
static void