Searched refs:setWobbleSuppressor (Results 1 – 3 of 3) sorted by relevance
167 void setWobbleSuppressor(Ptr<WobbleSuppressorBase> val) { wobbleSuppressor_ = val; } in setWobbleSuppressor() function in cv::videostab::TwoPassStabilizer
430 twoPassStabilizer->setWobbleSuppressor(ws); in main()
312 setWobbleSuppressor(makePtr<NullWobbleSuppressor>()); in TwoPassStabilizer()