Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 545 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 545 Bytes

Near Duplicate Image Detector

This project has the CUDA implementation of perceptual hashing algorithms like dHashing.

Dependencies

  1. CUDA 8.1 or better
  2. OpenCV 3.3.0 vc-14

Usage

Make sure OpenCV install directory (which is usually C:\OpenCV-3.3.0-vc14\opencv\build is set to %OPENCV_DIR% in environment variables)

Read the README.md of the front-end for more information