]> Creatis software - clitk.git/blobdiff - segmentation/clitkExtractLymphStationsGenericFilter.txx
Add S3A, correct minors for S7
[clitk.git] / segmentation / clitkExtractLymphStationsGenericFilter.txx
index c5c637815e4559af78ff2d73559b6dc8d75fedcf..0dafe7a96c0dc9f3898fa3c29093cf483d8bae5d 100644 (file)
@@ -108,6 +108,14 @@ SetOptionsFromArgsInfoToFilter(FilterType * f)
   
   for(uint i=0; i<mArgsInfo.station_given; i++)
     f->AddComputeStation(mArgsInfo.station_arg[i]);
+
+  // Station 7
+  f->SetFuzzyThresholdForS7("Bronchi", mArgsInfo.tS7_Bronchi_arg);
+  f->SetFuzzyThresholdForS7("LeftSuperiorPulmonaryVein", mArgsInfo.tS7_LeftSuperiorPulmonaryVein_arg);
+  f->SetFuzzyThresholdForS7("RightSuperiorPulmonaryVein", mArgsInfo.tS7_RightSuperiorPulmonaryVein_arg);
+  f->SetFuzzyThresholdForS7("RightPulmonaryArtery", mArgsInfo.tS7_RightPulmonaryArtery_arg);
+  f->SetFuzzyThresholdForS7("LeftPulmonaryArtery", mArgsInfo.tS7_LeftPulmonaryArtery_arg);
+  f->SetFuzzyThresholdForS7("SVC", mArgsInfo.tS7_SVC_arg);
 }
 //--------------------------------------------------------------------