Home | History | Annotate | Download | only in src

Lines Matching refs:Point2f

109 static Mat _localAffineEstimate(const std::vector<Point2f>& shape1, const std::vector<Point2f>& shape2,
207 std::vector<Point2f> shape1; // transforming shape
208 std::vector<Point2f> shape2; // target shape
211 Point2f pt1=pts1.at<Point2f>(0,matches[i].queryIdx);
214 Point2f pt2=pts2.at<Point2f>(0,matches[i].trainIdx);
243 outMat.at<Point2f>(0,i)=fAffine.at<Point2f>(0,i);