Searched refs:fTau (Results 1 – 2 of 2) sorted by relevance
90 fTau = defaultfTau;// Tau - shadow threshold in BackgroundSubtractorKNNImpl()114 fTau = defaultfTau; in BackgroundSubtractorKNNImpl()181 virtual double getShadowThreshold() const { return fTau; } in getShadowThreshold()182 virtual void setShadowThreshold(double value) { fTau = (float)value; } in setShadowThreshold()193 << "shadowThreshold" << fTau; in write()205 fTau = (float)fn["shadowThreshold"]; in read()233 float fTau; member in cv::BackgroundSubtractorKNNImpl592 fTau, in apply()
144 fTau = defaultfTau; in BackgroundSubtractorMOG2Impl()169 fTau = defaultfTau; in BackgroundSubtractorMOG2Impl()276 virtual double getShadowThreshold() const { return fTau; } in getShadowThreshold()277 virtual void setShadowThreshold(double value) { fTau = (float)value; } in setShadowThreshold()293 << "shadowThreshold" << fTau; in write()310 fTau = (float)fn["shadowThreshold"]; in read()374 float fTau; member in cv::BackgroundSubtractorMOG2Impl444 float fTau; member786 idxArg = kernel_apply.set(idxArg, fTau); in ocl_apply()852 fVarInit, fVarMin, fVarMax, float(-learningRate*fCT), fTau, in apply()