필터 지우기
필터 지우기

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