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

  /external/opencv3/modules/videostab/src/
outlier_rejection.cpp 79 const Point2f* points1_ = points1.getMat().ptr<Point2f>(); local
125 dx = points1_[idx].x - points0_[idx].x;
126 dy = points1_[idx].y - points0_[idx].y;
133 if (sqr(x1 - points1_[cell[i]].x) + sqr(y1 - points1_[cell[i]].y) <
157 if (sqr(x1 - points1_[cell[i]].x) + sqr(y1 - points1_[cell[i]].y) <
169 dxBest += points1_[inliers[i]].x - points0_[inliers[i]].x;
170 dyBest += points1_[inliers[i]].y - points0_[inliers[i]].y;
184 if (sqr(x1 - points1_[cell[i]].x) + sqr(y1 - points1_[cell[i]].y)
    [all...]
global_motion.cpp 373 Point2f *points1_ = points1.getMat().ptr<Point2f>(); local
375 return impls[model](npoints, points0_, points1_, rmse);
392 const Point2f *points1_ = points1.getMat().ptr<Point2f>(); local
427 subset1[i] = points1_[indices[i]];
436 p1 = points1_[i];
461 p1 = points1_[i];
553 const Point2f *points1_ = points1.getMat().ptr<Point2f>();
593 p1 = points1_[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 201 milliseconds