OpenCV Python Tutorial For Beginners 17 – Morphological Transformations
In this video on OpenCV Python Tutorial For Beginners, I am going to show How to use Morphological Transformations with OpenCV. So this video 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. Gist of code I used in this video [...]