i want one example about edge detection algorithm
古いコメントを表示
I = imread('circuit.tif');
imshow(I)
BW1 = edge(I,'Canny');
回答 (1 件)
Walter Roberson
2017 年 1 月 21 日
0 投票
imshow(BW1) would seem to be one example of edge detection.
カテゴリ
ヘルプ センター および File Exchange で Object Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!