MagickCore
7.0.0
|
#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 |
Definition at line 25 of file statistic.h.
double _ChannelStatistics::area |
Definition at line 31 of file statistic.h.
Referenced by GetImageStatistics().
size_t _ChannelStatistics::depth |
Definition at line 28 of file statistic.h.
Referenced by GetImageStatistics(), and IdentifyImage().
double _ChannelStatistics::kurtosis |
Definition at line 31 of file statistic.h.
Referenced by GetImageStatistics().
double _ChannelStatistics::maxima |
Definition at line 31 of file statistic.h.
Referenced by GetImageStatistics().
double _ChannelStatistics::mean |
Definition at line 31 of file statistic.h.
Referenced by GetImageMean(), GetImageStatistics(), and GetNormalizedCrossCorrelationDistortion().
double _ChannelStatistics::minima |
Definition at line 31 of file statistic.h.
Referenced by GetImageStatistics().
double _ChannelStatistics::skewness |
Definition at line 31 of file statistic.h.
Referenced by GetImageStatistics().
double _ChannelStatistics::standard_deviation |
Definition at line 31 of file statistic.h.
Referenced by GetImageMean(), GetImageStatistics(), and GetNormalizedCrossCorrelationDistortion().
double _ChannelStatistics::sum |
Definition at line 31 of file statistic.h.
Referenced by GetImageStatistics().
double _ChannelStatistics::sum_cubed |
Definition at line 31 of file statistic.h.
Referenced by GetImageStatistics().
double _ChannelStatistics::sum_fourth_power |
Definition at line 31 of file statistic.h.
Referenced by GetImageStatistics().
double _ChannelStatistics::sum_squared |
Definition at line 31 of file statistic.h.
Referenced by GetImageStatistics().
double _ChannelStatistics::variance |
Definition at line 31 of file statistic.h.
Referenced by GetImageMean(), and GetImageStatistics().