[go: up one dir, main page]

Skip to content

nschejtman/cvPerceptualHash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cvPerceptualHash

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published