質問編集履歴

1

エラーの表示内容が変わったため, 変更しました.

2022/11/17 15:56

投稿

kinora
kinora

スコア3

test CHANGED
File without changes
test CHANGED
@@ -11,10 +11,17 @@
11
11
 
12
12
 
13
13
  ```
14
+ cv2.imshow(img)
15
+ cv2.error: OpenCV(4.5.5) :-1: error: (-5:Bad argument) in function 'imshow'
14
- Traceback (most recent call last):
16
+ > Overload resolution failed:
15
- File "/home/b4/Desktop/ARmarker/showingmarker.py", line 4, in <module>
16
- aruco = cv.aruco
17
- NameError: name 'cv' is not defined
17
+ > - imshow() missing required argument 'mat' (pos 2)
18
+ > - imshow() missing required argument 'mat' (pos 2)
19
+ > - imshow() missing required argument 'mat' (pos 2)
20
+
21
+
22
+
23
+
24
+
18
25
  ```
19
26
 
20
27
  ### 該当のソースコード