photo

Mohamed Osman


Actif depuis 2017

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Question


i want one example about edge detection algorithm
I = imread('circuit.tif'); imshow(I) BW1 = edge(I,'Canny');

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
how to produce edge detected image
I = imread('circuit.tif'); imshow(I) BW1 = edge(I,'Canny'); BW2 = edge(I,'Prewitt'); imshowpair(BW1,BW2,'montage') I = gpuA...

plus de 7 ans il y a | 0