[MINC-users] Gray levels

Andrew Janke a.janke at gmail.com
Wed Oct 20 07:53:33 EDT 2010


Hi Alfredo,

If you mean the real image values then what you want is mincextract.

You can specify where you want the values to be extracted from with
the -start and -count options.

So, for example to extract the value at voxel position 35,60,80 in an
zyx oriented file you would do this:

   mincextract -ascii -nonormalize -start 80,60,35 -count 1,1,1 <infile.mnc>

The values will be output to STDOUT.


Andrew

On Wed, Oct 20, 2010 at 20:36, alfredo jose costa abreu
<alfredojca at gmail.com> wrote:
> hi
> I wonder how do I know the levels of gray of each point of the image?
> I would like to have as output a file with the gray levels of each point.
>
> thanks
> _______________________________________________
> MINC-users at bic.mni.mcgill.ca
> http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users
>


More information about the MINC-users mailing list