]> Creatis software - clitk.git/blobdiff - segmentation/clitkExtractMediastinalVesselsGenericFilter.txx
corrections in mid-P scripts
[clitk.git] / segmentation / clitkExtractMediastinalVesselsGenericFilter.txx
index 6344344210b199c89095f03fe28d971fbde4b4b6..4a681a6d2fad3a599efe58359221119fe5c74244 100644 (file)
@@ -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);