X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractPatientFilter.txx;h=97f79c5e9050bdcf1b5b4d2275ad0a32e73c60f8;hb=ae015f09e2fa0ebc736d24b37c9ed6c1ca0cb5b2;hp=fedf853c82590918849ddc8df2e9e58ec06a7f9e;hpb=b3ba6b5bd119a62fce3da379831e0b12becd24fc;p=clitk.git diff --git a/segmentation/clitkExtractPatientFilter.txx b/segmentation/clitkExtractPatientFilter.txx index fedf853..97f79c5 100644 --- a/segmentation/clitkExtractPatientFilter.txx +++ b/segmentation/clitkExtractPatientFilter.txx @@ -117,6 +117,7 @@ GenerateOutputInformation() { StartNewStep("Find low densities areas"); // Pad images with air to prevent patient touching the image border + // But the lungs can touch the outside air. In such case, use primaryOpeningRadius with 1 kernel typedef itk::ConstantPadImageFilter PadFilterType; typename PadFilterType::Pointer padFilter = PadFilterType::New(); padFilter->SetInput(input);