MagickCore  7.0.10
Convert, Edit, Or Compose Bitmap Images
_ChannelStatistics Struct Reference

#include <statistic.h>

Data Fields

size_t depth
 
double area
 
double minima
 
double maxima
 
double sum
 
double sum_squared
 
double sum_cubed
 
double sum_fourth_power
 
double mean
 
double variance
 
double standard_deviation
 
double kurtosis
 
double skewness
 
double entropy
 

Field Documentation

double _ChannelStatistics::area

Referenced by GetImageStatistics().

size_t _ChannelStatistics::depth
double _ChannelStatistics::entropy
double _ChannelStatistics::kurtosis
double _ChannelStatistics::maxima
double _ChannelStatistics::mean
double _ChannelStatistics::minima
double _ChannelStatistics::skewness
double _ChannelStatistics::standard_deviation
double _ChannelStatistics::sum

Referenced by GetImageStatistics().

double _ChannelStatistics::sum_cubed

Referenced by GetImageStatistics().

double _ChannelStatistics::sum_fourth_power

Referenced by GetImageStatistics().

double _ChannelStatistics::sum_squared

Referenced by GetImageStatistics().

double _ChannelStatistics::variance

Referenced by GetImageStatistics().


The documentation for this struct was generated from the following file: