Lines Matching refs:Point2f
53 const Point2f* ptr = m.ptr<Point2f>(); in haveCollinearPoints()
94 const Point2f* src = ms1.ptr<Point2f>(); in checkSubset()
95 const Point2f* dst = ms2.ptr<Point2f>(); in checkSubset()
117 const Point2f* M = m1.ptr<Point2f>(); in runKernel()
118 const Point2f* m = m2.ptr<Point2f>(); in runKernel()
184 const Point2f* M = m1.ptr<Point2f>(); in computeError()
185 const Point2f* m = m2.ptr<Point2f>(); in computeError()
225 const Point2f* M = src.ptr<Point2f>(); in compute()
226 const Point2f* m = dst.ptr<Point2f>(); in compute()
393 compressElems( src.ptr<Point2f>(), tempMask.ptr<uchar>(), 1, npoints ); in findHomography()
394 npoints = compressElems( dst.ptr<Point2f>(), tempMask.ptr<uchar>(), 1, npoints ); in findHomography()
450 const Point2f* m1 = _m1.ptr<Point2f>(); in run7Point()
451 const Point2f* m2 = _m2.ptr<Point2f>(); in run7Point()
559 const Point2f* m1 = _m1.ptr<Point2f>(); in run8Point()
560 const Point2f* m2 = _m2.ptr<Point2f>(); in run8Point()
695 const Point2f* m1 = __m1.ptr<Point2f>(); in computeError()
696 const Point2f* m2 = __m2.ptr<Point2f>(); in computeError()
838 const Point2f* ptsf = points.ptr<Point2f>(); in computeCorrespondEpilines()
842 Point2f pt = depth == CV_32F ? ptsf[i] : Point2f((float)ptsi[i].x, (float)ptsi[i].y); in computeCorrespondEpilines()
900 Point2f* dptr = dst.ptr<Point2f>(); in convertPointsFromHomogeneous()
904 dptr[i] = Point2f(sptr[i].x*scale, sptr[i].y*scale); in convertPointsFromHomogeneous()
923 Point2f* dptr = dst.ptr<Point2f>(); in convertPointsFromHomogeneous()
927 dptr[i] = Point2f(sptr[i].x*scale, sptr[i].y*scale); in convertPointsFromHomogeneous()
1015 const Point2f* sptr = src.ptr<Point2f>(); in convertPointsToHomogeneous()