필터 지우기
필터 지우기

Take measurement of a concrete crack from picture?

조회 수: 6 (최근 30일)
Cem Ayla
Cem Ayla 2020년 7월 10일
댓글: KAMOOSH BABA SHAIK 2021년 6월 7일
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 CenterFile Exchange에서 Agriculture에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by