Skip to content

th3or14/img-hash-tools

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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