Ask Your Question

MasterChenSensei's profile - activity

2019-01-24 15:59:41 -0600 received badge  Supporter (source)
2019-01-24 15:59:35 -0600 commented answer drawKeypoints bug?

Alright! And once again, thank you very much for your help! :)

2019-01-24 15:58:31 -0600 received badge  Student (source)
2019-01-24 15:07:43 -0600 received badge  Editor (source)
2019-01-24 15:07:43 -0600 edited question drawKeypoints bug?

drawKeypoints bug? Hi! I'm trying to learn some Opencv with Python, and I'm following illustrations/examples from a book

2019-01-24 14:08:23 -0600 commented question drawKeypoints bug?

Sadly can't post the code right now, the website says: New users must wait 2 days to answer own questions. You can pos

2019-01-24 13:29:27 -0600 commented question drawKeypoints bug?

When I put it in my code, I still got the very same error, so I simply ran it in a terminal, and it showed lots of thing

2019-01-24 11:31:44 -0600 commented question drawKeypoints bug?

And I tried your suggestion LBerger, but I still get the very same error.

2019-01-24 11:30:32 -0600 commented question drawKeypoints bug?

First of all, thanks for trying to help me! import cv2 import numpy as np def draw_keypoints(vis, keypoints, color =

2019-01-24 11:29:34 -0600 commented question drawKeypoints bug?

First of all, thanks for trying to help me! My code: import cv2 import numpy as np def draw_keypoints(vis, keypoint

2019-01-24 11:28:29 -0600 commented question drawKeypoints bug?

First of all, thanks for trying to help me! My code: `import cv2 import numpy as np def draw_keypoints(vis, keypoints,

2019-01-23 21:00:29 -0600 asked a question drawKeypoints bug?

drawKeypoints bug? Hi! I'm trying to learn some Opencv with Python, and I'm following illustrations/examples from a book