![]() |
Magick++ 7.1.2
|
Public Member Functions | |
ChannelPerceptualHash (const ChannelPerceptualHash &channelPerceptualHash_) | |
ChannelPerceptualHash (const PixelChannel channel_, const std::string &hash_) | |
operator std::string () const | |
PixelChannel | channel (void) const |
bool | isValid () const |
double | sumSquaredDifferences (const ChannelPerceptualHash &channelPerceptualHash_) |
double | srgbHuPhash (const size_t index_) const |
double | hclpHuPhash (const size_t index_) const |
ChannelPerceptualHash (const PixelChannel channel_, const MagickCore::ChannelPerceptualHash *channelPerceptualHash_) | |
Private Attributes | |
PixelChannel | _channel |
std::vector< double > | _srgbHuPhash |
std::vector< double > | _hclpHuPhash |
Definition at line 81 of file Statistic.h.
Magick::ChannelPerceptualHash::ChannelPerceptualHash | ( | void | ) |
Definition at line 121 of file Statistic.cpp.
Magick::ChannelPerceptualHash::ChannelPerceptualHash | ( | const ChannelPerceptualHash & | channelPerceptualHash_ | ) |
Definition at line 128 of file Statistic.cpp.
Magick::ChannelPerceptualHash::ChannelPerceptualHash | ( | const PixelChannel | channel_, |
const std::string & | hash_ ) |
Definition at line 136 of file Statistic.cpp.
Magick::ChannelPerceptualHash::~ChannelPerceptualHash | ( | void | ) |
Definition at line 173 of file Statistic.cpp.
Magick::ChannelPerceptualHash::ChannelPerceptualHash | ( | const PixelChannel | channel_, |
const MagickCore::ChannelPerceptualHash * | channelPerceptualHash_ ) |
Definition at line 267 of file Statistic.cpp.
Magick::PixelChannel Magick::ChannelPerceptualHash::channel | ( | void | ) | const |
Definition at line 221 of file Statistic.cpp.
double Magick::ChannelPerceptualHash::hclpHuPhash | ( | const size_t | index_ | ) | const |
Definition at line 259 of file Statistic.cpp.
bool Magick::ChannelPerceptualHash::isValid | ( | ) | const |
Definition at line 226 of file Statistic.cpp.
Magick::ChannelPerceptualHash::operator std::string | ( | ) | const |
Definition at line 177 of file Statistic.cpp.
double Magick::ChannelPerceptualHash::srgbHuPhash | ( | const size_t | index_ | ) | const |
Definition at line 251 of file Statistic.cpp.
double Magick::ChannelPerceptualHash::sumSquaredDifferences | ( | const ChannelPerceptualHash & | channelPerceptualHash_ | ) |
Definition at line 231 of file Statistic.cpp.
|
private |
Definition at line 125 of file Statistic.h.
|
private |
Definition at line 127 of file Statistic.h.
|
private |
Definition at line 126 of file Statistic.h.