airtest.aircv.keypoint_matching module¶
Detect keypoints with KAZE/AKAZE/BRISK/ORB. No need for opencv-contrib module.
-
class
KAZEMatching(im_search, im_source, threshold=0.8, rgb=True)[source]¶ Bases:
airtest.aircv.keypoint_base.KeypointMatchingKAZE Matching.
-
class
BRISKMatching(im_search, im_source, threshold=0.8, rgb=True)[source]¶ Bases:
airtest.aircv.keypoint_base.KeypointMatchingBRISK Matching.
-
METHOD_NAME= 'BRISK'¶
-
-
class
AKAZEMatching(im_search, im_source, threshold=0.8, rgb=True)[source]¶ Bases:
airtest.aircv.keypoint_base.KeypointMatchingAKAZE Matching.
-
METHOD_NAME= 'AKAZE'¶
-