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

  /external/opencv3/modules/videostab/src/
optical_flow.cpp 78 frame0_.upload(frame0.getMat());
84 run(frame0_, frame1_, points0_, points1_, status_, errors_);
88 run(frame0_, frame1_, points0_, points1_, status_);
126 frame0_.upload(frame0.getMat());
139 optFlowEstimator_->calc(frame0_, frame1_, flow);
global_motion.cpp 781 frame0_.upload(frame0);
783 return estimate(frame0_, frame1_, ok);
  /external/opencv3/modules/videostab/include/opencv2/videostab/
optical_flow.hpp 125 cuda::GpuMat frame0_, frame1_, points0_, points1_, status_, errors_; member in class:cv::videostab::SparsePyrLkOptFlowEstimatorGpu
140 cuda::GpuMat frame0_, frame1_, flowX_, flowY_, errors_; member in class:cv::videostab::DensePyrLkOptFlowEstimatorGpu
global_motion.hpp 274 cuda::GpuMat frame0_, grayFrame0_, frame1_; member in class:cv::videostab::KeypointBasedMotionEstimatorGpu

Completed in 49 milliseconds