OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setEstimateTrimRatio
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/videostab/include/opencv2/videostab/
stabilizer.hpp
170
void
setEstimateTrimRatio
(bool val) { mustEstTrimRatio_ = val; }
/external/opencv3/modules/videostab/src/
stabilizer.cpp
313
setEstimateTrimRatio
(false);
/external/opencv3/samples/cpp/
videostab.cpp
396
twoPassStabilizer->
setEstimateTrimRatio
(arg("est-trim") == "yes");
Completed in 2317 milliseconds