| Magick++
    7.0.10
    | 
#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 243 of file Statistic.h.
| Magick::ImagePerceptualHash::ImagePerceptualHash | ( | void | ) | 
Definition at line 480 of file Statistic.cpp.
| Magick::ImagePerceptualHash::ImagePerceptualHash | ( | const ImagePerceptualHash & | imagePerceptualHash_ | ) | 
Definition at line 485 of file Statistic.cpp.
| Magick::ImagePerceptualHash::ImagePerceptualHash | ( | const std::string & | hash_ | ) | 
Definition at line 491 of file Statistic.cpp.
| Magick::ImagePerceptualHash::~ImagePerceptualHash | ( | void | ) | 
Definition at line 505 of file Statistic.cpp.
| Magick::ImagePerceptualHash::ImagePerceptualHash | ( | const Image & | image_ | ) | 
Definition at line 570 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 519 of file Statistic.cpp.
| bool Magick::ImagePerceptualHash::isValid | ( | void | ) | const | 
Definition at line 531 of file Statistic.cpp.
Referenced by sumSquaredDifferences().
| Magick::ImagePerceptualHash::operator std::string | ( | ) | const | 
Definition at line 509 of file Statistic.cpp.
| double Magick::ImagePerceptualHash::sumSquaredDifferences | ( | const ImagePerceptualHash & | channelPerceptualHash_ | ) | 
Definition at line 548 of file Statistic.cpp.
References isValid().