MATLAB: Concrete Crack Width Measurement

crackdigital image processingimageimage analysisimage processingImage Processing Toolboximage segmentation

Hi,
I have many images of cracked concrete samples. I have to calculate the average widths of cracks. My supervisor suggested me to use ImageJ for this issue. However I have never used imageJ before. I will be really appreciate if anyone help me and offer me a method and so on. Thanks in advance.
Also I attached the image of cracked concrete sample.

Best Answer

See my Image Segmentation Tutorial. My File Exchange
What I might do is to use bwskel() to get the length of the crack. Then use regionprops() to get the area. Then divide the two to get the mean width. Also search the forum for cracks - it's been seen here several times before.