i want one example about edge detection algorithm

2 次查看(过去 30 天)
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