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

  /external/opencv3/modules/videostab/include/opencv2/videostab/
inpainting.hpp 141 class CV_EXPORTS MotionInpainter : public InpainterBase
144 MotionInpainter();
  /external/opencv3/samples/cpp/
videostab.cpp 511 Ptr<MotionInpainter> inp = makePtr<MotionInpainter>();
  /external/opencv3/modules/videostab/src/
inpainting.cpp 324 MotionInpainter::MotionInpainter()
329 CV_Error(Error::StsNotImplemented, "Current implementation of MotionInpainter requires CUDA");
337 void MotionInpainter::inpaint(int idx, Mat &frame, Mat &mask)

Completed in 146 milliseconds