Home
last modified time | relevance | path

Searched defs:matched_keypoints (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aorb/
H A Dorb_algos.cpp231 int get_trusted_four_points(ORBList* matched_keypoints, point_t src[4], point_t dst[4]) in get_trusted_four_points()
326 int find_homography_by_four_points(ORBList* matched_keypoints, double homography[9]) in find_homography_by_four_points()
524 int elimate_affine_transform(ORBList* matched_keypoints, double homography[9]) in elimate_affine_transform()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/aorb/
H A Drk_aiq_types_orb_algo.h67 orb_matched_point_t matched_keypoints[MAX_POINTS]; member