Magick++
7.1.0
|
#include <Statistic.h>
Public Member Functions | |
ImagePerceptualHash (void) | |
ImagePerceptualHash (const ImagePerceptualHash &imagePerceptualHash_) | |
ImagePerceptualHash (const std::string &hash_) | |
~ImagePerceptualHash (void) | |
operator std::string () const | |
ChannelPerceptualHash | channel (const PixelChannel channel_) const |
bool | isValid () const |
double | sumSquaredDifferences (const ImagePerceptualHash &channelPerceptualHash_) |
ImagePerceptualHash (const Image &image_) | |
Definition at line 244 of file Statistic.h.
Magick::ImagePerceptualHash::ImagePerceptualHash | ( | void | ) |
Definition at line 481 of file Statistic.cpp.
Magick::ImagePerceptualHash::ImagePerceptualHash | ( | const ImagePerceptualHash & | imagePerceptualHash_ | ) |
Definition at line 486 of file Statistic.cpp.
Magick::ImagePerceptualHash::ImagePerceptualHash | ( | const std::string & | hash_ | ) |
Definition at line 492 of file Statistic.cpp.
Magick::ImagePerceptualHash::~ImagePerceptualHash | ( | void | ) |
Definition at line 506 of file Statistic.cpp.
Magick::ImagePerceptualHash::ImagePerceptualHash | ( | const Image & | image_ | ) |
Definition at line 571 of file Statistic.cpp.
References Magick::Image::constImage(), GetPPException, Magick::Image::quiet(), and ThrowPPException.
Magick::ChannelPerceptualHash Magick::ImagePerceptualHash::channel | ( | const PixelChannel | channel_ | ) | const |
Definition at line 520 of file Statistic.cpp.
bool Magick::ImagePerceptualHash::isValid | ( | void | ) | const |
Definition at line 532 of file Statistic.cpp.
Referenced by sumSquaredDifferences().
Magick::ImagePerceptualHash::operator std::string | ( | ) | const |
Definition at line 510 of file Statistic.cpp.
double Magick::ImagePerceptualHash::sumSquaredDifferences | ( | const ImagePerceptualHash & | channelPerceptualHash_ | ) |
Definition at line 549 of file Statistic.cpp.
References isValid().