Borrar filtros
Borrar filtros

i want one example about edge detection algorithm

2 visualizaciones (últimos 30 días)
Mohamed Osman
Mohamed Osman el 21 de En. de 2017
Respondida: Walter Roberson el 21 de En. de 2017
I = imread('circuit.tif');
imshow(I)
BW1 = edge(I,'Canny');

Respuestas (1)

Walter Roberson
Walter Roberson el 21 de En. de 2017
imshow(BW1) would seem to be one example of edge detection.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by