回答編集履歴

1

修正

2019/01/09 06:04

投稿

hayataka2049
hayataka2049

スコア30933

test CHANGED
@@ -1,5 +1,11 @@
1
1
  ```python
2
2
 
3
- temp=cv2.hconcat([top,mask,bottom]) #
3
+ # temp=cv2.hconcat([top,mask,bottom])
4
+
5
+ temp=cv2.hconcat([mask,left,right])
4
6
 
5
7
  ```
8
+
9
+
10
+
11
+ これで実行できますが、たぶんやりたいのは上の行の方なんでしょうねえ。