Searched refs:AutoThresholdImage (Results 1 – 10 of 10) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | threshold.h | 45 AutoThresholdImage(Image *,const AutoThresholdMethod,ExceptionInfo *),
|
D | methods.h | 110 #define AutoThresholdImage PrependMagickMethod(AutoThresholdImage) macro
|
D | threshold.c | 662 MagickExport MagickBooleanType AutoThresholdImage(Image *image, in AutoThresholdImage() function
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 1192 using MagickCore::AutoThresholdImage;
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 2060 AutoThresholdImage(image(),method_, exceptionInfo); in autoThreshold()
|
/external/ImageMagick/MagickWand/ |
D | operation.c | 1833 (void) AutoThresholdImage(_image,method,_exception); in CLISimpleOperatorImage()
|
D | mogrify.c | 942 (void) AutoThresholdImage(*image,method,exception); in MogrifyImage()
|
D | magick-image.c | 869 return(AutoThresholdImage(wand->images,method,wand->exception)); in MagickAutoThresholdImage()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 7683 AutoThresholdImage = 294 in Mogrify() 11498 (void) AutoThresholdImage(image,method,exception); in Mogrify()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 7682 AutoThresholdImage = 294 11504 (void) AutoThresholdImage(image,method,exception);
|