X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractMediastinalVesselsGenericFilter.txx;h=4a681a6d2fad3a599efe58359221119fe5c74244;hb=6a235229f0eca8ea2fad16d8068cc96d5ae5e8d8;hp=6344344210b199c89095f03fe28d971fbde4b4b6;hpb=413ff945da1f9d254a800f8091656a66ecbfc850;p=clitk.git diff --git a/segmentation/clitkExtractMediastinalVesselsGenericFilter.txx b/segmentation/clitkExtractMediastinalVesselsGenericFilter.txx index 6344344..4a681a6 100644 --- a/segmentation/clitkExtractMediastinalVesselsGenericFilter.txx +++ b/segmentation/clitkExtractMediastinalVesselsGenericFilter.txx @@ -81,6 +81,10 @@ SetOptionsFromArgsInfoToFilter(FilterType * f) f->SetSoughtVesselSeedName(mArgsInfo.seed_arg); f->SetSoughtVesselName(mArgsInfo.name_arg); f->SetMaxNumberOfFoundBifurcation(mArgsInfo.bif_arg); + + f->SetFinalOpeningRadius(mArgsInfo.open_arg); + + f->SetVerboseTrackingFlag(mArgsInfo.verboseTracking_flag); // Output filename this->AddOutputFilename(mArgsInfo.output_arg);