Horizontal and Vertical Line Extraction using Morphology | Image processing | Python | OpenCV
Using the compatible structuring element to keep the pattern you want in an image and remove everything else. Learning how to extract vertical and horizontal lines in an image. How to perform erosion and dilation. How to make a horizontal or vertical structuring element.
0:00 Intro
1:42 Code for Vertical Lines
5:20 Code for Horizontal Lines