(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
1 changed files with 3 additions and 3 deletions

View File

@ -1436,9 +1436,9 @@ vips_interpolate_nohalo2_class_init( VipsInterpolateNohalo2Class *klass )
object_class->nickname = "nohalo2";
object_class->description = _( "Smoother and more edge-enhancing nohalo1" );
interpolate_class->interpolate = vips_interpolate_nohalo2_interpolate;
interpolate_class->window_size = 5;
interpolate_class->window_size = 2;
interpolate_class->interpolate = vips_interpolate_nohalo2_interpolate;
interpolate_class->window_size = 5;
interpolate_class->window_offset = 2;
}
static void