[Insight-users] Accessing Pixel data

Luis Ibanez luis.ibanez at kitware.com
Thu Sep 8 20:58:49 EDT 2005


Hi Suresh,

Please look at the GetPixel() method in the itk::Image,
as explained in the ITK Software Guide

      http://www.itk.org/ItkSoftwareGuide.pdf

in the "Data Representation" chapter.

You should also look at the "Iterators" as described in
the same document in the "Image Iterators" Chapter.

In general, Iterators are the most efficient way of
getting access to pixels data from an ITK Image.


    Regards,


      Luis




------------------
Suresh G N wrote:
> Hi
> 
> Can anuy body show me how to access pixel data using ITK. I tried 
> example given in ITK, I Could not find the pixel value. Please show me 
> how to do it.
> 
> Thanx
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users



More information about the Insight-users mailing list