X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractLungFilter.txx;h=32d480c3395bc3f7cf36cf2c83eb175e1d63d353;hb=7b7aa6a850620a9932b5a65ec035845c5800319e;hp=fda0203ba51ce5d5c5452106fd8b52607098f417;hpb=d30d301ddbebb5f290f8d9c0104dc6448ea531e1;p=clitk.git diff --git a/segmentation/clitkExtractLungFilter.txx b/segmentation/clitkExtractLungFilter.txx index fda0203..32d480c 100644 --- a/segmentation/clitkExtractLungFilter.txx +++ b/segmentation/clitkExtractLungFilter.txx @@ -392,7 +392,6 @@ GenerateOutputInformation() unsigned int initialNumberOfLabels = statisticsImageFilter->GetMaximum(); working_mask = statisticsImageFilter->GetOutput(); - DD(initialNumberOfLabels); PrintMemory(GetVerboseMemoryFlag(), "After count label"); // Decompose the first label @@ -404,7 +403,7 @@ GenerateOutputInformation() typedef clitk::DecomposeAndReconstructImageFilter DecomposeAndReconstructFilterType; typename DecomposeAndReconstructFilterType::Pointer decomposeAndReconstructFilter=DecomposeAndReconstructFilterType::New(); decomposeAndReconstructFilter->SetInput(working_mask); - decomposeAndReconstructFilter->SetVerbose(true); + decomposeAndReconstructFilter->SetVerbose(false); decomposeAndReconstructFilter->SetRadius(radius); decomposeAndReconstructFilter->SetMaximumNumberOfLabels(2); decomposeAndReconstructFilter->SetMinimumObjectSize(this->GetMinimalComponentSize());