Home
last modified time | relevance | path

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

/external/opencv3/modules/video/include/opencv2/video/
Dbackground_segm.hpp162 CV_WRAP virtual double getComplexityReductionThreshold() const = 0;
/external/opencv3/modules/java/src/
Dvideo+BackgroundSubtractorMOG2.java161 public double getComplexityReductionThreshold() in getComplexityReductionThreshold() method in BackgroundSubtractorMOG2
Dvideo.cpp1608 double _retval_ = (*me)->getComplexityReductionThreshold( ); in Java_org_opencv_video_BackgroundSubtractorMOG2_getComplexityReductionThreshold_10()
/external/opencv3/modules/cudabgsegm/src/
Dmog2.cpp116 double getComplexityReductionThreshold() const { return ct_; } in getComplexityReductionThreshold() function in __anon756e59f00111::MOG2Impl
/external/opencv3/modules/video/src/
Dbgfg_gaussmix2.cpp257 virtual double getComplexityReductionThreshold() const { return fCT; } in getComplexityReductionThreshold() function in cv::BackgroundSubtractorMOG2Impl