Ask Your Question

iliketurtles's profile - activity

2015-06-24 23:05:19 -0600 commented question Saving segment of video

Thank you!

2015-06-24 02:46:32 -0600 commented question Saving segment of video

I want to split the video up; to save the segment of the video that contains the matched part to one file and the part that doesn't match into a separate file.

2015-06-24 02:03:50 -0600 asked a question Saving segment of video

Hi all,

Say I want to want to run a clip through OpenCV's template matching, and if it sees a matching image, save the video segment with the matching image. What would be the relevant function(s) for actually saving the video segment?