Skip to content

Small project to get to know C++ opencv. It should create a database of screenshots obtained from mp4 files.

Notifications You must be signed in to change notification settings

mpralat/videoFrames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

videoFrames

Small project to get to know C++ opencv. It should create a database of screenshots obtained from avi files.

The main objective was to create a small script that allows the user to create a database of pictures from avi files. It only takes one argument - the path to your folder with input videos. There should be subdirectories with input avi files inside the main one. It saves one frame per two seconds (each 48th frame from the video). Frames are saved to "frames" dir created by the script, ready to be used in machine learning algorithms :3

Example frame

Wooooo

About

Small project to get to know C++ opencv. It should create a database of screenshots obtained from mp4 files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published