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