|
MagickCore
7.0.10
Convert, Edit, Or Compose Bitmap Images
|
#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 _ChannelStatistics::area |
Referenced by GetImageStatistics().
| size_t _ChannelStatistics::depth |
Referenced by GetImageStatistics(), and IdentifyImage().
| double _ChannelStatistics::entropy |
Referenced by GetImageEntropy(), and GetImageStatistics().
| double _ChannelStatistics::kurtosis |
Referenced by GetImageKurtosis(), and GetImageStatistics().
| double _ChannelStatistics::maxima |
Referenced by GetImageStatistics(), GetLocationStatistics(), and PrintChannelLocations().
| double _ChannelStatistics::mean |
Referenced by GetImageMean(), GetImageStatistics(), and GetNormalizedCrossCorrelationDistortion().
| double _ChannelStatistics::minima |
Referenced by GetImageStatistics(), GetLocationStatistics(), and PrintChannelLocations().
| double _ChannelStatistics::skewness |
Referenced by GetImageKurtosis(), and GetImageStatistics().
| double _ChannelStatistics::standard_deviation |
Referenced by GetImageMean(), GetImageStatistics(), and GetNormalizedCrossCorrelationDistortion().
| 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().