Lines Matching refs:points1_
79 const Point2f* points1_ = points1.getMat().ptr<Point2f>();
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) <