]> Creatis software - clitk.git/blobdiff - itk/clitkAutoCropFilter.txx
cli tool for mip computation
[clitk.git] / itk / clitkAutoCropFilter.txx
index 743fe13f5a0bddd5a71fb57b5e8eab02d8398af6..145cc36f8ae24434cd47d72d1414e398a1c3fd64 100644 (file)
@@ -132,8 +132,8 @@ namespace clitk {
     ImageConstPointer input = dynamic_cast<const ImageType*>(itk::ProcessObject::GetInput(0));
   
     // Extract the region with RegionOfInterestImageFilter or ExtractImageFilter ? 
-    // The first is when reducing the nb of dimension (index always zero)
-    // The second keep index
+    // The second is when reducing the nb of dimension (index always zero)
+    // The first keep index
 
     typedef itk::RegionOfInterestImageFilter<ImageType, ImageType> CropFilterType;
     //typedef itk::ExtractImageFilter<ImageType, ImageType> CropFilterType;