Skip to content

GengZ/videoConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

videoConverter

convert video to sequential images using OpenCV. mini opencv program.

This one is a modification of OpenCV 2.4 demo, start_video

Usage

$ mkdir build
$ cd build
$ cmake ..
$ make
$ mkdir image
$ ./videoConverter path/to/video

Para Setting

  • stride, sequence name for images, path to images could be modified in .cpp

Note

  • no detection for whether the folder for sequential images exists, manually create it.

About

convert video to sequential images using OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published