Problems with syntax and implementation of houghlines
Ältere Kommentare anzeigen
Hello everyone. This question is to continue with one of my previous queries
I have 2048 binarized tif images which has some lines that intersect or collapse on one another. I have a MATLAB code with regionprops and it works fine when the lines are not collapsing or intersect. I want to replace regionprops with houghlines, and measure the the following properties of the lines in the images:
'centroid', 'Extrema', 'Orientation', 'MajorAxislength' that regionprops measures in general.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Region and Image Properties finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!