Video processing pipeline with OpenCV
In the previous story, I explained how we could implement the image processing pipeline in a modular way and why. The task was to detect faces in a bunch of image files and save them in a separate folder together with a nice structured JSON summary file. If you haven't read it before, read it first! Let's do the same with a video stream. First, we need to capture the video stream.
Nov-22-2019, 18:32:50 GMT
- Technology: