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

  /external/opencv3/modules/videostab/include/opencv2/videostab/
stabilizer.hpp 83 void setDeblurer(Ptr<DeblurerBase> val) { deblurer_ = val; }
  /external/opencv3/modules/videostab/src/
stabilizer.cpp 60 setDeblurer(makePtr<NullDeblurer>());
  /external/opencv3/samples/cpp/
videostab.cpp 483 stabilizer->setDeblurer(deblurer);

Completed in 179 milliseconds