www.gusucode.com > mean-shift用于图像分割 Matlab程序 > Ms_segmenter/Display_Place_at.m

    function Display_Place_at (Point)
% to display the pairs of points
fprintf ('%d %d\n', Point(1), Point(2));