X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkAutoCropFilter.txx;h=145cc36f8ae24434cd47d72d1414e398a1c3fd64;hb=c743d3bed0d7d619740eea35430770265c4a1b9b;hp=743fe13f5a0bddd5a71fb57b5e8eab02d8398af6;hpb=6f94b0c1ef2a28dd349ea0ee03c5e294d9197757;p=clitk.git diff --git a/itk/clitkAutoCropFilter.txx b/itk/clitkAutoCropFilter.txx index 743fe13..145cc36 100644 --- a/itk/clitkAutoCropFilter.txx +++ b/itk/clitkAutoCropFilter.txx @@ -132,8 +132,8 @@ namespace clitk { ImageConstPointer input = dynamic_cast(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 CropFilterType; //typedef itk::ExtractImageFilter CropFilterType;