第十章 图像分割

1.点检测 f=imread('point.tif'); w=[-1,-2,-1;0,0,0;1,2,1]; g=abs(imfilter(double(f),w)); T=max(g(:)); g1=g>=0.2*T; subplot 121,imshow(f);title('原图') subplot 122,imshow(g1);title('点检测') g2=imsubtract(ordfi
相关文章
相关标签/搜索