[Insight-users] Re:ITK equivalent of probe filter.

Luis Ibanez luis . ibanez at kitware . com
Sat, 25 Oct 2003 17:25:54 -0400


Hi Zhao,

Yes, ITK has the equivalent of the probe filter.

You have actually three options. If the plane
you want is one of the orthogonal planes, you can
use the filters:


   ExtactImageFilter
http://www . itk . org/Insight/Doxygen/html/classitk_1_1ExtractImageFilter . html

   RegionOfInterestImageFilter
http://www . itk . org/Insight/Doxygen/html/classitk_1_1RegionOfInterestImageFilter . html

if the plane is arbitrary, you can use the
ResampleImageFilter
http://www . itk . org/Insight/Doxygen/html/classitk_1_1ResampleImageFilter . html


You will find information about these filters in the
SoftwareGuide:

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



If you are already combining ITK and VTK in your
project, and your are comfortable using the vtkProbe
filter, you can also use the ITK-VTK adaptors and
build a hybrid pipeline.  You will find the adaptors
in InsightApplications/Auxiliary/vtk.



Regards,

   Luis


---------------------------
Zhao Yongming wrote:
> Hi,Luis
> May i ask you a question about ITK?
> Does ITK has a class to realize the function like
> VTK's vtkProbeFilter? For example to resample a 3D
> image and to get a specific plane with data attributes
> from the image.
> Thank you!
> 
>                           Yongming
> 
> __________________________________
> Do you Yahoo!?
> The New Yahoo! Shopping - with improved product search
> http://shopping . yahoo . com
>