Searched refs:varThresholdGen (Results 1 – 5 of 5) sorted by relevance
63 public void setVarThresholdGen(double varThresholdGen) in setVarThresholdGen() argument66 setVarThresholdGen_0(nativeObj, varThresholdGen); in setVarThresholdGen()369 private static native void setVarThresholdGen_0(long nativeObj, double varThresholdGen); in setVarThresholdGen_0() argument
1427 (JNIEnv* env, jclass , jlong self, jdouble varThresholdGen) in Java_org_opencv_video_BackgroundSubtractorMOG2_setVarThresholdGen_10() argument1433 (*me)->setVarThresholdGen( (double)varThresholdGen ); in Java_org_opencv_video_BackgroundSubtractorMOG2_setVarThresholdGen_10()
141 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::BackgroundSubtractorMOG2Impl782 idxArg = kernel_apply.set(idxArg, varThresholdGen); //c_Tg in ocl_apply()851 backgroundRatio, varThresholdGen, in apply()
105 … void setVarThresholdGen(double varThresholdGen) { varThresholdGen_ = (float) varThresholdGen; } in setVarThresholdGen() argument
141 CV_WRAP virtual void setVarThresholdGen(double varThresholdGen) = 0;