X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractMediastinumGenericFilter.txx;h=0670ed7830571b1bac02c460553f054d5c84ba23;hb=df1fe7da56a47ca087ca20ff5bb3c5b74abaad01;hp=54abc2f98df921637c2304e89e5833f2f5cf3a05;hpb=765020625fbc092d283e221e36c83e60a1844cb7;p=clitk.git diff --git a/segmentation/clitkExtractMediastinumGenericFilter.txx b/segmentation/clitkExtractMediastinumGenericFilter.txx index 54abc2f..0670ed7 100644 --- a/segmentation/clitkExtractMediastinumGenericFilter.txx +++ b/segmentation/clitkExtractMediastinumGenericFilter.txx @@ -75,13 +75,14 @@ SetOptionsFromArgsInfoToFilter(FilterType * f) f->SetOutputMediastinumFilename(mArgsInfo.output_arg); f->SetVerboseMemoryFlag(mArgsInfo.verboseMemory_flag); + f->SetDistanceMaxToAnteriorPartOfTheVertebralBody(mArgsInfo.maxAntSpine_arg); f->SetUseBones(mArgsInfo.useBones_flag); + f->SetIntermediateSpacing(mArgsInfo.spacing_arg); - f->SetFuzzyThreshold1(mArgsInfo.fuzzy1_arg); - f->SetFuzzyThreshold2(mArgsInfo.fuzzy2_arg); - f->SetFuzzyThreshold3(mArgsInfo.fuzzy3_arg); - f->SetUpperThreshold(mArgsInfo.upper_arg); - f->SetLowerThreshold(mArgsInfo.lower_arg); + f->SetFuzzyThreshold("LR_lungs", mArgsInfo.ft_LR_lungs_arg); + f->SetFuzzyThreshold("bones", mArgsInfo.ft_bones_arg); + f->SetFuzzyThreshold("inf_lungs", mArgsInfo.ft_inf_lungs_arg); + f->SetFuzzyThreshold("ant_sternum", mArgsInfo.ft_ant_sternum_arg); } //--------------------------------------------------------------------