OpenPose
1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
wrapperStructExtra.hpp
Go to the documentation of this file.
1
#ifndef OPENPOSE_WRAPPER_WRAPPER_STRUCT_EXTRA_HPP
2
#define OPENPOSE_WRAPPER_WRAPPER_STRUCT_EXTRA_HPP
3
4
#include <
openpose/core/common.hpp
>
5
6
namespace
op
7
{
13
struct
OP_API
WrapperStructExtra
14
{
21
bool
reconstruct3d
;
22
28
int
minViews3d
;
29
33
bool
identification
;
34
40
int
tracking
;
41
47
int
ikThreads
;
48
54
WrapperStructExtra
(
55
const
bool
reconstruct3d =
false
,
const
int
minViews3d = -1,
const
bool
identification =
false
,
56
const
int
tracking = -1,
const
int
ikThreads = 0);
57
};
58
}
59
60
#endif
// OPENPOSE_WRAPPER_WRAPPER_STRUCT_EXTRA_HPP
common.hpp
OP_API
#define OP_API
Definition:
macros.hpp:18
op
Definition:
cameraParameterReader.hpp:7
op::WrapperStructExtra
Definition:
wrapperStructExtra.hpp:14
op::WrapperStructExtra::identification
bool identification
Definition:
wrapperStructExtra.hpp:33
op::WrapperStructExtra::WrapperStructExtra
WrapperStructExtra(const bool reconstruct3d=false, const int minViews3d=-1, const bool identification=false, const int tracking=-1, const int ikThreads=0)
op::WrapperStructExtra::tracking
int tracking
Definition:
wrapperStructExtra.hpp:40
op::WrapperStructExtra::reconstruct3d
bool reconstruct3d
Definition:
wrapperStructExtra.hpp:21
op::WrapperStructExtra::ikThreads
int ikThreads
Definition:
wrapperStructExtra.hpp:47
op::WrapperStructExtra::minViews3d
int minViews3d
Definition:
wrapperStructExtra.hpp:28
include
openpose
wrapper
wrapperStructExtra.hpp
Generated by
1.9.1