X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkAutoCropFilter.txx;h=e31e424d43bb2ce99d25889edf74b25464aa048b;hb=5f801bf0b07486889123e941d6913d4369dfc86f;hp=0005eb8665b2d2c2626ea34ab54a55bddff37d1e;hpb=765020625fbc092d283e221e36c83e60a1844cb7;p=clitk.git diff --git a/itk/clitkAutoCropFilter.txx b/itk/clitkAutoCropFilter.txx index 0005eb8..e31e424 100644 --- a/itk/clitkAutoCropFilter.txx +++ b/itk/clitkAutoCropFilter.txx @@ -38,7 +38,7 @@ namespace clitk { AutoCropFilter():itk::ImageToImageFilter() { this->SetNumberOfRequiredInputs(1); m_BackgroundValue = 0; - UseBorderOn(); + UseBorderOff(); } //-------------------------------------------------------------------- @@ -97,6 +97,9 @@ namespace clitk { autoCropFilter->SetInput(imageToLabelFilter->GetOutput()); // autoCropFilter->ReleaseDataFlagOff(); if (GetUseBorder()) { + DD("Crop UseBorder : not correctly implemented do not use (use PadLabelMapFilter)"); + // http://www.itk.org/Doxygen/html/classitk_1_1AutoCropLabelMapFilter.html#a54f49fdff8d9f2d2313134109d510285 + exit(0); typename ImageType::SizeType s; for(uint i=0; iSetCropBorder(s);