How do I detect cracks on material

조회 수: 8 (최근 30일)
asdfg
asdfg 2012년 12월 12일
편집: Preetham Manjunatha 2025년 5월 16일
Hello, I wish you would help me. I work with algorithm to detect cracks or damages on material. I have a lot of images with and without damage (cracks), so do you have any ideas how do I detect a cracks on it? I tried to use that http://mablresearch.rit.edu/wiki/index.php/Object_detection_and_location_with_MATLAB but didn't get any good results. P.S. Link to images http://postimage.org/gallery/fdnefu2/ P.P.S. I know, that images are exposed, but It's all i have. Thanks in advance. P.P.P.S.Sorry for my language, I'm not native speaker, but I try to do my best.

답변 (2개)

Image Analyst
Image Analyst 2012년 12월 12일
We don't really help much with algorithms, especially ones that may be fairly complicated. If you need MATLAB help, we can help with that.
But basically I'd try something simple first, like calling adapthisteq() to do a background correction on your images, then call imcrop() to get just the region of interest, then threshold and call regionprops() to make the measurements. Of course it could get a lot more complicated than that. Check out my File Exchange for image segmentation tutorials. http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862

Preetham Manjunatha
Preetham Manjunatha 2025년 1월 7일
편집: Preetham Manjunatha 2025년 5월 16일
Here is the MATLAB Crack segmentation and Crack width, length and area estimation codes to calculate/estimate the crack area, width and length. In addition, this package assumes the crack is segmented either using morphological method or multiscale gradient-based or deep learning semantic segmentation methods. This package estimates the crack area, width and length (pixel scale can be provided to estimate these physical quantities). Lastly, the semantic segmentation and object detection metrics for the cracks can be found using Cracks binary class bounding box and segmentation metrics package.

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by