Home
last modified time | relevance | path

Searched refs:m_queryPoints (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aorb/
H A Dorb_algos_opencv.cpp21 vector<Point2f> m_queryPoints, in get_homography_matrix() argument
28 Mat homography = findHomography(m_queryPoints, m_trainPoints, RANSAC, in get_homography_matrix()
H A Drk_aiq_algo_aorb_itf.cpp160 vector<Point2f> m_queryPoints, m_trainPoints; in ORBProcessing() local
163 m_queryPoints); in ORBProcessing()
167 get_homography_matrix(m_queryPoints, m_trainPoints, in ORBProcessing()
H A Dorb_algos_opencv.h12 vector<Point2f> m_queryPoints,