Searched refs:getShadowThreshold (Results 1 – 7 of 7) sorted by relevance
194 CV_WRAP virtual double getShadowThreshold() const = 0;284 CV_WRAP virtual double getShadowThreshold() const = 0;
189 public double getShadowThreshold() in getShadowThreshold() method in BackgroundSubtractorKNN
245 public double getShadowThreshold() in getShadowThreshold() method in BackgroundSubtractorMOG2
1758 double _retval_ = (*me)->getShadowThreshold( ); in Java_org_opencv_video_BackgroundSubtractorMOG2_getShadowThreshold_10()2271 double _retval_ = (*me)->getShadowThreshold( ); in Java_org_opencv_video_BackgroundSubtractorKNN_getShadowThreshold_10()
125 double getShadowThreshold() const { return shadowThreshold_; } in getShadowThreshold() function in __anon756e59f00111::MOG2Impl
181 virtual double getShadowThreshold() const { return fTau; } in getShadowThreshold() function in cv::BackgroundSubtractorKNNImpl
276 virtual double getShadowThreshold() const { return fTau; } in getShadowThreshold() function in cv::BackgroundSubtractorMOG2Impl