Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Try this:

(kps5, descs5) = cv2.BRISK_create(10).detectAndCompute(gray,None)
t = cv2.drawKeypoints(gray,
                     kp,
                     None,
                     flags=cv2.DRAW_MATCHES_FLAGS_DRAW_RICH_KEYPOINTS)

Try this:

(kps5, descs5) = cv2.BRISK_create(10).detectAndCompute(gray,None)
t = cv2.drawKeypoints(gray,
                     kp,
                     None,
                     flags=cv2.DRAW_MATCHES_FLAGS_DRAW_RICH_KEYPOINTS)