![]() |
MagickCore 6.9.13
|
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 |
Definition at line 30 of file statistic.h.
| size_t _ChannelStatistics::depth |
Definition at line 33 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.
| double _ChannelStatistics::maxima |
Definition at line 37 of file statistic.h.
| double _ChannelStatistics::mean |
Definition at line 42 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.
| double _ChannelStatistics::variance |
Definition at line 43 of file statistic.h.