[Insight-developers] TCon subject: Redundancy of Flip/Orient/Permute axis filters
Luis Ibanez
luis.ibanez at kitware.com
Thu, 04 Mar 2004 21:56:52 -0500
A suggested topic for the tcon:
A number of recent questions in the users list have
dealt with how to commute axis in images. Looking
at the number of filters in the toolkit that could
perform such operation, we found that there are
at least four filter for a very similar task:
http://www.itk.org/Insight/Doxygen/html/classitk_1_1FlipImageFilter.html
http://www.itk.org/Insight/Doxygen/html/classitk_1_1PermuteAxesImageFilter.html
http://www.itk.org/Insight/Doxygen/html/classitk_1_1OrientImageFilter.html
http://www.itk.org/Insight/Doxygen/html/classitk_1_1ReflectImageFilter.html
Maybe we should keep only one of them (the more
general one) and deprecate the others... ?
Luis