X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkAutoCropFilter.txx;h=71f9ab08b0f07e93e3c3ec3495cef208e104c563;hb=4ec79c878958e58d421b7c71b2c75053944982ef;hp=6ffb6e537786056ef875be14a9f354d430e4445e;hpb=de61c497de8e93b7e20a8b035dedce22ca7029e7;p=clitk.git diff --git a/itk/clitkAutoCropFilter.txx b/itk/clitkAutoCropFilter.txx index 6ffb6e5..71f9ab0 100644 --- a/itk/clitkAutoCropFilter.txx +++ b/itk/clitkAutoCropFilter.txx @@ -3,7 +3,7 @@ Authors belong to: - University of LYON http://www.universite-lyon.fr/ - - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr + - Léon Bérard cancer center http://www.centreleonberard.fr - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr This software is distributed WITHOUT ANY WARRANTY; without even @@ -14,7 +14,7 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html - ======================================================================-====*/ + ===========================================================================**/ #ifndef CLITKAUTOCROPFILTER_TXX #define CLITKAUTOCROPFILTER_TXX @@ -38,7 +38,7 @@ namespace clitk { AutoCropFilter():itk::ImageToImageFilter() { this->SetNumberOfRequiredInputs(1); m_BackgroundValue = 0; - UseBorderOn(); + UseBorderOff(); } //-------------------------------------------------------------------- @@ -97,6 +97,8 @@ namespace clitk { autoCropFilter->SetInput(imageToLabelFilter->GetOutput()); // autoCropFilter->ReleaseDataFlagOff(); if (GetUseBorder()) { + DD("UseBorder seems buggy ?"); + exit(0); typename ImageType::SizeType s; for(uint i=0; iSetCropBorder(s);