Login  Register

Re: extracting pixels value from an image

Posted by puzzlebobble on Feb 07, 2010; 10:47am
URL: http://imagej.273.s1.nabble.com/extracting-pixels-value-from-an-image-tp3689482p3689485.html

Hi Mike,

David's suggestion looks good to me. For each pixel it prints the x location, the y location and the value of the pixels "(print x, y, value)" which is what it reads to me you asked for.

If you wanted to rearrange the data after that then it would be quite easy (at least in java; I've no personal experience of using macros).

BW