OpenCV
4.1.0
Open Source Computer Vision
|
pHash More...
#include <opencv2/img_hash/phash.hpp>
Static Public Member Functions | |
static Ptr< PHash > | create () |
Protected Member Functions | |
PHash () | |
Protected Member Functions inherited from cv::img_hash::ImgHashBase | |
ImgHashBase () | |
Protected Member Functions inherited from cv::Algorithm | |
void | writeFormat (FileStorage &fs) const |
Additional Inherited Members | |
Public Member Functions inherited from cv::img_hash::ImgHashBase | |
~ImgHashBase () | |
double | compare (cv::InputArray hashOne, cv::InputArray hashTwo) const |
Compare the hash value between inOne and inTwo. | |
void | compute (cv::InputArray inputArr, cv::OutputArray outputArr) |
Computes hash of the input image. | |
Protected Attributes inherited from cv::img_hash::ImgHashBase | |
Ptr< ImgHashImpl > | pImpl |
pHash
Slower than average_hash, but tolerant of minor modifications
This algorithm can combat more variation than averageHash, for more details please refer tolookslikeit
|
inlineprotected |