![]() |
Magick++ 6.9.13
|
Public Member Functions | |
| ChannelMoments (const ChannelMoments &channelMoments_) | |
| ChannelMoments (const ChannelType channel_, const MagickCore::ChannelMoments *channelMoments_) | |
| double | centroidX (void) const |
| double | centroidY (void) const |
| ChannelType | 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 |
Private Attributes | |
| std::vector< double > | _huInvariants |
| ChannelType | _channel |
| double | _centroidX |
| double | _centroidY |
| double | _ellipseAxisX |
| double | _ellipseAxisY |
| double | _ellipseAngle |
| double | _ellipseEccentricity |
| double | _ellipseIntensity |
Definition at line 18 of file ChannelMoments.h.
| Magick::ChannelMoments::ChannelMoments | ( | void | ) |
Definition at line 18 of file ChannelMoments.cpp.
| Magick::ChannelMoments::ChannelMoments | ( | const ChannelMoments & | channelMoments_ | ) |
Definition at line 31 of file ChannelMoments.cpp.
| Magick::ChannelMoments::~ChannelMoments | ( | void | ) |
Definition at line 44 of file ChannelMoments.cpp.
| Magick::ChannelMoments::ChannelMoments | ( | const ChannelType | channel_, |
| const MagickCore::ChannelMoments * | channelMoments_ ) |
Definition at line 48 of file ChannelMoments.cpp.
| double Magick::ChannelMoments::centroidX | ( | void | ) | const |
Definition at line 67 of file ChannelMoments.cpp.
| double Magick::ChannelMoments::centroidY | ( | void | ) | const |
Definition at line 72 of file ChannelMoments.cpp.
| Magick::ChannelType Magick::ChannelMoments::channel | ( | void | ) | const |
Definition at line 77 of file ChannelMoments.cpp.
| double Magick::ChannelMoments::ellipseAngle | ( | void | ) | const |
Definition at line 92 of file ChannelMoments.cpp.
| double Magick::ChannelMoments::ellipseAxisX | ( | void | ) | const |
Definition at line 82 of file ChannelMoments.cpp.
| double Magick::ChannelMoments::ellipseAxisY | ( | void | ) | const |
Definition at line 87 of file ChannelMoments.cpp.
| double Magick::ChannelMoments::ellipseEccentricity | ( | void | ) | const |
Definition at line 97 of file ChannelMoments.cpp.
| double Magick::ChannelMoments::ellipseIntensity | ( | void | ) | const |
Definition at line 102 of file ChannelMoments.cpp.
| double Magick::ChannelMoments::huInvariants | ( | const size_t | index_ | ) | const |
Definition at line 107 of file ChannelMoments.cpp.
|
private |
Definition at line 68 of file ChannelMoments.h.
|
private |
Definition at line 69 of file ChannelMoments.h.
|
private |
Definition at line 67 of file ChannelMoments.h.
|
private |
Definition at line 72 of file ChannelMoments.h.
|
private |
Definition at line 70 of file ChannelMoments.h.
|
private |
Definition at line 71 of file ChannelMoments.h.
|
private |
Definition at line 73 of file ChannelMoments.h.
|
private |
Definition at line 74 of file ChannelMoments.h.
|
private |
Definition at line 66 of file ChannelMoments.h.