Home
last modified time | relevance | path

Searched defs:varThreshold (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/cudabgsegm/src/cuda/
Dmog.cu120 … const int nmixtures, const float varThreshold, const float backgroundRatio) in mog_withoutLearning()
170 … int nmixtures, float varThreshold, float backgroundRatio, cudaStream_t stream) in mog_withoutLearning_caller()
193 …const int nmixtures, const float varThreshold, const float backgroundRatio, const float learningRa… in mog_withLearning()
322 … int nmixtures, float varThreshold, float backgroundRatio, float learningRate, float minVar, in mog_withLearning_caller()
343 …trStepSzf sortKey, PtrStepSzb mean, PtrStepSzb var, int nmixtures, float varThreshold, float learn… in mog_gpu()
/external/opencv3/modules/cudabgsegm/src/
Dmog2.cpp102 void setVarThreshold(double varThreshold) { varThreshold_ = (float) varThreshold; } in setVarThreshold()
156 MOG2Impl::MOG2Impl(int history, double varThreshold, bool detectShadows) : in MOG2Impl()
248 …tractorMOG2> cv::cuda::createBackgroundSubtractorMOG2(int history, double varThreshold, bool detec… in createBackgroundSubtractorMOG2()
/external/opencv3/modules/java/src/
Dvideo+BackgroundSubtractorMOG2.java35 public void setVarThreshold(double varThreshold) in setVarThreshold()
363 private static native void setVarThreshold_0(long nativeObj, double varThreshold); in setVarThreshold_0()
Dvideo+Video.java195 …ckgroundSubtractorMOG2 createBackgroundSubtractorMOG2(int history, double varThreshold, boolean de… in createBackgroundSubtractorMOG2()
279 …private static native long createBackgroundSubtractorMOG2_0(int history, double varThreshold, bool… in createBackgroundSubtractorMOG2_0()
Dvideo.cpp568 (JNIEnv* env, jclass , jint history, jdouble varThreshold, jboolean detectShadows) in Java_org_opencv_video_Video_createBackgroundSubtractorMOG2_10()
1377 (JNIEnv* env, jclass , jlong self, jdouble varThreshold) in Java_org_opencv_video_BackgroundSubtractorMOG2_setVarThreshold_10()
/external/opencv3/modules/video/src/
Dbgfg_gaussmix2.cpp336 double varThreshold; member in cv::BackgroundSubtractorMOG2Impl