1 2 3 4 5 6 7
function showInterestPoints(im, x, y) % show 'em imagesc(im); colormap(gray); hold on; plot(x,y,'r.'); hold off;