Searched refs:frame1_ (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/videostab/src/ |
D | optical_flow.cpp | 79 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()
|
D | inpainting.cpp | 375 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()
|
D | global_motion.cpp | 782 frame1_.upload(frame1); in estimate() 783 return estimate(frame0_, frame1_, ok); in estimate()
|
/external/opencv3/modules/videostab/include/opencv2/videostab/ |
D | optical_flow.hpp | 125 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
|
D | inpainting.hpp | 167 Mat frame1_, transformedFrame1_; member in cv::videostab::MotionInpainter
|
D | global_motion.hpp | 274 cuda::GpuMat frame0_, grayFrame0_, frame1_; member in cv::videostab::KeypointBasedMotionEstimatorGpu
|