HomeSort by relevance Sort by last modified time
    Searched defs:setMotions (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/videostab/include/opencv2/videostab/
deblurring.hpp 77 virtual void setMotions(const std::vector<Mat> &val) { motions_ = &val; }
wobble_suppression.hpp 78 virtual void setMotions(const std::vector<Mat> &val) { motions_ = &val; }
inpainting.hpp 84 virtual void setMotions(const std::vector<Mat> &val) { motions_ = &val; }
117 virtual void setMotions(const std::vector<Mat> &val);
  /external/opencv3/modules/videostab/src/
inpainting.cpp 80 void InpaintingPipeline::setMotions(const std::vector<Mat> &val)
83 inpainters_[i]->setMotions(val);
84 InpainterBase::setMotions(val);

Completed in 514 milliseconds