Login  Register

Re: can i import pixel data from outside??????

Posted by ashish ram on Jul 03, 2009; 2:30pm
URL: http://imagej.273.s1.nabble.com/can-i-import-pixel-data-from-outside-tp3691918p3691920.html

Thank you for ur reply.
In the second problem i already have a list in which the co-ordinates and
their pixel valuse in a .xls file.For example lets say

x=100,y=222,pixel value=250
x=110,y=200,pixel value=0
x=120,y=512,pixel value=30
x=158,y=200,pixel value=0
x=146,y=251,pixel value=255
x=156,y=154,pixel value=250

and so on.All these information about the image will be present in a
different file (either text or .xls) and during running the program the
program should read those points from the file and show those points with
the pixel values specified for them.

Hope u have understood my problem now.I hope to get a reply from you.

Thank you.
Ashish