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