Magick++
7.1.0
|
#include <Statistic.h>
Public Member Functions | |
ChannelStatistics (void) | |
ChannelStatistics (const ChannelStatistics &channelStatistics_) | |
~ChannelStatistics (void) | |
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_) | |
Definition at line 133 of file Statistic.h.
Magick::ChannelStatistics::ChannelStatistics | ( | void | ) |
Definition at line 280 of file Statistic.cpp.
Magick::ChannelStatistics::ChannelStatistics | ( | const ChannelStatistics & | channelStatistics_ | ) |
Definition at line 299 of file Statistic.cpp.
Magick::ChannelStatistics::~ChannelStatistics | ( | void | ) |
Definition at line 319 of file Statistic.cpp.
Magick::ChannelStatistics::ChannelStatistics | ( | const PixelChannel | channel_, |
const MagickCore::ChannelStatistics * | channelStatistics_ | ||
) |
Definition at line 403 of file Statistic.cpp.
double Magick::ChannelStatistics::area | ( | void | ) | const |
Definition at line 323 of file Statistic.cpp.
Magick::PixelChannel Magick::ChannelStatistics::channel | ( | void | ) | const |
Definition at line 328 of file Statistic.cpp.
size_t Magick::ChannelStatistics::depth | ( | void | ) | const |
Definition at line 333 of file Statistic.cpp.
double Magick::ChannelStatistics::entropy | ( | ) | const |
Definition at line 338 of file Statistic.cpp.
bool Magick::ChannelStatistics::isValid | ( | void | ) | const |
Definition at line 343 of file Statistic.cpp.
double Magick::ChannelStatistics::kurtosis | ( | ) | const |
Definition at line 348 of file Statistic.cpp.
double Magick::ChannelStatistics::maxima | ( | ) | const |
Definition at line 353 of file Statistic.cpp.
double Magick::ChannelStatistics::mean | ( | ) | const |
Definition at line 358 of file Statistic.cpp.
double Magick::ChannelStatistics::minima | ( | ) | const |
Definition at line 363 of file Statistic.cpp.
double Magick::ChannelStatistics::skewness | ( | ) | const |
Definition at line 368 of file Statistic.cpp.
double Magick::ChannelStatistics::standardDeviation | ( | ) | const |
Definition at line 373 of file Statistic.cpp.
double Magick::ChannelStatistics::sum | ( | ) | const |
Definition at line 378 of file Statistic.cpp.
double Magick::ChannelStatistics::sumCubed | ( | ) | const |
Definition at line 383 of file Statistic.cpp.
double Magick::ChannelStatistics::sumFourthPower | ( | ) | const |
Definition at line 388 of file Statistic.cpp.
double Magick::ChannelStatistics::sumSquared | ( | ) | const |
Definition at line 393 of file Statistic.cpp.
double Magick::ChannelStatistics::variance | ( | ) | const |
Definition at line 398 of file Statistic.cpp.