Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codebydant/video2image-opencv
This is a c++ program to convert a video to frames
https://github.com/codebydant/video2image-opencv
cmake cmakelists cpp frame opencv opencv3 video
Last synced: 2 months ago
JSON representation
This is a c++ program to convert a video to frames
- Host: GitHub
- URL: https://github.com/codebydant/video2image-opencv
- Owner: codebydant
- Created: 2020-03-02T16:13:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T15:45:42.000Z (over 4 years ago)
- Last Synced: 2024-09-12T01:24:57.379Z (2 months ago)
- Topics: cmake, cmakelists, cpp, frame, opencv, opencv3, video
- Language: C++
- Homepage: https://raw.githubusercontent.com/danielTobon43/image2video-opencv/master/1_HfZmZayUqnYioPC9qTfd4A.png
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Video to image frame using OpenCV 4.1.2
This is a c++ program to convert a video to frames## Compilation
- Set your own OpenCV build directory in CMakeList.txt
- Create a build directory
- cd build/
- cmake ../
- make
## Test
- ./video2image