Searched refs:GetImageStatistics (Results 1 - 11 of 11) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dstatistic.h132 *GetImageStatistics(const Image *,ExceptionInfo *);
H A Dcompare.c904 image_statistics=GetImageStatistics(image,exception);
905 reconstruct_statistics=GetImageStatistics(reconstruct_image,exception);
H A Dmethods.h429 #define GetImageStatistics PrependMagickMethod(GetImageStatistics) macro
H A Didentify.c708 channel_statistics=GetImageStatistics(image,exception);
H A Dstatistic.c1133 channel_statistics=GetImageStatistics(image,exception);
1399 channel_statistics=GetImageStatistics(image,exception);
2016 % GetImageStatistics() returns statistics for each channel in the image. The
2021 % channel_statistics=GetImageStatistics(image,exception);
2026 % The format of the GetImageStatistics method is:
2028 % ChannelStatistics *GetImageStatistics(const Image *image,
2038 MagickExport ChannelStatistics *GetImageStatistics(const Image *image,
2027 MagickExport ChannelStatistics *GetImageStatistics(const Image *image, function
/external/ImageMagick/www/api/
H A Dstatistic.php55 <p class="text-center"><a href="statistic.php#EvaluateImage">EvaluateImage</a> &bull; <a href="statistic.php#FunctionImage">FunctionImage</a> &bull; <a href="statistic.php#GetImageEntropy">GetImageEntropy</a> &bull; <a href="statistic.php#GetImageExtrema">GetImageExtrema</a> &bull; <a href="statistic.php#GetImageKurtosis">GetImageKurtosis</a> &bull; <a href="statistic.php#GetImageMean">GetImageMean</a> &bull; <a href="statistic.php#GetImageMoments">GetImageMoments</a> &bull; <a href="statistic.php#GetImagePerceptualHash">GetImagePerceptualHash</a> &bull; <a href="statistic.php#GetImageRange">GetImageRange</a> &bull; <a href="statistic.php#GetImageStatistics">GetImageStatistics</a> &bull; <a href="statistic.php#PolynomialImage">PolynomialImage</a> &bull; <a href="statistic.php#StatisticImage">StatisticImage</a></p>
357 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/statistic_8c.html" id="GetImageStatistics">GetImageStatistics</a></h2>
359 <p>GetImageStatistics() returns statistics for each channel in the image. The statistics include the channel depth, its minima, maxima, mean, standard deviation, kurtosis and skewness. You can access the red channel mean, for example, like this:</p>
362 channel_statistics=GetImageStatistics(image,exception);
368 <p>The format of the GetImageStatistics method is:</p>
371 ChannelStatistics *GetImageStatistics(const Image *image,
/external/ImageMagick/Magick++/lib/
H A DStatistic.cpp637 channel_statistics=GetImageStatistics(image_.constImage(),exceptionInfo);
/external/ImageMagick/coders/
H A Djson.c877 channel_statistics=GetImageStatistics(image,exception);
/external/ImageMagick/MagickWand/
H A Dmagick-image.c4330 return(GetImageStatistics(wand->images,wand->exception));
/external/ImageMagick/PerlMagick/
H A DMagick.xs14426 channel_statistics=GetImageStatistics(image,exception);
/external/ImageMagick/PerlMagick/quantum/
H A Dquantum.xs.in14426 channel_statistics=GetImageStatistics(image,exception);

Completed in 1250 milliseconds