Login  Register

Re: Label points on Imager

Posted by Fabrice Senger on Dec 19, 2007; 7:27pm
URL: http://imagej.273.s1.nabble.com/Label-points-on-Imager-tp3697725p3697727.html

You could try to add your roi's to roi-manager and then choose "more"  
and then "label".
That should work.

Cheers,

Fabrice.

Quoting Emilio Miguelanez <[hidden email]>:

> 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
>