Skip to content

Extracts frames that are too different from some reference frames

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

rbbernardino/video-diff-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

A tool for extracting frames from a video file that differs from some reference frames. The difference is calculated with a configurable threshold.

How do I get set up?

  • C++14
  • boost 1.58 (on linux: libboost-all-dev)
  • OpenCV 3.2

How to Run

  • ./diff-video -v <FILE> -r <DIRECTORY> -o <DIRECTORY>
    • -v video_file, input video to be processed
    • -r reference_images, directory with reference images (background)
    • -o out_dir, where the extracted images will be written to

About

Extracts frames that are too different from some reference frames

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published