OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mustEstTrimRatio_
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/videostab/include/opencv2/videostab/
stabilizer.hpp
170
void setEstimateTrimRatio(bool val) {
mustEstTrimRatio_
= val; }
171
bool mustEstimateTrimaRatio() const { return
mustEstTrimRatio_
; }
186
bool
mustEstTrimRatio_
;
/external/opencv3/modules/videostab/src/
stabilizer.cpp
441
if (
mustEstTrimRatio_
)
Completed in 192 milliseconds