質問編集履歴

2

ソースコードの修正

2019/01/11 06:41

投稿

Leo0121
Leo0121

スコア12

test CHANGED
File without changes
test CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  cv2.error: OpenCV(3.4.2) /home/pi/opencv/modules/imgproc/src/color.hpp:253: error: (-215:Assertion failed) VScn::contains(scn) && VDcn::contains(dcn) && VDepth::contains(depth) in function 'CvtHelper'
24
24
 
25
- ``
25
+ ```
26
26
 
27
27
 
28
28
 

1

ソースコード

2019/01/11 06:41

投稿

Leo0121
Leo0121

スコア12

test CHANGED
File without changes
test CHANGED
@@ -30,9 +30,7 @@
30
30
 
31
31
 
32
32
 
33
- ```python
33
+ ```
34
-
35
-
36
34
 
37
35
  import cv2
38
36
 
@@ -86,7 +84,9 @@
86
84
 
87
85
  capture.release()
88
86
 
89
- cv2.destroyAllWindows()``
87
+ cv2.destroyAllWindows()
88
+
89
+ ```
90
90
 
91
91
 
92
92