![]() |
Magick++ 7.1.1
|
Public Member Functions | |
ChannelMoments (const ChannelMoments &channelMoments_) | |
double | centroidX (void) const |
double | centroidY (void) const |
PixelChannel | channel (void) const |
double | ellipseAxisX (void) const |
double | ellipseAxisY (void) const |
double | ellipseAngle (void) const |
double | ellipseEccentricity (void) const |
double | ellipseIntensity (void) const |
double | huInvariants (const size_t index_) const |
bool | isValid () const |
ChannelMoments (const PixelChannel channel_, const MagickCore::ChannelMoments *channelMoments_) | |
Private Attributes | |
PixelChannel | _channel |
std::vector< double > | _huInvariants |
double | _centroidX |
double | _centroidY |
double | _ellipseAxisX |
double | _ellipseAxisY |
double | _ellipseAngle |
double | _ellipseEccentricity |
double | _ellipseIntensity |
Definition at line 19 of file Statistic.h.
Magick::ChannelMoments::ChannelMoments | ( | void | ) |
Definition at line 19 of file Statistic.cpp.
Magick::ChannelMoments::ChannelMoments | ( | const ChannelMoments & | channelMoments_ | ) |
Definition at line 32 of file Statistic.cpp.
Magick::ChannelMoments::~ChannelMoments | ( | void | ) |
Definition at line 45 of file Statistic.cpp.
Magick::ChannelMoments::ChannelMoments | ( | const PixelChannel | channel_, |
const MagickCore::ChannelMoments * | channelMoments_ ) |
Definition at line 102 of file Statistic.cpp.
double Magick::ChannelMoments::centroidX | ( | void | ) | const |
Definition at line 49 of file Statistic.cpp.
double Magick::ChannelMoments::centroidY | ( | void | ) | const |
Definition at line 54 of file Statistic.cpp.
Magick::PixelChannel Magick::ChannelMoments::channel | ( | void | ) | const |
Definition at line 59 of file Statistic.cpp.
double Magick::ChannelMoments::ellipseAngle | ( | void | ) | const |
Definition at line 74 of file Statistic.cpp.
double Magick::ChannelMoments::ellipseAxisX | ( | void | ) | const |
Definition at line 64 of file Statistic.cpp.
double Magick::ChannelMoments::ellipseAxisY | ( | void | ) | const |
Definition at line 69 of file Statistic.cpp.
double Magick::ChannelMoments::ellipseEccentricity | ( | void | ) | const |
Definition at line 79 of file Statistic.cpp.
double Magick::ChannelMoments::ellipseIntensity | ( | void | ) | const |
Definition at line 84 of file Statistic.cpp.
double Magick::ChannelMoments::huInvariants | ( | const size_t | index_ | ) | const |
Definition at line 89 of file Statistic.cpp.
bool Magick::ChannelMoments::isValid | ( | ) | const |
Definition at line 97 of file Statistic.cpp.
|
private |
Definition at line 72 of file Statistic.h.
|
private |
Definition at line 73 of file Statistic.h.
|
private |
Definition at line 70 of file Statistic.h.
|
private |
Definition at line 76 of file Statistic.h.
|
private |
Definition at line 74 of file Statistic.h.
|
private |
Definition at line 75 of file Statistic.h.
|
private |
Definition at line 77 of file Statistic.h.
|
private |
Definition at line 78 of file Statistic.h.
|
private |
Definition at line 71 of file Statistic.h.