Searched defs:setComplexityReductionThreshold (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudabgsegm/src/ | ||
D | mog2.cpp | 117 void setComplexityReductionThreshold(double ct) { ct_ = (float) ct; } in setComplexityReductionThreshold() function in __anon3eb1d9240111::MOG2Impl |
/external/opencv3/modules/java/src/ | ||
D | video+BackgroundSubtractorMOG2.java | 175 public void setComplexityReductionThreshold(double ct) in setComplexityReductionThreshold() method in BackgroundSubtractorMOG2 |
/external/opencv3/modules/video/src/ | ||
D | bgfg_gaussmix2.cpp | 258 virtual void setComplexityReductionThreshold(double ct) { fCT = (float)ct; } in setComplexityReductionThreshold() function in cv::BackgroundSubtractorMOG2Impl |