質問編集履歴
1
コードを少し修正しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -30,7 +30,7 @@
|
|
30
30
|
import cv2
|
31
31
|
import numpy as np
|
32
32
|
|
33
|
-
im = cv2.imread('
|
33
|
+
im = cv2.imread('./data.jpg').astype(int)
|
34
34
|
|
35
35
|
b,g,r = cv2.split(im)
|
36
36
|
|