Searched refs:getVarThresholdGen (Results 1 – 5 of 5) sorted by relevance
138 CV_WRAP virtual double getVarThresholdGen() const = 0;
49 public double getVarThresholdGen() in getVarThresholdGen() method in BackgroundSubtractorMOG2
1408 double _retval_ = (*me)->getVarThresholdGen( ); in Java_org_opencv_video_BackgroundSubtractorMOG2_getVarThresholdGen_10()
104 double getVarThresholdGen() const { return varThresholdGen_; } in getVarThresholdGen() function in __anon756e59f00111::MOG2Impl
245 virtual double getVarThresholdGen() const { return varThresholdGen; } in getVarThresholdGen() function in cv::BackgroundSubtractorMOG2Impl