Distance in pixels not automatically populated for line drawn

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
dal
Reply | Threaded
Open this post in threaded view
|

Distance in pixels not automatically populated for line drawn

dal
When I try to set the scale for analysis in ImageJ, after having drawn a line of a known length, the pop-up input box for setting the scale does not have the Distance in Pixels automatically populated by ImageJ, so I cannot set a pixels to known measurement scale.  Is there any way to fix this issue?  Thanks for your help.
Reply | Threaded
Open this post in threaded view
|

Re: Distance in pixels not automatically populated for line drawn

Gabriel Landini
On Wednesday 11 Nov 2015 15:13:42 you wrote:
> When I try to set the scale for analysis in ImageJ, after having drawn a
> line of a known length, the pop-up input box for setting the scale does not
> have the Distance in Pixels automatically populated by ImageJ, so I cannot
> set a pixels to known measurement scale.  Is there any way to fix this
> issue? Thanks for your help.

Analyze>Set Scale works here in the latest build under linux w/Java 1.6

Cheers

Gabriel

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Distance in pixels not automatically populated for line drawn

Michael Schmid
In reply to this post by dal
Hi Dal,

Sorry I can't reproduce this. Try this macro:

  run("Blobs (25K)");
  makeLine(21, 91, 222, 146);
  run("Set Scale...");

The dialog proposes a distance of 208.38 pixels, which is the length of the line.
I'm using ImageJ 1.50e26 (the current daily build); Java 1.6.0_65 [64-bit]; Mac OS X 10.6.8.

Michael
________________________________________________________________


On Nov 12, 2015, at 00:13, dal wrote:

> When I try to set the scale for analysis in ImageJ, after having drawn a line
> of a known length, the pop-up input box for setting the scale does not have
> the Distance in Pixels automatically populated by ImageJ, so I cannot set a
> pixels to known measurement scale.  Is there any way to fix this issue?
> Thanks for your help.

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html