rbebb / parallelFinalProject

Applying a Convolution to a Video in Parallel (Final Project for Parallel and Distributed Computing - Junior Year)
0 stars 0 forks source link

Research OpenCV video import #1

Closed minifigone closed 5 years ago

minifigone commented 5 years ago

Research what needs to be done to import a video using OpenCV and give the memory to our C files.

minifigone commented 5 years ago

https://stackoverflow.com/questions/13709274/reading-video-from-file-opencv https://docs.opencv.org/3.0-beta/doc/py_tutorials/py_gui/py_video_display/py_video_display.html https://www.learnopencv.com/read-write-and-display-a-video-using-opencv-cpp-python/

rbebb commented 5 years ago

Will be obtaining frames one at a time using the C++ videoLoader file.