You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cvPerceptualHash is an OpenCV C++ library that takes cv::Mat images as inputs
and calculates perceptual hashes. The hashing algorithm is based on this blog post.
Requirements
cmake
make
OpenCV 3.*
How to compile
cd cvPerceptualHash
cmake CMakeLists.txt
make
About
OpenCV C++ library for computing perceptual hashes