how to extract x,y coordinates from OpenCV “cv2.keypoint” object?
5
3
I tried to use the following code: xCoordinate=point.x (point is type of cv2.keyPoint) It gives me error saying cv2.keyPoint has no attribute 'x'
python opencv numpy
share | improve this question
asked Mar 9 '16 at 6:21
mengmengxyz mengmengxyz
144 2 5 10
add a comment |
5
3
...