![]() |
Magick++ 7.1.2
|
Public Member Functions | |
ChannelStatistics (const ChannelStatistics &channelStatistics_) | |
double | area () const |
PixelChannel | channel (void) const |
size_t | depth () const |
double | entropy () const |
bool | isValid () const |
double | kurtosis () const |
double | maxima () const |
double | mean () const |
double | minima () const |
double | skewness () const |
double | standardDeviation () const |
double | sum () const |
double | sumCubed () const |
double | sumFourthPower () const |
double | sumSquared () const |
double | variance () const |
ChannelStatistics (const PixelChannel channel_, const MagickCore::ChannelStatistics *channelStatistics_) | |
Private Attributes | |
PixelChannel | _channel |
double | _area |
size_t | _depth |
double | _entropy |
double | _kurtosis |
double | _maxima |
double | _mean |
double | _minima |
double | _skewness |
double | _standardDeviation |
double | _sum |
double | _sumCubed |
double | _sumFourthPower |
double | _sumSquared |
double | _variance |
Definition at line 133 of file Statistic.h.
Magick::ChannelStatistics::ChannelStatistics | ( | void | ) |
Definition at line 284 of file Statistic.cpp.
Magick::ChannelStatistics::ChannelStatistics | ( | const ChannelStatistics & | channelStatistics_ | ) |
Definition at line 303 of file Statistic.cpp.
Magick::ChannelStatistics::~ChannelStatistics | ( | void | ) |
Definition at line 323 of file Statistic.cpp.
Magick::ChannelStatistics::ChannelStatistics | ( | const PixelChannel | channel_, |
const MagickCore::ChannelStatistics * | channelStatistics_ ) |
Definition at line 407 of file Statistic.cpp.
double Magick::ChannelStatistics::area | ( | ) | const |
Definition at line 327 of file Statistic.cpp.
Magick::PixelChannel Magick::ChannelStatistics::channel | ( | void | ) | const |
Definition at line 332 of file Statistic.cpp.
size_t Magick::ChannelStatistics::depth | ( | ) | const |
Definition at line 337 of file Statistic.cpp.
double Magick::ChannelStatistics::entropy | ( | ) | const |
Definition at line 342 of file Statistic.cpp.
bool Magick::ChannelStatistics::isValid | ( | ) | const |
Definition at line 347 of file Statistic.cpp.
double Magick::ChannelStatistics::kurtosis | ( | ) | const |
Definition at line 352 of file Statistic.cpp.
double Magick::ChannelStatistics::maxima | ( | ) | const |
Definition at line 357 of file Statistic.cpp.
double Magick::ChannelStatistics::mean | ( | ) | const |
Definition at line 362 of file Statistic.cpp.
double Magick::ChannelStatistics::minima | ( | ) | const |
Definition at line 367 of file Statistic.cpp.
double Magick::ChannelStatistics::skewness | ( | ) | const |
Definition at line 372 of file Statistic.cpp.
double Magick::ChannelStatistics::standardDeviation | ( | ) | const |
Definition at line 377 of file Statistic.cpp.
double Magick::ChannelStatistics::sum | ( | ) | const |
Definition at line 382 of file Statistic.cpp.
double Magick::ChannelStatistics::sumCubed | ( | ) | const |
Definition at line 387 of file Statistic.cpp.
double Magick::ChannelStatistics::sumFourthPower | ( | ) | const |
Definition at line 392 of file Statistic.cpp.
double Magick::ChannelStatistics::sumSquared | ( | ) | const |
Definition at line 397 of file Statistic.cpp.
double Magick::ChannelStatistics::variance | ( | ) | const |
Definition at line 402 of file Statistic.cpp.
|
private |
Definition at line 203 of file Statistic.h.
|
private |
Definition at line 202 of file Statistic.h.
|
private |
Definition at line 204 of file Statistic.h.
|
private |
Definition at line 205 of file Statistic.h.
|
private |
Definition at line 206 of file Statistic.h.
|
private |
Definition at line 207 of file Statistic.h.
|
private |
Definition at line 208 of file Statistic.h.
|
private |
Definition at line 209 of file Statistic.h.
|
private |
Definition at line 210 of file Statistic.h.
|
private |
Definition at line 211 of file Statistic.h.
|
private |
Definition at line 212 of file Statistic.h.
|
private |
Definition at line 213 of file Statistic.h.
|
private |
Definition at line 214 of file Statistic.h.
|
private |
Definition at line 215 of file Statistic.h.
|
private |
Definition at line 216 of file Statistic.h.