Searched refs:getBackgroundRatio (Results 1 – 7 of 7) sorted by relevance
96 virtual double getBackgroundRatio() const = 0;
115 CV_WRAP virtual double getBackgroundRatio() const = 0;
329 public double getBackgroundRatio() in getBackgroundRatio() method in BackgroundSubtractorMOG2
1908 double _retval_ = (*me)->getBackgroundRatio( ); in Java_org_opencv_video_BackgroundSubtractorMOG2_getBackgroundRatio_10()
91 double getBackgroundRatio() const { return backgroundRatio_; } in getBackgroundRatio() function in __anon66be43d20111::MOGImpl
98 double getBackgroundRatio() const { return backgroundRatio_; } in getBackgroundRatio() function in __anon3eb1d9240111::MOG2Impl
239 virtual double getBackgroundRatio() const { return backgroundRatio; } in getBackgroundRatio() function in cv::BackgroundSubtractorMOG2Impl