Searched defs:setMaxLevel (Results 1 - 2 of 2) sorted by relevance
/external/opencv3/modules/videostab/include/opencv2/videostab/ | ||
H A D | optical_flow.hpp | 82 PyrLkOptFlowEstimatorBase() { setWinSize(Size(21, 21)); setMaxLevel(3); } 87 virtual void setMaxLevel(int val) { maxLevel_ = val; } function in class:cv::videostab::PyrLkOptFlowEstimatorBase |
/external/deqp/framework/opengl/simplereference/ | ||
H A D | sglrReferenceContext.hpp | 98 void setMaxLevel (int maxLevel) { m_maxLevel = maxLevel; } function in class:sglr::rc::Texture |
Completed in 72 milliseconds