Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.05 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.05 KB

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.