Take measurement of a concrete crack from picture?

7 次查看(过去 30 天)
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
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