Reading pixel value
Posted by Muqeet Khan on Jan 05, 2010; 10:15am
URL: http://imagej.273.s1.nabble.com/Reading-pixel-value-tp3689806.html
Hi!
Which is the right way of reading pixel data from a dicom image. If one looks at the ImageProcessor <a href="http://[http://rsb.info.nih.gov/ij/developer/api/ij/process/ImageProcessor.html ]">ImageProcessor
float getPixelValue(int x, int y)
Object getPixels()
int getPixel(int x, int y)
Thanks