Home
last modified time | relevance | path

Searched refs:frame1_ (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/videostab/src/
Doptical_flow.cpp79 frame1_.upload(frame1.getMat()); in run()
84 run(frame0_, frame1_, points0_, points1_, status_, errors_); in run()
88 run(frame0_, frame1_, points0_, points1_, status_); in run()
127 frame1_.upload(frame1.getMat()); in run()
139 optFlowEstimator_->calc(frame0_, frame1_, flow); in run()
Dinpainting.cpp375 frame1_ = at(neighbor, *frames_); in inpaint()
379 frame1_, transformedFrame1_, motion1to0(Rect(0,0,3,2)), frame1_.size(), in inpaint()
383 frame1_, transformedFrame1_, motion1to0, frame1_.size(), INTER_LINEAR, in inpaint()
Dglobal_motion.cpp782 frame1_.upload(frame1); in estimate()
783 return estimate(frame0_, frame1_, ok); in estimate()
/external/opencv3/modules/videostab/include/opencv2/videostab/
Doptical_flow.hpp125 cuda::GpuMat frame0_, frame1_, points0_, points1_, status_, errors_; member in cv::videostab::SparsePyrLkOptFlowEstimatorGpu
140 cuda::GpuMat frame0_, frame1_, flowX_, flowY_, errors_; member in cv::videostab::DensePyrLkOptFlowEstimatorGpu
Dinpainting.hpp167 Mat frame1_, transformedFrame1_; member in cv::videostab::MotionInpainter
Dglobal_motion.hpp274 cuda::GpuMat frame0_, grayFrame0_, frame1_; member in cv::videostab::KeypointBasedMotionEstimatorGpu