Feeds
提问
i want one example about edge detection algorithm
I = imread('circuit.tif'); imshow(I) BW1 = edge(I,'Canny');
9 years 前 | 1 个回答 | 0
1
个回答已回答
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...
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...
9 years 前 | 0
