필터 지우기
필터 지우기

How to detect the crack and calculate the area of crack from this image

조회 수: 1 (최근 30일)
MJ Thangaraj
MJ Thangaraj 2016년 2월 23일
편집: Walter Roberson 2016년 2월 23일
Code I used
i=imread('road.jpg');
j=rgb2gray(i);
k=imfilter(j,'sobel');
m=edge(j);
imshow(m);
What to do to calculate the area of cracks
Image:

답변 (0개)

제품

Community Treasure Hunt

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

Start Hunting!

Translated by