Searched refs:setEstimateTrimRatio (Results 1 – 3 of 3) sorted by relevance
170 void setEstimateTrimRatio(bool val) { mustEstTrimRatio_ = val; } in setEstimateTrimRatio() function in cv::videostab::TwoPassStabilizer
396 twoPassStabilizer->setEstimateTrimRatio(arg("est-trim") == "yes"); in main()
313 setEstimateTrimRatio(false); in TwoPassStabilizer()