Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
MJ Thangaraj
MJ Thangaraj le 23 Fév 2016
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:

Réponses (0)

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by