回答編集履歴
1
f
answer
CHANGED
@@ -2,6 +2,7 @@
|
|
2
2
|
|
3
3
|
```python
|
4
4
|
import cv2
|
5
|
+
import numpy as np
|
5
6
|
|
6
7
|
img = np.random.randint(0, 256, (300, 300))
|
7
8
|
|