airtest.aircv.keypoint_matching_contrib module¶
Detect keypoints with BRIEF/SIFT/SURF. Need opencv-contrib module.
-
class
BRIEFMatching(im_search, im_source, threshold=0.8, rgb=True)[source]¶ Bases:
airtest.aircv.keypoint_base.KeypointMatchingFastFeature Matching.
-
METHOD_NAME= 'BRIEF'¶
-
-
class
SIFTMatching(im_search, im_source, threshold=0.8, rgb=True)[source]¶ Bases:
airtest.aircv.keypoint_base.KeypointMatchingSIFT Matching.
-
METHOD_NAME= 'SIFT'¶
-
FLANN_INDEX_KDTREE= 0¶
-