Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aorb/
H A Dorb_algos_opencv.cpp22 vector<Point2f> m_trainPoints, 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
165 push_orbpoint_cv(ORBctx->orb_stats.num_points, ORBctx->orb_stats.points, m_trainPoints); in ORBProcessing()
167 get_homography_matrix(m_queryPoints, m_trainPoints, in ORBProcessing()
H A Dorb_algos_opencv.h13 vector<Point2f> m_trainPoints,