|
MagickCore
6.7.5
|
#include <statistic.h>
Data Fields | |
| size_t | depth |
| 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 |
| size_t _ChannelStatistics::depth |
Definition at line 28 of file statistic.h.
Referenced by IdentifyImage(), and GetImageStatistics().
| 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 GetNormalizedCrossCorrelationDistortion(), GetImageMean(), and GetImageStatistics().
| 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().
Definition at line 31 of file statistic.h.
Referenced by GetNormalizedCrossCorrelationDistortion(), GetImageMean(), and GetImageStatistics().
| double _ChannelStatistics::sum |
Definition at line 31 of file statistic.h.
Referenced by GetImageStatistics().
Definition at line 31 of file statistic.h.
Referenced by GetImageStatistics().
Definition at line 31 of file statistic.h.
Referenced by GetImageStatistics().
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().