From: David Sarrut Date: Fri, 19 Oct 2012 07:41:26 +0000 (+0200) Subject: Change comment for buggy part X-Git-Tag: v1.4.0~285 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=f53298b6f2228a276aaa274cf9909e3b63dc39a5;p=clitk.git Change comment for buggy part --- diff --git a/itk/clitkAutoCropFilter.txx b/itk/clitkAutoCropFilter.txx index 71f9ab0..e31e424 100644 --- a/itk/clitkAutoCropFilter.txx +++ b/itk/clitkAutoCropFilter.txx @@ -97,8 +97,9 @@ namespace clitk { autoCropFilter->SetInput(imageToLabelFilter->GetOutput()); // autoCropFilter->ReleaseDataFlagOff(); if (GetUseBorder()) { - DD("UseBorder seems buggy ?"); - exit(0); + 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);