[Insight-users] Reverse of itkVectorIndexSelectionCastImageFilter?

Luis Ibanez luis.ibanez at kitware.com
Thu Mar 12 11:02:11 EDT 2009


Hi Luke,

You may want to look at the family of "Compose" filters.

for Example:
http://www.itk.org/Insight/Doxygen/html/classitk_1_1Compose3DVectorImageFilter.html
(you will find the others at:
http://www.itk.org/Insight/Doxygen/html/classes.html


Another optioin could be the JoinImageFilter:
http://www.itk.org/Insight/Doxygen/html/classitk_1_1JoinImageFilter.html


   Regards,


       Luis


----------------
Luke Bloy wrote:
> Hi all,
> 
> I'm wondering if there is a reverse/inverse to the 
> itkVectorIndexSelectionCastImageFilter?
> 
> What I'd like to be able to do is the following:
> 
> I have an image of itk::vectors. I'd like to be able to run scalar 
> imagefilters (histogramMatching, moment calculation etc) on each 
> component image separately. This i can accomplish using 
> itkVectorIndexSelectionCastImageFilter. However I'd also like to regroup 
> these results back into an image of itk::vectors.
> 
> I imagine that I'm not the first to look for such functionality, so i 
> apologize if I missed the answer to this in some earlier post.
> 
> -Luke
> _____________________________________
> Powered by www.kitware.com
> 
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
> 
> Please keep messages on-topic and check the ITK FAQ at: 
> http://www.itk.org/Wiki/ITK_FAQ
> 
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
> 


More information about the Insight-users mailing list