mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
14af369640
Usage: import numpy as np import cv2 img = cv2.imread('messi5.jpg',0) sift = cv2.SIFT() kp = sift.detect(img) pts = cv2.KeyPoint_convert(kp) kps = cv2.KeyPoint_convert(pts.reshape(-1,1,2)) overlap = cv2.KeyPoint_overlap(kp[0],kp[1]) |
||
---|---|---|
.. | ||
pics | ||
highgui.rst | ||
qt_new_functions.rst | ||
reading_and_writing_images_and_video.rst | ||
user_interface.rst |