MagickCore 7.1.1
Convert, Edit, Or Compose Bitmap Images
|
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 |
long double | sumLD |
long double | M1 |
long double | M2 |
long double | M3 |
long double | M4 |
Definition at line 29 of file statistic.h.
double _ChannelStatistics::area |
Definition at line 35 of file statistic.h.
size_t _ChannelStatistics::depth |
Definition at line 32 of file statistic.h.
double _ChannelStatistics::entropy |
Definition at line 47 of file statistic.h.
double _ChannelStatistics::kurtosis |
Definition at line 45 of file statistic.h.
long double _ChannelStatistics::M1 |
Definition at line 52 of file statistic.h.
long double _ChannelStatistics::M2 |
Definition at line 53 of file statistic.h.
long double _ChannelStatistics::M3 |
Definition at line 54 of file statistic.h.
long double _ChannelStatistics::M4 |
Definition at line 55 of file statistic.h.
double _ChannelStatistics::maxima |
Definition at line 37 of file statistic.h.
double _ChannelStatistics::mean |
Definition at line 42 of file statistic.h.
double _ChannelStatistics::median |
Definition at line 48 of file statistic.h.
double _ChannelStatistics::minima |
Definition at line 36 of file statistic.h.
double _ChannelStatistics::skewness |
Definition at line 46 of file statistic.h.
double _ChannelStatistics::standard_deviation |
Definition at line 44 of file statistic.h.
double _ChannelStatistics::sum |
Definition at line 38 of file statistic.h.
double _ChannelStatistics::sum_cubed |
Definition at line 40 of file statistic.h.
double _ChannelStatistics::sum_fourth_power |
Definition at line 41 of file statistic.h.
double _ChannelStatistics::sum_squared |
Definition at line 39 of file statistic.h.
long double _ChannelStatistics::sumLD |
Definition at line 51 of file statistic.h.
double _ChannelStatistics::variance |
Definition at line 43 of file statistic.h.