X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractMediastinumGenericFilter.txx;h=679fb36cc22deb0f372b21fe5966bbc414b3cc7f;hb=595624eb4297e747630105d45017de69733caef2;hp=0670ed7830571b1bac02c460553f054d5c84ba23;hpb=078896a97f70a552f0dae71e3ca68fbdb9d9aa78;p=clitk.git diff --git a/segmentation/clitkExtractMediastinumGenericFilter.txx b/segmentation/clitkExtractMediastinumGenericFilter.txx index 0670ed7..679fb36 100644 --- a/segmentation/clitkExtractMediastinumGenericFilter.txx +++ b/segmentation/clitkExtractMediastinumGenericFilter.txx @@ -78,11 +78,10 @@ SetOptionsFromArgsInfoToFilter(FilterType * f) f->SetDistanceMaxToAnteriorPartOfTheVertebralBody(mArgsInfo.maxAntSpine_arg); f->SetUseBones(mArgsInfo.useBones_flag); - f->SetIntermediateSpacing(mArgsInfo.spacing_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); + // Set RelativePositionList filenames + for(uint i=0; iAddRelativePositionListFilename(mArgsInfo.relpos_arg[i]); + } } //--------------------------------------------------------------------