フィルターのクリア

i want one example about edge detection algorithm

2 ビュー (過去 30 日間)
Mohamed Osman
Mohamed Osman 2017 年 1 月 21 日
回答済み: Walter Roberson 2017 年 1 月 21 日
I = imread('circuit.tif');
imshow(I)
BW1 = edge(I,'Canny');

回答 (1 件)

Walter Roberson
Walter Roberson 2017 年 1 月 21 日
imshow(BW1) would seem to be one example of edge detection.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by