add nohalo2 (nohalo level 2)
This commit is contained in:
parent
1cd38646b8
commit
e02836afbe
@ -8,6 +8,7 @@ libresample_la_SOURCES = \
|
|||||||
yafrsmooth.cpp \
|
yafrsmooth.cpp \
|
||||||
nohalo1.cpp \
|
nohalo1.cpp \
|
||||||
snohalo1.cpp \
|
snohalo1.cpp \
|
||||||
|
nohalo2.cpp \
|
||||||
templates.h \
|
templates.h \
|
||||||
transform.c \
|
transform.c \
|
||||||
resample_dispatch.c
|
resample_dispatch.c
|
||||||
|
@ -449,6 +449,7 @@ vips__interpolate_init( void )
|
|||||||
extern GType vips_interpolate_yafrsmooth_get_type( void );
|
extern GType vips_interpolate_yafrsmooth_get_type( void );
|
||||||
extern GType vips_interpolate_nohalo1_get_type( void );
|
extern GType vips_interpolate_nohalo1_get_type( void );
|
||||||
extern GType vips_interpolate_snohalo1_get_type( void );
|
extern GType vips_interpolate_snohalo1_get_type( void );
|
||||||
|
extern GType vips_interpolate_nohalo2_get_type( void );
|
||||||
|
|
||||||
vips_interpolate_nearest_get_type();
|
vips_interpolate_nearest_get_type();
|
||||||
vips_interpolate_bilinear_get_type();
|
vips_interpolate_bilinear_get_type();
|
||||||
@ -456,6 +457,7 @@ vips__interpolate_init( void )
|
|||||||
vips_interpolate_yafrsmooth_get_type();
|
vips_interpolate_yafrsmooth_get_type();
|
||||||
vips_interpolate_nohalo1_get_type();
|
vips_interpolate_nohalo1_get_type();
|
||||||
vips_interpolate_snohalo1_get_type();
|
vips_interpolate_snohalo1_get_type();
|
||||||
|
vips_interpolate_nohalo2_get_type();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Make an interpolator from a nickname.
|
/* Make an interpolator from a nickname.
|
||||||
|
1139
libsrc/resample/nohalo2.cpp
Normal file
1139
libsrc/resample/nohalo2.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user