Skip to content

Collection of tools using the img_hash module of OpenCV

Notifications You must be signed in to change notification settings

th3or14/img-hash-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Key frames extractor

Converts an input video into a serie of key frames for easier browsing.

Usage: ./key-frames-extractor <input video filename> <output location>

Similar images finder

Helps to remove duplicates and almost duplicates from a specified pictures collection.

Requirements

  • CMake

  • A C++14 compliant compiler

  • OpenCV compiled with FFmpeg and extra module img_hash

  • Qt

Building

Use CMakeLists.txt from the top directory. On Linux/X11 you can also build and run this project in a Docker container. Then Docker is required. Run docker/start.sh for a quick start. Afterwards you can use created symlinks to the built applications in the root directory of a running container. Input data can be accessed via a mounted shared folder.

About

Collection of tools using the img_hash module of OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published