Searched defs:points_ (Results 1 – 3 of 3) sorted by relevance
33 KDBush(const std::vector<TPoint> &points_, const std::uint8_t nodeSize_ = defaultNodeSize) in KDBush()45 void fill(const std::vector<TPoint> &points_) { in fill()
249 std::vector<Point2f> pointsPrev_, points_; member in cv::videostab::KeypointBasedMotionEstimator276 cuda::GpuMat pointsPrev_, points_; member in cv::videostab::KeypointBasedMotionEstimatorGpu
138 std::vector<Point*> points_; variable