Measure the length of the Crack?
1 回表示 (過去 30 日間)
古いコメントを表示
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/159425/image.jpeg)
I have processed a image using edge detection operator and now i have to find the Length of the Crack i.e the length of the white part,If someone could help me figure out how to do it?
0 件のコメント
回答 (1 件)
Walter Roberson
2016 年 3 月 30 日
I suggest that you bwmorph 'close' then bwmorph 'skel' then bwmorph 'spur'. Then regionprops 'perimeter', probably divided by 2.
Instead of bwmorph 'close' you can imclose()
5 件のコメント
Pranit Patil
2018 年 3 月 13 日
How do we calculate the width of the crack and the direction in which it propagates?
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!