
In this post on OpenCV Python Tutorial For Beginners, I am going to show How to use Morphological Transformations with OpenCV. We will learn different morphological operations like Erosion, Dilation, Opening, Closing etc. We will see different functions like : cv.erode(), cv.dilate(), cv.morphologyEx() etc.
Leave a Reply