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

Implement video import #5

Closed minifigone closed 5 years ago

minifigone commented 5 years ago

Using OpenCV, including how the video in memory will be transferred from C++ to C. (Or deciding everything needs to be implemented in C++).

minifigone commented 5 years ago

@rbebb this has been completed, correct?

rbebb commented 5 years ago

Our video processing C++ file can now import a video.