图像的边缘检测

图像的边缘检测 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
相关文章
相关标签/搜索