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

2 ビュー (過去 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