X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractLymphStationsGenericFilter.txx;h=0dafe7a96c0dc9f3898fa3c29093cf483d8bae5d;hb=907b0bad00cbf772fbf362879c74d673253f97bb;hp=c5c637815e4559af78ff2d73559b6dc8d75fedcf;hpb=098881dd07627f89814aa56fcbd73c9519ae2f19;p=clitk.git diff --git a/segmentation/clitkExtractLymphStationsGenericFilter.txx b/segmentation/clitkExtractLymphStationsGenericFilter.txx index c5c6378..0dafe7a 100644 --- a/segmentation/clitkExtractLymphStationsGenericFilter.txx +++ b/segmentation/clitkExtractLymphStationsGenericFilter.txx @@ -108,6 +108,14 @@ SetOptionsFromArgsInfoToFilter(FilterType * f) for(uint i=0; iAddComputeStation(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); } //--------------------------------------------------------------------