質問編集履歴
1
import numpy as npを追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -25,6 +25,8 @@
|
|
25
25
|
|
26
26
|
|
27
27
|
```python
|
28
|
+
|
29
|
+
import numpy as np
|
28
30
|
|
29
31
|
import cv2
|
30
32
|
|