Login  Register

Re: adding real axes to pixel format, possible addition to ImageJ

Posted by Gabriel Landini on Jan 10, 2006; 8:59pm
URL: http://imagej.273.s1.nabble.com/adding-real-axes-to-pixel-format-possible-addition-to-ImageJ-tp3704097p3704098.html

On Tuesday 10 January 2006 17:59, John Carlson wrote:
> Okay, I am trying another tack.  How
> hard would it be to add to ImageJ an array
> on the X axis mapping from pixel X coordinates
> to a floating point numbers.  So ImageJ
> would report floating point numbers for X instead
> of pixel coordinates.  Similarly for the Y
> axis.

Images are made of discrete sampled points, so calibrated images already
return real values from the coordinates.

What would your use this for?

Cheers,

Gabriel