質問編集履歴
1
情報を追加しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -13,4 +13,15 @@
|
|
13
13
|
###補足情報(言語/FW/ツール等のバージョンなど)
|
14
14
|
OpenPoseWindows版、Visual studio 2015を使用してます。
|
15
15
|
|
16
|
-
C++に詳しくないので通信で別のプログラムに座標を飛ばして利用したかったのですが、このようなエラーが出てしまいどうすれば良いか分かりません。どなたかご教授願います。
|
16
|
+
C++に詳しくないので通信で別のプログラムに座標を飛ばして利用したかったのですが、このようなエラーが出てしまいどうすれば良いか分かりません。どなたかご教授願います。
|
17
|
+
|
18
|
+
|
19
|
+
###datumProducer.hpp 18行目
|
20
|
+
|
21
|
+
[datumProducer.hpp](https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/windows/include/openpose/producer/datumProducer.hpp)
|
22
|
+
```C++
|
23
|
+
public:
|
24
|
+
explicit DatumProducer(const std::shared_ptr<Producer>& producerSharedPtr, const unsigned long long frameFirst = 0,
|
25
|
+
const unsigned long long frameLast = std::numeric_limits<unsigned long long>::max(),
|
26
|
+
const std::shared_ptr<std::pair<std::atomic<bool>, std::atomic<int>>>& videoSeekSharedPtr = nullptr);
|
27
|
+
```
|