i have plotted a contour on image and got a segmented image. .I use the following code to plot contour

imagesc(Img,[0 255]);colormap(gray)

hold on;contour(im,[0 0],'b');

I want to add this contour on the image so that i can apply any algorithm for segmentation

More Leena Silvoster's questions See All
Similar questions and discussions