Searched refs:matched_list (Results 1 – 2 of 2) sorted by relevance
187 ORBList* matched_list = matching(ORBctx->roi_points_list, in ORBProcessing() local190 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()
114 ORBList* matched_list = initList(sizeof(orb_matched_point_t)); in matching() local149 push(matched_list, &keypoint); in matching()152 if (matched_list->length > 30) { in matching()167 return matched_list; in matching()