Magick++  7.0.10
Magick::ChannelPerceptualHash Class Reference

#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_)
 

Detailed Description

Definition at line 80 of file Statistic.h.

Constructor & Destructor Documentation

◆ ChannelPerceptualHash() [1/4]

Magick::ChannelPerceptualHash::ChannelPerceptualHash ( void  )

Definition at line 120 of file Statistic.cpp.

◆ ChannelPerceptualHash() [2/4]

Magick::ChannelPerceptualHash::ChannelPerceptualHash ( const ChannelPerceptualHash channelPerceptualHash_)

Definition at line 127 of file Statistic.cpp.

◆ ChannelPerceptualHash() [3/4]

Magick::ChannelPerceptualHash::ChannelPerceptualHash ( const PixelChannel  channel_,
const std::string &  hash_ 
)

Definition at line 135 of file Statistic.cpp.

◆ ~ChannelPerceptualHash()

Magick::ChannelPerceptualHash::~ChannelPerceptualHash ( void  )

Definition at line 168 of file Statistic.cpp.

◆ ChannelPerceptualHash() [4/4]

Magick::ChannelPerceptualHash::ChannelPerceptualHash ( const PixelChannel  channel_,
const MagickCore::ChannelPerceptualHash *  channelPerceptualHash_ 
)

Definition at line 262 of file Statistic.cpp.

Member Function Documentation

◆ channel()

Magick::PixelChannel Magick::ChannelPerceptualHash::channel ( void  ) const

Definition at line 216 of file Statistic.cpp.

◆ hclpHuPhash()

double Magick::ChannelPerceptualHash::hclpHuPhash ( const size_t  index_) const

Definition at line 254 of file Statistic.cpp.

◆ isValid()

bool Magick::ChannelPerceptualHash::isValid ( void  ) const

Definition at line 221 of file Statistic.cpp.

◆ operator std::string()

Magick::ChannelPerceptualHash::operator std::string ( ) const

Definition at line 172 of file Statistic.cpp.

◆ srgbHuPhash()

double Magick::ChannelPerceptualHash::srgbHuPhash ( const size_t  index_) const

Definition at line 246 of file Statistic.cpp.

◆ sumSquaredDifferences()

double Magick::ChannelPerceptualHash::sumSquaredDifferences ( const ChannelPerceptualHash channelPerceptualHash_)

Definition at line 226 of file Statistic.cpp.


The documentation for this class was generated from the following files: