Searched refs:m_queryPoints (Results 1 – 3 of 3) sorted by relevance
21 vector<Point2f> m_queryPoints, in get_homography_matrix() argument28 Mat homography = findHomography(m_queryPoints, m_trainPoints, RANSAC, in get_homography_matrix()
160 vector<Point2f> m_queryPoints, m_trainPoints; in ORBProcessing() local163 m_queryPoints); in ORBProcessing()167 get_homography_matrix(m_queryPoints, m_trainPoints, in ORBProcessing()
12 vector<Point2f> m_queryPoints,