Home
last modified time | relevance | path

Searched defs:setComplexityReductionThreshold (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudabgsegm/src/
Dmog2.cpp117 void setComplexityReductionThreshold(double ct) { ct_ = (float) ct; } in setComplexityReductionThreshold() function in __anon3eb1d9240111::MOG2Impl
/external/opencv3/modules/java/src/
Dvideo+BackgroundSubtractorMOG2.java175 public void setComplexityReductionThreshold(double ct) in setComplexityReductionThreshold() method in BackgroundSubtractorMOG2
/external/opencv3/modules/video/src/
Dbgfg_gaussmix2.cpp258 virtual void setComplexityReductionThreshold(double ct) { fCT = (float)ct; } in setComplexityReductionThreshold() function in cv::BackgroundSubtractorMOG2Impl