Azzera filtri
Azzera filtri

i want one example about edge detection algorithm

2 visualizzazioni (ultimi 30 giorni)
I = imread('circuit.tif');
imshow(I)
BW1 = edge(I,'Canny');

Risposte (1)

Walter Roberson
Walter Roberson il 21 Gen 2017
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