Searched refs:m_trainPoints (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aorb/ |
| H A D | orb_algos_opencv.cpp | 22 vector<Point2f> m_trainPoints, in get_homography_matrix() argument 28 Mat homography = findHomography(m_queryPoints, m_trainPoints, RANSAC, in get_homography_matrix()
|
| H A D | rk_aiq_algo_aorb_itf.cpp | 160 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 D | orb_algos_opencv.h | 13 vector<Point2f> m_trainPoints,
|