X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractMediastinalVesselsGenericFilter.txx;h=71f8c6b7ec0713e6717dc30a3dbad219880c3283;hb=0d94c6c40728776ea1db6347a14606b044e25abc;hp=6344344210b199c89095f03fe28d971fbde4b4b6;hpb=ea2fc85081a73d762517dc9663bcc6d5bf15241d;p=clitk.git 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);