[Insight-users] Sampling an image over a path

Luis Ibanez luis.ibanez at kitware.com
Tue, 17 Feb 2004 01:31:41 -0500


Hi Emiliano,

Yes the path class was designed with this
purpose in mind. You walk over the path and
get indices that can be used for invoking

   value =  image->GetPixel( index );

Note that the Path is actually a family of
classes

You probably want to look at the parametric
path class and its derived classes:

http://www.itk.org/Insight/Doxygen/html/classitk_1_1ParametricPath.html


Regards,


   Luis


------------------------
Emiliano Beronich wrote:

> Hello,
> 
> I need to sample a 3d image on radial profiles originated from the 
> center of a sphere.
> How can I do that?
> Is the class Path adequate for this purpose?
> Should I define my own set of Points?
> 
> Regards,
> Emiliano Beronich
> 
> 
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>