Magick++
7.0.10
|
#include <Statistic.h>
Public Member Functions | |
ChannelPerceptualHash (void) | |
ChannelPerceptualHash (const ChannelPerceptualHash &channelPerceptualHash_) | |
ChannelPerceptualHash (const PixelChannel channel_, const std::string &hash_) | |
~ChannelPerceptualHash (void) | |
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_) | |
Definition at line 80 of file Statistic.h.
Magick::ChannelPerceptualHash::ChannelPerceptualHash | ( | void | ) |
Definition at line 120 of file Statistic.cpp.
Magick::ChannelPerceptualHash::ChannelPerceptualHash | ( | const ChannelPerceptualHash & | channelPerceptualHash_ | ) |
Definition at line 127 of file Statistic.cpp.
Magick::ChannelPerceptualHash::ChannelPerceptualHash | ( | const PixelChannel | channel_, |
const std::string & | hash_ | ||
) |
Definition at line 135 of file Statistic.cpp.
Magick::ChannelPerceptualHash::~ChannelPerceptualHash | ( | void | ) |
Definition at line 168 of file Statistic.cpp.
Magick::ChannelPerceptualHash::ChannelPerceptualHash | ( | const PixelChannel | channel_, |
const MagickCore::ChannelPerceptualHash * | channelPerceptualHash_ | ||
) |
Definition at line 262 of file Statistic.cpp.
Magick::PixelChannel Magick::ChannelPerceptualHash::channel | ( | void | ) | const |
Definition at line 216 of file Statistic.cpp.
double Magick::ChannelPerceptualHash::hclpHuPhash | ( | const size_t | index_ | ) | const |
Definition at line 254 of file Statistic.cpp.
bool Magick::ChannelPerceptualHash::isValid | ( | void | ) | const |
Definition at line 221 of file Statistic.cpp.
Magick::ChannelPerceptualHash::operator std::string | ( | ) | const |
Definition at line 172 of file Statistic.cpp.
double Magick::ChannelPerceptualHash::srgbHuPhash | ( | const size_t | index_ | ) | const |
Definition at line 246 of file Statistic.cpp.
double Magick::ChannelPerceptualHash::sumSquaredDifferences | ( | const ChannelPerceptualHash & | channelPerceptualHash_ | ) |
Definition at line 226 of file Statistic.cpp.