teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

f

2019/10/11 06:54

投稿

tiitoi
tiitoi

スコア21960

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