From f53298b6f2228a276aaa274cf9909e3b63dc39a5 Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Fri, 19 Oct 2012 09:41:26 +0200 Subject: [PATCH] Change comment for buggy part --- itk/clitkAutoCropFilter.txx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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); -- 2.47.1