[Insight-users] Re: Split -View ?

Luis Ibanez luis.ibanez at kitware.com
Wed Apr 27 10:40:46 EDT 2005



Hi Roxana,

There may be better ways to do this (you may want to post your
email to the VTK users-list), but the one that comes to mind
at this point is to use the vtkImageClip filter in both images,
then pass both to vtkImageActors for visualization.

   http://www.vtk.org/doc/nightly/html/classvtkImageClip.html

Note that you will have to tie the GUI controls to the parameters
of the Extent that you pass to the Clip filters. You will need
one Clip filter for the fixed image and another Clip filter for the
mapped moving image. Then make sure that the extents that you
construct ar a partition of fidex image extent.


   Regards,


      Luis


----------------------
Roxana Racz wrote:

> Dear Luis,
>  
> In the RegistrationMethodsOverview tutorial , a method for displaying 
> registered images is Split-View   ;   is there a class in itk , vtk for 
> this purpose ?
> Any suggestion would be usefull !
>  
> Thank you in advance!
>  
> Roxana





More information about the Insight-users mailing list