diff --git a/html/point_8hpp_source.html b/html/point_8hpp_source.html
index 6d943c18..ef648a1a 100644
--- a/html/point_8hpp_source.html
+++ b/html/point_8hpp_source.html
@@ -111,117 +111,123 @@ $(document).ready(function(){initNavTree('point_8hpp_source.html','');});
2 #define OPENPOSE_CORE_POINT_HPP
-
-
-
-
-
-
-
-
-
- 14 Point(
const T
x = 0,
const T
y = 0);
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+ 15 Point(
const T
x = 0,
const T
y = 0);
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- 70 inline bool operator<(const Point<T>& point)
const
-
- 72 return area() < point.area();
-
-
-
-
-
-
-
- 90 inline bool operator<=(const Point<T>& point)
const
-
- 92 return area() <= point.area();
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ 72 inline bool operator<(const Point<T>& point)
const
+
+ 74 return area() < point.area();
+
+
+
+
+
+
+
+ 92 inline bool operator<=(const Point<T>& point)
const
+
+ 94 return area() <= point.area();
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
-
-
- 156 #endif // OPENPOSE_CORE_POINT_HPP
+
+
+
+
+
+
+
+
+
+ 161 #endif // OPENPOSE_CORE_POINT_HPP
Point(const T x=0, const T y=0)
std::string toString() const
-T y
Definition: point.hpp:12
-bool operator!=(const Point< T > &point) const
Definition: point.hpp:120
+T y
Definition: point.hpp:13
+bool operator!=(const Point< T > &point) const
Definition: point.hpp:122
Point< T > operator+(const Point< T > &point) const
Point< T > & operator=(const Point< T > &point)
-
+
Point< T > & operator*=(const T value)
+#define OVERLOAD_C_OUT(className)
Definition: macros.hpp:51
Point< T > & operator-=(const Point< T > &point)
-bool operator==(const Point< T > &point) const
Definition: point.hpp:110
-bool operator>=(const Point< T > &point) const
Definition: point.hpp:100
+bool operator==(const Point< T > &point) const
Definition: point.hpp:112
+bool operator>=(const Point< T > &point) const
Definition: point.hpp:102
Point< T > operator*(const T value) const
Point< T > operator-(const Point< T > &point) const
-bool operator>(const Point< T > &point) const
Definition: point.hpp:80
+
+bool operator>(const Point< T > &point) const
Definition: point.hpp:82
Point< T > & operator+=(const Point< T > &point)
Point< T > & operator/=(const T value)
-T area() const
Definition: point.hpp:48
-T x
Definition: point.hpp:11
+T area() const
Definition: point.hpp:50
+T x
Definition: point.hpp:12
Point< T > operator/(const T value) const
diff --git a/html/pose_cpu_renderer_8hpp_source.html b/html/pose_cpu_renderer_8hpp_source.html
index 174daab4..88f4a894 100644
--- a/html/pose_cpu_renderer_8hpp_source.html
+++ b/html/pose_cpu_renderer_8hpp_source.html
@@ -136,7 +136,7 @@ $(document).ready(function(){initNavTree('pose_cpu_renderer_8hpp_source.html',''
29 #endif // OPENPOSE_POSE_POSE_CPU_RENDERER_HPP
-#define DELETE_COPY(className)
Definition: macros.hpp:25
+#define DELETE_COPY(className)
Definition: macros.hpp:24
const auto POSE_DEFAULT_ALPHA_KEYPOINT
Definition: poseParametersRender.hpp:10
@@ -145,7 +145,7 @@ $(document).ready(function(){initNavTree('pose_cpu_renderer_8hpp_source.html',''
Definition: poseRenderer.hpp:9
-#define OP_API
Definition: macros.hpp:5
+#define OP_API
Definition: macros.hpp:9
Definition: poseCpuRenderer.hpp:13
Definition: renderer.hpp:9
const auto POSE_DEFAULT_ALPHA_HEAT_MAP
Definition: poseParametersRender.hpp:11
diff --git a/html/pose_extractor_8hpp_source.html b/html/pose_extractor_8hpp_source.html
index be83e266..bd00fe05 100644
--- a/html/pose_extractor_8hpp_source.html
+++ b/html/pose_extractor_8hpp_source.html
@@ -184,7 +184,7 @@ $(document).ready(function(){initNavTree('pose_extractor_8hpp_source.html','');}
77 #endif // OPENPOSE_POSE_POSE_EXTRACTOR_HPP
-#define DELETE_COPY(className)
Definition: macros.hpp:25
+#define DELETE_COPY(className)
Definition: macros.hpp:24
PoseModel
Definition: enumClasses.hpp:9
@@ -199,7 +199,7 @@ $(document).ready(function(){initNavTree('pose_extractor_8hpp_source.html','');}
-#define OP_API
Definition: macros.hpp:5
+#define OP_API
Definition: macros.hpp:9
diff --git a/html/pose_extractor_caffe_8hpp_source.html b/html/pose_extractor_caffe_8hpp_source.html
index 7cb8bba6..18db6e5d 100644
--- a/html/pose_extractor_caffe_8hpp_source.html
+++ b/html/pose_extractor_caffe_8hpp_source.html
@@ -157,7 +157,7 @@ $(document).ready(function(){initNavTree('pose_extractor_caffe_8hpp_source.html'
50 #endif // OPENPOSE_POSE_POSE_EXTRACTOR_CAFFE_HPP
-#define DELETE_COPY(className)
Definition: macros.hpp:25
+#define DELETE_COPY(className)
Definition: macros.hpp:24
PoseModel
Definition: enumClasses.hpp:9
@@ -167,7 +167,7 @@ $(document).ready(function(){initNavTree('pose_extractor_caffe_8hpp_source.html'
ScaleMode
Definition: enumClasses.hpp:6
-#define OP_API
Definition: macros.hpp:5
+#define OP_API
Definition: macros.hpp:9
diff --git a/html/pose_gpu_renderer_8hpp_source.html b/html/pose_gpu_renderer_8hpp_source.html
index 85310d11..77d137bf 100644
--- a/html/pose_gpu_renderer_8hpp_source.html
+++ b/html/pose_gpu_renderer_8hpp_source.html
@@ -146,7 +146,7 @@ $(document).ready(function(){initNavTree('pose_gpu_renderer_8hpp_source.html',''
39 #endif // OPENPOSE_POSE_POSE_GPU_RENDERER_HPP
-#define DELETE_COPY(className)
Definition: macros.hpp:25
+#define DELETE_COPY(className)
Definition: macros.hpp:24
const auto POSE_DEFAULT_ALPHA_KEYPOINT
Definition: poseParametersRender.hpp:10
@@ -158,7 +158,7 @@ $(document).ready(function(){initNavTree('pose_gpu_renderer_8hpp_source.html',''
Definition: poseGpuRenderer.hpp:13
Definition: gpuRenderer.hpp:11
-#define OP_API
Definition: macros.hpp:5
+#define OP_API
Definition: macros.hpp:9
const auto POSE_DEFAULT_ALPHA_HEAT_MAP
Definition: poseParametersRender.hpp:11
diff --git a/html/pose_parameters_8hpp_source.html b/html/pose_parameters_8hpp_source.html
index b16629e6..c7570649 100644
--- a/html/pose_parameters_8hpp_source.html
+++ b/html/pose_parameters_8hpp_source.html
@@ -159,7 +159,7 @@ $(document).ready(function(){initNavTree('pose_parameters_8hpp_source.html','');
OP_API float getPoseDefaultNmsThreshold(const PoseModel poseModel)
OP_API float getPoseDefaultConnectInterMinAboveThreshold(const PoseModel poseModel)
OP_API unsigned int getPoseNumberBodyParts(const PoseModel poseModel)
-#define OP_API
Definition: macros.hpp:5
+#define OP_API
Definition: macros.hpp:9
OP_API float getPoseNetDecreaseFactor(const PoseModel poseModel)
OP_API const std::string & getPoseTrainedModel(const PoseModel poseModel)
diff --git a/html/pose_parameters_render_8hpp_source.html b/html/pose_parameters_render_8hpp_source.html
index a7387f8c..375a8a8b 100644
--- a/html/pose_parameters_render_8hpp_source.html
+++ b/html/pose_parameters_render_8hpp_source.html
@@ -319,7 +319,7 @@ $(document).ready(function(){initNavTree('pose_parameters_render_8hpp_source.htm
OP_API const std::vector< float > & getPoseColors(const PoseModel poseModel)
OP_API const std::vector< float > & getPoseScales(const PoseModel poseModel)
-#define OP_API
Definition: macros.hpp:5
+#define OP_API
Definition: macros.hpp:9
const auto POSE_DEFAULT_ALPHA_HEAT_MAP
Definition: poseParametersRender.hpp:11
diff --git a/html/pose_renderer_8hpp_source.html b/html/pose_renderer_8hpp_source.html
index e967e9fd..abf4094d 100644
--- a/html/pose_renderer_8hpp_source.html
+++ b/html/pose_renderer_8hpp_source.html
@@ -137,7 +137,7 @@ $(document).ready(function(){initNavTree('pose_renderer_8hpp_source.html','');})
30 #endif // OPENPOSE_POSE_POSE_RENDERER_HPP
-#define DELETE_COPY(className)
Definition: macros.hpp:25
+#define DELETE_COPY(className)
Definition: macros.hpp:24
const PoseModel mPoseModel
Definition: poseRenderer.hpp:21
virtual void initializationOnThread()
Definition: poseRenderer.hpp:14
@@ -146,7 +146,7 @@ $(document).ready(function(){initNavTree('pose_renderer_8hpp_source.html','');})
Definition: poseRenderer.hpp:9
const std::map< unsigned int, std::string > mPartIndexToName
Definition: poseRenderer.hpp:22
-#define OP_API
Definition: macros.hpp:5
+#define OP_API
Definition: macros.hpp:9
diff --git a/html/producer_8hpp_source.html b/html/producer_8hpp_source.html
index 18df41a0..c964fe2e 100644
--- a/html/producer_8hpp_source.html
+++ b/html/producer_8hpp_source.html
@@ -176,14 +176,14 @@ $(document).ready(function(){initNavTree('producer_8hpp_source.html','');});
144 #endif // OPENPOSE_PRODUCER_PRODUCER_HPP
-#define DELETE_COPY(className)
Definition: macros.hpp:25
+#define DELETE_COPY(className)
Definition: macros.hpp:24
ProducerFpsMode
Definition: enumClasses.hpp:6
ProducerProperty
Definition: enumClasses.hpp:12
Definition: producer.hpp:16
ProducerType getType()
Definition: producer.hpp:56
ProducerType
Definition: enumClasses.hpp:25
-#define OP_API
Definition: macros.hpp:5
+#define OP_API
Definition: macros.hpp:9
diff --git a/html/profiler_8hpp_source.html b/html/profiler_8hpp_source.html
index 3657f8e1..e561d7b1 100644
--- a/html/profiler_8hpp_source.html
+++ b/html/profiler_8hpp_source.html
@@ -154,7 +154,7 @@ $(document).ready(function(){initNavTree('profiler_8hpp_source.html','');});
45 #endif // OPENPOSE_UTILITIES_PROFILER_HPP
Definition: profiler.hpp:21
-#define OP_API
Definition: macros.hpp:5
+#define OP_API
Definition: macros.hpp:9
static unsigned long long DEFAULT_X
Definition: profiler.hpp:24
diff --git a/html/rectangle_8hpp.html b/html/rectangle_8hpp.html
index 87603562..9a9bbd62 100644
--- a/html/rectangle_8hpp.html
+++ b/html/rectangle_8hpp.html
@@ -112,6 +112,7 @@ $(document).ready(function(){initNavTree('rectangle_8hpp.html','');});
Go to the source code of this file.
diff --git a/html/rectangle_8hpp_source.html b/html/rectangle_8hpp_source.html
index f109d3f0..b1d3ab8b 100644
--- a/html/rectangle_8hpp_source.html
+++ b/html/rectangle_8hpp_source.html
@@ -111,82 +111,87 @@ $(document).ready(function(){initNavTree('rectangle_8hpp_source.html','');});
2 #define OPENPOSE_CORE_RECTANGLE_HPP
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
65 void recenter(
const T newWidth,
const T newHeight);
+
+
+
+
+
+
-
-
-
-
-
-
+
67 void recenter(
const T newWidth,
const T newHeight);
+
+
+
+
+
-
+
-
-
-
-
-
-
86 Rectangle<T>
recenter(
const Rectangle<T>& rectangle,
const T newWidth,
const T newHeight);
-
-
-
89 #endif // OPENPOSE_CORE_RECTANGLE_HPP
+
+
+
+
+
+
+
+
88 Rectangle<T>
recenter(
const Rectangle<T>& rectangle,
const T newWidth,
const T newHeight);
+
+
+
+
+
93 #endif // OPENPOSE_CORE_RECTANGLE_HPP
Point< T > center() const
Rectangle< T > & operator=(const Rectangle< T > &rectangle)
Rectangle(const T x=0, const T y=0, const T width=0, const T height=0)
-
T y
Definition: rectangle.hpp:13
+
T y
Definition: rectangle.hpp:14
void recenter(const T newWidth, const T newHeight)
-
+
+
#define OVERLOAD_C_OUT(className)
Definition: macros.hpp:51
Rectangle< T > operator/(const T value) const
Rectangle< T > & operator/=(const T value)
std::string toString() const
Point< T > bottomRight() const
Rectangle< T > operator*(const T value) const
-
T height
Definition: rectangle.hpp:15
-
Point< T > topLeft() const
Definition: rectangle.hpp:53
-
T width
Definition: rectangle.hpp:14
-
T x
Definition: rectangle.hpp:12
+
T height
Definition: rectangle.hpp:16
+
+
Point< T > topLeft() const
Definition: rectangle.hpp:55
+
T width
Definition: rectangle.hpp:15
+
T x
Definition: rectangle.hpp:13
Rectangle< T > & operator*=(const T value)
-
Definition: rectangle.hpp:10
+
Definition: rectangle.hpp:11
Rectangle< T > recenter(const Rectangle< T > &rectangle, const T newWidth, const T newHeight)
-
T area() const
Definition: rectangle.hpp:60
+
T area() const
Definition: rectangle.hpp:62
diff --git a/html/render_face_8hpp_source.html b/html/render_face_8hpp_source.html
index 0ccc4b82..74568896 100644
--- a/html/render_face_8hpp_source.html
+++ b/html/render_face_8hpp_source.html
@@ -125,7 +125,7 @@ $(document).ready(function(){initNavTree('render_face_8hpp_source.html','');});
OP_API void renderFaceKeypointsGpu(float *framePtr, const Point< int > &frameSize, const float *const facePtr, const int numberPeople, const float renderThreshold, const float alphaColorToAdd=FACE_DEFAULT_ALPHA_KEYPOINT)
OP_API void renderFaceKeypointsCpu(Array< float > &frameArray, const Array< float > &faceKeypoints, const float renderThreshold)
-#define OP_API
Definition: macros.hpp:5
+#define OP_API
Definition: macros.hpp:9
const auto FACE_DEFAULT_ALPHA_KEYPOINT
Definition: faceParameters.hpp:28
diff --git a/html/render_hand_8hpp_source.html b/html/render_hand_8hpp_source.html
index 3a092a82..2da12af0 100644
--- a/html/render_hand_8hpp_source.html
+++ b/html/render_hand_8hpp_source.html
@@ -129,7 +129,7 @@ $(document).ready(function(){initNavTree('render_hand_8hpp_source.html','');});
OP_API void renderHandKeypointsCpu(Array< float > &frameArray, const std::array< Array< float >, 2 > &handKeypoints, const float renderThreshold)
const auto HAND_DEFAULT_ALPHA_KEYPOINT
Definition: handParameters.hpp:47
-#define OP_API
Definition: macros.hpp:5
+#define OP_API
Definition: macros.hpp:9
diff --git a/html/render_pose_8hpp_source.html b/html/render_pose_8hpp_source.html
index abc51a35..39f1748c 100644
--- a/html/render_pose_8hpp_source.html
+++ b/html/render_pose_8hpp_source.html
@@ -160,7 +160,7 @@ $(document).ready(function(){initNavTree('render_pose_8hpp_source.html','');});
OP_API void renderPosePAFGpu(float *framePtr, const PoseModel poseModel, const Point< int > &frameSize, const float *const heatmapPtr, const Point< int > &heatmapSize, const float scaleToKeepRatio, const int part, const float alphaBlending=POSE_DEFAULT_ALPHA_HEAT_MAP)
OP_API void renderPoseHeatMapGpu(float *frame, const PoseModel poseModel, const Point< int > &frameSize, const float *const heatmap, const Point< int > &heatmapSize, const float scaleToKeepRatio, const int part, const float alphaBlending=POSE_DEFAULT_ALPHA_HEAT_MAP)
OP_API void renderPoseHeatMapsGpu(float *frame, const PoseModel poseModel, const Point< int > &frameSize, const float *const heatmap, const Point< int > &heatmapSize, const float scaleToKeepRatio, const float alphaBlending=POSE_DEFAULT_ALPHA_HEAT_MAP)
-#define OP_API
Definition: macros.hpp:5
+#define OP_API
Definition: macros.hpp:9
const auto POSE_DEFAULT_ALPHA_HEAT_MAP
Definition: poseParametersRender.hpp:11
diff --git a/html/renderer_8hpp_source.html b/html/renderer_8hpp_source.html
index 424f6bc2..e16deabb 100644
--- a/html/renderer_8hpp_source.html
+++ b/html/renderer_8hpp_source.html
@@ -158,13 +158,13 @@ $(document).ready(function(){initNavTree('renderer_8hpp_source.html','');});
51 #endif // OPENPOSE_CORE_RENDERER_HPP
-#define DELETE_COPY(className)
Definition: macros.hpp:25
+#define DELETE_COPY(className)
Definition: macros.hpp:24
std::atomic< bool > mBlendOriginalFrame
Definition: renderer.hpp:38
std::atomic< bool > mShowGooglyEyes
Definition: renderer.hpp:41
std::shared_ptr< const unsigned int > spNumberElementsToRender
Definition: renderer.hpp:40
std::shared_ptr< std::atomic< unsigned int > > spElementToRender
Definition: renderer.hpp:39
-#define OP_API
Definition: macros.hpp:5
+#define OP_API
Definition: macros.hpp:9
Definition: renderer.hpp:9
const float mRenderThreshold
Definition: renderer.hpp:37
diff --git a/html/resize_and_merge_base_8hpp_source.html b/html/resize_and_merge_base_8hpp_source.html
index b0ed7b4c..c72444f2 100644
--- a/html/resize_and_merge_base_8hpp_source.html
+++ b/html/resize_and_merge_base_8hpp_source.html
@@ -131,7 +131,7 @@ $(document).ready(function(){initNavTree('resize_and_merge_base_8hpp_source.html
OP_API void resizeAndMergeGpu(T *targetPtr, const std::vector< const T * > &sourcePtrs, const std::array< int, 4 > &targetSize, const std::vector< std::array< int, 4 >> &sourceSizes, const std::vector< T > &scaleInputToNetInputs={1.f})
OP_API void resizeAndMergeCpu(T *targetPtr, const std::vector< const T * > &sourcePtrs, const std::array< int, 4 > &targetSize, const std::vector< std::array< int, 4 >> &sourceSizes, const std::vector< T > &scaleInputToNetInputs={1.f})
-#define OP_API
Definition: macros.hpp:5
+#define OP_API
Definition: macros.hpp:9
diff --git a/html/resize_and_merge_caffe_8hpp_source.html b/html/resize_and_merge_caffe_8hpp_source.html
index fba9c9ee..38c64c40 100644
--- a/html/resize_and_merge_caffe_8hpp_source.html
+++ b/html/resize_and_merge_caffe_8hpp_source.html
@@ -159,12 +159,12 @@ $(document).ready(function(){initNavTree('resize_and_merge_caffe_8hpp_source.htm
52 #endif // OPENPOSE_CORE_RESIZE_AND_MERGE_CAFFE_HPP
-#define DELETE_COPY(className)
Definition: macros.hpp:25
+#define DELETE_COPY(className)
Definition: macros.hpp:24
Definition: resizeAndMergeCaffe.hpp:19
virtual const char * type() const
Definition: resizeAndMergeCaffe.hpp:29
-Definition: macros.hpp:61
-#define OP_API
Definition: macros.hpp:5
+Definition: macros.hpp:71
+#define OP_API
Definition: macros.hpp:9
diff --git a/html/scale_and_size_extractor_8hpp_source.html b/html/scale_and_size_extractor_8hpp_source.html
index 256360a6..9275e61e 100644
--- a/html/scale_and_size_extractor_8hpp_source.html
+++ b/html/scale_and_size_extractor_8hpp_source.html
@@ -136,7 +136,7 @@ $(document).ready(function(){initNavTree('scale_and_size_extractor_8hpp_source.h
Definition: scaleAndSizeExtractor.hpp:9
-#define OP_API
Definition: macros.hpp:5
+#define OP_API
Definition: macros.hpp:9
diff --git a/html/search/all_2.js b/html/search/all_2.js
index 48da599d..0353d0ca 100644
--- a/html/search/all_2.js
+++ b/html/search/all_2.js
@@ -27,7 +27,7 @@ var searchData=
['compile_5ftemplate_5fbasic_5ftypes',['COMPILE_TEMPLATE_BASIC_TYPES',['../macros_8hpp.html#a6bf32c65e0f388d5b09d8b2424416c0e',1,'macros.hpp']]],
['compile_5ftemplate_5fbasic_5ftypes_5fclass',['COMPILE_TEMPLATE_BASIC_TYPES_CLASS',['../macros_8hpp.html#a60e010d8a2352d94b8b57d97cf4a7d73',1,'macros.hpp']]],
['compile_5ftemplate_5fbasic_5ftypes_5fstruct',['COMPILE_TEMPLATE_BASIC_TYPES_STRUCT',['../macros_8hpp.html#ac5627744abe5fd0c8eacfe9c7f8bd32e',1,'macros.hpp']]],
- ['compile_5ftemplate_5fdatum',['COMPILE_TEMPLATE_DATUM',['../macros_8hpp.html#af87cd873cebb915837ae27248f67e822',1,'COMPILE_TEMPLATE_DATUM(): macros.hpp'],['../namespaceop.html#a9076fc1719030c2a74f21682999d2315',1,'op::COMPILE_TEMPLATE_DATUM(WCvMatToOpInput)'],['../namespaceop.html#a6d12bd1e42cfb63d2f780bed55fa01fb',1,'op::COMPILE_TEMPLATE_DATUM(WCvMatToOpOutput)'],['../namespaceop.html#a47758c703fccdbb65c26dc7bc4022237',1,'op::COMPILE_TEMPLATE_DATUM(WKeypointScaler)'],['../namespaceop.html#a1d9f50688522ed7368acc33a09ae9ece',1,'op::COMPILE_TEMPLATE_DATUM(WOpOutputToCvMat)'],['../namespaceop.html#aaca98fe6101cda512a43c513182ae5cc',1,'op::COMPILE_TEMPLATE_DATUM(WScaleAndSizeExtractor)'],['../namespaceop.html#a674a652ad38b355285417529fc050847',1,'op::COMPILE_TEMPLATE_DATUM(WPersonIdExtractor)'],['../namespaceop.html#a196f17357cd1c1bb02e24e4e8a0e6ec3',1,'op::COMPILE_TEMPLATE_DATUM(WFaceDetector)'],['../namespaceop.html#abf3a59fc4662f07e6ba19b95bd4da32f',1,'op::COMPILE_TEMPLATE_DATUM(WFaceDetectorOpenCV)'],['../namespaceop.html#ac610051ddb4703c80e6ee73f77f6df8a',1,'op::COMPILE_TEMPLATE_DATUM(WFaceExtractor)'],['../namespaceop.html#af42afa53c725d556c14928b2603883e3',1,'op::COMPILE_TEMPLATE_DATUM(WFaceRenderer)'],['../namespaceop.html#af46e80e6bac0f815006759df4c9d00c3',1,'op::COMPILE_TEMPLATE_DATUM(WCocoJsonSaver)'],['../namespaceop.html#a57c4f3ada0db4882a4106d4dedf08012',1,'op::COMPILE_TEMPLATE_DATUM(WFaceSaver)'],['../namespaceop.html#a602d5d238fe0c7096698cf36b7dee9ab',1,'op::COMPILE_TEMPLATE_DATUM(WHandSaver)'],['../namespaceop.html#a7ac10b9f503668695643c366e25f3b68',1,'op::COMPILE_TEMPLATE_DATUM(WHeatMapSaver)'],['../namespaceop.html#a505ea16cc6c2c0068bbf4e7269dc8e0a',1,'op::COMPILE_TEMPLATE_DATUM(WImageSaver)'],['../namespaceop.html#a774871462f7fefb8cadea1e49f501e45',1,'op::COMPILE_TEMPLATE_DATUM(WPeopleJsonSaver)'],['../namespaceop.html#a31ad937a2e52ea08ce925031d26616b9',1,'op::COMPILE_TEMPLATE_DATUM(WPoseSaver)'],['../namespaceop.html#a49bd4106b0cd1cb81980329b06c0d2c8',1,'op::COMPILE_TEMPLATE_DATUM(WVideoSaver)'],['../namespaceop.html#ade3b2e4b105242a3cf41def3def1691d',1,'op::COMPILE_TEMPLATE_DATUM(WGui)'],['../namespaceop.html#ae88e9ced5d14fa221205b492ff76c56b',1,'op::COMPILE_TEMPLATE_DATUM(WGuiInfoAdder)'],['../namespaceop.html#a0424a8e4dc8ceb5e8d8a2230c157a7fd',1,'op::COMPILE_TEMPLATE_DATUM(WHandDetector)'],['../namespaceop.html#a767385c8d3ebe736e1752825ab4d4ea0',1,'op::COMPILE_TEMPLATE_DATUM(WHandDetectorFromTxt)'],['../namespaceop.html#a361310c59d16e88a4d2450a80f078f01',1,'op::COMPILE_TEMPLATE_DATUM(WHandDetectorTracking)'],['../namespaceop.html#a5cc3f625b2644b1aade85a9458b5503a',1,'op::COMPILE_TEMPLATE_DATUM(WHandDetectorUpdate)'],['../namespaceop.html#af858fa24c3fb51cfb695f4e78972f345',1,'op::COMPILE_TEMPLATE_DATUM(WHandExtractor)'],['../namespaceop.html#a635579f5f8d20b8e65f4f94da4d3d2f2',1,'op::COMPILE_TEMPLATE_DATUM(WHandRenderer)'],['../namespaceop.html#a020603e3ad6326cb1dce43485157f768',1,'op::COMPILE_TEMPLATE_DATUM(WPoseExtractor)'],['../namespaceop.html#ae76afeeeaedaebe6941f41a4bdf50e2a',1,'op::COMPILE_TEMPLATE_DATUM(WPoseRenderer)'],['../namespaceop.html#aa65c081c13e0d0453938a3c41d04dc49',1,'op::COMPILE_TEMPLATE_DATUM(PriorityQueue)'],['../namespaceop.html#aa7f93261bd6d87f86c45e933607a0678',1,'op::COMPILE_TEMPLATE_DATUM(Queue)'],['../namespaceop.html#af98c8e514e79d4718fb1fc64dc0e431b',1,'op::COMPILE_TEMPLATE_DATUM(SubThread)'],['../namespaceop.html#ae5dac6cf1ccdf461838f9795be8fda03',1,'op::COMPILE_TEMPLATE_DATUM(Thread)'],['../namespaceop.html#ac06eeab84c4861ef08834855b48750a6',1,'op::COMPILE_TEMPLATE_DATUM(ThreadManager)'],['../namespaceop.html#ad22c543a4376e943b728e657fab5ed9f',1,'op::COMPILE_TEMPLATE_DATUM(WIdGenerator)'],['../namespaceop.html#a5642545fda1c3bbaf60810cf0e2d2c1d',1,'op::COMPILE_TEMPLATE_DATUM(Worker)'],['../namespaceop.html#a01aa5c6e24026536367cf47a64e9bba5',1,'op::COMPILE_TEMPLATE_DATUM(WorkerConsumer)'],['../namespaceop.html#a5660f0e72781ce6d7db9eb78b582e5c6',1,'op::COMPILE_TEMPLATE_DATUM(WorkerProducer)'],['../namespaceop.html#add981a5f6a49d35cc316a54c613497f3',1,'op::COMPILE_TEMPLATE_DATUM(WQueueOrderer)']]],
+ ['compile_5ftemplate_5fdatum',['COMPILE_TEMPLATE_DATUM',['../datum_8hpp.html#af87cd873cebb915837ae27248f67e822',1,'COMPILE_TEMPLATE_DATUM(): datum.hpp'],['../namespaceop.html#a9076fc1719030c2a74f21682999d2315',1,'op::COMPILE_TEMPLATE_DATUM(WCvMatToOpInput)'],['../namespaceop.html#a6d12bd1e42cfb63d2f780bed55fa01fb',1,'op::COMPILE_TEMPLATE_DATUM(WCvMatToOpOutput)'],['../namespaceop.html#a47758c703fccdbb65c26dc7bc4022237',1,'op::COMPILE_TEMPLATE_DATUM(WKeypointScaler)'],['../namespaceop.html#a1d9f50688522ed7368acc33a09ae9ece',1,'op::COMPILE_TEMPLATE_DATUM(WOpOutputToCvMat)'],['../namespaceop.html#aaca98fe6101cda512a43c513182ae5cc',1,'op::COMPILE_TEMPLATE_DATUM(WScaleAndSizeExtractor)'],['../namespaceop.html#a674a652ad38b355285417529fc050847',1,'op::COMPILE_TEMPLATE_DATUM(WPersonIdExtractor)'],['../namespaceop.html#a196f17357cd1c1bb02e24e4e8a0e6ec3',1,'op::COMPILE_TEMPLATE_DATUM(WFaceDetector)'],['../namespaceop.html#abf3a59fc4662f07e6ba19b95bd4da32f',1,'op::COMPILE_TEMPLATE_DATUM(WFaceDetectorOpenCV)'],['../namespaceop.html#ac610051ddb4703c80e6ee73f77f6df8a',1,'op::COMPILE_TEMPLATE_DATUM(WFaceExtractor)'],['../namespaceop.html#af42afa53c725d556c14928b2603883e3',1,'op::COMPILE_TEMPLATE_DATUM(WFaceRenderer)'],['../namespaceop.html#af46e80e6bac0f815006759df4c9d00c3',1,'op::COMPILE_TEMPLATE_DATUM(WCocoJsonSaver)'],['../namespaceop.html#a57c4f3ada0db4882a4106d4dedf08012',1,'op::COMPILE_TEMPLATE_DATUM(WFaceSaver)'],['../namespaceop.html#a602d5d238fe0c7096698cf36b7dee9ab',1,'op::COMPILE_TEMPLATE_DATUM(WHandSaver)'],['../namespaceop.html#a7ac10b9f503668695643c366e25f3b68',1,'op::COMPILE_TEMPLATE_DATUM(WHeatMapSaver)'],['../namespaceop.html#a505ea16cc6c2c0068bbf4e7269dc8e0a',1,'op::COMPILE_TEMPLATE_DATUM(WImageSaver)'],['../namespaceop.html#a774871462f7fefb8cadea1e49f501e45',1,'op::COMPILE_TEMPLATE_DATUM(WPeopleJsonSaver)'],['../namespaceop.html#a31ad937a2e52ea08ce925031d26616b9',1,'op::COMPILE_TEMPLATE_DATUM(WPoseSaver)'],['../namespaceop.html#a49bd4106b0cd1cb81980329b06c0d2c8',1,'op::COMPILE_TEMPLATE_DATUM(WVideoSaver)'],['../namespaceop.html#ade3b2e4b105242a3cf41def3def1691d',1,'op::COMPILE_TEMPLATE_DATUM(WGui)'],['../namespaceop.html#ae88e9ced5d14fa221205b492ff76c56b',1,'op::COMPILE_TEMPLATE_DATUM(WGuiInfoAdder)'],['../namespaceop.html#a0424a8e4dc8ceb5e8d8a2230c157a7fd',1,'op::COMPILE_TEMPLATE_DATUM(WHandDetector)'],['../namespaceop.html#a767385c8d3ebe736e1752825ab4d4ea0',1,'op::COMPILE_TEMPLATE_DATUM(WHandDetectorFromTxt)'],['../namespaceop.html#a361310c59d16e88a4d2450a80f078f01',1,'op::COMPILE_TEMPLATE_DATUM(WHandDetectorTracking)'],['../namespaceop.html#a5cc3f625b2644b1aade85a9458b5503a',1,'op::COMPILE_TEMPLATE_DATUM(WHandDetectorUpdate)'],['../namespaceop.html#af858fa24c3fb51cfb695f4e78972f345',1,'op::COMPILE_TEMPLATE_DATUM(WHandExtractor)'],['../namespaceop.html#a635579f5f8d20b8e65f4f94da4d3d2f2',1,'op::COMPILE_TEMPLATE_DATUM(WHandRenderer)'],['../namespaceop.html#a020603e3ad6326cb1dce43485157f768',1,'op::COMPILE_TEMPLATE_DATUM(WPoseExtractor)'],['../namespaceop.html#ae76afeeeaedaebe6941f41a4bdf50e2a',1,'op::COMPILE_TEMPLATE_DATUM(WPoseRenderer)'],['../namespaceop.html#aa65c081c13e0d0453938a3c41d04dc49',1,'op::COMPILE_TEMPLATE_DATUM(PriorityQueue)'],['../namespaceop.html#aa7f93261bd6d87f86c45e933607a0678',1,'op::COMPILE_TEMPLATE_DATUM(Queue)'],['../namespaceop.html#af98c8e514e79d4718fb1fc64dc0e431b',1,'op::COMPILE_TEMPLATE_DATUM(SubThread)'],['../namespaceop.html#ae5dac6cf1ccdf461838f9795be8fda03',1,'op::COMPILE_TEMPLATE_DATUM(Thread)'],['../namespaceop.html#ac06eeab84c4861ef08834855b48750a6',1,'op::COMPILE_TEMPLATE_DATUM(ThreadManager)'],['../namespaceop.html#ad22c543a4376e943b728e657fab5ed9f',1,'op::COMPILE_TEMPLATE_DATUM(WIdGenerator)'],['../namespaceop.html#a5642545fda1c3bbaf60810cf0e2d2c1d',1,'op::COMPILE_TEMPLATE_DATUM(Worker)'],['../namespaceop.html#a01aa5c6e24026536367cf47a64e9bba5',1,'op::COMPILE_TEMPLATE_DATUM(WorkerConsumer)'],['../namespaceop.html#a5660f0e72781ce6d7db9eb78b582e5c6',1,'op::COMPILE_TEMPLATE_DATUM(WorkerProducer)'],['../namespaceop.html#add981a5f6a49d35cc316a54c613497f3',1,'op::COMPILE_TEMPLATE_DATUM(WQueueOrderer)']]],
['compile_5ftemplate_5ffloating_5ftypes',['COMPILE_TEMPLATE_FLOATING_TYPES',['../macros_8hpp.html#a80404791b46a15fd601feaa11f1e5028',1,'macros.hpp']]],
['compile_5ftemplate_5ffloating_5ftypes_5fclass',['COMPILE_TEMPLATE_FLOATING_TYPES_CLASS',['../macros_8hpp.html#a1eadbb31e92e7fbc799bf7cf4d2a6f50',1,'macros.hpp']]],
['compile_5ftemplate_5ffloating_5ftypes_5fstruct',['COMPILE_TEMPLATE_FLOATING_TYPES_STRUCT',['../macros_8hpp.html#af9fed593b7a4237bc6ede717a1ae70f0',1,'macros.hpp']]],
diff --git a/html/search/all_3.js b/html/search/all_3.js
index be147742..e12b40a7 100644
--- a/html/search/all_3.js
+++ b/html/search/all_3.js
@@ -4,14 +4,14 @@ var searchData=
['datum',['Datum',['../structop_1_1_datum.html#a72c75834671aebe44705738fb5efc3c5',1,'op::Datum::Datum()'],['../structop_1_1_datum.html#a42f9aef848c6335c5a81cad374319f0b',1,'op::Datum::Datum(const Datum &datum)'],['../structop_1_1_datum.html#a2d4940d8cb12d95b8588cd0280f6524c',1,'op::Datum::Datum(Datum &&datum)']]],
['datum',['Datum',['../structop_1_1_datum.html',1,'op']]],
['datum_2ehpp',['datum.hpp',['../datum_8hpp.html',1,'']]],
- ['datum_5fbase',['DATUM_BASE',['../macros_8hpp.html#a07cabbfba0fbaa740292d7ffca1e33ed',1,'macros.hpp']]],
- ['datum_5fbase_5fno_5fptr',['DATUM_BASE_NO_PTR',['../macros_8hpp.html#ad96b23e17e179ed25d779d31b8ee2c07',1,'macros.hpp']]],
+ ['datum_5fbase',['DATUM_BASE',['../datum_8hpp.html#a07cabbfba0fbaa740292d7ffca1e33ed',1,'datum.hpp']]],
+ ['datum_5fbase_5fno_5fptr',['DATUM_BASE_NO_PTR',['../datum_8hpp.html#ad96b23e17e179ed25d779d31b8ee2c07',1,'datum.hpp']]],
['datumproducer',['DatumProducer',['../classop_1_1_datum_producer.html',1,'op']]],
['datumproducer',['DatumProducer',['../classop_1_1_datum_producer.html#a627c16307864f02251eeb77f2320052f',1,'op::DatumProducer']]],
['datumproducer_2ehpp',['datumProducer.hpp',['../datum_producer_8hpp.html',1,'']]],
['default_5fx',['DEFAULT_X',['../classop_1_1_profiler.html#a13de5fe55b2599c0626d5071d3851dec',1,'op::Profiler']]],
['defaultparttorender',['defaultPartToRender',['../structop_1_1_wrapper_struct_pose.html#ab6810e97aa62a728aa09dbbe6b9b6c06',1,'op::WrapperStructPose']]],
- ['define_5ftemplate_5fdatum',['DEFINE_TEMPLATE_DATUM',['../macros_8hpp.html#ad11d52b69bc54e48ceb2f5787f700431',1,'macros.hpp']]],
+ ['define_5ftemplate_5fdatum',['DEFINE_TEMPLATE_DATUM',['../datum_8hpp.html#ad11d52b69bc54e48ceb2f5787f700431',1,'datum.hpp']]],
['delete_5fcopy',['DELETE_COPY',['../classop_1_1_face_cpu_renderer.html#a233f2a83930d07e4d420b43c8a660f32',1,'op::FaceCpuRenderer::DELETE_COPY()'],['../classop_1_1_hand_cpu_renderer.html#a66a7d318b240c73687320bf092363409',1,'op::HandCpuRenderer::DELETE_COPY()'],['../classop_1_1_sub_thread_no_queue.html#a43504502c36461305d656fb87b914749',1,'op::SubThreadNoQueue::DELETE_COPY()'],['../macros_8hpp.html#abef96b5dd35dd9d44ad27ddf0e2f5f2e',1,'DELETE_COPY(): macros.hpp']]],
['detectfaces',['detectFaces',['../classop_1_1_face_detector.html#ac884684046a89394c5179f8175188c1d',1,'op::FaceDetector::detectFaces()'],['../classop_1_1_face_detector_open_c_v.html#a3cbd067534f06315ab8a2332f7ba246a',1,'op::FaceDetectorOpenCV::detectFaces()']]],
['detecthands',['detectHands',['../classop_1_1_hand_detector.html#a660199dc2080df40f67cd6680997f6d0',1,'op::HandDetector::detectHands()'],['../classop_1_1_hand_detector_from_txt.html#a1e6ba23fa1486e92a3bdca36b2e86d22',1,'op::HandDetectorFromTxt::detectHands()']]],
diff --git a/html/search/all_e.js b/html/search/all_e.js
index 7bf89eca..0a153843 100644
--- a/html/search/all_e.js
+++ b/html/search/all_e.js
@@ -27,5 +27,6 @@ var searchData=
['originalfps',['OriginalFps',['../namespaceop.html#ac0230b669b296920c0cfc41b7587268fa0123c3afc0fac5edaf8b1672cb12626c',1,'op']]],
['outputdata',['outputData',['../structop_1_1_datum.html#a42b953c082f479eddc527da9a3a4cc75',1,'op::Datum']]],
['outputresolution',['OutputResolution',['../namespaceop.html#af72fe4ed32846c12f41b049d3d0e1bdaa73c42013aac51c335d50d103f30fcb99',1,'op']]],
- ['outputsize',['outputSize',['../structop_1_1_wrapper_struct_pose.html#a80ead0f411ddab86f643345e4effe805',1,'op::WrapperStructPose']]]
+ ['outputsize',['outputSize',['../structop_1_1_wrapper_struct_pose.html#a80ead0f411ddab86f643345e4effe805',1,'op::WrapperStructPose']]],
+ ['overload_5fc_5fout',['OVERLOAD_C_OUT',['../macros_8hpp.html#aa883b8ec96d2804b37d3bfb0bd4c5f16',1,'macros.hpp']]]
];
diff --git a/html/search/all_f.js b/html/search/all_f.js
index a244e984..e5308899 100644
--- a/html/search/all_f.js
+++ b/html/search/all_f.js
@@ -44,14 +44,14 @@ var searchData=
['posecpurenderer',['PoseCpuRenderer',['../classop_1_1_pose_cpu_renderer.html#a8b5c83bbf076b949b1209261f25d170d',1,'op::PoseCpuRenderer']]],
['posecpurenderer',['PoseCpuRenderer',['../classop_1_1_pose_cpu_renderer.html',1,'op']]],
['posecpurenderer_2ehpp',['poseCpuRenderer.hpp',['../pose_cpu_renderer_8hpp.html',1,'']]],
- ['poseextractor',['PoseExtractor',['../classop_1_1_pose_extractor.html',1,'op']]],
['poseextractor',['PoseExtractor',['../classop_1_1_pose_extractor.html#a54b0c911456746d4faf493bb4e9b0c1e',1,'op::PoseExtractor']]],
+ ['poseextractor',['PoseExtractor',['../classop_1_1_pose_extractor.html',1,'op']]],
['poseextractor_2ehpp',['poseExtractor.hpp',['../pose_extractor_8hpp.html',1,'']]],
- ['poseextractorcaffe',['PoseExtractorCaffe',['../classop_1_1_pose_extractor_caffe.html',1,'op']]],
['poseextractorcaffe',['PoseExtractorCaffe',['../classop_1_1_pose_extractor_caffe.html#ab58c3ab4b745b35f542165ce27293554',1,'op::PoseExtractorCaffe']]],
+ ['poseextractorcaffe',['PoseExtractorCaffe',['../classop_1_1_pose_extractor_caffe.html',1,'op']]],
['poseextractorcaffe_2ehpp',['poseExtractorCaffe.hpp',['../pose_extractor_caffe_8hpp.html',1,'']]],
- ['posegpurenderer',['PoseGpuRenderer',['../classop_1_1_pose_gpu_renderer.html#afc6fbf8fcf13fad9c824136f8f8ec409',1,'op::PoseGpuRenderer']]],
['posegpurenderer',['PoseGpuRenderer',['../classop_1_1_pose_gpu_renderer.html',1,'op']]],
+ ['posegpurenderer',['PoseGpuRenderer',['../classop_1_1_pose_gpu_renderer.html#afc6fbf8fcf13fad9c824136f8f8ec409',1,'op::PoseGpuRenderer']]],
['posegpurenderer_2ehpp',['poseGpuRenderer.hpp',['../pose_gpu_renderer_8hpp.html',1,'']]],
['poseheatmaps',['poseHeatMaps',['../structop_1_1_datum.html#a5429e97e0ab9b0e2209a3947af668381',1,'op::Datum']]],
['poseids',['poseIds',['../structop_1_1_datum.html#aba90dccffb5a830296231bd430c4766c',1,'op::Datum']]],
@@ -60,18 +60,19 @@ var searchData=
['poseparameters_2ehpp',['poseParameters.hpp',['../pose_parameters_8hpp.html',1,'']]],
['poseparametersrender_2ehpp',['poseParametersRender.hpp',['../pose_parameters_render_8hpp.html',1,'']]],
['poseproperty',['PoseProperty',['../namespaceop.html#a37c58b781e5bcd9fee67a7768afc5d0e',1,'op']]],
- ['poserenderer',['PoseRenderer',['../classop_1_1_pose_renderer.html#a1dfd34d42fa69913a9702e0a0ebcd04e',1,'op::PoseRenderer']]],
['poserenderer',['PoseRenderer',['../classop_1_1_pose_renderer.html',1,'op']]],
+ ['poserenderer',['PoseRenderer',['../classop_1_1_pose_renderer.html#a1dfd34d42fa69913a9702e0a0ebcd04e',1,'op::PoseRenderer']]],
['poserenderer_2ehpp',['poseRenderer.hpp',['../pose_renderer_8hpp.html',1,'']]],
['posescores',['poseScores',['../structop_1_1_datum.html#afb117821de7aff9ac3c219ef3bbc0c14',1,'op::Datum']]],
['printaveragedtimemseveryxiterations',['printAveragedTimeMsEveryXIterations',['../classop_1_1_profiler.html#a1192952d076f52b884b32fcd496df2ec',1,'op::Profiler']]],
['printaveragedtimemsoniterationx',['printAveragedTimeMsOnIterationX',['../classop_1_1_profiler.html#a58b930a54a98bbc91af074395852da76',1,'op::Profiler']]],
+ ['printsize',['printSize',['../classop_1_1_array.html#a337e33980c231bc207ea7d31ffa84fe3',1,'op::Array']]],
['priority',['Priority',['../namespaceop.html#adc43fb9031418e7f8112816a3b535d14',1,'op']]],
- ['priorityqueue',['PriorityQueue',['../classop_1_1_priority_queue.html',1,'op']]],
['priorityqueue',['PriorityQueue',['../classop_1_1_priority_queue.html#acecdd3c5789942777652b66d08578d93',1,'op::PriorityQueue']]],
+ ['priorityqueue',['PriorityQueue',['../classop_1_1_priority_queue.html',1,'op']]],
['priorityqueue_2ehpp',['priorityQueue.hpp',['../priority_queue_8hpp.html',1,'']]],
- ['producer',['Producer',['../classop_1_1_producer.html#a4fe2921798031db39fef934848a23c82',1,'op::Producer']]],
['producer',['Producer',['../classop_1_1_producer.html',1,'op']]],
+ ['producer',['Producer',['../classop_1_1_producer.html#a4fe2921798031db39fef934848a23c82',1,'op::Producer']]],
['producer_2ehpp',['producer.hpp',['../producer_8hpp.html',1,'']]],
['producerfpsmode',['ProducerFpsMode',['../namespaceop.html#ac0230b669b296920c0cfc41b7587268f',1,'op']]],
['producerproperty',['ProducerProperty',['../namespaceop.html#abc501c56c6cf6cf1989c84b1692cb774',1,'op']]],
diff --git a/html/search/defines_0.js b/html/search/defines_0.js
index 277cd962..49922011 100644
--- a/html/search/defines_0.js
+++ b/html/search/defines_0.js
@@ -3,7 +3,7 @@ var searchData=
['compile_5ftemplate_5fbasic_5ftypes',['COMPILE_TEMPLATE_BASIC_TYPES',['../macros_8hpp.html#a6bf32c65e0f388d5b09d8b2424416c0e',1,'macros.hpp']]],
['compile_5ftemplate_5fbasic_5ftypes_5fclass',['COMPILE_TEMPLATE_BASIC_TYPES_CLASS',['../macros_8hpp.html#a60e010d8a2352d94b8b57d97cf4a7d73',1,'macros.hpp']]],
['compile_5ftemplate_5fbasic_5ftypes_5fstruct',['COMPILE_TEMPLATE_BASIC_TYPES_STRUCT',['../macros_8hpp.html#ac5627744abe5fd0c8eacfe9c7f8bd32e',1,'macros.hpp']]],
- ['compile_5ftemplate_5fdatum',['COMPILE_TEMPLATE_DATUM',['../macros_8hpp.html#af87cd873cebb915837ae27248f67e822',1,'macros.hpp']]],
+ ['compile_5ftemplate_5fdatum',['COMPILE_TEMPLATE_DATUM',['../datum_8hpp.html#af87cd873cebb915837ae27248f67e822',1,'datum.hpp']]],
['compile_5ftemplate_5ffloating_5ftypes',['COMPILE_TEMPLATE_FLOATING_TYPES',['../macros_8hpp.html#a80404791b46a15fd601feaa11f1e5028',1,'macros.hpp']]],
['compile_5ftemplate_5ffloating_5ftypes_5fclass',['COMPILE_TEMPLATE_FLOATING_TYPES_CLASS',['../macros_8hpp.html#a1eadbb31e92e7fbc799bf7cf4d2a6f50',1,'macros.hpp']]],
['compile_5ftemplate_5ffloating_5ftypes_5fstruct',['COMPILE_TEMPLATE_FLOATING_TYPES_STRUCT',['../macros_8hpp.html#af9fed593b7a4237bc6ede717a1ae70f0',1,'macros.hpp']]]
diff --git a/html/search/defines_1.js b/html/search/defines_1.js
index 833bb85e..96606541 100644
--- a/html/search/defines_1.js
+++ b/html/search/defines_1.js
@@ -1,7 +1,7 @@
var searchData=
[
- ['datum_5fbase',['DATUM_BASE',['../macros_8hpp.html#a07cabbfba0fbaa740292d7ffca1e33ed',1,'macros.hpp']]],
- ['datum_5fbase_5fno_5fptr',['DATUM_BASE_NO_PTR',['../macros_8hpp.html#ad96b23e17e179ed25d779d31b8ee2c07',1,'macros.hpp']]],
- ['define_5ftemplate_5fdatum',['DEFINE_TEMPLATE_DATUM',['../macros_8hpp.html#ad11d52b69bc54e48ceb2f5787f700431',1,'macros.hpp']]],
+ ['datum_5fbase',['DATUM_BASE',['../datum_8hpp.html#a07cabbfba0fbaa740292d7ffca1e33ed',1,'datum.hpp']]],
+ ['datum_5fbase_5fno_5fptr',['DATUM_BASE_NO_PTR',['../datum_8hpp.html#ad96b23e17e179ed25d779d31b8ee2c07',1,'datum.hpp']]],
+ ['define_5ftemplate_5fdatum',['DEFINE_TEMPLATE_DATUM',['../datum_8hpp.html#ad11d52b69bc54e48ceb2f5787f700431',1,'datum.hpp']]],
['delete_5fcopy',['DELETE_COPY',['../macros_8hpp.html#abef96b5dd35dd9d44ad27ddf0e2f5f2e',1,'macros.hpp']]]
];
diff --git a/html/search/defines_4.js b/html/search/defines_4.js
index d53c6045..2f2a1c38 100644
--- a/html/search/defines_4.js
+++ b/html/search/defines_4.js
@@ -1,4 +1,5 @@
var searchData=
[
- ['op_5fapi',['OP_API',['../macros_8hpp.html#a4ba443bb7a0e5dbe8054a9ac37a5e000',1,'macros.hpp']]]
+ ['op_5fapi',['OP_API',['../macros_8hpp.html#a4ba443bb7a0e5dbe8054a9ac37a5e000',1,'macros.hpp']]],
+ ['overload_5fc_5fout',['OVERLOAD_C_OUT',['../macros_8hpp.html#aa883b8ec96d2804b37d3bfb0bd4c5f16',1,'macros.hpp']]]
];
diff --git a/html/search/functions_f.js b/html/search/functions_f.js
index 2254da4c..4595f6fb 100644
--- a/html/search/functions_f.js
+++ b/html/search/functions_f.js
@@ -13,6 +13,7 @@ var searchData=
['poserenderer',['PoseRenderer',['../classop_1_1_pose_renderer.html#a1dfd34d42fa69913a9702e0a0ebcd04e',1,'op::PoseRenderer']]],
['printaveragedtimemseveryxiterations',['printAveragedTimeMsEveryXIterations',['../classop_1_1_profiler.html#a1192952d076f52b884b32fcd496df2ec',1,'op::Profiler']]],
['printaveragedtimemsoniterationx',['printAveragedTimeMsOnIterationX',['../classop_1_1_profiler.html#a58b930a54a98bbc91af074395852da76',1,'op::Profiler']]],
+ ['printsize',['printSize',['../classop_1_1_array.html#a337e33980c231bc207ea7d31ffa84fe3',1,'op::Array']]],
['priorityqueue',['PriorityQueue',['../classop_1_1_priority_queue.html#acecdd3c5789942777652b66d08578d93',1,'op::PriorityQueue']]],
['producer',['Producer',['../classop_1_1_producer.html#a4fe2921798031db39fef934848a23c82',1,'op::Producer']]],
['profilegpumemory',['profileGpuMemory',['../classop_1_1_profiler.html#a6e828c0b4fef5671a094727b7919a948',1,'op::Profiler']]],
diff --git a/html/string_8hpp_source.html b/html/string_8hpp_source.html
index a21ebae8..3b16f704 100644
--- a/html/string_8hpp_source.html
+++ b/html/string_8hpp_source.html
@@ -132,7 +132,7 @@ $(document).ready(function(){initNavTree('string_8hpp_source.html','');});
OP_API std::string toLower(const std::string &string)
OP_API unsigned long long getLastNumber(const std::string &string)
OP_API std::string toUpper(const std::string &string)
-#define OP_API
Definition: macros.hpp:5
+#define OP_API
Definition: macros.hpp:9
OP_API std::vector< std::string > splitString(const std::string &stringToSplit, const std::string &delimiter)
diff --git a/html/video_capture_reader_8hpp_source.html b/html/video_capture_reader_8hpp_source.html
index 69300809..cc13e04d 100644
--- a/html/video_capture_reader_8hpp_source.html
+++ b/html/video_capture_reader_8hpp_source.html
@@ -160,7 +160,7 @@ $(document).ready(function(){initNavTree('video_capture_reader_8hpp_source.html'
70 #endif // OPENPOSE_PRODUCER_VIDEO_CAPTURE_READER_HPP
-#define DELETE_COPY(className)
Definition: macros.hpp:25
+#define DELETE_COPY(className)
Definition: macros.hpp:24
Definition: videoCaptureReader.hpp:15
ProducerProperty
Definition: enumClasses.hpp:12
Definition: producer.hpp:16
@@ -171,7 +171,7 @@ $(document).ready(function(){initNavTree('video_capture_reader_8hpp_source.html'
bool isOpened() const
Definition: videoCaptureReader.hpp:39
ProducerType
Definition: enumClasses.hpp:25
-#define OP_API
Definition: macros.hpp:5
+#define OP_API
Definition: macros.hpp:9
diff --git a/html/video_reader_8hpp_source.html b/html/video_reader_8hpp_source.html
index bd3a2f55..82e1443b 100644
--- a/html/video_reader_8hpp_source.html
+++ b/html/video_reader_8hpp_source.html
@@ -142,14 +142,14 @@ $(document).ready(function(){initNavTree('video_reader_8hpp_source.html','');});
44 #endif // OPENPOSE_PRODUCER_VIDEO_READER_HPP
-#define DELETE_COPY(className)
Definition: macros.hpp:25
+#define DELETE_COPY(className)
Definition: macros.hpp:24
virtual double get(const int capProperty)=0
Definition: videoReader.hpp:13
Definition: videoCaptureReader.hpp:15
virtual void set(const int capProperty, const double value)=0
-#define OP_API
Definition: macros.hpp:5
+#define OP_API
Definition: macros.hpp:9
void set(const int capProperty, const double value)
Definition: videoReader.hpp:30
diff --git a/html/video_saver_8hpp_source.html b/html/video_saver_8hpp_source.html
index ba58876b..37d301fd 100644
--- a/html/video_saver_8hpp_source.html
+++ b/html/video_saver_8hpp_source.html
@@ -137,11 +137,11 @@ $(document).ready(function(){initNavTree('video_saver_8hpp_source.html','');});
30 #endif // OPENPOSE_FILESTREAM_VIDEO_SAVER_HPP
-#define DELETE_COPY(className)
Definition: macros.hpp:25
+#define DELETE_COPY(className)
Definition: macros.hpp:24
Definition: videoSaver.hpp:10
-#define OP_API
Definition: macros.hpp:5
+#define OP_API
Definition: macros.hpp:9
diff --git a/html/w_keypoint_scaler_8hpp_source.html b/html/w_keypoint_scaler_8hpp_source.html
index 3037f02c..9abc8ab0 100644
--- a/html/w_keypoint_scaler_8hpp_source.html
+++ b/html/w_keypoint_scaler_8hpp_source.html
@@ -182,13 +182,14 @@ $(document).ready(function(){initNavTree('w_keypoint_scaler_8hpp_source.html',''
-
+
79 #endif // OPENPOSE_CORE_W_KEYPOINT_SCALER_HPP
+#define COMPILE_TEMPLATE_DATUM(templateName)
Definition: datum.hpp:312
Definition: wKeypointScaler.hpp:11
@@ -200,7 +201,6 @@ $(document).ready(function(){initNavTree('w_keypoint_scaler_8hpp_source.html',''
void work(TDatums &tDatums)
Definition: wKeypointScaler.hpp:45
bool checkNoNullNorEmpty(const TPointerContainer &tPointerContainer)
Definition: pointerContainer.hpp:7
-#define COMPILE_TEMPLATE_DATUM(templateName)
Definition: macros.hpp:21
static void printAveragedTimeMsOnIterationX(const std::string &key, const int line, const std::string &function, const std::string &file, const unsigned long long x=DEFAULT_X)
static void timerEnd(const std::string &key)
void initializationOnThread()
Definition: wKeypointScaler.hpp:40
diff --git a/html/w_pose_extractor_8hpp_source.html b/html/w_pose_extractor_8hpp_source.html
index 90c83d13..0817450f 100644
--- a/html/w_pose_extractor_8hpp_source.html
+++ b/html/w_pose_extractor_8hpp_source.html
@@ -191,13 +191,14 @@ $(document).ready(function(){initNavTree('w_pose_extractor_8hpp_source.html','')
-
+
88 #endif // OPENPOSE_POSE_W_POSE_EXTRACTOR_HPP
+#define COMPILE_TEMPLATE_DATUM(templateName)
Definition: datum.hpp:312
static const std::string timerInit(const int line, const std::string &function, const std::string &file)
@@ -209,7 +210,6 @@ $(document).ready(function(){initNavTree('w_pose_extractor_8hpp_source.html','')
bool checkNoNullNorEmpty(const TPointerContainer &tPointerContainer)
Definition: pointerContainer.hpp:7
-#define COMPILE_TEMPLATE_DATUM(templateName)
Definition: macros.hpp:21
static void printAveragedTimeMsOnIterationX(const std::string &key, const int line, const std::string &function, const std::string &file, const unsigned long long x=DEFAULT_X)
static void timerEnd(const std::string &key)
diff --git a/html/webcam_reader_8hpp_source.html b/html/webcam_reader_8hpp_source.html
index 5e82a1a9..e486b958 100644
--- a/html/webcam_reader_8hpp_source.html
+++ b/html/webcam_reader_8hpp_source.html
@@ -150,13 +150,13 @@ $(document).ready(function(){initNavTree('webcam_reader_8hpp_source.html','');})
55 #endif // OPENPOSE_PRODUCER_WEBCAM_READER_HPP
-#define DELETE_COPY(className)
Definition: macros.hpp:25
+#define DELETE_COPY(className)
Definition: macros.hpp:24
Definition: videoCaptureReader.hpp:15
Definition: webcamReader.hpp:16
-#define OP_API
Definition: macros.hpp:5
+#define OP_API
Definition: macros.hpp:9
diff --git a/html/wrapper_struct_face_8hpp_source.html b/html/wrapper_struct_face_8hpp_source.html
index 9026b052..aafb0a28 100644
--- a/html/wrapper_struct_face_8hpp_source.html
+++ b/html/wrapper_struct_face_8hpp_source.html
@@ -149,7 +149,7 @@ $(document).ready(function(){initNavTree('wrapper_struct_face_8hpp_source.html',
bool enable
Definition: wrapperStructFace.hpp:20
RenderMode
Definition: enumClasses.hpp:24
Point< int > netInputSize
Definition: wrapperStructFace.hpp:27
-#define OP_API
Definition: macros.hpp:5
+#define OP_API
Definition: macros.hpp:9
float renderThreshold
Definition: wrapperStructFace.hpp:52
const auto FACE_DEFAULT_ALPHA_HEAT_MAP
Definition: faceParameters.hpp:29
diff --git a/html/wrapper_struct_hand_8hpp_source.html b/html/wrapper_struct_hand_8hpp_source.html
index 37ef41dc..4c57160d 100644
--- a/html/wrapper_struct_hand_8hpp_source.html
+++ b/html/wrapper_struct_hand_8hpp_source.html
@@ -160,7 +160,7 @@ $(document).ready(function(){initNavTree('wrapper_struct_hand_8hpp_source.html',
float renderThreshold
Definition: wrapperStructHand.hpp:72
bool enable
Definition: wrapperStructHand.hpp:20
-#define OP_API
Definition: macros.hpp:5
+#define OP_API
Definition: macros.hpp:9
Point< int > netInputSize
Definition: wrapperStructHand.hpp:27
int scalesNumber
Definition: wrapperStructHand.hpp:34
diff --git a/html/wrapper_struct_input_8hpp_source.html b/html/wrapper_struct_input_8hpp_source.html
index 925e0bb0..7e7e574a 100644
--- a/html/wrapper_struct_input_8hpp_source.html
+++ b/html/wrapper_struct_input_8hpp_source.html
@@ -147,7 +147,7 @@ $(document).ready(function(){initNavTree('wrapper_struct_input_8hpp_source.html'
-#define OP_API
Definition: macros.hpp:5
+#define OP_API
Definition: macros.hpp:9
diff --git a/html/wrapper_struct_output_8hpp_source.html b/html/wrapper_struct_output_8hpp_source.html
index 5fe43dbc..ea192ce9 100644
--- a/html/wrapper_struct_output_8hpp_source.html
+++ b/html/wrapper_struct_output_8hpp_source.html
@@ -166,7 +166,7 @@ $(document).ready(function(){initNavTree('wrapper_struct_output_8hpp_source.html
std::string writeJson
Definition: wrapperStructOutput.hpp:54
std::string writeVideo
Definition: wrapperStructOutput.hpp:81
-#define OP_API
Definition: macros.hpp:5
+#define OP_API
Definition: macros.hpp:9
std::string writeImagesFormat
Definition: wrapperStructOutput.hpp:74
bool displayGui
Definition: wrapperStructOutput.hpp:18
Definition: wrapperStructOutput.hpp:13
diff --git a/html/wrapper_struct_pose_8hpp_source.html b/html/wrapper_struct_pose_8hpp_source.html
index 93694120..02cda1ab 100644
--- a/html/wrapper_struct_pose_8hpp_source.html
+++ b/html/wrapper_struct_pose_8hpp_source.html
@@ -211,7 +211,7 @@ $(document).ready(function(){initNavTree('wrapper_struct_pose_8hpp_source.html',
float alphaKeypoint
Definition: wrapperStructPose.hpp:98
ScaleMode keypointScale
Definition: wrapperStructPose.hpp:46
int gpuNumber
Definition: wrapperStructPose.hpp:53
-#define OP_API
Definition: macros.hpp:5
+#define OP_API
Definition: macros.hpp:9
const auto POSE_DEFAULT_ALPHA_HEAT_MAP
Definition: poseParametersRender.hpp:11
bool blendOriginalFrame
Definition: wrapperStructPose.hpp:92