OpenCV
3.4.2
Open Source Computer Vision
|
#include "img_hash_base.hpp"
Classes | |
class | cv::img_hash::ColorMomentHash |
Image hash based on color moments. More... | |
Namespaces | |
cv | |
cv::img_hash | |
Functions | |
void | cv::img_hash::colorMomentHash (cv::InputArray inputArr, cv::OutputArray outputArr) |
Computes color moment hash of the input, the algorithm is come from the paper "Perceptual Hashing for Color Images
Using Invariant Moments". More... | |