Label points on Imager
Posted by Emilio Miguelanez Martin on Dec 19, 2007; 5:47pm
URL: http://imagej.273.s1.nabble.com/Label-points-on-Imager-tp3697725.html
Hello,
I was wondering if anyone could help me with a minor issue.
I want to draw points stored in a text file on a image. This is not a
problem, as I have done it using Roi roi = new PolygonRoi(x, y, height,
null, Roi.FREEROI);
The problem is that I want to label numerically these points on the image.
Any ideas?!?
Cheers,
Emilio