Magick++
7.1.1-43
Convert, Edit, Or Compose Bitmap Images
|
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.