Home
last modified time | relevance | path

Searched refs:setEstimateTrimRatio (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/videostab/include/opencv2/videostab/
Dstabilizer.hpp170 void setEstimateTrimRatio(bool val) { mustEstTrimRatio_ = val; } in setEstimateTrimRatio() function in cv::videostab::TwoPassStabilizer
/external/opencv3/samples/cpp/
Dvideostab.cpp396 twoPassStabilizer->setEstimateTrimRatio(arg("est-trim") == "yes"); in main()
/external/opencv3/modules/videostab/src/
Dstabilizer.cpp313 setEstimateTrimRatio(false); in TwoPassStabilizer()