open 10 bit binary image
Posted by Vinesh Gautam on Jan 27, 2007; 12:19pm
URL: http://imagej.273.s1.nabble.com/open-10-bit-binary-image-tp3700491.html
Hi to all,
I have an binary image of 10 bits of dimension 1408 X 1408. how can i open this using ImageJ. I am able to open the image using 16 bit unsigned by importing raw image, but after this shows the pixel value ranges from -32767 - 32514, but in my binary image these values shouldbe in the range of 0 -1023 (1024 bits). Please guide...