|
MagickCore
6.9.12-10
Convert, Edit, Or Compose Bitmap Images
|
#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 |
| double | entropy |
| size_t _ChannelStatistics::depth |
Referenced by GetImageChannelStatistics(), and IdentifyImage().
| double _ChannelStatistics::entropy |
Referenced by GetImageChannelEntropy(), and GetImageChannelStatistics().
| double _ChannelStatistics::kurtosis |
Referenced by GetImageChannelStatistics().
| double _ChannelStatistics::maxima |
Referenced by GetImageChannelStatistics(), GetLocationStatistics(), and PrintChannelLocations().
| double _ChannelStatistics::mean |
| double _ChannelStatistics::minima |
Referenced by GetImageChannelStatistics(), GetLocationStatistics(), and PrintChannelLocations().
| double _ChannelStatistics::skewness |
Referenced by GetImageChannelStatistics().
| double _ChannelStatistics::standard_deviation |
Referenced by GetImageChannelMean(), GetImageChannelStatistics(), and GetNormalizedCrossCorrelationDistortion().
| double _ChannelStatistics::sum |
Referenced by GetImageChannelStatistics().
| double _ChannelStatistics::sum_cubed |
Referenced by GetImageChannelStatistics().
| double _ChannelStatistics::sum_fourth_power |
Referenced by GetImageChannelStatistics().
| double _ChannelStatistics::sum_squared |
Referenced by GetImageChannelStatistics().
| double _ChannelStatistics::variance |
Referenced by GetImageChannelStatistics().