near-duplicate-image-detector

CUDA implementation of some perceptual hashing algorithms

Stars
7

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