Home
last modified time | relevance | path

Searched refs:GetImageMean (Results 1 – 8 of 8) sorted by relevance

/external/ImageMagick/MagickCore/
Dstatistic.h153 GetImageMean(const Image *,double *,double *,ExceptionInfo *),
Dmethods.h427 #define GetImageMean PrependMagickMethod(GetImageMean) macro
453 #define GetImageMean PrependMagickMethod(GetImageMean) macro
Dproperty.c2930 (void) GetImageMean(image,&mean,&standard_deviation,exception); in GetMagickProperty()
3096 (void) GetImageMean(image,&mean,&standard_deviation,exception); in GetMagickProperty()
Denhance.c131 (void) GetImageMean(image,&mean,&sans,exception); in AutoGammaImage()
149 status=GetImageMean(image,&mean,&sans,exception); in AutoGammaImage()
Dfx.c1188 (void) GetImageMean(image,&mean,&standard_deviation,exception); in FxChannelStatistics()
1215 (void) GetImageMean(image,&mean,&standard_deviation,exception); in FxChannelStatistics()
Dstatistic.c1376 MagickExport MagickBooleanType GetImageMean(const Image *image,double *mean, in GetImageMean() function
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1317 using MagickCore::GetImageMean;
/external/ImageMagick/MagickWand/
Dmagick-image.c4157 status=GetImageMean(wand->images,mean,standard_deviation,wand->exception); in MagickGetImageMean()