Image Processing
Tuesday, 30 September 2014
find distance of an image
a=imread('peppers.png');
bw=im2bw(a);
d1=bwdist(bw,'euclidean');
imshow(mat2gray(d1));
hold on,imcontour(d1);
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)