April 2020
Intermediate to advanced
438 pages
12h 2m
English
The VideoCapture() function from OpenCV-Python was used to create a VideoCapture object with the video file as input. Then, the read() method of that object was used to capture frames from the video.
The imread() and imwrite() functions from OpenCV-Python were used to read/write images from/to disk.
The cv2.split() function was used to split an RGB image into individual color channels, while the cv2.merge() function was used to combine them back into an RGB image.
Read now
Unlock full access