Bounding rectangles in Python OpenCV
Posted 20th July 2021
No comments
There are two methods in OpenCV to derive a bounding rectangle and extract the relevant values of an object or series of objects in an image.
Selectively rotating images in Python recursively
Posted 3rd December 2020
No comments
Use OpenCV in Python to recurse through directories and rotate selected images based on a string in their file name.