Home
last modified time | relevance | path

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

/external/opencv3/modules/video/include/opencv2/video/
Dbackground_segm.hpp138 CV_WRAP virtual double getVarThresholdGen() const = 0;
/external/opencv3/modules/java/src/
Dvideo+BackgroundSubtractorMOG2.java49 public double getVarThresholdGen() in getVarThresholdGen() method in BackgroundSubtractorMOG2
Dvideo.cpp1408 double _retval_ = (*me)->getVarThresholdGen( ); in Java_org_opencv_video_BackgroundSubtractorMOG2_getVarThresholdGen_10()
/external/opencv3/modules/cudabgsegm/src/
Dmog2.cpp104 double getVarThresholdGen() const { return varThresholdGen_; } in getVarThresholdGen() function in __anon756e59f00111::MOG2Impl
/external/opencv3/modules/video/src/
Dbgfg_gaussmix2.cpp245 virtual double getVarThresholdGen() const { return varThresholdGen; } in getVarThresholdGen() function in cv::BackgroundSubtractorMOG2Impl