Take measurement of a concrete crack from picture?

3 visualizaciones (últimos 30 días)
Cem Ayla
Cem Ayla el 10 de Jul. de 2020
Comentada: KAMOOSH BABA SHAIK el 7 de Jun. de 2021
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:

Respuesta aceptada

Prabhan Purwar
Prabhan Purwar el 17 de Jul. de 2020
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 comentario
KAMOOSH BABA SHAIK
KAMOOSH BABA SHAIK el 7 de Jun. de 2021
Sir please provide me complete code for finding crack length and width. It's useful to my final year project.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Agriculture en Help Center y File Exchange.

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by