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 | ||
basic_structures.rst | ||
clustering.rst | ||
command_line_parser.rst | ||
core.rst | ||
drawing_functions.rst | ||
dynamic_structures.rst | ||
intro.rst | ||
old_basic_structures.rst | ||
old_xml_yaml_persistence.rst | ||
opengl_interop.rst | ||
operations_on_arrays.rst | ||
utility_and_system_functions_and_macros.rst | ||
xml_yaml_persistence.rst |