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

  /external/opencv3/modules/videostab/src/
outlier_rejection.cpp 78 const Point2f* points0_ = points0.getMat().ptr<Point2f>(); local
95 cx = std::min(cvRound(points0_[i].x / cellSize_.width), ncells.width - 1);
96 cy = std::min(cvRound(points0_[i].y / cellSize_.height), ncells.height - 1);
125 dx = points1_[idx].x - points0_[idx].x;
126 dy = points1_[idx].y - points0_[idx].y;
131 x1 = points0_[cell[i]].x + dx;
132 y1 = points0_[cell[i]].y + dy;
155 x1 = points0_[cell[i]].x + dxBest;
156 y1 = points0_[cell[i]].y + dyBest;
169 dxBest += points1_[inliers[i]].x - points0_[inliers[i]].x
    [all...]
optical_flow.cpp 80 points0_.upload(points0.getMat());
84 run(frame0_, frame1_, points0_, points1_, status_, errors_);
88 run(frame0_, frame1_, points0_, points1_, status_);
global_motion.cpp 372 Point2f *points0_ = points0.getMat().ptr<Point2f>(); local
375 return impls[model](npoints, points0_, points1_, rmse);
391 const Point2f *points0_ = points0.getMat().ptr<Point2f>(); local
426 subset0[i] = points0_[indices[i]];
435 p0 = points0_[i];
460 p0 = points0_[i];
552 const Point2f *points0_ = points0.getMat().ptr<Point2f>();
592 p0 = points0_[i];
  /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

Completed in 38 milliseconds