Home
last modified time | relevance | path

Searched refs:dwiConfThresh (Results 1 – 2 of 2) sorted by relevance

/dports/science/teem/teem-1.11.0-src/src/ten/
H A Destimate.c211 tec->dwiConfThresh = AIR_NAN; in tenEstimateContextNew()
451 tec->dwiConfThresh = thresh; in tenEstimateThresholdSet()
486 if (!(AIR_EXISTS(tec->dwiConfThresh) && AIR_EXISTS(tec->dwiConfSoft))) { in _tenEstimateCheck()
488 tec->dwiConfThresh, tec->dwiConfSoft); in _tenEstimateCheck()
821 tec->conf = AIR_AFFINE(-1, airErf((tec->mdwi - tec->dwiConfThresh) in _tenEstimateValuesSet()
825 tec->conf = tec->mdwi > tec->dwiConfThresh; in _tenEstimateValuesSet()
H A Dten.h1018 dwiConfThresh, /* mean Dwi threshold for confidence mask */ member