(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:
parent
b95939f0e1
commit
e80140c817
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user