photo

Mohamed Osman


2017 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

質問


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

7年以上 前 | 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...

7年以上 前 | 0