Home
last modified time | relevance | path

Searched refs:matched_list (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aorb/
H A Drk_aiq_algo_aorb_itf.cpp187 ORBList* matched_list = matching(ORBctx->roi_points_list, in ORBProcessing() local
190 ret = elimate_affine_transform(matched_list, ORBctx->affine_mat_roi); in ORBProcessing()
208 ORBctx->roi_points_list->length, matched_list->length, in ORBProcessing()
221 for (Node* point = matched_list->start; point != NULL; point = point->next) { in ORBProcessing()
228 freeList(matched_list); in ORBProcessing()
H A Dorb_algos.cpp114 ORBList* matched_list = initList(sizeof(orb_matched_point_t)); in matching() local
149 push(matched_list, &keypoint); in matching()
152 if (matched_list->length > 30) { in matching()
167 return matched_list; in matching()