Is it possible to extract only the vertical lines of different length using Hit-Miss operation of morphology?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
PP
le 6 Mar 2017
Réponse apportée : Image Analyst
le 6 Mar 2017
Since Hit-Miss operation can be used for extract the required pattern is it possible to extract all the vertical lines of different length present in an image using this operation? How to select the structuring elements required?
0 commentaires
Réponse acceptée
Image Analyst
le 6 Mar 2017
No. You'd basically have to give it every pattern of every size. Better and easier is to just call regionprops and get the Area and BoundingBox. Look at the aspect ratios, BoundingBox(3)/BoundingBox(4) to determine if the line blob is vertical or horizontal.
0 commentaires
Plus de réponses (0)
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!