Home
last modified time | relevance | path

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

/external/opencv3/modules/video/src/
Dbgfg_KNN.cpp90 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::BackgroundSubtractorKNNImpl
592 fTau, in apply()
Dbgfg_gaussmix2.cpp144 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::BackgroundSubtractorMOG2Impl
444 float fTau; member
786 idxArg = kernel_apply.set(idxArg, fTau); in ocl_apply()
852 fVarInit, fVarMin, fVarMax, float(-learningRate*fCT), fTau, in apply()