Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dthreshold.h45 AutoThresholdImage(Image *,const AutoThresholdMethod,ExceptionInfo *),
Dmethods.h105 #define AutoThresholdImage PrependMagickMethod(AutoThresholdImage) macro
Dthreshold.c658 MagickExport MagickBooleanType AutoThresholdImage(Image *image, in AutoThresholdImage() function
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1163 using MagickCore::AutoThresholdImage;
/external/ImageMagick/Magick++/lib/
DImage.cpp2060 AutoThresholdImage(image(),method_, exceptionInfo); in autoThreshold()
/external/ImageMagick/MagickWand/
Doperation.c1817 (void) AutoThresholdImage(_image,method,_exception); in CLISimpleOperatorImage()
Dmogrify.c911 (void) AutoThresholdImage(*image,method,exception); in MogrifyImage()
/external/ImageMagick/PerlMagick/
DMagick.xs7645 AutoThresholdImage = 294 in Mogrify()
11450 (void) AutoThresholdImage(image,method,exception); in Mogrify()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in7644 AutoThresholdImage = 294
11456 (void) AutoThresholdImage(image,method,exception);