opencv2/img_hash/color_moment_hash.hpp#
#include <img_hash_base.hpp>
Include dependency graph for color_moment_hash.hpp:
This graph shows which files directly or indirectly include color_moment_hash.hpp:
Classes#
class cv::img_hash::ColorMomentHash
Image hash based on color moments. More…
Namespaces#
namespace cv
namespace 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”.