Ask Your Question

kurt_alex's profile - activity

2019-07-23 13:09:06 -0600 received badge  Notable Question (source)
2019-03-13 09:22:45 -0600 received badge  Popular Question (source)
2019-01-24 15:58:43 -0600 received badge  Student (source)
2019-01-19 04:26:42 -0600 received badge  Enthusiast
2019-01-12 14:18:28 -0600 commented question function "drawKeypoints" do not work in openCV 4.0.1

I use it "cv2.drawKeypoints" example: blank = np.zeros((1, 1)) blobs = cv2.drawKeypoints(image, keypoints, blank, (0, 0

2019-01-12 14:17:58 -0600 commented question function "drawKeypoints" do not work in openCV 4.0.1

I use it "cv2.drawKeypoints" exaple: blank = np.zeros((1, 1)) blobs = cv2.drawKeypoints(image, keypoints, blank, (0, 0,

2019-01-12 12:16:05 -0600 asked a question function "drawKeypoints" do not work in openCV 4.0.1

function "drawKeypoints" do not work in openCV 4.0.1 I want to use the drawKeypoints function in openCV 4.0.1, but Pytho