How can I identify a particular shape at all degrees, while ignoring the rest?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Kimo Kalip
am 13 Jun. 2018
Kommentiert: Kimo Kalip
am 20 Jun. 2018
Hello, I have an image of various lines and blobs, and I want my image to only show the lines. To accomplish this, I have utilized watershed, regionprops, ismember, and a few other methods in order to get to the image I am now. At this point, I can't reduce the area boundries, as I'll start losing lines before I lose the blobs, and solidity wouldn't accomplish anything as all of the shapes appear to have the same solidity (probably due to how the shapes were generated.) What options do I have left? Thanks in advance!
2 Kommentare
Florian Morsch
am 14 Jun. 2018
You could try to use SURF features, but if the object you want to identify is the long line-wise one then you will have a really hard time.
Akzeptierte Antwort
Image Analyst
am 14 Jun. 2018
Try the ratio of the majoraxislength to minoraxisLength.
11 Kommentare
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!