圖像的邊緣檢測

圖像的邊緣檢測 clc; clear all; f=imread('building.tif'); [g,t]=edge(f,'sobel'); figure(1); subplot(3,2,1); imshow(g); title('圖aSobel邊緣檢測器使用默認參數的結果'); [g,t]=edge(f,'sobel',0.05,'vertical'); subplot(3,2,2); im
相關文章
相關標籤/搜索