質問編集履歴

1

情報を追加しました

2017/07/07 08:05

投稿

nura_nura
nura_nura

スコア15

test CHANGED
File without changes
test CHANGED
@@ -29,3 +29,25 @@
29
29
 
30
30
 
31
31
  C++に詳しくないので通信で別のプログラムに座標を飛ばして利用したかったのですが、このようなエラーが出てしまいどうすれば良いか分かりません。どなたかご教授願います。
32
+
33
+
34
+
35
+
36
+
37
+ ###datumProducer.hpp 18行目
38
+
39
+
40
+
41
+ [datumProducer.hpp](https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/windows/include/openpose/producer/datumProducer.hpp)
42
+
43
+ ```C++
44
+
45
+ public:
46
+
47
+ explicit DatumProducer(const std::shared_ptr<Producer>& producerSharedPtr, const unsigned long long frameFirst = 0,
48
+
49
+ const unsigned long long frameLast = std::numeric_limits<unsigned long long>::max(),
50
+
51
+ const std::shared_ptr<std::pair<std::atomic<bool>, std::atomic<int>>>& videoSeekSharedPtr = nullptr);
52
+
53
+ ```