フィルターのクリア

Take measurement of a concrete crack from picture?

6 ビュー (過去 30 日間)
Cem Ayla
Cem Ayla 2020 年 7 月 10 日
Hi there,
I have microscopic concrete crack footages of samples. And I need to measure how much that cracks' width/height/depth is.
Is there any way to do this in MATLAB?
for instance:

採用された回答

Prabhan Purwar
Prabhan Purwar 2020 年 7 月 17 日
Hey,
Following major steps will be required to detect the width and height of the concrete crack:
  • Segmentation
  • Finding connected components
  • Getting image region properties
Segmentation can be done based on color threshold and median filter as illustrated in the following link:
For finding connected components and region property make use of bwconncomp and regionprops as illustrated in the following link:
Hope it helps!!
  1 件のコメント
KAMOOSH BABA SHAIK
KAMOOSH BABA SHAIK 2021 年 6 月 7 日
Sir please provide me complete code for finding crack length and width. It's useful to my final year project.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAgriculture についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by