MagickCore
7.0.11
|
#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 |
double | median |
Definition at line 29 of file statistic.h.
double _ChannelStatistics::area |
Definition at line 35 of file statistic.h.
Referenced by GetImageStatistics().
size_t _ChannelStatistics::depth |
Definition at line 32 of file statistic.h.
Referenced by GetImageStatistics(), and IdentifyImage().
double _ChannelStatistics::entropy |
Definition at line 35 of file statistic.h.
Referenced by GetImageEntropy(), and GetImageStatistics().
double _ChannelStatistics::kurtosis |
Definition at line 35 of file statistic.h.
Referenced by GetImageKurtosis(), and GetImageStatistics().
double _ChannelStatistics::maxima |
Definition at line 35 of file statistic.h.
Referenced by GetImageStatistics(), GetLocationStatistics(), and PrintChannelLocations().
double _ChannelStatistics::mean |
Definition at line 35 of file statistic.h.
Referenced by GetImageMean(), GetImageStatistics(), and GetNormalizedCrossCorrelationDistortion().
double _ChannelStatistics::median |
Definition at line 35 of file statistic.h.
Referenced by GetImageMedian(), and GetImageStatistics().
double _ChannelStatistics::minima |
Definition at line 35 of file statistic.h.
Referenced by GetImageStatistics(), GetLocationStatistics(), and PrintChannelLocations().
double _ChannelStatistics::skewness |
Definition at line 35 of file statistic.h.
Referenced by GetImageKurtosis(), and GetImageStatistics().
double _ChannelStatistics::standard_deviation |
Definition at line 35 of file statistic.h.
Referenced by GetImageMean(), GetImageStatistics(), and GetNormalizedCrossCorrelationDistortion().
double _ChannelStatistics::sum |
Definition at line 35 of file statistic.h.
Referenced by GetImageStatistics().
double _ChannelStatistics::sum_cubed |
Definition at line 35 of file statistic.h.
Referenced by GetImageStatistics().
double _ChannelStatistics::sum_fourth_power |
Definition at line 35 of file statistic.h.
Referenced by GetImageStatistics().
double _ChannelStatistics::sum_squared |
Definition at line 35 of file statistic.h.
Referenced by GetImageStatistics().
double _ChannelStatistics::variance |
Definition at line 35 of file statistic.h.
Referenced by GetImageStatistics().