Searched refs:thresholdRange_ (Results 1 – 5 of 5) sorted by relevance
26 float thresholdRange_ = 0.0f; member31 NearEqual(thresholdRange_, opt.thresholdRange_);
186 jsonInvert->Put("thresholdRange", option.thresholdRange_); in ToJsonValue()
4338 … invertVector.SetValues(option.low_, option.high_, option.threshold_, option.thresholdRange_);
1186 option.thresholdRange_ = invert[NUM_3]; in SetInvert()
7197 option.thresholdRange_ = std::clamp(thresholdRange, 0.0, 1.0); in ParseInvertProps()