質問編集履歴
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,6 +7,12 @@
|
|
7
7
|
|
8
8
|
うまく配列を画像(```shape==(1000, 100, 5)```)に変換する方法を教えていただけないでしょうか?
|
9
9
|
|
10
|
+
|
11
|
+
参考サイト
|
12
|
+
・[C言語 多次元配列](http://nakhirot.hatenablog.com/entry/20130807/1375842491)
|
13
|
+
・[C++のvectorまとめ](https://qiita.com/ysuzuki19/items/df872d91c9c89cc31aee)
|
14
|
+
|
15
|
+
|
10
16
|
**np.cpp**
|
11
17
|
```c++
|
12
18
|
#include <stdio.h>
|