Home
last modified time | relevance | path

Searched refs:AutoThresholdImage (Results 1 – 10 of 10) sorted by relevance

/external/ImageMagick/MagickCore/
Dthreshold.h45 AutoThresholdImage(Image *,const AutoThresholdMethod,ExceptionInfo *),
Dmethods.h110 #define AutoThresholdImage PrependMagickMethod(AutoThresholdImage) macro
Dthreshold.c662 MagickExport MagickBooleanType AutoThresholdImage(Image *image, in AutoThresholdImage() function
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1192 using MagickCore::AutoThresholdImage;
/external/ImageMagick/Magick++/lib/
DImage.cpp2060 AutoThresholdImage(image(),method_, exceptionInfo); in autoThreshold()
/external/ImageMagick/MagickWand/
Doperation.c1833 (void) AutoThresholdImage(_image,method,_exception); in CLISimpleOperatorImage()
Dmogrify.c942 (void) AutoThresholdImage(*image,method,exception); in MogrifyImage()
Dmagick-image.c869 return(AutoThresholdImage(wand->images,method,wand->exception)); in MagickAutoThresholdImage()
/external/ImageMagick/PerlMagick/
DMagick.xs7683 AutoThresholdImage = 294 in Mogrify()
11498 (void) AutoThresholdImage(image,method,exception); in Mogrify()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in7682 AutoThresholdImage = 294
11504 (void) AutoThresholdImage(image,method,exception);