How can we find the width in an image at any three positions.
1 次查看(过去 30 天)
显示 更早的评论
I am unable to find the width between the black boundary. How can I find the width at any position between the boundary. Kindly guide.
0 个评论
回答(1 个)
weikang zhao
2021-2-4
If you only have one figure to process, use edge() to detect the edge of the figure, then manually find the edge and use linear regression. If you have many figures to process, a line detection algorithm(such as hough transform) may be helpful.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!