Tag: Open CV
Erosion of an Image Using OpenCV-Python
Last updated on 10th June 2021 by [email protected] | Category: Data Science & ML, Machine Learning
Hi there, today we will be talking about something interesting as well as simple : Erosion of an Image Using OpenCV module in Python. An image has many features (for example:- edge, contrast etc.). Erosion is one of the fundamental operations in morphological image processing. This operation basically erodes away the boundaries of foreground object. […]