photo

Mohamed Osman


Con actividad desde 2017

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


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

más de 7 años hace | 1 respuesta | 0

1

respuesta

Respondida
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...

más de 7 años hace | 0