OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetImageStatistics
(Results
1 - 11
of
11
) sorted by null
/external/ImageMagick/MagickCore/
statistic.h
132
*
GetImageStatistics
(const Image *,ExceptionInfo *);
compare.c
904
image_statistics=
GetImageStatistics
(image,exception);
905
reconstruct_statistics=
GetImageStatistics
(reconstruct_image,exception);
[
all
...]
methods.h
429
#define
GetImageStatistics
PrependMagickMethod(
GetImageStatistics
)
[
all
...]
identify.c
708
channel_statistics=
GetImageStatistics
(image,exception);
[
all
...]
statistic.c
[
all
...]
/external/ImageMagick/www/api/
statistic.php
55
<p class="text-center"><a href="statistic.php#EvaluateImage">EvaluateImage</a> • <a href="statistic.php#FunctionImage">FunctionImage</a> • <a href="statistic.php#GetImageEntropy">GetImageEntropy</a> • <a href="statistic.php#GetImageExtrema">GetImageExtrema</a> • <a href="statistic.php#GetImageKurtosis">GetImageKurtosis</a> • <a href="statistic.php#GetImageMean">GetImageMean</a> • <a href="statistic.php#GetImageMoments">GetImageMoments</a> • <a href="statistic.php#GetImagePerceptualHash">GetImagePerceptualHash</a> • <a href="statistic.php#GetImageRange">GetImageRange</a> • <a href="statistic.php#
GetImageStatistics
">
GetImageStatistics
</a> • <a href="statistic.php#PolynomialImage">PolynomialImage</a> • <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/
Statistic.cpp
637
channel_statistics=
GetImageStatistics
(image_.constImage(),exceptionInfo);
/external/ImageMagick/coders/
json.c
877
channel_statistics=
GetImageStatistics
(image,exception);
[
all
...]
/external/ImageMagick/MagickWand/
magick-image.c
[
all
...]
/external/ImageMagick/PerlMagick/
Magick.xs
[
all
...]
/external/ImageMagick/PerlMagick/quantum/
quantum.xs.in
[
all
...]
Completed in 3467 milliseconds