Community Profile

photo

Mohamed Osman


Active since 2017

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Question


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

ungefär 7 år ago | 1 answer | 0

1

answer

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

ungefär 7 år ago | 0