Searched refs:AutoThresholdImage (Results 1 – 9 of 9) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | threshold.h | 45 AutoThresholdImage(Image *,const AutoThresholdMethod,ExceptionInfo *),
|
D | methods.h | 105 #define AutoThresholdImage PrependMagickMethod(AutoThresholdImage) macro
|
D | threshold.c | 658 MagickExport MagickBooleanType AutoThresholdImage(Image *image, in AutoThresholdImage() function
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 1163 using MagickCore::AutoThresholdImage;
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 2060 AutoThresholdImage(image(),method_, exceptionInfo); in autoThreshold()
|
/external/ImageMagick/MagickWand/ |
D | operation.c | 1817 (void) AutoThresholdImage(_image,method,_exception); in CLISimpleOperatorImage()
|
D | mogrify.c | 911 (void) AutoThresholdImage(*image,method,exception); in MogrifyImage()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 7645 AutoThresholdImage = 294 in Mogrify() 11450 (void) AutoThresholdImage(image,method,exception); in Mogrify()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 7644 AutoThresholdImage = 294 11456 (void) AutoThresholdImage(image,method,exception);
|