From 4854076aba238bcba48488c9af3d1ad7426489ed Mon Sep 17 00:00:00 2001 From: dsarrut Date: Tue, 12 Jul 2011 08:16:48 +0200 Subject: [PATCH] add final opening --- segmentation/clitkExtractMediastinalVesselsGenericFilter.txx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/segmentation/clitkExtractMediastinalVesselsGenericFilter.txx b/segmentation/clitkExtractMediastinalVesselsGenericFilter.txx index 6344344..71f8c6b 100644 --- a/segmentation/clitkExtractMediastinalVesselsGenericFilter.txx +++ b/segmentation/clitkExtractMediastinalVesselsGenericFilter.txx @@ -81,6 +81,8 @@ SetOptionsFromArgsInfoToFilter(FilterType * f) f->SetSoughtVesselSeedName(mArgsInfo.seed_arg); f->SetSoughtVesselName(mArgsInfo.name_arg); f->SetMaxNumberOfFoundBifurcation(mArgsInfo.bif_arg); + + f->SetFinalOpeningRadius(mArgsInfo.open_arg); // Output filename this->AddOutputFilename(mArgsInfo.output_arg); -- 2.47.1