ha4t.aircv.keypoint_base module
Detect keypoints with KAZE.
-
class KeypointMatching(im_search, im_source, threshold=0.8, rgb=True)[源代码]
基类:object
基于特征点的识别基类: KAZE.
-
METHOD_NAME = 'KAZE'
-
FILTER_RATIO = 0.59
-
ONE_POINT_CONFI = 0.5
-
mask_kaze()[源代码]
基于kaze查找多个目标区域的方法.
-
find_all_results()[源代码]
基于kaze查找多个目标区域的方法.
-
find_best_result(*args, **kwargs)
-
show_match_image()[源代码]
Show how the keypoints matches.
-
init_detector()[源代码]
Init keypoint detector object.
-
get_keypoints_and_descriptors(image)[源代码]
获取图像特征点和描述符.
-
match_keypoints(des_sch, des_src)[源代码]
Match descriptors (特征值匹配).