Searched refs:GetImageMean (Results 1 – 8 of 8) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | statistic.h | 169 GetImageMean(const Image *,double *,double *,ExceptionInfo *),
|
D | methods.h | 441 #define GetImageMean PrependMagickMethod(GetImageMean) macro
|
D | fx.c | 456 (void) GetImageMean(image,&mean,&standard_deviation,exception); in FxChannelStatistics() 491 (void) GetImageMean(image,&mean,&standard_deviation,exception); in FxChannelStatistics()
|
D | property.c | 3084 (void) GetImageMean(image,&mean,&standard_deviation,exception); in GetMagickProperty() 3349 (void) GetImageMean(image,&mean,&standard_deviation,exception); in GetMagickProperty()
|
D | enhance.c | 132 (void) GetImageMean(image,&mean,&sans,exception); in AutoGammaImage() 150 status=GetImageMean(image,&mean,&sans,exception); in AutoGammaImage()
|
D | statistic.c | 1339 MagickExport MagickBooleanType GetImageMean(const Image *image,double *mean, in GetImageMean() function
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 1369 using MagickCore::GetImageMean;
|
/external/ImageMagick/MagickWand/ |
D | magick-image.c | 4466 status=GetImageMean(wand->images,mean,standard_deviation,wand->exception); in MagickGetImageMean()
|