HomeSort by relevance Sort by last modified time
    Searched refs:doWobbleSuppression_ (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/videostab/src/
stabilizer.cpp 323 doWobbleSuppression_ = false;
375 doWobbleSuppression_ = dynamic_cast<NullWobbleSuppressor*>(wobble) == 0;
391 if (doWobbleSuppression_)
473 doWobbleSuppression_ = dynamic_cast<NullWobbleSuppressor*>(wobble) == 0;
474 if (doWobbleSuppression_)
  /external/opencv3/modules/videostab/include/opencv2/videostab/
stabilizer.hpp 190 bool doWobbleSuppression_;

Completed in 2988 milliseconds