Searched refs:getComplexityReductionThreshold (Results 1 – 5 of 5) sorted by relevance
162 CV_WRAP virtual double getComplexityReductionThreshold() const = 0;
161 public double getComplexityReductionThreshold() in getComplexityReductionThreshold() method in BackgroundSubtractorMOG2
1608 double _retval_ = (*me)->getComplexityReductionThreshold( ); in Java_org_opencv_video_BackgroundSubtractorMOG2_getComplexityReductionThreshold_10()
116 double getComplexityReductionThreshold() const { return ct_; } in getComplexityReductionThreshold() function in __anon756e59f00111::MOG2Impl
257 virtual double getComplexityReductionThreshold() const { return fCT; } in getComplexityReductionThreshold() function in cv::BackgroundSubtractorMOG2Impl