Home
last modified time | relevance | path

Searched refs:im_maxvalue (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/vips/vips-8.12.0/libvips/deprecated/
H A Dmorph_dispatch.c224 return( im_maxvalue( iv->vec, argv[1], iv->n ) ); in maxvalue_vec()
H A Dvips7compat.c1579 im_maxvalue( IMAGE **in, IMAGE *out, int n ) in im_maxvalue() function
/dports/graphics/vips/vips-8.12.0/libvips/include/vips/
H A Dvips7compat.h718 int im_maxvalue( VipsImage **in, VipsImage *out, int n );
/dports/graphics/vips/vips-8.12.0/
H A DChangeLog2740 - added im_rank_image() ... im_maxvalue() a special case of this
3311 - new function im_maxvalue()
3312 - im_compass()/im_lindetect() reimplemented with im_conv()/im_maxvalue(),