Home
last modified time | relevance | path

Searched refs:varThresholdGen (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/java/src/
Dvideo+BackgroundSubtractorMOG2.java63 public void setVarThresholdGen(double varThresholdGen) in setVarThresholdGen() argument
66 setVarThresholdGen_0(nativeObj, varThresholdGen); in setVarThresholdGen()
369 private static native void setVarThresholdGen_0(long nativeObj, double varThresholdGen); in setVarThresholdGen_0() argument
Dvideo.cpp1427 (JNIEnv* env, jclass , jlong self, jdouble varThresholdGen) in Java_org_opencv_video_BackgroundSubtractorMOG2_setVarThresholdGen_10() argument
1433 (*me)->setVarThresholdGen( (double)varThresholdGen ); in Java_org_opencv_video_BackgroundSubtractorMOG2_setVarThresholdGen_10()
/external/opencv3/modules/video/src/
Dbgfg_gaussmix2.cpp141 varThresholdGen = defaultVarThresholdGen2; in BackgroundSubtractorMOG2Impl()
166 varThresholdGen = defaultVarThresholdGen2; in BackgroundSubtractorMOG2Impl()
245 virtual double getVarThresholdGen() const { return varThresholdGen; } in getVarThresholdGen()
246 …virtual void setVarThresholdGen(double _varThresholdGen) { varThresholdGen = (float)_varThresholdG… in setVarThresholdGen()
286 << "varThresholdGen" << varThresholdGen in write()
303 varThresholdGen = (float)fn["varThresholdGen"]; in read()
352 float varThresholdGen; member in cv::BackgroundSubtractorMOG2Impl
782 idxArg = kernel_apply.set(idxArg, varThresholdGen); //c_Tg in ocl_apply()
851 backgroundRatio, varThresholdGen, in apply()
/external/opencv3/modules/cudabgsegm/src/
Dmog2.cpp105 … void setVarThresholdGen(double varThresholdGen) { varThresholdGen_ = (float) varThresholdGen; } in setVarThresholdGen() argument
/external/opencv3/modules/video/include/opencv2/video/
Dbackground_segm.hpp141 CV_WRAP virtual void setVarThresholdGen(double varThresholdGen) = 0;