X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractLymphStationsGenericFilter.txx;h=0dafe7a96c0dc9f3898fa3c29093cf483d8bae5d;hb=0b62ce46bc2faf52102522ff93ba161f17fa25d0;hp=bc5c9366c1d57adefbb65dd5dfa4168402a01cc2;hpb=d30d301ddbebb5f290f8d9c0104dc6448ea531e1;p=clitk.git diff --git a/segmentation/clitkExtractLymphStationsGenericFilter.txx b/segmentation/clitkExtractLymphStationsGenericFilter.txx index bc5c936..0dafe7a 100644 --- a/segmentation/clitkExtractLymphStationsGenericFilter.txx +++ b/segmentation/clitkExtractLymphStationsGenericFilter.txx @@ -70,6 +70,7 @@ SetOptionsFromArgsInfoToFilter(FilterType * f) f->SetAFDBFilename(mArgsInfo.afdb_arg); f->SetDistanceMaxToAnteriorPartOfTheSpine(mArgsInfo.maxAntSpine_arg); f->SetFuzzyThresholdForS8(mArgsInfo.fuzzyThresholdForS8_arg); + f->SetInjectedThresholdForS8(mArgsInfo.injectedThresholdForS8_arg); // Check multiple options for radius dilatation /* @@ -104,6 +105,17 @@ SetOptionsFromArgsInfoToFilter(FilterType * f) } } f->SetEsophagusDiltationForRight(p); + + 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); } //--------------------------------------------------------------------