OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullWobbleSuppressor
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/videostab/include/opencv2/videostab/
wobble_suppression.hpp
95
class CV_EXPORTS
NullWobbleSuppressor
: public WobbleSuppressorBase
/external/opencv3/modules/videostab/src/
stabilizer.cpp
312
setWobbleSuppressor(makePtr<
NullWobbleSuppressor
>());
375
doWobbleSuppression_ = dynamic_cast<
NullWobbleSuppressor
*>(wobble) == 0;
473
doWobbleSuppression_ = dynamic_cast<
NullWobbleSuppressor
*>(wobble) == 0;
wobble_suppression.cpp
94
void
NullWobbleSuppressor
::suppress(int /*idx*/, const Mat &frame, Mat &result)
Completed in 37 milliseconds