Problems with syntax and implementation of houghlines
Show older comments
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.
Accepted Answer
More Answers (0)
Categories
Find more on Contrast Adjustment in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!