質問編集履歴

2

誤字

2019/01/21 08:09

投稿

yocchan
yocchan

スコア13

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  File "C:\Users\seki-sugitalab\source\repos\library02\library02\Detect.py", line 42, in main
22
22
 
23
- cut = cv.drawKeypoints(cut, i, Keypoints, None)
23
+ cut = cv.drawKeypoints(cut, Keypoints, None)
24
24
 
25
25
  AttributeError: module 'cv2.cv2' has no attribute 'drawKeypoints'
26
26
 

1

誤字

2019/01/21 08:09

投稿

yocchan
yocchan

スコア13

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- 認識させる画像を読み込ませ、特徴点を解析して、特徴点を書き込んだ画像を保存さたい
5
+ 認識させる画像を読み込ませ、特徴点を解析して、特徴点を書き込んだ画像を保存さたい
6
6
 
7
7
 
8
8
 
@@ -114,7 +114,7 @@
114
114
 
115
115
  # 画像への特徴点の書き込み
116
116
 
117
- cut = cv.drawKeypoints(cut, i, Keypoints, None)
117
+ cut = cv.drawKeypoints(cut,Keypoints, None)
118
118
 
119
119
  cv.imwrite('test_%d.png' % i, cut)
120
120