Skip to content

Dear Internet Explorer user: Your browser is no longer supported

Please switch to a modern browser such as Microsoft Edge, Mozilla Firefox or Google Chrome to view this website's content.

Python logo

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.

Read the full story...

Python logo

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.

Read the full story...