@@ -206,7 +206,7 @@ template<typename TDatums >
-template<typename TDatums >
+template<typename TDatums>
diff --git a/html/classop_1_1_worker_producer.html b/html/classop_1_1_worker_producer.html
index 7c63e296..e01a2209 100644
--- a/html/classop_1_1_worker_producer.html
+++ b/html/classop_1_1_worker_producer.html
@@ -178,7 +178,7 @@ template<typename TDatums >
-template<typename TDatums >
+template<typename TDatums>
@@ -206,7 +206,7 @@ template<typename TDatums >
-template<typename TDatums >
+template<typename TDatums>
@@ -225,7 +225,7 @@ template<typename TDatums >
diff --git a/html/core_2headers_8hpp.html b/html/core_2headers_8hpp.html
index 17ba146e..9035374d 100644
--- a/html/core_2headers_8hpp.html
+++ b/html/core_2headers_8hpp.html
@@ -123,7 +123,7 @@ $(document).ready(function(){initNavTree('core_2headers_8hpp.html','');});
#include <openpose/core/opOutputToCvMat.hpp >
#include <openpose/core/point.hpp >
#include <openpose/core/rectangle.hpp >
-#include <openpose/core/renderer.hpp >
+#include <openpose/core/renderer.hpp >
#include <openpose/core/resizeAndMergeBase.hpp >
#include <openpose/core/resizeAndMergeCaffe.hpp >
#include <openpose/core/scaleAndSizeExtractor.hpp >
diff --git a/html/core_2headers_8hpp_source.html b/html/core_2headers_8hpp_source.html
index e4586518..c47f09f1 100644
--- a/html/core_2headers_8hpp_source.html
+++ b/html/core_2headers_8hpp_source.html
@@ -127,7 +127,7 @@ $(document).ready(function(){initNavTree('core_2headers_8hpp_source.html','');})
-
+
@@ -147,6 +147,7 @@ $(document).ready(function(){initNavTree('core_2headers_8hpp_source.html','');})
+
@@ -162,7 +163,6 @@ $(document).ready(function(){initNavTree('core_2headers_8hpp_source.html','');})
-
diff --git a/html/renderer_8hpp.html b/html/core_2renderer_8hpp.html
similarity index 96%
rename from html/renderer_8hpp.html
rename to html/core_2renderer_8hpp.html
index f13ce4b1..6edee8b8 100644
--- a/html/renderer_8hpp.html
+++ b/html/core_2renderer_8hpp.html
@@ -85,7 +85,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
@@ -113,7 +113,7 @@ $(document).ready(function(){initNavTree('renderer_8hpp.html','');});
#include <atomic>
#include <openpose/core/common.hpp >
-
Go to the source code of this file.
+
Go to the source code of this file.
@@ -130,7 +130,7 @@ Namespaces
- include openpose core renderer.hpp
+ include openpose core renderer.hpp
diff --git a/html/renderer_8hpp_source.html b/html/core_2renderer_8hpp_source.html
similarity index 97%
rename from html/renderer_8hpp_source.html
rename to html/core_2renderer_8hpp_source.html
index e16deabb..02c8b667 100644
--- a/html/renderer_8hpp_source.html
+++ b/html/core_2renderer_8hpp_source.html
@@ -85,7 +85,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
@@ -107,7 +107,7 @@ $(document).ready(function(){initNavTree('renderer_8hpp_source.html','');});
renderer.hpp
-
Go to the documentation of this file. 1 #ifndef OPENPOSE_CORE_RENDERER_HPP
+
Go to the documentation of this file. 1 #ifndef OPENPOSE_CORE_RENDERER_HPP
2 #define OPENPOSE_CORE_RENDERER_HPP
@@ -172,7 +172,7 @@ $(document).ready(function(){initNavTree('renderer_8hpp_source.html','');});
-
-
-
-
-
-
-
- op::COMPILE_TEMPLATE_DATUM
- (
- WFaceDetectorOpenCV
- )
-
-
-
-
-
-
-
-
-
-
-
-
- op::COMPILE_TEMPLATE_DATUM
- (
- WHandDetector
- )
-
-
-
-
-
@@ -1880,14 +1866,46 @@ template<typename TPointerContainer >
-
+
op::COMPILE_TEMPLATE_DATUM
(
- WHandDetectorFromTxt
+ WFaceDetectorOpenCV
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ op::COMPILE_TEMPLATE_DATUM
+ (
+ WPersonIdExtractor
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ op::COMPILE_TEMPLATE_DATUM
+ (
+ WHandDetector
)
@@ -1912,14 +1930,14 @@ template<typename TPointerContainer >
-
+
op::COMPILE_TEMPLATE_DATUM
(
- WHandDetectorUpdate
+ WHandDetectorFromTxt
)
@@ -1928,14 +1946,14 @@ template<typename TPointerContainer >
-
+
op::COMPILE_TEMPLATE_DATUM
(
- WPersonIdExtractor
+ WHandDetectorUpdate
)
@@ -2024,14 +2042,14 @@ template<typename TPointerContainer >
-
+
op::COMPILE_TEMPLATE_DATUM
(
- WVideoSaver
+ WCocoJsonSaver
)
@@ -2088,14 +2106,14 @@ template<typename TPointerContainer >
-
+
op::COMPILE_TEMPLATE_DATUM
(
- WCocoJsonSaver
+ WVideoSaver
)
@@ -3230,6 +3248,22 @@ template<class T >
+
+
+
+
+
+
+
+ OP_API const cv::Mat op::getDistorsion
+ (
+ const int
+ cameraIndex )
+
+
+
+
+
@@ -3387,6 +3421,22 @@ template<class T >
+
+
+
+
+
+
+
+ OP_API const cv::Mat op::getIntrinsics
+ (
+ const int
+ cameraIndex )
+
+
+
+
+
@@ -3467,6 +3517,52 @@ template<class T >
+
+
+
+
+
+
+
+ OP_API const cv::Mat op::getM
+ (
+ const int
+ cameraIndex )
+
+
+
+
+
+
+
+
+
+
+
+
+ OP_API std::vector<cv::Mat> op::getMs
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ OP_API unsigned long long op::getNumberCameras
+ (
+ )
+
+
+
+
+
diff --git a/html/namespaceop.js b/html/namespaceop.js
index bcd2acca..bd0ef15d 100644
--- a/html/namespaceop.js
+++ b/html/namespaceop.js
@@ -21,6 +21,10 @@ var namespaceop =
[ "WKeypointScaler", "classop_1_1_w_keypoint_scaler.html", "classop_1_1_w_keypoint_scaler" ],
[ "WOpOutputToCvMat", "classop_1_1_w_op_output_to_cv_mat.html", "classop_1_1_w_op_output_to_cv_mat" ],
[ "WScaleAndSizeExtractor", "classop_1_1_w_scale_and_size_extractor.html", "classop_1_1_w_scale_and_size_extractor" ],
+ [ "Datum3D", "structop_1_1_datum3_d.html", "structop_1_1_datum3_d" ],
+ [ "WPointGrey", "classop_1_1_w_point_grey.html", "classop_1_1_w_point_grey" ],
+ [ "WReconstruction3D", "classop_1_1_w_reconstruction3_d.html", "classop_1_1_w_reconstruction3_d" ],
+ [ "WRender3D", "classop_1_1_w_render3_d.html", "classop_1_1_w_render3_d" ],
[ "PersonIdExtractor", "classop_1_1_person_id_extractor.html", "classop_1_1_person_id_extractor" ],
[ "WPersonIdExtractor", "classop_1_1_w_person_id_extractor.html", "classop_1_1_w_person_id_extractor" ],
[ "FaceCpuRenderer", "classop_1_1_face_cpu_renderer.html", "classop_1_1_face_cpu_renderer" ],
diff --git a/html/navtree.js b/html/navtree.js
index 45ca53e9..0627151b 100644
--- a/html/navtree.js
+++ b/html/navtree.js
@@ -35,11 +35,12 @@ var NAVTREE =
var NAVTREEINDEX =
[
"annotated.html",
-"classop_1_1_nms_caffe.html#a96198ee87433f55f52a5054b92f946d9",
-"classop_1_1_w_face_extractor.html",
-"fast_math_8hpp.html#a61240e5fbd4ea84a2cfdc89407bcb1ae",
-"nms_base_8hpp.html#ae2fb8a239d937b884913caa5bcbc2357",
-"structop_1_1_rectangle.html#aed48a0008434867b879a678c1da015b3"
+"classop_1_1_nms_caffe.html",
+"classop_1_1_w_face_detector.html#a721ced99378516c04cb3cff296cc274a",
+"face_detector_8hpp_source.html",
+"namespacemembers_g.html",
+"structop_1_1_point.html#a9759f95e852025014cb071aefb242cef",
+"webcam_reader_8hpp.html"
];
var SYNCONMSG = 'click to disable panel synchronisation';
diff --git a/html/navtreeindex0.js b/html/navtreeindex0.js
index 3d20d799..9b3fb462 100644
--- a/html/navtreeindex0.js
+++ b/html/navtreeindex0.js
@@ -9,6 +9,13 @@ var NAVTREEINDEX0 =
"body_part_connector_base_8hpp_source.html":[2,0,0,0,6,0],
"body_part_connector_caffe_8hpp.html":[2,0,0,0,6,1],
"body_part_connector_caffe_8hpp_source.html":[2,0,0,0,6,1],
+"camera_parameters_8hpp.html":[2,0,0,0,1,0,0],
+"camera_parameters_8hpp.html#a504c1c4e510fe00fbb557d86c5aae66e":[2,0,0,0,1,0,0,3],
+"camera_parameters_8hpp.html#a6183a85d3790e568f4994c2ee661247d":[2,0,0,0,1,0,0,4],
+"camera_parameters_8hpp.html#a6c638486a8791c7c3bd652682823fb0b":[2,0,0,0,1,0,0,0],
+"camera_parameters_8hpp.html#a9f5d182aa1bd043391165e3f38f51bd7":[2,0,0,0,1,0,0,1],
+"camera_parameters_8hpp.html#ab1f32af6f83491f1911f59dbea254d0d":[2,0,0,0,1,0,0,2],
+"camera_parameters_8hpp_source.html":[2,0,0,0,1,0,0],
"check_8hpp.html":[2,0,0,0,9,0],
"check_8hpp.html#a07a8efb4ba66a49653062365a07dc23f":[2,0,0,0,9,0,5],
"check_8hpp.html#a13e8e79ada0bde9f9b83e7b06a7b7758":[2,0,0,0,9,0,6],
@@ -57,80 +64,80 @@ var NAVTREEINDEX0 =
"classop_1_1_array.html#af42f4570122d1b8259c211f52335909b":[1,0,2,0,10],
"classop_1_1_array.html#af4715967fd2b028a97fd30257e697275":[1,0,2,0,16],
"classop_1_1_array.html#afee5e6149bc917586b3fd56323d20a87":[1,0,2,0,19],
-"classop_1_1_body_part_connector_caffe.html":[1,0,2,68],
-"classop_1_1_body_part_connector_caffe.html#a0bad959b2da005b62cab962327ccba01":[1,0,2,68,11],
-"classop_1_1_body_part_connector_caffe.html#a104744fdab14d4c1335eb8778edea21e":[1,0,2,68,10],
-"classop_1_1_body_part_connector_caffe.html#a2fa59ad0cad1b95721663815ca51ff93":[1,0,2,68,12],
-"classop_1_1_body_part_connector_caffe.html#a4a42a1d04cbca147da6e9392fdc73327":[1,0,2,68,2],
-"classop_1_1_body_part_connector_caffe.html#a54918b6b114568d7bafe26319e96d644":[1,0,2,68,5],
-"classop_1_1_body_part_connector_caffe.html#a6442721373481873ddeb9ffd7c6fdb7b":[1,0,2,68,8],
-"classop_1_1_body_part_connector_caffe.html#a75d0a3f3c8dca99c8a9e1b680098da16":[1,0,2,68,7],
-"classop_1_1_body_part_connector_caffe.html#a789c77e69e5590a78b22e1e5f5cc4efc":[1,0,2,68,6],
-"classop_1_1_body_part_connector_caffe.html#a886f7dc30e999b7fa8488ae95cc3ac8b":[1,0,2,68,3],
-"classop_1_1_body_part_connector_caffe.html#a8b70616dc1b45f4a3c2b10308e45b5ce":[1,0,2,68,1],
-"classop_1_1_body_part_connector_caffe.html#a94e2364fa13ea79b2d6fd72c5db34765":[1,0,2,68,0],
-"classop_1_1_body_part_connector_caffe.html#a9b9fa9490fef0121a70c3d6d749272f7":[1,0,2,68,9],
-"classop_1_1_body_part_connector_caffe.html#affde8d06784ca9896a1d2d62f7088d76":[1,0,2,68,4],
-"classop_1_1_coco_json_saver.html":[1,0,2,34],
-"classop_1_1_coco_json_saver.html#a3122eeb93844224d787d0bd67ee06794":[1,0,2,34,1],
-"classop_1_1_coco_json_saver.html#a3a7fd417aa5d85044fb0703379af1a23":[1,0,2,34,2],
-"classop_1_1_coco_json_saver.html#aad0899bead458df67c49f23eddb3113d":[1,0,2,34,0],
-"classop_1_1_configure_error.html":[1,0,2,99],
-"classop_1_1_configure_log.html":[1,0,2,100],
+"classop_1_1_body_part_connector_caffe.html":[1,0,2,72],
+"classop_1_1_body_part_connector_caffe.html#a0bad959b2da005b62cab962327ccba01":[1,0,2,72,11],
+"classop_1_1_body_part_connector_caffe.html#a104744fdab14d4c1335eb8778edea21e":[1,0,2,72,10],
+"classop_1_1_body_part_connector_caffe.html#a2fa59ad0cad1b95721663815ca51ff93":[1,0,2,72,12],
+"classop_1_1_body_part_connector_caffe.html#a4a42a1d04cbca147da6e9392fdc73327":[1,0,2,72,2],
+"classop_1_1_body_part_connector_caffe.html#a54918b6b114568d7bafe26319e96d644":[1,0,2,72,5],
+"classop_1_1_body_part_connector_caffe.html#a6442721373481873ddeb9ffd7c6fdb7b":[1,0,2,72,8],
+"classop_1_1_body_part_connector_caffe.html#a75d0a3f3c8dca99c8a9e1b680098da16":[1,0,2,72,7],
+"classop_1_1_body_part_connector_caffe.html#a789c77e69e5590a78b22e1e5f5cc4efc":[1,0,2,72,6],
+"classop_1_1_body_part_connector_caffe.html#a886f7dc30e999b7fa8488ae95cc3ac8b":[1,0,2,72,3],
+"classop_1_1_body_part_connector_caffe.html#a8b70616dc1b45f4a3c2b10308e45b5ce":[1,0,2,72,1],
+"classop_1_1_body_part_connector_caffe.html#a94e2364fa13ea79b2d6fd72c5db34765":[1,0,2,72,0],
+"classop_1_1_body_part_connector_caffe.html#a9b9fa9490fef0121a70c3d6d749272f7":[1,0,2,72,9],
+"classop_1_1_body_part_connector_caffe.html#affde8d06784ca9896a1d2d62f7088d76":[1,0,2,72,4],
+"classop_1_1_coco_json_saver.html":[1,0,2,38],
+"classop_1_1_coco_json_saver.html#a3122eeb93844224d787d0bd67ee06794":[1,0,2,38,1],
+"classop_1_1_coco_json_saver.html#a3a7fd417aa5d85044fb0703379af1a23":[1,0,2,38,2],
+"classop_1_1_coco_json_saver.html#aad0899bead458df67c49f23eddb3113d":[1,0,2,38,0],
+"classop_1_1_configure_error.html":[1,0,2,103],
+"classop_1_1_configure_log.html":[1,0,2,104],
"classop_1_1_cv_mat_to_op_input.html":[1,0,2,1],
"classop_1_1_cv_mat_to_op_input.html#acf0c43174fe8e3b1c71d76aca861a6ab":[1,0,2,1,0],
"classop_1_1_cv_mat_to_op_output.html":[1,0,2,2],
"classop_1_1_cv_mat_to_op_output.html#a003515873bf34525e2a6d313d8619ff3":[1,0,2,2,0],
-"classop_1_1_datum_producer.html":[1,0,2,76],
-"classop_1_1_datum_producer.html#a627c16307864f02251eeb77f2320052f":[1,0,2,76,0],
-"classop_1_1_datum_producer.html#aeab20304e6ff9970a970a7b865da9d02":[1,0,2,76,1],
-"classop_1_1_face_cpu_renderer.html":[1,0,2,23],
-"classop_1_1_face_cpu_renderer.html#a233f2a83930d07e4d420b43c8a660f32":[1,0,2,23,1],
-"classop_1_1_face_cpu_renderer.html#a9f8b158aca09eca94ad1b0cd8418cbb5":[1,0,2,23,2],
-"classop_1_1_face_cpu_renderer.html#afb0dcfff75c4a89d5971d7b0bbd0b51b":[1,0,2,23,0],
-"classop_1_1_face_detector.html":[1,0,2,24],
-"classop_1_1_face_detector.html#ac884684046a89394c5179f8175188c1d":[1,0,2,24,1],
-"classop_1_1_face_detector.html#adfeab6977c93b7bef66c1dfbcf6f8150":[1,0,2,24,0],
-"classop_1_1_face_detector_open_c_v.html":[1,0,2,25],
-"classop_1_1_face_detector_open_c_v.html#a3cbd067534f06315ab8a2332f7ba246a":[1,0,2,25,1],
-"classop_1_1_face_detector_open_c_v.html#a8c4d55863b726448762a142fa91bb69d":[1,0,2,25,0],
-"classop_1_1_face_extractor.html":[1,0,2,26],
-"classop_1_1_face_extractor.html#a11a301f43c8ff06e06170200f3410590":[1,0,2,26,6],
-"classop_1_1_face_extractor.html#a13d7920f4029a4aa6d63b3609956c475":[1,0,2,26,3],
-"classop_1_1_face_extractor.html#a1cd07622445ab4efcc364da2e028ff13":[1,0,2,26,11],
-"classop_1_1_face_extractor.html#a247dcd3ae33bd85509126ec0a735d380":[1,0,2,26,12],
-"classop_1_1_face_extractor.html#a2692c0040bb8c0b84a84d195194d037a":[1,0,2,26,5],
-"classop_1_1_face_extractor.html#a3d99b0fa2706ef64fc7b8c54c3251c76":[1,0,2,26,1],
-"classop_1_1_face_extractor.html#a6f3faf536edd57fa9198969f633c01f4":[1,0,2,26,0],
-"classop_1_1_face_extractor.html#a7e6d4f9d0154551ea050c94dd90cd2fb":[1,0,2,26,2],
-"classop_1_1_face_extractor.html#a9d408bb492f490fa46b71b3bcbe28b62":[1,0,2,26,8],
-"classop_1_1_face_extractor.html#ab1924617d954db6fc86fb60dfab0dde4":[1,0,2,26,9],
-"classop_1_1_face_extractor.html#ab2f1f5bf37949e0357091c80363dac0a":[1,0,2,26,10],
-"classop_1_1_face_extractor.html#aec29268798b50ef752d6ec62c3cc5dc4":[1,0,2,26,7],
-"classop_1_1_face_extractor.html#af326457ed8977781fe48f1086ac5efee":[1,0,2,26,4],
-"classop_1_1_face_extractor_caffe.html":[1,0,2,27],
-"classop_1_1_face_extractor_caffe.html#a399c6709f8fe93d40f38b03938d39966":[1,0,2,27,0],
-"classop_1_1_face_extractor_caffe.html#a4450e656f21a8cb7f1d9bf5f545012f1":[1,0,2,27,1],
-"classop_1_1_face_extractor_caffe.html#ad9cb84599f76e7836379890bde577b50":[1,0,2,27,2],
-"classop_1_1_face_extractor_caffe.html#add2a24d9bd5e03ff90034239e90523c2":[1,0,2,27,3],
-"classop_1_1_face_gpu_renderer.html":[1,0,2,28],
-"classop_1_1_face_gpu_renderer.html#a01a207676e3ec1a8718b8717cd999f53":[1,0,2,28,1],
-"classop_1_1_face_gpu_renderer.html#a344b4f1d256d6ad805273eb8ba29cde1":[1,0,2,28,0],
-"classop_1_1_face_gpu_renderer.html#a6ebd9287927529ffaa4200890190896b":[1,0,2,28,2],
-"classop_1_1_face_gpu_renderer.html#a8f4cb47d5a6829f6b19c377d523069eb":[1,0,2,28,3],
-"classop_1_1_face_renderer.html":[1,0,2,29],
-"classop_1_1_face_renderer.html#a045da831a9476bfc0e58e08ebb6c84c1":[1,0,2,29,1],
-"classop_1_1_face_renderer.html#aa34ce7a0602b0994cc3043b80627a31c":[1,0,2,29,0],
-"classop_1_1_file_saver.html":[1,0,2,35],
-"classop_1_1_file_saver.html#a91818f12a9409eae7c1caf6e2b525282":[1,0,2,35,2],
-"classop_1_1_file_saver.html#a9de8d694a526f981906c54bd48ea9b21":[1,0,2,35,1],
-"classop_1_1_file_saver.html#aa4632ae62ac77dbad85523845ce79999":[1,0,2,35,0],
-"classop_1_1_frame_displayer.html":[1,0,2,50],
-"classop_1_1_frame_displayer.html#a15f9d2d435f56026ac0f79ee6c1e2918":[1,0,2,50,3],
-"classop_1_1_frame_displayer.html#a3b81422440197c14b6ae58e40a95b4ec":[1,0,2,50,0],
-"classop_1_1_frame_displayer.html#ab851447b8c00826282cff87a66182e7e":[1,0,2,50,4],
-"classop_1_1_frame_displayer.html#ada237c384d55d6e141dce886e6fe97e3":[1,0,2,50,1],
-"classop_1_1_frame_displayer.html#af5d2e1c8bcd2012c66347252e8dbc543":[1,0,2,50,2],
+"classop_1_1_datum_producer.html":[1,0,2,80],
+"classop_1_1_datum_producer.html#a627c16307864f02251eeb77f2320052f":[1,0,2,80,0],
+"classop_1_1_datum_producer.html#aeab20304e6ff9970a970a7b865da9d02":[1,0,2,80,1],
+"classop_1_1_face_cpu_renderer.html":[1,0,2,27],
+"classop_1_1_face_cpu_renderer.html#a233f2a83930d07e4d420b43c8a660f32":[1,0,2,27,1],
+"classop_1_1_face_cpu_renderer.html#a9f8b158aca09eca94ad1b0cd8418cbb5":[1,0,2,27,2],
+"classop_1_1_face_cpu_renderer.html#afb0dcfff75c4a89d5971d7b0bbd0b51b":[1,0,2,27,0],
+"classop_1_1_face_detector.html":[1,0,2,28],
+"classop_1_1_face_detector.html#ac884684046a89394c5179f8175188c1d":[1,0,2,28,1],
+"classop_1_1_face_detector.html#adfeab6977c93b7bef66c1dfbcf6f8150":[1,0,2,28,0],
+"classop_1_1_face_detector_open_c_v.html":[1,0,2,29],
+"classop_1_1_face_detector_open_c_v.html#a3cbd067534f06315ab8a2332f7ba246a":[1,0,2,29,1],
+"classop_1_1_face_detector_open_c_v.html#a8c4d55863b726448762a142fa91bb69d":[1,0,2,29,0],
+"classop_1_1_face_extractor.html":[1,0,2,30],
+"classop_1_1_face_extractor.html#a11a301f43c8ff06e06170200f3410590":[1,0,2,30,6],
+"classop_1_1_face_extractor.html#a13d7920f4029a4aa6d63b3609956c475":[1,0,2,30,3],
+"classop_1_1_face_extractor.html#a1cd07622445ab4efcc364da2e028ff13":[1,0,2,30,11],
+"classop_1_1_face_extractor.html#a247dcd3ae33bd85509126ec0a735d380":[1,0,2,30,12],
+"classop_1_1_face_extractor.html#a2692c0040bb8c0b84a84d195194d037a":[1,0,2,30,5],
+"classop_1_1_face_extractor.html#a3d99b0fa2706ef64fc7b8c54c3251c76":[1,0,2,30,1],
+"classop_1_1_face_extractor.html#a6f3faf536edd57fa9198969f633c01f4":[1,0,2,30,0],
+"classop_1_1_face_extractor.html#a7e6d4f9d0154551ea050c94dd90cd2fb":[1,0,2,30,2],
+"classop_1_1_face_extractor.html#a9d408bb492f490fa46b71b3bcbe28b62":[1,0,2,30,8],
+"classop_1_1_face_extractor.html#ab1924617d954db6fc86fb60dfab0dde4":[1,0,2,30,9],
+"classop_1_1_face_extractor.html#ab2f1f5bf37949e0357091c80363dac0a":[1,0,2,30,10],
+"classop_1_1_face_extractor.html#aec29268798b50ef752d6ec62c3cc5dc4":[1,0,2,30,7],
+"classop_1_1_face_extractor.html#af326457ed8977781fe48f1086ac5efee":[1,0,2,30,4],
+"classop_1_1_face_extractor_caffe.html":[1,0,2,31],
+"classop_1_1_face_extractor_caffe.html#a399c6709f8fe93d40f38b03938d39966":[1,0,2,31,0],
+"classop_1_1_face_extractor_caffe.html#a4450e656f21a8cb7f1d9bf5f545012f1":[1,0,2,31,1],
+"classop_1_1_face_extractor_caffe.html#ad9cb84599f76e7836379890bde577b50":[1,0,2,31,2],
+"classop_1_1_face_extractor_caffe.html#add2a24d9bd5e03ff90034239e90523c2":[1,0,2,31,3],
+"classop_1_1_face_gpu_renderer.html":[1,0,2,32],
+"classop_1_1_face_gpu_renderer.html#a01a207676e3ec1a8718b8717cd999f53":[1,0,2,32,1],
+"classop_1_1_face_gpu_renderer.html#a344b4f1d256d6ad805273eb8ba29cde1":[1,0,2,32,0],
+"classop_1_1_face_gpu_renderer.html#a6ebd9287927529ffaa4200890190896b":[1,0,2,32,2],
+"classop_1_1_face_gpu_renderer.html#a8f4cb47d5a6829f6b19c377d523069eb":[1,0,2,32,3],
+"classop_1_1_face_renderer.html":[1,0,2,33],
+"classop_1_1_face_renderer.html#a045da831a9476bfc0e58e08ebb6c84c1":[1,0,2,33,1],
+"classop_1_1_face_renderer.html#aa34ce7a0602b0994cc3043b80627a31c":[1,0,2,33,0],
+"classop_1_1_file_saver.html":[1,0,2,39],
+"classop_1_1_file_saver.html#a91818f12a9409eae7c1caf6e2b525282":[1,0,2,39,2],
+"classop_1_1_file_saver.html#a9de8d694a526f981906c54bd48ea9b21":[1,0,2,39,1],
+"classop_1_1_file_saver.html#aa4632ae62ac77dbad85523845ce79999":[1,0,2,39,0],
+"classop_1_1_frame_displayer.html":[1,0,2,54],
+"classop_1_1_frame_displayer.html#a15f9d2d435f56026ac0f79ee6c1e2918":[1,0,2,54,3],
+"classop_1_1_frame_displayer.html#a3b81422440197c14b6ae58e40a95b4ec":[1,0,2,54,0],
+"classop_1_1_frame_displayer.html#ab851447b8c00826282cff87a66182e7e":[1,0,2,54,4],
+"classop_1_1_frame_displayer.html#ada237c384d55d6e141dce886e6fe97e3":[1,0,2,54,1],
+"classop_1_1_frame_displayer.html#af5d2e1c8bcd2012c66347252e8dbc543":[1,0,2,54,2],
"classop_1_1_gpu_renderer.html":[1,0,2,4],
"classop_1_1_gpu_renderer.html#a5576d2da79ef7ff38ee86b35383d6d46":[1,0,2,4,3],
"classop_1_1_gpu_renderer.html#a5d729aab549908c758953be742dd0115":[1,0,2,4,6],
@@ -139,88 +146,88 @@ var NAVTREEINDEX0 =
"classop_1_1_gpu_renderer.html#a9852b2017e972637b47250bb7fbc53ea":[1,0,2,4,0],
"classop_1_1_gpu_renderer.html#ac1642afb73d94c84eb12f4a97abfb9ac":[1,0,2,4,5],
"classop_1_1_gpu_renderer.html#ac7c1ab0eebf1d54b55cc65a5560bad7b":[1,0,2,4,2],
-"classop_1_1_gui.html":[1,0,2,51],
-"classop_1_1_gui.html#a114a15db275e053a6860d201d5ba773f":[1,0,2,51,2],
-"classop_1_1_gui.html#a449696b117fe918feb3aca20cb9ed7de":[1,0,2,51,1],
-"classop_1_1_gui.html#a892a74fac9f123a4cb9e196bfcc3432a":[1,0,2,51,0],
-"classop_1_1_gui_info_adder.html":[1,0,2,52],
-"classop_1_1_gui_info_adder.html#a208806933d0e0932f7cddfad3cf04343":[1,0,2,52,1],
-"classop_1_1_gui_info_adder.html#af23e17f9eeb51c7473cd0940292efa61":[1,0,2,52,0],
-"classop_1_1_hand_cpu_renderer.html":[1,0,2,55],
-"classop_1_1_hand_cpu_renderer.html#a3145d482c0378288e7ba3e42091a56c2":[1,0,2,55,0],
-"classop_1_1_hand_cpu_renderer.html#a66a7d318b240c73687320bf092363409":[1,0,2,55,1],
-"classop_1_1_hand_cpu_renderer.html#a98a3cc7f939105224bcc4be07782563a":[1,0,2,55,2],
-"classop_1_1_hand_detector.html":[1,0,2,56],
-"classop_1_1_hand_detector.html#a20b127dd7b51afcd336d1f16b40ee0b1":[1,0,2,56,0],
-"classop_1_1_hand_detector.html#a58513169f01ab7c705979f1f2a88b571":[1,0,2,56,3],
-"classop_1_1_hand_detector.html#a660199dc2080df40f67cd6680997f6d0":[1,0,2,56,1],
-"classop_1_1_hand_detector.html#aa5eae5b3c86642906806129fc511d229":[1,0,2,56,2],
-"classop_1_1_hand_detector_from_txt.html":[1,0,2,57],
-"classop_1_1_hand_detector_from_txt.html#a1e6ba23fa1486e92a3bdca36b2e86d22":[1,0,2,57,1],
-"classop_1_1_hand_detector_from_txt.html#a94ef5e925c5d25b181c56ae79bb1eed2":[1,0,2,57,0],
-"classop_1_1_hand_extractor.html":[1,0,2,58],
-"classop_1_1_hand_extractor.html#a1d4eb3fc406aa44bb2c8e320ba3cb377":[1,0,2,58,2],
-"classop_1_1_hand_extractor.html#a2eee4878f6e9ae76ada521e45354be89":[1,0,2,58,13],
-"classop_1_1_hand_extractor.html#a322a1c3a0ab7abaf0c697246af9309cc":[1,0,2,58,3],
-"classop_1_1_hand_extractor.html#a34b8ccd65d526ce3cacd57b80e889296":[1,0,2,58,0],
-"classop_1_1_hand_extractor.html#a95a512748828a04713b4cde582fb4901":[1,0,2,58,1],
-"classop_1_1_hand_extractor.html#aa31fd82cb8900c24841f3ef9cce6a0c8":[1,0,2,58,10],
-"classop_1_1_hand_extractor.html#aa5592a468cfdcfdd687d6f9d465d3eda":[1,0,2,58,5],
-"classop_1_1_hand_extractor.html#aa8f444ce4953a41081acaac9ca8d2570":[1,0,2,58,11],
-"classop_1_1_hand_extractor.html#aba2046c5363f11f14719f104b0780e9f":[1,0,2,58,12],
-"classop_1_1_hand_extractor.html#ac98085241dfd326a1aabf8b29e7be950":[1,0,2,58,6],
-"classop_1_1_hand_extractor.html#acbe2c75c57b1df7279eae30ddcc63241":[1,0,2,58,9],
-"classop_1_1_hand_extractor.html#aee0c5e4607643a978243d9432b704e3d":[1,0,2,58,8],
-"classop_1_1_hand_extractor.html#af5ce8cd602820921de3ec3f676aacf0d":[1,0,2,58,4],
-"classop_1_1_hand_extractor.html#afe80be5a3b786ad71cd0e0ff6443ff22":[1,0,2,58,7],
-"classop_1_1_hand_extractor_caffe.html":[1,0,2,59],
-"classop_1_1_hand_extractor_caffe.html#a3ac44c32806b647fc11daa14da2bda16":[1,0,2,59,0],
-"classop_1_1_hand_extractor_caffe.html#a892d6233b92a7862c32adfa85574236c":[1,0,2,59,2],
-"classop_1_1_hand_extractor_caffe.html#ace3ee9d717887ee9dc0f00ce69bd0c82":[1,0,2,59,3],
-"classop_1_1_hand_extractor_caffe.html#aee681b43b8691ac1f07e08616522f6af":[1,0,2,59,1],
-"classop_1_1_hand_gpu_renderer.html":[1,0,2,60],
-"classop_1_1_hand_gpu_renderer.html#a0489f10ddc9e37e87084ebf9a5138f3a":[1,0,2,60,2],
-"classop_1_1_hand_gpu_renderer.html#a0d2f742b995a6f34e414f9731db847d5":[1,0,2,60,0],
-"classop_1_1_hand_gpu_renderer.html#a27915745de10184ef073f34b86a2706e":[1,0,2,60,1],
-"classop_1_1_hand_gpu_renderer.html#a3a05fd1d74868c1766e49ccf3979b9c9":[1,0,2,60,3],
-"classop_1_1_hand_renderer.html":[1,0,2,61],
-"classop_1_1_hand_renderer.html#aca16bfb051c891ea7c020df48602b111":[1,0,2,61,1],
-"classop_1_1_hand_renderer.html#adb91ae2a8ccf24671ad86e99e786b120":[1,0,2,61,0],
-"classop_1_1_heat_map_saver.html":[1,0,2,36],
-"classop_1_1_heat_map_saver.html#a6f67771a43b746a86a9793f19e7b6974":[1,0,2,36,1],
-"classop_1_1_heat_map_saver.html#aa6a339b70a9535a018584b93c932b12d":[1,0,2,36,0],
-"classop_1_1_image_directory_reader.html":[1,0,2,77],
-"classop_1_1_image_directory_reader.html#a1965a4dca2ddb86b24e69e2da90b9dbf":[1,0,2,77,6],
-"classop_1_1_image_directory_reader.html#a3362f046204ba85d9a25b2b8fa62b6c3":[1,0,2,77,0],
-"classop_1_1_image_directory_reader.html#a432bc94339019f251cc48bbb4c5ae1e8":[1,0,2,77,4],
-"classop_1_1_image_directory_reader.html#a964d60140081c79353b637405dda962c":[1,0,2,77,3],
-"classop_1_1_image_directory_reader.html#a9b63b935effebd29d2140b0b657b8392":[1,0,2,77,7],
-"classop_1_1_image_directory_reader.html#aa05bfd69272e81115ba23a3c0731b596":[1,0,2,77,1],
-"classop_1_1_image_directory_reader.html#ac8ce09240af2edb08e0428316f734774":[1,0,2,77,2],
-"classop_1_1_image_directory_reader.html#af74e192f8cba5c10f8e252674a85185a":[1,0,2,77,5],
-"classop_1_1_image_saver.html":[1,0,2,37],
-"classop_1_1_image_saver.html#a723387e62a6b701202dd6cf35c57429f":[1,0,2,37,0],
-"classop_1_1_image_saver.html#a8495143c9ddbe39744a4be0a4703007c":[1,0,2,37,1],
-"classop_1_1_ip_camera_reader.html":[1,0,2,78],
-"classop_1_1_ip_camera_reader.html#a2277d9a58316bfb4314bf345369e37c1":[1,0,2,78,2],
-"classop_1_1_ip_camera_reader.html#aa7ad6adac6e401193e03d279176dd889":[1,0,2,78,1],
-"classop_1_1_ip_camera_reader.html#abbe7f1bbf200ed9c6c0868eb3c6b0764":[1,0,2,78,0],
-"classop_1_1_ip_camera_reader.html#ac13cc7da97a31d8e69eaa64b2a7b31ba":[1,0,2,78,3],
-"classop_1_1_json_ofstream.html":[1,0,2,38],
-"classop_1_1_json_ofstream.html#a32f058b961605d418df1258a1dc5e6a0":[1,0,2,38,5],
-"classop_1_1_json_ofstream.html#a3f940d3ad51d0acb7126d62a5617fd69":[1,0,2,38,2],
-"classop_1_1_json_ofstream.html#a45eeb25d9413fc31786f315b46c341cc":[1,0,2,38,7],
-"classop_1_1_json_ofstream.html#a4cc6d50256354b3dc7385e2db01aabc0":[1,0,2,38,3],
-"classop_1_1_json_ofstream.html#a5c38e36c1449d808dd4ab6558d65289c":[1,0,2,38,8],
-"classop_1_1_json_ofstream.html#a6a5e0e4f3cdf8f93fb1bdef8cb63b0a2":[1,0,2,38,10],
-"classop_1_1_json_ofstream.html#aa432ff172e10bb9e3b6e2bfa6124c648":[1,0,2,38,9],
-"classop_1_1_json_ofstream.html#ae4468279f789c8026d431b2ef62646f9":[1,0,2,38,4],
-"classop_1_1_json_ofstream.html#aede35260c04b9be2ce145df435ce49b7":[1,0,2,38,1],
-"classop_1_1_json_ofstream.html#af0c7f763e7e809810c00b394a260672e":[1,0,2,38,6],
-"classop_1_1_json_ofstream.html#afa4b3e1dee27f5afd0017b95c0f5e364":[1,0,2,38,0],
-"classop_1_1_keypoint_saver.html":[1,0,2,39],
-"classop_1_1_keypoint_saver.html#a52ce5a2c462ab8dd22606f697e69d2dc":[1,0,2,39,1],
-"classop_1_1_keypoint_saver.html#aa6d9eb36cfd40c5cfa3995420cdf3dfa":[1,0,2,39,0],
+"classop_1_1_gui.html":[1,0,2,55],
+"classop_1_1_gui.html#a114a15db275e053a6860d201d5ba773f":[1,0,2,55,2],
+"classop_1_1_gui.html#a449696b117fe918feb3aca20cb9ed7de":[1,0,2,55,1],
+"classop_1_1_gui.html#a892a74fac9f123a4cb9e196bfcc3432a":[1,0,2,55,0],
+"classop_1_1_gui_info_adder.html":[1,0,2,56],
+"classop_1_1_gui_info_adder.html#a208806933d0e0932f7cddfad3cf04343":[1,0,2,56,1],
+"classop_1_1_gui_info_adder.html#af23e17f9eeb51c7473cd0940292efa61":[1,0,2,56,0],
+"classop_1_1_hand_cpu_renderer.html":[1,0,2,59],
+"classop_1_1_hand_cpu_renderer.html#a3145d482c0378288e7ba3e42091a56c2":[1,0,2,59,0],
+"classop_1_1_hand_cpu_renderer.html#a66a7d318b240c73687320bf092363409":[1,0,2,59,1],
+"classop_1_1_hand_cpu_renderer.html#a98a3cc7f939105224bcc4be07782563a":[1,0,2,59,2],
+"classop_1_1_hand_detector.html":[1,0,2,60],
+"classop_1_1_hand_detector.html#a20b127dd7b51afcd336d1f16b40ee0b1":[1,0,2,60,0],
+"classop_1_1_hand_detector.html#a58513169f01ab7c705979f1f2a88b571":[1,0,2,60,3],
+"classop_1_1_hand_detector.html#a660199dc2080df40f67cd6680997f6d0":[1,0,2,60,1],
+"classop_1_1_hand_detector.html#aa5eae5b3c86642906806129fc511d229":[1,0,2,60,2],
+"classop_1_1_hand_detector_from_txt.html":[1,0,2,61],
+"classop_1_1_hand_detector_from_txt.html#a1e6ba23fa1486e92a3bdca36b2e86d22":[1,0,2,61,1],
+"classop_1_1_hand_detector_from_txt.html#a94ef5e925c5d25b181c56ae79bb1eed2":[1,0,2,61,0],
+"classop_1_1_hand_extractor.html":[1,0,2,62],
+"classop_1_1_hand_extractor.html#a1d4eb3fc406aa44bb2c8e320ba3cb377":[1,0,2,62,2],
+"classop_1_1_hand_extractor.html#a2eee4878f6e9ae76ada521e45354be89":[1,0,2,62,13],
+"classop_1_1_hand_extractor.html#a322a1c3a0ab7abaf0c697246af9309cc":[1,0,2,62,3],
+"classop_1_1_hand_extractor.html#a34b8ccd65d526ce3cacd57b80e889296":[1,0,2,62,0],
+"classop_1_1_hand_extractor.html#a95a512748828a04713b4cde582fb4901":[1,0,2,62,1],
+"classop_1_1_hand_extractor.html#aa31fd82cb8900c24841f3ef9cce6a0c8":[1,0,2,62,10],
+"classop_1_1_hand_extractor.html#aa5592a468cfdcfdd687d6f9d465d3eda":[1,0,2,62,5],
+"classop_1_1_hand_extractor.html#aa8f444ce4953a41081acaac9ca8d2570":[1,0,2,62,11],
+"classop_1_1_hand_extractor.html#aba2046c5363f11f14719f104b0780e9f":[1,0,2,62,12],
+"classop_1_1_hand_extractor.html#ac98085241dfd326a1aabf8b29e7be950":[1,0,2,62,6],
+"classop_1_1_hand_extractor.html#acbe2c75c57b1df7279eae30ddcc63241":[1,0,2,62,9],
+"classop_1_1_hand_extractor.html#aee0c5e4607643a978243d9432b704e3d":[1,0,2,62,8],
+"classop_1_1_hand_extractor.html#af5ce8cd602820921de3ec3f676aacf0d":[1,0,2,62,4],
+"classop_1_1_hand_extractor.html#afe80be5a3b786ad71cd0e0ff6443ff22":[1,0,2,62,7],
+"classop_1_1_hand_extractor_caffe.html":[1,0,2,63],
+"classop_1_1_hand_extractor_caffe.html#a3ac44c32806b647fc11daa14da2bda16":[1,0,2,63,0],
+"classop_1_1_hand_extractor_caffe.html#a892d6233b92a7862c32adfa85574236c":[1,0,2,63,2],
+"classop_1_1_hand_extractor_caffe.html#ace3ee9d717887ee9dc0f00ce69bd0c82":[1,0,2,63,3],
+"classop_1_1_hand_extractor_caffe.html#aee681b43b8691ac1f07e08616522f6af":[1,0,2,63,1],
+"classop_1_1_hand_gpu_renderer.html":[1,0,2,64],
+"classop_1_1_hand_gpu_renderer.html#a0489f10ddc9e37e87084ebf9a5138f3a":[1,0,2,64,2],
+"classop_1_1_hand_gpu_renderer.html#a0d2f742b995a6f34e414f9731db847d5":[1,0,2,64,0],
+"classop_1_1_hand_gpu_renderer.html#a27915745de10184ef073f34b86a2706e":[1,0,2,64,1],
+"classop_1_1_hand_gpu_renderer.html#a3a05fd1d74868c1766e49ccf3979b9c9":[1,0,2,64,3],
+"classop_1_1_hand_renderer.html":[1,0,2,65],
+"classop_1_1_hand_renderer.html#aca16bfb051c891ea7c020df48602b111":[1,0,2,65,1],
+"classop_1_1_hand_renderer.html#adb91ae2a8ccf24671ad86e99e786b120":[1,0,2,65,0],
+"classop_1_1_heat_map_saver.html":[1,0,2,40],
+"classop_1_1_heat_map_saver.html#a6f67771a43b746a86a9793f19e7b6974":[1,0,2,40,1],
+"classop_1_1_heat_map_saver.html#aa6a339b70a9535a018584b93c932b12d":[1,0,2,40,0],
+"classop_1_1_image_directory_reader.html":[1,0,2,81],
+"classop_1_1_image_directory_reader.html#a1965a4dca2ddb86b24e69e2da90b9dbf":[1,0,2,81,6],
+"classop_1_1_image_directory_reader.html#a3362f046204ba85d9a25b2b8fa62b6c3":[1,0,2,81,0],
+"classop_1_1_image_directory_reader.html#a432bc94339019f251cc48bbb4c5ae1e8":[1,0,2,81,4],
+"classop_1_1_image_directory_reader.html#a964d60140081c79353b637405dda962c":[1,0,2,81,3],
+"classop_1_1_image_directory_reader.html#a9b63b935effebd29d2140b0b657b8392":[1,0,2,81,7],
+"classop_1_1_image_directory_reader.html#aa05bfd69272e81115ba23a3c0731b596":[1,0,2,81,1],
+"classop_1_1_image_directory_reader.html#ac8ce09240af2edb08e0428316f734774":[1,0,2,81,2],
+"classop_1_1_image_directory_reader.html#af74e192f8cba5c10f8e252674a85185a":[1,0,2,81,5],
+"classop_1_1_image_saver.html":[1,0,2,41],
+"classop_1_1_image_saver.html#a723387e62a6b701202dd6cf35c57429f":[1,0,2,41,0],
+"classop_1_1_image_saver.html#a8495143c9ddbe39744a4be0a4703007c":[1,0,2,41,1],
+"classop_1_1_ip_camera_reader.html":[1,0,2,82],
+"classop_1_1_ip_camera_reader.html#a2277d9a58316bfb4314bf345369e37c1":[1,0,2,82,2],
+"classop_1_1_ip_camera_reader.html#aa7ad6adac6e401193e03d279176dd889":[1,0,2,82,1],
+"classop_1_1_ip_camera_reader.html#abbe7f1bbf200ed9c6c0868eb3c6b0764":[1,0,2,82,0],
+"classop_1_1_ip_camera_reader.html#ac13cc7da97a31d8e69eaa64b2a7b31ba":[1,0,2,82,3],
+"classop_1_1_json_ofstream.html":[1,0,2,42],
+"classop_1_1_json_ofstream.html#a32f058b961605d418df1258a1dc5e6a0":[1,0,2,42,5],
+"classop_1_1_json_ofstream.html#a3f940d3ad51d0acb7126d62a5617fd69":[1,0,2,42,2],
+"classop_1_1_json_ofstream.html#a45eeb25d9413fc31786f315b46c341cc":[1,0,2,42,7],
+"classop_1_1_json_ofstream.html#a4cc6d50256354b3dc7385e2db01aabc0":[1,0,2,42,3],
+"classop_1_1_json_ofstream.html#a5c38e36c1449d808dd4ab6558d65289c":[1,0,2,42,8],
+"classop_1_1_json_ofstream.html#a6a5e0e4f3cdf8f93fb1bdef8cb63b0a2":[1,0,2,42,10],
+"classop_1_1_json_ofstream.html#aa432ff172e10bb9e3b6e2bfa6124c648":[1,0,2,42,9],
+"classop_1_1_json_ofstream.html#ae4468279f789c8026d431b2ef62646f9":[1,0,2,42,4],
+"classop_1_1_json_ofstream.html#aede35260c04b9be2ce145df435ce49b7":[1,0,2,42,1],
+"classop_1_1_json_ofstream.html#af0c7f763e7e809810c00b394a260672e":[1,0,2,42,6],
+"classop_1_1_json_ofstream.html#afa4b3e1dee27f5afd0017b95c0f5e364":[1,0,2,42,0],
+"classop_1_1_keypoint_saver.html":[1,0,2,43],
+"classop_1_1_keypoint_saver.html#a52ce5a2c462ab8dd22606f697e69d2dc":[1,0,2,43,1],
+"classop_1_1_keypoint_saver.html#aa6d9eb36cfd40c5cfa3995420cdf3dfa":[1,0,2,43,0],
"classop_1_1_keypoint_scaler.html":[1,0,2,5],
"classop_1_1_keypoint_scaler.html#a0f556c1b0fad63c7c3551a5d4fd72219":[1,0,2,5,0],
"classop_1_1_keypoint_scaler.html#ab85b497b5676c72c4bd62eaef98ec56c":[1,0,2,5,1],
@@ -242,12 +249,5 @@ var NAVTREEINDEX0 =
"classop_1_1_net_caffe.html#a4db7c5de8c0619ae39c3620fed5c577f":[1,0,2,8,2],
"classop_1_1_net_caffe.html#a84007645c88de286e9d306461a044e8d":[1,0,2,8,1],
"classop_1_1_net_caffe.html#a8869d49723a0e94c990b1c4f95f00916":[1,0,2,8,3],
-"classop_1_1_net_caffe.html#af6d9ee03568d2783e0e4ed0b78a21c3d":[1,0,2,8,0],
-"classop_1_1_nms_caffe.html":[1,0,2,9],
-"classop_1_1_nms_caffe.html#a0702488e5d899a6610535f6741601978":[1,0,2,9,1],
-"classop_1_1_nms_caffe.html#a46d0269df59984ad2b6b4ef4f1b1f71d":[1,0,2,9,3],
-"classop_1_1_nms_caffe.html#a5213ac573acd982c7e590a6d8f603968":[1,0,2,9,9],
-"classop_1_1_nms_caffe.html#a5f257eb561fc705c2b74489b12269b49":[1,0,2,9,8],
-"classop_1_1_nms_caffe.html#a7bb4d872cd3673bcf868049a3aedb393":[1,0,2,9,5],
-"classop_1_1_nms_caffe.html#a7c269eac9de4422235f3a0d300861b2e":[1,0,2,9,2]
+"classop_1_1_net_caffe.html#af6d9ee03568d2783e0e4ed0b78a21c3d":[1,0,2,8,0]
};
diff --git a/html/navtreeindex1.js b/html/navtreeindex1.js
index 0b9a0690..8af0bd01 100644
--- a/html/navtreeindex1.js
+++ b/html/navtreeindex1.js
@@ -1,130 +1,137 @@
var NAVTREEINDEX1 =
{
+"classop_1_1_nms_caffe.html":[1,0,2,9],
+"classop_1_1_nms_caffe.html#a0702488e5d899a6610535f6741601978":[1,0,2,9,1],
+"classop_1_1_nms_caffe.html#a46d0269df59984ad2b6b4ef4f1b1f71d":[1,0,2,9,3],
+"classop_1_1_nms_caffe.html#a5213ac573acd982c7e590a6d8f603968":[1,0,2,9,9],
+"classop_1_1_nms_caffe.html#a5f257eb561fc705c2b74489b12269b49":[1,0,2,9,8],
+"classop_1_1_nms_caffe.html#a7bb4d872cd3673bcf868049a3aedb393":[1,0,2,9,5],
+"classop_1_1_nms_caffe.html#a7c269eac9de4422235f3a0d300861b2e":[1,0,2,9,2],
"classop_1_1_nms_caffe.html#a96198ee87433f55f52a5054b92f946d9":[1,0,2,9,7],
"classop_1_1_nms_caffe.html#ab4d3a1d507579711e0aed65dcb06f8ac":[1,0,2,9,6],
"classop_1_1_nms_caffe.html#ac631ccb632041ab406859fa1118e8d6c":[1,0,2,9,4],
"classop_1_1_nms_caffe.html#afb808d9a264ce50664f8641e477d9e2d":[1,0,2,9,0],
"classop_1_1_op_output_to_cv_mat.html":[1,0,2,10],
"classop_1_1_op_output_to_cv_mat.html#a478daa5915f60a6a962f29fcb64aaac5":[1,0,2,10,0],
-"classop_1_1_people_json_saver.html":[1,0,2,40],
-"classop_1_1_people_json_saver.html#a601ec8a006692ee1b4c3faff06df3582":[1,0,2,40,1],
-"classop_1_1_people_json_saver.html#aa6e2f479d959752c5c0f71cd8b4427c2":[1,0,2,40,0],
-"classop_1_1_person_id_extractor.html":[1,0,2,21],
-"classop_1_1_person_id_extractor.html#a11e4afb87a5c4aa1b5af3e779da0a7c2":[1,0,2,21,2],
-"classop_1_1_person_id_extractor.html#a7ff9f8faf42bff0dbd7207105c149a1e":[1,0,2,21,1],
-"classop_1_1_person_id_extractor.html#aca3f66962826e85b7a089050fee407d2":[1,0,2,21,0],
-"classop_1_1_pointer_container_greater.html":[1,0,2,101],
-"classop_1_1_pointer_container_greater.html#ab63e3088591d6593c6539b91499f5063":[1,0,2,101,0],
-"classop_1_1_pointer_container_less.html":[1,0,2,102],
-"classop_1_1_pointer_container_less.html#a67b34e75390dda005246a77a12166abc":[1,0,2,102,0],
-"classop_1_1_pose_cpu_renderer.html":[1,0,2,69],
-"classop_1_1_pose_cpu_renderer.html#a8b5c83bbf076b949b1209261f25d170d":[1,0,2,69,0],
-"classop_1_1_pose_cpu_renderer.html#a98541b982847713472411402314efd96":[1,0,2,69,1],
-"classop_1_1_pose_extractor.html":[1,0,2,70],
-"classop_1_1_pose_extractor.html#a034f1fe33fe83967d8c7c4901ce3b4b4":[1,0,2,70,23],
-"classop_1_1_pose_extractor.html#a0b895e3e582bd504b531ba525ed77430":[1,0,2,70,9],
-"classop_1_1_pose_extractor.html#a0bb5cf37e5b93e347e355be126d22ead":[1,0,2,70,8],
-"classop_1_1_pose_extractor.html#a32b108f24cfc892ed17c2ec752e30ab6":[1,0,2,70,19],
-"classop_1_1_pose_extractor.html#a50f1a79f774b3cd9e9c0825669e8a154":[1,0,2,70,12],
-"classop_1_1_pose_extractor.html#a53eac2bf280492baca5aeb1a777d3646":[1,0,2,70,10],
-"classop_1_1_pose_extractor.html#a54b0c911456746d4faf493bb4e9b0c1e":[1,0,2,70,0],
-"classop_1_1_pose_extractor.html#a57ba3e70a7ac01a687337c66ca36c8da":[1,0,2,70,22],
-"classop_1_1_pose_extractor.html#a5fd73c053c293c59eb3d6eb38335c157":[1,0,2,70,15],
-"classop_1_1_pose_extractor.html#a63432a905e6fcd9be8d9464a80a7fd52":[1,0,2,70,13],
-"classop_1_1_pose_extractor.html#a6395a4bb77e0198c7cf554ce4674d33c":[1,0,2,70,16],
-"classop_1_1_pose_extractor.html#a67f2afb1a7e0de01dd3271b5dc30cd5a":[1,0,2,70,5],
-"classop_1_1_pose_extractor.html#a73d36833224b7071bb0918682a441850":[1,0,2,70,18],
-"classop_1_1_pose_extractor.html#a7507183ad2d2fe5eaff3d351443d97e0":[1,0,2,70,20],
-"classop_1_1_pose_extractor.html#a7dc82be227cc759582184de9c26f0b64":[1,0,2,70,4],
-"classop_1_1_pose_extractor.html#a81157b4616955598fcf6de5d9676f21b":[1,0,2,70,11],
-"classop_1_1_pose_extractor.html#a99e7a656f0bace55402a187e9326ded1":[1,0,2,70,14],
-"classop_1_1_pose_extractor.html#a9f98eef4ac08cacefe74e002ac086582":[1,0,2,70,1],
-"classop_1_1_pose_extractor.html#aab1cccc9ad99f6b007abaa14600ea6df":[1,0,2,70,17],
-"classop_1_1_pose_extractor.html#ab32d08e00cf4321682ba9acc2b78a289":[1,0,2,70,24],
-"classop_1_1_pose_extractor.html#ac432c3f9265f6dbeb1dfff5621df25de":[1,0,2,70,21],
-"classop_1_1_pose_extractor.html#ae087157035d7b81da560328dce1d0728":[1,0,2,70,6],
-"classop_1_1_pose_extractor.html#ae3477e0ab1a350fd044215b0ba6f7520":[1,0,2,70,2],
-"classop_1_1_pose_extractor.html#af26c5b9f93407b74bdd06357aa7566a9":[1,0,2,70,7],
-"classop_1_1_pose_extractor.html#afe4ceae04443242148c563eb6d8b954c":[1,0,2,70,3],
-"classop_1_1_pose_extractor_caffe.html":[1,0,2,71],
-"classop_1_1_pose_extractor_caffe.html#a3359641c1199c712a07859dcb76b7dcf":[1,0,2,71,1],
-"classop_1_1_pose_extractor_caffe.html#a5e84521120bcee4a9f047ae1d7fec8af":[1,0,2,71,3],
-"classop_1_1_pose_extractor_caffe.html#a6982cb1a7203129610fe0959a45c81cf":[1,0,2,71,8],
-"classop_1_1_pose_extractor_caffe.html#a7cefba61d8a4f69a0f8790505bd6b0d3":[1,0,2,71,9],
-"classop_1_1_pose_extractor_caffe.html#a8e7ae6b63ccd0ab6eb61c5530fa44731":[1,0,2,71,2],
-"classop_1_1_pose_extractor_caffe.html#a98dc1c67a589a5493b194f23446c5759":[1,0,2,71,5],
-"classop_1_1_pose_extractor_caffe.html#aa030dcbaa38473ab86aff084600ae4b1":[1,0,2,71,6],
-"classop_1_1_pose_extractor_caffe.html#ab58c3ab4b745b35f542165ce27293554":[1,0,2,71,0],
-"classop_1_1_pose_extractor_caffe.html#abacfbe7f39819671b47d9ca2ef793046":[1,0,2,71,4],
-"classop_1_1_pose_extractor_caffe.html#afbc016c8dcd439d6389c63b9f4cebf22":[1,0,2,71,7],
-"classop_1_1_pose_gpu_renderer.html":[1,0,2,72],
-"classop_1_1_pose_gpu_renderer.html#a4705b3c47cd9ac8174e357999960a28f":[1,0,2,72,3],
-"classop_1_1_pose_gpu_renderer.html#a97cf6c235bd66a2ea893ab95c2f5f8d2":[1,0,2,72,1],
-"classop_1_1_pose_gpu_renderer.html#a9e94ab926baf360dd6b23e14fba09836":[1,0,2,72,2],
-"classop_1_1_pose_gpu_renderer.html#afc6fbf8fcf13fad9c824136f8f8ec409":[1,0,2,72,0],
-"classop_1_1_pose_renderer.html":[1,0,2,73],
-"classop_1_1_pose_renderer.html#a1dfd34d42fa69913a9702e0a0ebcd04e":[1,0,2,73,0],
-"classop_1_1_pose_renderer.html#a9fea1f9ce47b4b5f1015cae13f4ddcb1":[1,0,2,73,4],
-"classop_1_1_pose_renderer.html#ad1e96ceb47bf205b56b50c6b2792f9e3":[1,0,2,73,2],
-"classop_1_1_pose_renderer.html#aecc0a9296ca880ad6ceaf38ecd8c3c53":[1,0,2,73,3],
-"classop_1_1_pose_renderer.html#af861d8213f1444b3246402061cea1b33":[1,0,2,73,1],
-"classop_1_1_priority_queue.html":[1,0,2,84],
-"classop_1_1_priority_queue.html#a1c0dbd77bbd40ce80818ced0664a0ac0":[1,0,2,84,1],
-"classop_1_1_priority_queue.html#acecdd3c5789942777652b66d08578d93":[1,0,2,84,0],
-"classop_1_1_producer.html":[1,0,2,79],
-"classop_1_1_producer.html#a000e881f647f84cd98e90091e8976326":[1,0,2,79,5],
-"classop_1_1_producer.html#a024e55b4ec769cdbc40ee21613a6ef6f":[1,0,2,79,16],
-"classop_1_1_producer.html#a366881a952ad34071cc719477f08b968":[1,0,2,79,4],
-"classop_1_1_producer.html#a39f52d80ac4146c82ed12aae0f05478e":[1,0,2,79,8],
-"classop_1_1_producer.html#a46c9e458cfe9a01dabbd0e8d4b5f1e30":[1,0,2,79,15],
-"classop_1_1_producer.html#a4fe2921798031db39fef934848a23c82":[1,0,2,79,0],
-"classop_1_1_producer.html#a58590e4a409d31f839184b4bf030a68b":[1,0,2,79,11],
-"classop_1_1_producer.html#a7753ffb0daa486ab0f82873b3567f95e":[1,0,2,79,13],
-"classop_1_1_producer.html#a8b48342b2c4003a080b17ac411f3454f":[1,0,2,79,1],
-"classop_1_1_producer.html#a901c2ff1f56b551a058143ed884b1a5a":[1,0,2,79,2],
-"classop_1_1_producer.html#a9a9424027e5bc8e0fba7c65eccc460e0":[1,0,2,79,9],
-"classop_1_1_producer.html#aa1a13db305c7ab6a596a0dad122066cb":[1,0,2,79,3],
-"classop_1_1_producer.html#aacd96f08524772d8865bb187c881943e":[1,0,2,79,6],
-"classop_1_1_producer.html#ab30c7b3e34d962e0b17458d9a0947f6b":[1,0,2,79,14],
-"classop_1_1_producer.html#ac72a751759ae8b5a0a99552580f7fbad":[1,0,2,79,10],
-"classop_1_1_producer.html#adc348105fca58f18e39aa3439e2d627b":[1,0,2,79,7],
-"classop_1_1_producer.html#afad3eadd16cca0de2c2be8b083c0d56d":[1,0,2,79,12],
-"classop_1_1_profiler.html":[1,0,2,103],
-"classop_1_1_queue.html":[1,0,2,85],
-"classop_1_1_queue.html#ab28fa9f713d05e55e5ba1510b34d57f0":[1,0,2,85,1],
-"classop_1_1_queue.html#ae2b845322940bfc89b6342137d8ac372":[1,0,2,85,0],
-"classop_1_1_queue_base.html":[1,0,2,86],
-"classop_1_1_queue_base.html#a04f7160c199f90b8f8e91ddfd40e92fb":[1,0,2,86,27],
-"classop_1_1_queue_base.html#a12cdec56bfe72e722ecc722774989d1b":[1,0,2,86,12],
-"classop_1_1_queue_base.html#a1ccdec39ea65a83edc54661acc283134":[1,0,2,86,3],
-"classop_1_1_queue_base.html#a1d55f40e032cd5d43d63ba02040b3117":[1,0,2,86,24],
-"classop_1_1_queue_base.html#a22c5e2964e9d9c18a9f02b8d2e0f30b4":[1,0,2,86,25],
-"classop_1_1_queue_base.html#a247f435c95709f3246d352eee4f757af":[1,0,2,86,4],
-"classop_1_1_queue_base.html#a25255992523051f7d2a82694ffe7a1cf":[1,0,2,86,9],
-"classop_1_1_queue_base.html#a2c7b3d0fa6502c644c3083dd68332542":[1,0,2,86,20],
-"classop_1_1_queue_base.html#a32ac0e4b14a310aee62ce817e86c0356":[1,0,2,86,14],
-"classop_1_1_queue_base.html#a35f0547f6020f22e49835b147b7ec52e":[1,0,2,86,18],
-"classop_1_1_queue_base.html#a42a873f65588219449e21ac4927311d7":[1,0,2,86,10],
-"classop_1_1_queue_base.html#a49c1d6740f2ce7f26eae606f109b5738":[1,0,2,86,30],
-"classop_1_1_queue_base.html#a5b28915cc58e040aca673bdfdf7c8be3":[1,0,2,86,11],
-"classop_1_1_queue_base.html#a5e52b4ab7e310373e3d1f1d42cfe4549":[1,0,2,86,17],
-"classop_1_1_queue_base.html#a68b51dafaba93179fcef78731aaf1703":[1,0,2,86,13],
-"classop_1_1_queue_base.html#a77bf3592bbb6ac586cd4c2b0aea98e62":[1,0,2,86,26],
-"classop_1_1_queue_base.html#a7905841f953be7099847cc7b5b17ae0c":[1,0,2,86,15],
-"classop_1_1_queue_base.html#a7c382bb98f5b769cde37b06d67cb0530":[1,0,2,86,28],
-"classop_1_1_queue_base.html#a80c6e2dda17afa82aae83aeadad1f7e0":[1,0,2,86,16],
-"classop_1_1_queue_base.html#a84da9e045acec02e3900153eea2bd92d":[1,0,2,86,21],
-"classop_1_1_queue_base.html#a8a5d53c7b66fd0ef34b3e276f586e355":[1,0,2,86,19],
-"classop_1_1_queue_base.html#a8b5e59161a0b175d12955b552a90a47f":[1,0,2,86,23],
-"classop_1_1_queue_base.html#a8d218f599b84194909691c72ee0de8d0":[1,0,2,86,6],
-"classop_1_1_queue_base.html#aad7a6a666dcf70834d9d18ae6d92cb2c":[1,0,2,86,8],
-"classop_1_1_queue_base.html#ab28c5805dd23117c8d6d82d59617bb95":[1,0,2,86,22],
-"classop_1_1_queue_base.html#abf37af06eadbddeaaa14f1503c455c8e":[1,0,2,86,5],
-"classop_1_1_queue_base.html#ad124d414b7c2680e5312ee163d18410f":[1,0,2,86,7],
-"classop_1_1_queue_base.html#adc5df8a039d360831db06e3c610bf015":[1,0,2,86,2],
-"classop_1_1_queue_base.html#aea7941746e2403a09356b9c6a208784c":[1,0,2,86,0],
-"classop_1_1_queue_base.html#aef098201d9084083adba5ceeb45b12fa":[1,0,2,86,1],
-"classop_1_1_queue_base.html#af2c0f21c6b4f4639661b59aa247ae407":[1,0,2,86,29],
+"classop_1_1_people_json_saver.html":[1,0,2,44],
+"classop_1_1_people_json_saver.html#a601ec8a006692ee1b4c3faff06df3582":[1,0,2,44,1],
+"classop_1_1_people_json_saver.html#aa6e2f479d959752c5c0f71cd8b4427c2":[1,0,2,44,0],
+"classop_1_1_person_id_extractor.html":[1,0,2,25],
+"classop_1_1_person_id_extractor.html#a11e4afb87a5c4aa1b5af3e779da0a7c2":[1,0,2,25,2],
+"classop_1_1_person_id_extractor.html#a7ff9f8faf42bff0dbd7207105c149a1e":[1,0,2,25,1],
+"classop_1_1_person_id_extractor.html#aca3f66962826e85b7a089050fee407d2":[1,0,2,25,0],
+"classop_1_1_pointer_container_greater.html":[1,0,2,105],
+"classop_1_1_pointer_container_greater.html#ab63e3088591d6593c6539b91499f5063":[1,0,2,105,0],
+"classop_1_1_pointer_container_less.html":[1,0,2,106],
+"classop_1_1_pointer_container_less.html#a67b34e75390dda005246a77a12166abc":[1,0,2,106,0],
+"classop_1_1_pose_cpu_renderer.html":[1,0,2,73],
+"classop_1_1_pose_cpu_renderer.html#a8b5c83bbf076b949b1209261f25d170d":[1,0,2,73,0],
+"classop_1_1_pose_cpu_renderer.html#a98541b982847713472411402314efd96":[1,0,2,73,1],
+"classop_1_1_pose_extractor.html":[1,0,2,74],
+"classop_1_1_pose_extractor.html#a034f1fe33fe83967d8c7c4901ce3b4b4":[1,0,2,74,23],
+"classop_1_1_pose_extractor.html#a0b895e3e582bd504b531ba525ed77430":[1,0,2,74,9],
+"classop_1_1_pose_extractor.html#a0bb5cf37e5b93e347e355be126d22ead":[1,0,2,74,8],
+"classop_1_1_pose_extractor.html#a32b108f24cfc892ed17c2ec752e30ab6":[1,0,2,74,19],
+"classop_1_1_pose_extractor.html#a50f1a79f774b3cd9e9c0825669e8a154":[1,0,2,74,12],
+"classop_1_1_pose_extractor.html#a53eac2bf280492baca5aeb1a777d3646":[1,0,2,74,10],
+"classop_1_1_pose_extractor.html#a54b0c911456746d4faf493bb4e9b0c1e":[1,0,2,74,0],
+"classop_1_1_pose_extractor.html#a57ba3e70a7ac01a687337c66ca36c8da":[1,0,2,74,22],
+"classop_1_1_pose_extractor.html#a5fd73c053c293c59eb3d6eb38335c157":[1,0,2,74,15],
+"classop_1_1_pose_extractor.html#a63432a905e6fcd9be8d9464a80a7fd52":[1,0,2,74,13],
+"classop_1_1_pose_extractor.html#a6395a4bb77e0198c7cf554ce4674d33c":[1,0,2,74,16],
+"classop_1_1_pose_extractor.html#a67f2afb1a7e0de01dd3271b5dc30cd5a":[1,0,2,74,5],
+"classop_1_1_pose_extractor.html#a73d36833224b7071bb0918682a441850":[1,0,2,74,18],
+"classop_1_1_pose_extractor.html#a7507183ad2d2fe5eaff3d351443d97e0":[1,0,2,74,20],
+"classop_1_1_pose_extractor.html#a7dc82be227cc759582184de9c26f0b64":[1,0,2,74,4],
+"classop_1_1_pose_extractor.html#a81157b4616955598fcf6de5d9676f21b":[1,0,2,74,11],
+"classop_1_1_pose_extractor.html#a99e7a656f0bace55402a187e9326ded1":[1,0,2,74,14],
+"classop_1_1_pose_extractor.html#a9f98eef4ac08cacefe74e002ac086582":[1,0,2,74,1],
+"classop_1_1_pose_extractor.html#aab1cccc9ad99f6b007abaa14600ea6df":[1,0,2,74,17],
+"classop_1_1_pose_extractor.html#ab32d08e00cf4321682ba9acc2b78a289":[1,0,2,74,24],
+"classop_1_1_pose_extractor.html#ac432c3f9265f6dbeb1dfff5621df25de":[1,0,2,74,21],
+"classop_1_1_pose_extractor.html#ae087157035d7b81da560328dce1d0728":[1,0,2,74,6],
+"classop_1_1_pose_extractor.html#ae3477e0ab1a350fd044215b0ba6f7520":[1,0,2,74,2],
+"classop_1_1_pose_extractor.html#af26c5b9f93407b74bdd06357aa7566a9":[1,0,2,74,7],
+"classop_1_1_pose_extractor.html#afe4ceae04443242148c563eb6d8b954c":[1,0,2,74,3],
+"classop_1_1_pose_extractor_caffe.html":[1,0,2,75],
+"classop_1_1_pose_extractor_caffe.html#a3359641c1199c712a07859dcb76b7dcf":[1,0,2,75,1],
+"classop_1_1_pose_extractor_caffe.html#a5e84521120bcee4a9f047ae1d7fec8af":[1,0,2,75,3],
+"classop_1_1_pose_extractor_caffe.html#a6982cb1a7203129610fe0959a45c81cf":[1,0,2,75,8],
+"classop_1_1_pose_extractor_caffe.html#a7cefba61d8a4f69a0f8790505bd6b0d3":[1,0,2,75,9],
+"classop_1_1_pose_extractor_caffe.html#a8e7ae6b63ccd0ab6eb61c5530fa44731":[1,0,2,75,2],
+"classop_1_1_pose_extractor_caffe.html#a98dc1c67a589a5493b194f23446c5759":[1,0,2,75,5],
+"classop_1_1_pose_extractor_caffe.html#aa030dcbaa38473ab86aff084600ae4b1":[1,0,2,75,6],
+"classop_1_1_pose_extractor_caffe.html#ab58c3ab4b745b35f542165ce27293554":[1,0,2,75,0],
+"classop_1_1_pose_extractor_caffe.html#abacfbe7f39819671b47d9ca2ef793046":[1,0,2,75,4],
+"classop_1_1_pose_extractor_caffe.html#afbc016c8dcd439d6389c63b9f4cebf22":[1,0,2,75,7],
+"classop_1_1_pose_gpu_renderer.html":[1,0,2,76],
+"classop_1_1_pose_gpu_renderer.html#a4705b3c47cd9ac8174e357999960a28f":[1,0,2,76,3],
+"classop_1_1_pose_gpu_renderer.html#a97cf6c235bd66a2ea893ab95c2f5f8d2":[1,0,2,76,1],
+"classop_1_1_pose_gpu_renderer.html#a9e94ab926baf360dd6b23e14fba09836":[1,0,2,76,2],
+"classop_1_1_pose_gpu_renderer.html#afc6fbf8fcf13fad9c824136f8f8ec409":[1,0,2,76,0],
+"classop_1_1_pose_renderer.html":[1,0,2,77],
+"classop_1_1_pose_renderer.html#a1dfd34d42fa69913a9702e0a0ebcd04e":[1,0,2,77,0],
+"classop_1_1_pose_renderer.html#a9fea1f9ce47b4b5f1015cae13f4ddcb1":[1,0,2,77,4],
+"classop_1_1_pose_renderer.html#ad1e96ceb47bf205b56b50c6b2792f9e3":[1,0,2,77,2],
+"classop_1_1_pose_renderer.html#aecc0a9296ca880ad6ceaf38ecd8c3c53":[1,0,2,77,3],
+"classop_1_1_pose_renderer.html#af861d8213f1444b3246402061cea1b33":[1,0,2,77,1],
+"classop_1_1_priority_queue.html":[1,0,2,88],
+"classop_1_1_priority_queue.html#a1c0dbd77bbd40ce80818ced0664a0ac0":[1,0,2,88,1],
+"classop_1_1_priority_queue.html#acecdd3c5789942777652b66d08578d93":[1,0,2,88,0],
+"classop_1_1_producer.html":[1,0,2,83],
+"classop_1_1_producer.html#a000e881f647f84cd98e90091e8976326":[1,0,2,83,5],
+"classop_1_1_producer.html#a024e55b4ec769cdbc40ee21613a6ef6f":[1,0,2,83,16],
+"classop_1_1_producer.html#a366881a952ad34071cc719477f08b968":[1,0,2,83,4],
+"classop_1_1_producer.html#a39f52d80ac4146c82ed12aae0f05478e":[1,0,2,83,8],
+"classop_1_1_producer.html#a46c9e458cfe9a01dabbd0e8d4b5f1e30":[1,0,2,83,15],
+"classop_1_1_producer.html#a4fe2921798031db39fef934848a23c82":[1,0,2,83,0],
+"classop_1_1_producer.html#a58590e4a409d31f839184b4bf030a68b":[1,0,2,83,11],
+"classop_1_1_producer.html#a7753ffb0daa486ab0f82873b3567f95e":[1,0,2,83,13],
+"classop_1_1_producer.html#a8b48342b2c4003a080b17ac411f3454f":[1,0,2,83,1],
+"classop_1_1_producer.html#a901c2ff1f56b551a058143ed884b1a5a":[1,0,2,83,2],
+"classop_1_1_producer.html#a9a9424027e5bc8e0fba7c65eccc460e0":[1,0,2,83,9],
+"classop_1_1_producer.html#aa1a13db305c7ab6a596a0dad122066cb":[1,0,2,83,3],
+"classop_1_1_producer.html#aacd96f08524772d8865bb187c881943e":[1,0,2,83,6],
+"classop_1_1_producer.html#ab30c7b3e34d962e0b17458d9a0947f6b":[1,0,2,83,14],
+"classop_1_1_producer.html#ac72a751759ae8b5a0a99552580f7fbad":[1,0,2,83,10],
+"classop_1_1_producer.html#adc348105fca58f18e39aa3439e2d627b":[1,0,2,83,7],
+"classop_1_1_producer.html#afad3eadd16cca0de2c2be8b083c0d56d":[1,0,2,83,12],
+"classop_1_1_profiler.html":[1,0,2,107],
+"classop_1_1_queue.html":[1,0,2,89],
+"classop_1_1_queue.html#ab28fa9f713d05e55e5ba1510b34d57f0":[1,0,2,89,1],
+"classop_1_1_queue.html#ae2b845322940bfc89b6342137d8ac372":[1,0,2,89,0],
+"classop_1_1_queue_base.html":[1,0,2,90],
+"classop_1_1_queue_base.html#a04f7160c199f90b8f8e91ddfd40e92fb":[1,0,2,90,27],
+"classop_1_1_queue_base.html#a12cdec56bfe72e722ecc722774989d1b":[1,0,2,90,12],
+"classop_1_1_queue_base.html#a1ccdec39ea65a83edc54661acc283134":[1,0,2,90,3],
+"classop_1_1_queue_base.html#a1d55f40e032cd5d43d63ba02040b3117":[1,0,2,90,24],
+"classop_1_1_queue_base.html#a22c5e2964e9d9c18a9f02b8d2e0f30b4":[1,0,2,90,25],
+"classop_1_1_queue_base.html#a247f435c95709f3246d352eee4f757af":[1,0,2,90,4],
+"classop_1_1_queue_base.html#a25255992523051f7d2a82694ffe7a1cf":[1,0,2,90,9],
+"classop_1_1_queue_base.html#a2c7b3d0fa6502c644c3083dd68332542":[1,0,2,90,20],
+"classop_1_1_queue_base.html#a32ac0e4b14a310aee62ce817e86c0356":[1,0,2,90,14],
+"classop_1_1_queue_base.html#a35f0547f6020f22e49835b147b7ec52e":[1,0,2,90,18],
+"classop_1_1_queue_base.html#a42a873f65588219449e21ac4927311d7":[1,0,2,90,10],
+"classop_1_1_queue_base.html#a49c1d6740f2ce7f26eae606f109b5738":[1,0,2,90,30],
+"classop_1_1_queue_base.html#a5b28915cc58e040aca673bdfdf7c8be3":[1,0,2,90,11],
+"classop_1_1_queue_base.html#a5e52b4ab7e310373e3d1f1d42cfe4549":[1,0,2,90,17],
+"classop_1_1_queue_base.html#a68b51dafaba93179fcef78731aaf1703":[1,0,2,90,13],
+"classop_1_1_queue_base.html#a77bf3592bbb6ac586cd4c2b0aea98e62":[1,0,2,90,26],
+"classop_1_1_queue_base.html#a7905841f953be7099847cc7b5b17ae0c":[1,0,2,90,15],
+"classop_1_1_queue_base.html#a7c382bb98f5b769cde37b06d67cb0530":[1,0,2,90,28],
+"classop_1_1_queue_base.html#a80c6e2dda17afa82aae83aeadad1f7e0":[1,0,2,90,16],
+"classop_1_1_queue_base.html#a84da9e045acec02e3900153eea2bd92d":[1,0,2,90,21],
+"classop_1_1_queue_base.html#a8a5d53c7b66fd0ef34b3e276f586e355":[1,0,2,90,19],
+"classop_1_1_queue_base.html#a8b5e59161a0b175d12955b552a90a47f":[1,0,2,90,23],
+"classop_1_1_queue_base.html#a8d218f599b84194909691c72ee0de8d0":[1,0,2,90,6],
+"classop_1_1_queue_base.html#aad7a6a666dcf70834d9d18ae6d92cb2c":[1,0,2,90,8],
+"classop_1_1_queue_base.html#ab28c5805dd23117c8d6d82d59617bb95":[1,0,2,90,22],
+"classop_1_1_queue_base.html#abf37af06eadbddeaaa14f1503c455c8e":[1,0,2,90,5],
+"classop_1_1_queue_base.html#ad124d414b7c2680e5312ee163d18410f":[1,0,2,90,7],
+"classop_1_1_queue_base.html#adc5df8a039d360831db06e3c610bf015":[1,0,2,90,2],
+"classop_1_1_queue_base.html#aea7941746e2403a09356b9c6a208784c":[1,0,2,90,0],
+"classop_1_1_queue_base.html#aef098201d9084083adba5ceeb45b12fa":[1,0,2,90,1],
+"classop_1_1_queue_base.html#af2c0f21c6b4f4639661b59aa247ae407":[1,0,2,90,29],
"classop_1_1_renderer.html":[1,0,2,13],
"classop_1_1_renderer.html#a00caf604fad781dfcf3bc311ef6a6623":[1,0,2,13,0],
"classop_1_1_renderer.html#a039e88897ed844551cadb115ea98e9ef":[1,0,2,13,7],
@@ -155,81 +162,81 @@ var NAVTREEINDEX1 =
"classop_1_1_scale_and_size_extractor.html":[1,0,2,15],
"classop_1_1_scale_and_size_extractor.html#a9ec53a73ac8a72d3c94cf998b4794d7b":[1,0,2,15,0],
"classop_1_1_scale_and_size_extractor.html#af1c56d1ce833e88056c3dd7fd43762a5":[1,0,2,15,1],
-"classop_1_1_sub_thread.html":[1,0,2,87],
-"classop_1_1_sub_thread.html#a14330cbc1117f32b6d69c1733ccdeb61":[1,0,2,87,4],
-"classop_1_1_sub_thread.html#a6ee67e375611e8df2d09b3234dedf36c":[1,0,2,87,1],
-"classop_1_1_sub_thread.html#a8debc3b655463847fed2c547d13326f7":[1,0,2,87,3],
-"classop_1_1_sub_thread.html#aa551df0d8f0b30aaf9e0840ecf29d749":[1,0,2,87,0],
-"classop_1_1_sub_thread.html#ad9f2d3be9e05739b102fad350e1a1364":[1,0,2,87,5],
-"classop_1_1_sub_thread.html#afa29b95badda5e7afdbd83f70fd8b206":[1,0,2,87,2],
-"classop_1_1_sub_thread_no_queue.html":[1,0,2,88],
-"classop_1_1_sub_thread_no_queue.html#a43504502c36461305d656fb87b914749":[1,0,2,88,1],
-"classop_1_1_sub_thread_no_queue.html#acb7edd02e1724e0fd131235666009f42":[1,0,2,88,2],
-"classop_1_1_sub_thread_no_queue.html#afbaf89d7a8fb4d19f67064fb954a31eb":[1,0,2,88,0],
-"classop_1_1_sub_thread_queue_in.html":[1,0,2,89],
-"classop_1_1_sub_thread_queue_in.html#a11aa71a818430c4eb435a1626e54f29a":[1,0,2,89,0],
-"classop_1_1_sub_thread_queue_in.html#a7e9bd6ca09bb77a8de76ae8a02ee8ed4":[1,0,2,89,1],
-"classop_1_1_sub_thread_queue_in_out.html":[1,0,2,90],
-"classop_1_1_sub_thread_queue_in_out.html#aa5b9beea615b8b968c5da74dd66a6d78":[1,0,2,90,0],
-"classop_1_1_sub_thread_queue_in_out.html#abb65911e9d9b6d5efe782ca0e599be3b":[1,0,2,90,1],
-"classop_1_1_sub_thread_queue_out.html":[1,0,2,91],
-"classop_1_1_sub_thread_queue_out.html#a0ff5f79e63038ffa5b4aca24cfea7e7c":[1,0,2,91,1],
-"classop_1_1_sub_thread_queue_out.html#aa4a827932f632f1f30b5650a4fcc77ff":[1,0,2,91,0],
-"classop_1_1_thread.html":[1,0,2,92],
-"classop_1_1_thread.html#a0617df4103c25bb04ee2c75f05ea2978":[1,0,2,92,3],
-"classop_1_1_thread.html#a151e4e647917f2351cc05a8861588e2a":[1,0,2,92,2],
-"classop_1_1_thread.html#a16d1835e2bd7c5ae988f4bc225b3ca09":[1,0,2,92,7],
-"classop_1_1_thread.html#a6ae463dc996ca6941a303b0c41288063":[1,0,2,92,1],
-"classop_1_1_thread.html#a820b9416b96c69cb1fc6773b9a53a47a":[1,0,2,92,4],
-"classop_1_1_thread.html#a92e5dd0f60a0485e7d0fad3e82bb74f3":[1,0,2,92,9],
-"classop_1_1_thread.html#a9d3408a329a475da22a8e2a0bdf5f68d":[1,0,2,92,0],
-"classop_1_1_thread.html#ac898abffd6ed18456b97ef1b72935ec6":[1,0,2,92,8],
-"classop_1_1_thread.html#ad6c3721793d0f65ffe755ab74534afed":[1,0,2,92,5],
-"classop_1_1_thread.html#af0471340c93fdcc0ba8e06c3f9524fef":[1,0,2,92,6],
-"classop_1_1_thread_manager.html":[1,0,2,93],
-"classop_1_1_thread_manager.html#a01c2d62e539896e36564457ab9cac25c":[1,0,2,93,8],
-"classop_1_1_thread_manager.html#a36bd8060a4f7f449a8aa35d9a166270d":[1,0,2,93,13],
-"classop_1_1_thread_manager.html#a393a9f04c70a002f5ceb5e301eea5cff":[1,0,2,93,14],
-"classop_1_1_thread_manager.html#a472a1ebee700c3449bac4d6d2bb0c3a8":[1,0,2,93,9],
-"classop_1_1_thread_manager.html#a48ea53b3de4d09c84db18e2c31ce1be1":[1,0,2,93,4],
-"classop_1_1_thread_manager.html#a59916fc3428aaf5c487e1dd373d437cd":[1,0,2,93,11],
-"classop_1_1_thread_manager.html#a5b7c5ea46c360496e261094c5e1397a7":[1,0,2,93,6],
-"classop_1_1_thread_manager.html#a67a2d7cecc749be414e6896a88ec268d":[1,0,2,93,3],
-"classop_1_1_thread_manager.html#a762acc9eb60bd10857da1f416e169f3d":[1,0,2,93,2],
-"classop_1_1_thread_manager.html#a7a24fd902ebd4b5fd81166547a5654d9":[1,0,2,93,12],
-"classop_1_1_thread_manager.html#a8134abeaec65b5647ae92e34f3ad420b":[1,0,2,93,1],
-"classop_1_1_thread_manager.html#a8b7d17f4a330495389e646bb21907303":[1,0,2,93,0],
-"classop_1_1_thread_manager.html#a8d5ffd9473557ff0f90ac1c6a1bae3ad":[1,0,2,93,10],
-"classop_1_1_thread_manager.html#abfa315257b3e8cd022573f439b4936ec":[1,0,2,93,15],
-"classop_1_1_thread_manager.html#ace408d1d281193a9f3d3d6561181ef56":[1,0,2,93,7],
-"classop_1_1_thread_manager.html#ae15857e155633662cd46616fc54a4877":[1,0,2,93,5],
-"classop_1_1_video_capture_reader.html":[1,0,2,80],
-"classop_1_1_video_capture_reader.html#a2f73e10efe7f9b24a6cb75af2167de58":[1,0,2,80,8],
-"classop_1_1_video_capture_reader.html#a41eac24222b6f0f62d8bf6b40e36e353":[1,0,2,80,1],
-"classop_1_1_video_capture_reader.html#a59ce0932d49ee86c9e810cae22e9b519":[1,0,2,80,0],
-"classop_1_1_video_capture_reader.html#a64e5cbfb1c556d64cabcebc6eb94eaf1":[1,0,2,80,3],
-"classop_1_1_video_capture_reader.html#a7ea52eabf5133a1a01d38f95b1a4b601":[1,0,2,80,2],
-"classop_1_1_video_capture_reader.html#a83b4cd38f8eb2182711c506e84d97253":[1,0,2,80,5],
-"classop_1_1_video_capture_reader.html#ab2929b7d2d002b58ebaf7b9b56999cca":[1,0,2,80,9],
-"classop_1_1_video_capture_reader.html#ac3a270770d13ae351d711a7353b32b9b":[1,0,2,80,10],
-"classop_1_1_video_capture_reader.html#ae10d37b58fe4f3daa8817b72eb3faa64":[1,0,2,80,7],
-"classop_1_1_video_capture_reader.html#ae9b111f8b4de16905a157bb6dda09f94":[1,0,2,80,4],
-"classop_1_1_video_capture_reader.html#af57cc02f86ee0c29ccb83f1f7c37bec2":[1,0,2,80,6],
-"classop_1_1_video_reader.html":[1,0,2,81],
-"classop_1_1_video_reader.html#a057a7d0c498c48639b38c10ac7efc183":[1,0,2,81,1],
-"classop_1_1_video_reader.html#a0dd53334327642368d41ec860e64e756":[1,0,2,81,3],
-"classop_1_1_video_reader.html#a28244ab83836e0d0b2a896f33ad34403":[1,0,2,81,2],
-"classop_1_1_video_reader.html#ae5a3e34a4e9cc2f38875ac70a6b88496":[1,0,2,81,0],
-"classop_1_1_video_saver.html":[1,0,2,41],
-"classop_1_1_video_saver.html#a0c5dadfa4f687283c370e7890ae5037f":[1,0,2,41,2],
-"classop_1_1_video_saver.html#a0cb7b9b758efc9ce7e32aa4f2da631ff":[1,0,2,41,0],
-"classop_1_1_video_saver.html#a3cdbef8bada237edffaf7793eaa0fe8e":[1,0,2,41,4],
-"classop_1_1_video_saver.html#a7c79397b9be8b6d6d12b9f3e78e6c794":[1,0,2,41,3],
-"classop_1_1_video_saver.html#ac36a6a2bef54ac0a222cdf2c046c9646":[1,0,2,41,1],
-"classop_1_1_w_coco_json_saver.html":[1,0,2,42],
-"classop_1_1_w_coco_json_saver.html#a508c1105406b3cc55dc6bd1b299f6ed3":[1,0,2,42,0],
-"classop_1_1_w_coco_json_saver.html#a5cca095ff23c3134ab0addc9a4feabaf":[1,0,2,42,1],
-"classop_1_1_w_coco_json_saver.html#af152a61abc9ab46da651c9d87e6775f0":[1,0,2,42,2],
+"classop_1_1_sub_thread.html":[1,0,2,91],
+"classop_1_1_sub_thread.html#a14330cbc1117f32b6d69c1733ccdeb61":[1,0,2,91,4],
+"classop_1_1_sub_thread.html#a6ee67e375611e8df2d09b3234dedf36c":[1,0,2,91,1],
+"classop_1_1_sub_thread.html#a8debc3b655463847fed2c547d13326f7":[1,0,2,91,3],
+"classop_1_1_sub_thread.html#aa551df0d8f0b30aaf9e0840ecf29d749":[1,0,2,91,0],
+"classop_1_1_sub_thread.html#ad9f2d3be9e05739b102fad350e1a1364":[1,0,2,91,5],
+"classop_1_1_sub_thread.html#afa29b95badda5e7afdbd83f70fd8b206":[1,0,2,91,2],
+"classop_1_1_sub_thread_no_queue.html":[1,0,2,92],
+"classop_1_1_sub_thread_no_queue.html#a43504502c36461305d656fb87b914749":[1,0,2,92,1],
+"classop_1_1_sub_thread_no_queue.html#acb7edd02e1724e0fd131235666009f42":[1,0,2,92,2],
+"classop_1_1_sub_thread_no_queue.html#afbaf89d7a8fb4d19f67064fb954a31eb":[1,0,2,92,0],
+"classop_1_1_sub_thread_queue_in.html":[1,0,2,93],
+"classop_1_1_sub_thread_queue_in.html#a11aa71a818430c4eb435a1626e54f29a":[1,0,2,93,0],
+"classop_1_1_sub_thread_queue_in.html#a7e9bd6ca09bb77a8de76ae8a02ee8ed4":[1,0,2,93,1],
+"classop_1_1_sub_thread_queue_in_out.html":[1,0,2,94],
+"classop_1_1_sub_thread_queue_in_out.html#aa5b9beea615b8b968c5da74dd66a6d78":[1,0,2,94,0],
+"classop_1_1_sub_thread_queue_in_out.html#abb65911e9d9b6d5efe782ca0e599be3b":[1,0,2,94,1],
+"classop_1_1_sub_thread_queue_out.html":[1,0,2,95],
+"classop_1_1_sub_thread_queue_out.html#a0ff5f79e63038ffa5b4aca24cfea7e7c":[1,0,2,95,1],
+"classop_1_1_sub_thread_queue_out.html#aa4a827932f632f1f30b5650a4fcc77ff":[1,0,2,95,0],
+"classop_1_1_thread.html":[1,0,2,96],
+"classop_1_1_thread.html#a0617df4103c25bb04ee2c75f05ea2978":[1,0,2,96,3],
+"classop_1_1_thread.html#a151e4e647917f2351cc05a8861588e2a":[1,0,2,96,2],
+"classop_1_1_thread.html#a16d1835e2bd7c5ae988f4bc225b3ca09":[1,0,2,96,7],
+"classop_1_1_thread.html#a6ae463dc996ca6941a303b0c41288063":[1,0,2,96,1],
+"classop_1_1_thread.html#a820b9416b96c69cb1fc6773b9a53a47a":[1,0,2,96,4],
+"classop_1_1_thread.html#a92e5dd0f60a0485e7d0fad3e82bb74f3":[1,0,2,96,9],
+"classop_1_1_thread.html#a9d3408a329a475da22a8e2a0bdf5f68d":[1,0,2,96,0],
+"classop_1_1_thread.html#ac898abffd6ed18456b97ef1b72935ec6":[1,0,2,96,8],
+"classop_1_1_thread.html#ad6c3721793d0f65ffe755ab74534afed":[1,0,2,96,5],
+"classop_1_1_thread.html#af0471340c93fdcc0ba8e06c3f9524fef":[1,0,2,96,6],
+"classop_1_1_thread_manager.html":[1,0,2,97],
+"classop_1_1_thread_manager.html#a01c2d62e539896e36564457ab9cac25c":[1,0,2,97,8],
+"classop_1_1_thread_manager.html#a36bd8060a4f7f449a8aa35d9a166270d":[1,0,2,97,13],
+"classop_1_1_thread_manager.html#a393a9f04c70a002f5ceb5e301eea5cff":[1,0,2,97,14],
+"classop_1_1_thread_manager.html#a472a1ebee700c3449bac4d6d2bb0c3a8":[1,0,2,97,9],
+"classop_1_1_thread_manager.html#a48ea53b3de4d09c84db18e2c31ce1be1":[1,0,2,97,4],
+"classop_1_1_thread_manager.html#a59916fc3428aaf5c487e1dd373d437cd":[1,0,2,97,11],
+"classop_1_1_thread_manager.html#a5b7c5ea46c360496e261094c5e1397a7":[1,0,2,97,6],
+"classop_1_1_thread_manager.html#a67a2d7cecc749be414e6896a88ec268d":[1,0,2,97,3],
+"classop_1_1_thread_manager.html#a762acc9eb60bd10857da1f416e169f3d":[1,0,2,97,2],
+"classop_1_1_thread_manager.html#a7a24fd902ebd4b5fd81166547a5654d9":[1,0,2,97,12],
+"classop_1_1_thread_manager.html#a8134abeaec65b5647ae92e34f3ad420b":[1,0,2,97,1],
+"classop_1_1_thread_manager.html#a8b7d17f4a330495389e646bb21907303":[1,0,2,97,0],
+"classop_1_1_thread_manager.html#a8d5ffd9473557ff0f90ac1c6a1bae3ad":[1,0,2,97,10],
+"classop_1_1_thread_manager.html#abfa315257b3e8cd022573f439b4936ec":[1,0,2,97,15],
+"classop_1_1_thread_manager.html#ace408d1d281193a9f3d3d6561181ef56":[1,0,2,97,7],
+"classop_1_1_thread_manager.html#ae15857e155633662cd46616fc54a4877":[1,0,2,97,5],
+"classop_1_1_video_capture_reader.html":[1,0,2,84],
+"classop_1_1_video_capture_reader.html#a2f73e10efe7f9b24a6cb75af2167de58":[1,0,2,84,8],
+"classop_1_1_video_capture_reader.html#a41eac24222b6f0f62d8bf6b40e36e353":[1,0,2,84,1],
+"classop_1_1_video_capture_reader.html#a59ce0932d49ee86c9e810cae22e9b519":[1,0,2,84,0],
+"classop_1_1_video_capture_reader.html#a64e5cbfb1c556d64cabcebc6eb94eaf1":[1,0,2,84,3],
+"classop_1_1_video_capture_reader.html#a7ea52eabf5133a1a01d38f95b1a4b601":[1,0,2,84,2],
+"classop_1_1_video_capture_reader.html#a83b4cd38f8eb2182711c506e84d97253":[1,0,2,84,5],
+"classop_1_1_video_capture_reader.html#ab2929b7d2d002b58ebaf7b9b56999cca":[1,0,2,84,9],
+"classop_1_1_video_capture_reader.html#ac3a270770d13ae351d711a7353b32b9b":[1,0,2,84,10],
+"classop_1_1_video_capture_reader.html#ae10d37b58fe4f3daa8817b72eb3faa64":[1,0,2,84,7],
+"classop_1_1_video_capture_reader.html#ae9b111f8b4de16905a157bb6dda09f94":[1,0,2,84,4],
+"classop_1_1_video_capture_reader.html#af57cc02f86ee0c29ccb83f1f7c37bec2":[1,0,2,84,6],
+"classop_1_1_video_reader.html":[1,0,2,85],
+"classop_1_1_video_reader.html#a057a7d0c498c48639b38c10ac7efc183":[1,0,2,85,1],
+"classop_1_1_video_reader.html#a0dd53334327642368d41ec860e64e756":[1,0,2,85,3],
+"classop_1_1_video_reader.html#a28244ab83836e0d0b2a896f33ad34403":[1,0,2,85,2],
+"classop_1_1_video_reader.html#ae5a3e34a4e9cc2f38875ac70a6b88496":[1,0,2,85,0],
+"classop_1_1_video_saver.html":[1,0,2,45],
+"classop_1_1_video_saver.html#a0c5dadfa4f687283c370e7890ae5037f":[1,0,2,45,2],
+"classop_1_1_video_saver.html#a0cb7b9b758efc9ce7e32aa4f2da631ff":[1,0,2,45,0],
+"classop_1_1_video_saver.html#a3cdbef8bada237edffaf7793eaa0fe8e":[1,0,2,45,4],
+"classop_1_1_video_saver.html#a7c79397b9be8b6d6d12b9f3e78e6c794":[1,0,2,45,3],
+"classop_1_1_video_saver.html#ac36a6a2bef54ac0a222cdf2c046c9646":[1,0,2,45,1],
+"classop_1_1_w_coco_json_saver.html":[1,0,2,46],
+"classop_1_1_w_coco_json_saver.html#a508c1105406b3cc55dc6bd1b299f6ed3":[1,0,2,46,0],
+"classop_1_1_w_coco_json_saver.html#a5cca095ff23c3134ab0addc9a4feabaf":[1,0,2,46,1],
+"classop_1_1_w_coco_json_saver.html#af152a61abc9ab46da651c9d87e6775f0":[1,0,2,46,2],
"classop_1_1_w_cv_mat_to_op_input.html":[1,0,2,16],
"classop_1_1_w_cv_mat_to_op_input.html#a82c13641d071fdb5db50afdee7cfa849":[1,0,2,16,0],
"classop_1_1_w_cv_mat_to_op_input.html#aa7faa9e2671a85d36aad3366a7958f58":[1,0,2,16,2],
@@ -238,16 +245,9 @@ var NAVTREEINDEX1 =
"classop_1_1_w_cv_mat_to_op_output.html#a04cd3d8e91d731a36e3c7830631e47af":[1,0,2,17,0],
"classop_1_1_w_cv_mat_to_op_output.html#a0bf2e43d2586c83fdd5cb0b1b54aefca":[1,0,2,17,2],
"classop_1_1_w_cv_mat_to_op_output.html#ad4c957d391e371b7ee56cdb5be6b1452":[1,0,2,17,1],
-"classop_1_1_w_datum_producer.html":[1,0,2,82],
-"classop_1_1_w_datum_producer.html#a26babf9992c710c948ee912dd055e063":[1,0,2,82,1],
-"classop_1_1_w_datum_producer.html#a389004c2bffc0fffca82395d09632c2b":[1,0,2,82,2],
-"classop_1_1_w_datum_producer.html#aaba921d1cf641dc44ab509c0e460c5f1":[1,0,2,82,0],
-"classop_1_1_w_face_detector.html":[1,0,2,30],
-"classop_1_1_w_face_detector.html#a721ced99378516c04cb3cff296cc274a":[1,0,2,30,2],
-"classop_1_1_w_face_detector.html#a77355426bc59b212a8eb1730ff6289f3":[1,0,2,30,0],
-"classop_1_1_w_face_detector.html#afaca53a669f0cd43103f7317aded75d3":[1,0,2,30,1],
-"classop_1_1_w_face_detector_open_c_v.html":[1,0,2,31],
-"classop_1_1_w_face_detector_open_c_v.html#a4d3a4a29bcb7b8c141ae1917634ca4c9":[1,0,2,31,2],
-"classop_1_1_w_face_detector_open_c_v.html#a8c765201f0cc9440f8d172c8d8c76a62":[1,0,2,31,0],
-"classop_1_1_w_face_detector_open_c_v.html#ad7dce5824ba32bc07d2474c20b23e62d":[1,0,2,31,1]
+"classop_1_1_w_datum_producer.html":[1,0,2,86],
+"classop_1_1_w_datum_producer.html#a26babf9992c710c948ee912dd055e063":[1,0,2,86,1],
+"classop_1_1_w_datum_producer.html#a389004c2bffc0fffca82395d09632c2b":[1,0,2,86,2],
+"classop_1_1_w_datum_producer.html#aaba921d1cf641dc44ab509c0e460c5f1":[1,0,2,86,0],
+"classop_1_1_w_face_detector.html":[1,0,2,34]
};
diff --git a/html/navtreeindex2.js b/html/navtreeindex2.js
index 69f21f33..75a810fc 100644
--- a/html/navtreeindex2.js
+++ b/html/navtreeindex2.js
@@ -1,65 +1,72 @@
var NAVTREEINDEX2 =
{
-"classop_1_1_w_face_extractor.html":[1,0,2,32],
-"classop_1_1_w_face_extractor.html#a16522778f67bc544867929f5a4357934":[1,0,2,32,2],
-"classop_1_1_w_face_extractor.html#a65082b800f738413b1e76141487266dd":[1,0,2,32,0],
-"classop_1_1_w_face_extractor.html#aee8f96a5ce0080db31fe20ae202e59a5":[1,0,2,32,1],
-"classop_1_1_w_face_renderer.html":[1,0,2,33],
-"classop_1_1_w_face_renderer.html#a51e2a661867adee200f5c4029a585e5d":[1,0,2,33,0],
-"classop_1_1_w_face_renderer.html#a7b72c70dc02c9209d84992caad6ad7d0":[1,0,2,33,1],
-"classop_1_1_w_face_renderer.html#aa52166ea2d5e0f201c94d5c4fe74216e":[1,0,2,33,2],
-"classop_1_1_w_face_saver.html":[1,0,2,43],
-"classop_1_1_w_face_saver.html#a026bfad8cd9e0d1289a1db473cef34a0":[1,0,2,43,2],
-"classop_1_1_w_face_saver.html#a5dc60ede4b88594d59ece4ce3e4683d6":[1,0,2,43,0],
-"classop_1_1_w_face_saver.html#ae8401789881462eb8438c65e9d2d3fb2":[1,0,2,43,1],
-"classop_1_1_w_gui.html":[1,0,2,53],
-"classop_1_1_w_gui.html#a4e4db210b87f78cc1238dd3ab2bedaa4":[1,0,2,53,1],
-"classop_1_1_w_gui.html#a4e7d3f5b3ddaf02109738b4348250611":[1,0,2,53,0],
-"classop_1_1_w_gui.html#a664e1f76211510e38b8d5f5bed37ffcb":[1,0,2,53,2],
-"classop_1_1_w_gui_info_adder.html":[1,0,2,54],
-"classop_1_1_w_gui_info_adder.html#a0b2c539b72ef09106ab0306dc88c5ac5":[1,0,2,54,0],
-"classop_1_1_w_gui_info_adder.html#ae620275d6570fd5c74f33728cd340217":[1,0,2,54,1],
-"classop_1_1_w_gui_info_adder.html#ae90a68c6ef7b4f45595a020efd232612":[1,0,2,54,2],
-"classop_1_1_w_hand_detector.html":[1,0,2,62],
-"classop_1_1_w_hand_detector.html#a5c29c944205ee0727f76c282ef55ae52":[1,0,2,62,1],
-"classop_1_1_w_hand_detector.html#aa82ef40fad1d343b5856b41ec4dbcd5c":[1,0,2,62,2],
-"classop_1_1_w_hand_detector.html#ac44b474c7d8bd4876e32ceb9c9a322fe":[1,0,2,62,0],
-"classop_1_1_w_hand_detector_from_txt.html":[1,0,2,63],
-"classop_1_1_w_hand_detector_from_txt.html#a01a5f73b0a8a1b8998937e7ba3d747a3":[1,0,2,63,0],
-"classop_1_1_w_hand_detector_from_txt.html#a51ebff94734350463fcf507a84eeefdc":[1,0,2,63,2],
-"classop_1_1_w_hand_detector_from_txt.html#acd7d37555c09a58dc660811724930276":[1,0,2,63,1],
-"classop_1_1_w_hand_detector_tracking.html":[1,0,2,64],
-"classop_1_1_w_hand_detector_tracking.html#a20ef6206194a873c2cfa7fe13d905d92":[1,0,2,64,1],
-"classop_1_1_w_hand_detector_tracking.html#a7c849c5a423ffc150c6a4aee9055d34e":[1,0,2,64,2],
-"classop_1_1_w_hand_detector_tracking.html#ad2a5ac720f4ed651f4cf5e42d21c05dd":[1,0,2,64,0],
-"classop_1_1_w_hand_detector_update.html":[1,0,2,65],
-"classop_1_1_w_hand_detector_update.html#a729aaa628e4f4c24e7cb9afca1cdc761":[1,0,2,65,1],
-"classop_1_1_w_hand_detector_update.html#abd8b56fbfbd2a619a4f37d148592f61b":[1,0,2,65,0],
-"classop_1_1_w_hand_detector_update.html#af9287dc0a3c67abd35974c1c74614f3c":[1,0,2,65,2],
-"classop_1_1_w_hand_extractor.html":[1,0,2,66],
-"classop_1_1_w_hand_extractor.html#a4cadfafe08e816e69a91fe7c51dad0b0":[1,0,2,66,2],
-"classop_1_1_w_hand_extractor.html#a6fbef214cc89b07ba163ad874c8442af":[1,0,2,66,1],
-"classop_1_1_w_hand_extractor.html#a9096e2d826133036c223286c6bc97453":[1,0,2,66,0],
-"classop_1_1_w_hand_renderer.html":[1,0,2,67],
-"classop_1_1_w_hand_renderer.html#a2ee88145b38fea1a6a2bb7987a33bd40":[1,0,2,67,1],
-"classop_1_1_w_hand_renderer.html#a30121b55c601aed3644996d010b6bf8c":[1,0,2,67,0],
-"classop_1_1_w_hand_renderer.html#ad178e8d413b3b15edc53625e1f5119d7":[1,0,2,67,2],
-"classop_1_1_w_hand_saver.html":[1,0,2,44],
-"classop_1_1_w_hand_saver.html#aa234a68d1cc7ec97fefbf30239149baa":[1,0,2,44,1],
-"classop_1_1_w_hand_saver.html#ab41ecc429abfe0a1424facd6ee4acd1f":[1,0,2,44,0],
-"classop_1_1_w_hand_saver.html#afc3976b394070927b9396163137317e5":[1,0,2,44,2],
-"classop_1_1_w_heat_map_saver.html":[1,0,2,45],
-"classop_1_1_w_heat_map_saver.html#a20e82b121a580c578f69cbb0401c4cb0":[1,0,2,45,1],
-"classop_1_1_w_heat_map_saver.html#a5b72d5f3bcbdacb26ba440b80eef0109":[1,0,2,45,0],
-"classop_1_1_w_heat_map_saver.html#a5fd729a47f0cdbe94001219f971f8f51":[1,0,2,45,2],
-"classop_1_1_w_id_generator.html":[1,0,2,94],
-"classop_1_1_w_id_generator.html#a03bd005cf88749702fb8a29c20d4cb91":[1,0,2,94,2],
-"classop_1_1_w_id_generator.html#a50a1b7929810daae87ee6443c659edad":[1,0,2,94,1],
-"classop_1_1_w_id_generator.html#a6112733ee0b537d4d91191f93f0a84f8":[1,0,2,94,0],
-"classop_1_1_w_image_saver.html":[1,0,2,46],
-"classop_1_1_w_image_saver.html#a11add012ee88b64a4f36d3f63cb65ee0":[1,0,2,46,0],
-"classop_1_1_w_image_saver.html#a198bbfcf625354ddda419e0121d0cb33":[1,0,2,46,2],
-"classop_1_1_w_image_saver.html#a78655ea3d4dac28bdf7e2e4a80b5a337":[1,0,2,46,1],
+"classop_1_1_w_face_detector.html#a721ced99378516c04cb3cff296cc274a":[1,0,2,34,2],
+"classop_1_1_w_face_detector.html#a77355426bc59b212a8eb1730ff6289f3":[1,0,2,34,0],
+"classop_1_1_w_face_detector.html#afaca53a669f0cd43103f7317aded75d3":[1,0,2,34,1],
+"classop_1_1_w_face_detector_open_c_v.html":[1,0,2,35],
+"classop_1_1_w_face_detector_open_c_v.html#a4d3a4a29bcb7b8c141ae1917634ca4c9":[1,0,2,35,2],
+"classop_1_1_w_face_detector_open_c_v.html#a8c765201f0cc9440f8d172c8d8c76a62":[1,0,2,35,0],
+"classop_1_1_w_face_detector_open_c_v.html#ad7dce5824ba32bc07d2474c20b23e62d":[1,0,2,35,1],
+"classop_1_1_w_face_extractor.html":[1,0,2,36],
+"classop_1_1_w_face_extractor.html#a16522778f67bc544867929f5a4357934":[1,0,2,36,2],
+"classop_1_1_w_face_extractor.html#a65082b800f738413b1e76141487266dd":[1,0,2,36,0],
+"classop_1_1_w_face_extractor.html#aee8f96a5ce0080db31fe20ae202e59a5":[1,0,2,36,1],
+"classop_1_1_w_face_renderer.html":[1,0,2,37],
+"classop_1_1_w_face_renderer.html#a51e2a661867adee200f5c4029a585e5d":[1,0,2,37,0],
+"classop_1_1_w_face_renderer.html#a7b72c70dc02c9209d84992caad6ad7d0":[1,0,2,37,1],
+"classop_1_1_w_face_renderer.html#aa52166ea2d5e0f201c94d5c4fe74216e":[1,0,2,37,2],
+"classop_1_1_w_face_saver.html":[1,0,2,47],
+"classop_1_1_w_face_saver.html#a026bfad8cd9e0d1289a1db473cef34a0":[1,0,2,47,2],
+"classop_1_1_w_face_saver.html#a5dc60ede4b88594d59ece4ce3e4683d6":[1,0,2,47,0],
+"classop_1_1_w_face_saver.html#ae8401789881462eb8438c65e9d2d3fb2":[1,0,2,47,1],
+"classop_1_1_w_gui.html":[1,0,2,57],
+"classop_1_1_w_gui.html#a4e4db210b87f78cc1238dd3ab2bedaa4":[1,0,2,57,1],
+"classop_1_1_w_gui.html#a4e7d3f5b3ddaf02109738b4348250611":[1,0,2,57,0],
+"classop_1_1_w_gui.html#a664e1f76211510e38b8d5f5bed37ffcb":[1,0,2,57,2],
+"classop_1_1_w_gui_info_adder.html":[1,0,2,58],
+"classop_1_1_w_gui_info_adder.html#a0b2c539b72ef09106ab0306dc88c5ac5":[1,0,2,58,0],
+"classop_1_1_w_gui_info_adder.html#ae620275d6570fd5c74f33728cd340217":[1,0,2,58,1],
+"classop_1_1_w_gui_info_adder.html#ae90a68c6ef7b4f45595a020efd232612":[1,0,2,58,2],
+"classop_1_1_w_hand_detector.html":[1,0,2,66],
+"classop_1_1_w_hand_detector.html#a5c29c944205ee0727f76c282ef55ae52":[1,0,2,66,1],
+"classop_1_1_w_hand_detector.html#aa82ef40fad1d343b5856b41ec4dbcd5c":[1,0,2,66,2],
+"classop_1_1_w_hand_detector.html#ac44b474c7d8bd4876e32ceb9c9a322fe":[1,0,2,66,0],
+"classop_1_1_w_hand_detector_from_txt.html":[1,0,2,67],
+"classop_1_1_w_hand_detector_from_txt.html#a01a5f73b0a8a1b8998937e7ba3d747a3":[1,0,2,67,0],
+"classop_1_1_w_hand_detector_from_txt.html#a51ebff94734350463fcf507a84eeefdc":[1,0,2,67,2],
+"classop_1_1_w_hand_detector_from_txt.html#acd7d37555c09a58dc660811724930276":[1,0,2,67,1],
+"classop_1_1_w_hand_detector_tracking.html":[1,0,2,68],
+"classop_1_1_w_hand_detector_tracking.html#a20ef6206194a873c2cfa7fe13d905d92":[1,0,2,68,1],
+"classop_1_1_w_hand_detector_tracking.html#a7c849c5a423ffc150c6a4aee9055d34e":[1,0,2,68,2],
+"classop_1_1_w_hand_detector_tracking.html#ad2a5ac720f4ed651f4cf5e42d21c05dd":[1,0,2,68,0],
+"classop_1_1_w_hand_detector_update.html":[1,0,2,69],
+"classop_1_1_w_hand_detector_update.html#a729aaa628e4f4c24e7cb9afca1cdc761":[1,0,2,69,1],
+"classop_1_1_w_hand_detector_update.html#abd8b56fbfbd2a619a4f37d148592f61b":[1,0,2,69,0],
+"classop_1_1_w_hand_detector_update.html#af9287dc0a3c67abd35974c1c74614f3c":[1,0,2,69,2],
+"classop_1_1_w_hand_extractor.html":[1,0,2,70],
+"classop_1_1_w_hand_extractor.html#a4cadfafe08e816e69a91fe7c51dad0b0":[1,0,2,70,2],
+"classop_1_1_w_hand_extractor.html#a6fbef214cc89b07ba163ad874c8442af":[1,0,2,70,1],
+"classop_1_1_w_hand_extractor.html#a9096e2d826133036c223286c6bc97453":[1,0,2,70,0],
+"classop_1_1_w_hand_renderer.html":[1,0,2,71],
+"classop_1_1_w_hand_renderer.html#a2ee88145b38fea1a6a2bb7987a33bd40":[1,0,2,71,1],
+"classop_1_1_w_hand_renderer.html#a30121b55c601aed3644996d010b6bf8c":[1,0,2,71,0],
+"classop_1_1_w_hand_renderer.html#ad178e8d413b3b15edc53625e1f5119d7":[1,0,2,71,2],
+"classop_1_1_w_hand_saver.html":[1,0,2,48],
+"classop_1_1_w_hand_saver.html#aa234a68d1cc7ec97fefbf30239149baa":[1,0,2,48,1],
+"classop_1_1_w_hand_saver.html#ab41ecc429abfe0a1424facd6ee4acd1f":[1,0,2,48,0],
+"classop_1_1_w_hand_saver.html#afc3976b394070927b9396163137317e5":[1,0,2,48,2],
+"classop_1_1_w_heat_map_saver.html":[1,0,2,49],
+"classop_1_1_w_heat_map_saver.html#a20e82b121a580c578f69cbb0401c4cb0":[1,0,2,49,1],
+"classop_1_1_w_heat_map_saver.html#a5b72d5f3bcbdacb26ba440b80eef0109":[1,0,2,49,0],
+"classop_1_1_w_heat_map_saver.html#a5fd729a47f0cdbe94001219f971f8f51":[1,0,2,49,2],
+"classop_1_1_w_id_generator.html":[1,0,2,98],
+"classop_1_1_w_id_generator.html#a03bd005cf88749702fb8a29c20d4cb91":[1,0,2,98,2],
+"classop_1_1_w_id_generator.html#a50a1b7929810daae87ee6443c659edad":[1,0,2,98,1],
+"classop_1_1_w_id_generator.html#a6112733ee0b537d4d91191f93f0a84f8":[1,0,2,98,0],
+"classop_1_1_w_image_saver.html":[1,0,2,50],
+"classop_1_1_w_image_saver.html#a11add012ee88b64a4f36d3f63cb65ee0":[1,0,2,50,0],
+"classop_1_1_w_image_saver.html#a198bbfcf625354ddda419e0121d0cb33":[1,0,2,50,2],
+"classop_1_1_w_image_saver.html#a78655ea3d4dac28bdf7e2e4a80b5a337":[1,0,2,50,1],
"classop_1_1_w_keypoint_scaler.html":[1,0,2,18],
"classop_1_1_w_keypoint_scaler.html#a31624e262988b0840a8ddbf098e56e9b":[1,0,2,18,0],
"classop_1_1_w_keypoint_scaler.html#aacad5116921e2ff746fbdf9f6c0cbb25":[1,0,2,18,2],
@@ -68,83 +75,95 @@ var NAVTREEINDEX2 =
"classop_1_1_w_op_output_to_cv_mat.html#a6f632a83de4cdc731c3f52d1541060f3":[1,0,2,19,0],
"classop_1_1_w_op_output_to_cv_mat.html#adea2e8b1d33e6c091640c7d904dac7cd":[1,0,2,19,1],
"classop_1_1_w_op_output_to_cv_mat.html#ae3fc21569d56a648c606b23fcc016349":[1,0,2,19,2],
-"classop_1_1_w_people_json_saver.html":[1,0,2,47],
-"classop_1_1_w_people_json_saver.html#a5d4239596a996723a20a1031d32c7446":[1,0,2,47,1],
-"classop_1_1_w_people_json_saver.html#ac12dfe8c1414ec36ace474ecbf148f67":[1,0,2,47,0],
-"classop_1_1_w_people_json_saver.html#af874a16a06a9a3452a0e3792ac15647e":[1,0,2,47,2],
-"classop_1_1_w_person_id_extractor.html":[1,0,2,22],
-"classop_1_1_w_person_id_extractor.html#a3906beb17be6ef09d4e7734face4ebf1":[1,0,2,22,0],
-"classop_1_1_w_person_id_extractor.html#a4066bf1c8cad753c74de1ceabdd76505":[1,0,2,22,2],
-"classop_1_1_w_person_id_extractor.html#a72b888875be18eb3fc8d0a8c267630de":[1,0,2,22,1],
-"classop_1_1_w_pose_extractor.html":[1,0,2,74],
-"classop_1_1_w_pose_extractor.html#a9b621ed9915da9bf3cce49db547de9e6":[1,0,2,74,1],
-"classop_1_1_w_pose_extractor.html#ae0f02aaefccab05bbbd919dd7a9e0f61":[1,0,2,74,2],
-"classop_1_1_w_pose_extractor.html#ae85b1ec41bf47dcf1aed7bdae1d91915":[1,0,2,74,0],
-"classop_1_1_w_pose_renderer.html":[1,0,2,75],
-"classop_1_1_w_pose_renderer.html#a10b1631d78d8270ed2a16e538b30eb76":[1,0,2,75,2],
-"classop_1_1_w_pose_renderer.html#aba989a73cef9a807879ad2196725c61c":[1,0,2,75,1],
-"classop_1_1_w_pose_renderer.html#ae74189143175b89ccd36662cec4de72e":[1,0,2,75,0],
-"classop_1_1_w_pose_saver.html":[1,0,2,48],
-"classop_1_1_w_pose_saver.html#a039027281498168b57df8dfeefd82cd8":[1,0,2,48,2],
-"classop_1_1_w_pose_saver.html#a4f0774832e12389593361186f1b83128":[1,0,2,48,1],
-"classop_1_1_w_pose_saver.html#aa9dd0f4649c9e8efef10201caf9e4cfd":[1,0,2,48,0],
-"classop_1_1_w_queue_orderer.html":[1,0,2,98],
-"classop_1_1_w_queue_orderer.html#a01bc7495ec992cc9c54a040534cb3634":[1,0,2,98,2],
-"classop_1_1_w_queue_orderer.html#a1ea314eeaa8d99fbf33885d9a4c6d044":[1,0,2,98,3],
-"classop_1_1_w_queue_orderer.html#a3303add5fa8cc36593d3d859ffdd8ae0":[1,0,2,98,0],
-"classop_1_1_w_queue_orderer.html#a85598f83f6f3a30b7ddce9bc7beddf33":[1,0,2,98,1],
+"classop_1_1_w_people_json_saver.html":[1,0,2,51],
+"classop_1_1_w_people_json_saver.html#a5d4239596a996723a20a1031d32c7446":[1,0,2,51,1],
+"classop_1_1_w_people_json_saver.html#ac12dfe8c1414ec36ace474ecbf148f67":[1,0,2,51,0],
+"classop_1_1_w_people_json_saver.html#af874a16a06a9a3452a0e3792ac15647e":[1,0,2,51,2],
+"classop_1_1_w_person_id_extractor.html":[1,0,2,26],
+"classop_1_1_w_person_id_extractor.html#a3906beb17be6ef09d4e7734face4ebf1":[1,0,2,26,0],
+"classop_1_1_w_person_id_extractor.html#a4066bf1c8cad753c74de1ceabdd76505":[1,0,2,26,2],
+"classop_1_1_w_person_id_extractor.html#a72b888875be18eb3fc8d0a8c267630de":[1,0,2,26,1],
+"classop_1_1_w_point_grey.html":[1,0,2,22],
+"classop_1_1_w_point_grey.html#a8d3c03a99d6160a1ba44b3af1e8710f4":[1,0,2,22,0],
+"classop_1_1_w_point_grey.html#ab8d81ef6b1c495194c66b77eff053988":[1,0,2,22,2],
+"classop_1_1_w_point_grey.html#ae331f49d19b95a734fe6f1e85357fdb1":[1,0,2,22,1],
+"classop_1_1_w_point_grey.html#af89616345249232d890fb081d5b16584":[1,0,2,22,3],
+"classop_1_1_w_pose_extractor.html":[1,0,2,78],
+"classop_1_1_w_pose_extractor.html#a9b621ed9915da9bf3cce49db547de9e6":[1,0,2,78,1],
+"classop_1_1_w_pose_extractor.html#ae0f02aaefccab05bbbd919dd7a9e0f61":[1,0,2,78,2],
+"classop_1_1_w_pose_extractor.html#ae85b1ec41bf47dcf1aed7bdae1d91915":[1,0,2,78,0],
+"classop_1_1_w_pose_renderer.html":[1,0,2,79],
+"classop_1_1_w_pose_renderer.html#a10b1631d78d8270ed2a16e538b30eb76":[1,0,2,79,2],
+"classop_1_1_w_pose_renderer.html#aba989a73cef9a807879ad2196725c61c":[1,0,2,79,1],
+"classop_1_1_w_pose_renderer.html#ae74189143175b89ccd36662cec4de72e":[1,0,2,79,0],
+"classop_1_1_w_pose_saver.html":[1,0,2,52],
+"classop_1_1_w_pose_saver.html#a039027281498168b57df8dfeefd82cd8":[1,0,2,52,2],
+"classop_1_1_w_pose_saver.html#a4f0774832e12389593361186f1b83128":[1,0,2,52,1],
+"classop_1_1_w_pose_saver.html#aa9dd0f4649c9e8efef10201caf9e4cfd":[1,0,2,52,0],
+"classop_1_1_w_queue_orderer.html":[1,0,2,102],
+"classop_1_1_w_queue_orderer.html#a01bc7495ec992cc9c54a040534cb3634":[1,0,2,102,2],
+"classop_1_1_w_queue_orderer.html#a1ea314eeaa8d99fbf33885d9a4c6d044":[1,0,2,102,3],
+"classop_1_1_w_queue_orderer.html#a3303add5fa8cc36593d3d859ffdd8ae0":[1,0,2,102,0],
+"classop_1_1_w_queue_orderer.html#a85598f83f6f3a30b7ddce9bc7beddf33":[1,0,2,102,1],
+"classop_1_1_w_reconstruction3_d.html":[1,0,2,23],
+"classop_1_1_w_reconstruction3_d.html#a181495afbec949ec0ca18e712328351b":[1,0,2,23,0],
+"classop_1_1_w_reconstruction3_d.html#a234fc88b10ecce6433616592bba71edd":[1,0,2,23,1],
+"classop_1_1_w_render3_d.html":[1,0,2,24],
+"classop_1_1_w_render3_d.html#a52f57a8b99bde803f4201ce23c1f515e":[1,0,2,24,1],
+"classop_1_1_w_render3_d.html#aad56f821882fc3c890b0587a122a5bb3":[1,0,2,24,0],
+"classop_1_1_w_render3_d.html#ac76a1c55a7c01e03577766ed31deafea":[1,0,2,24,2],
"classop_1_1_w_scale_and_size_extractor.html":[1,0,2,20],
"classop_1_1_w_scale_and_size_extractor.html#a8e6ef291bd809987f06fbb1cc2173b0f":[1,0,2,20,0],
"classop_1_1_w_scale_and_size_extractor.html#ac1203ef395a836b13f5586432f284c41":[1,0,2,20,1],
"classop_1_1_w_scale_and_size_extractor.html#afddf54d061dc5325e78252a3bba482b9":[1,0,2,20,2],
-"classop_1_1_w_video_saver.html":[1,0,2,49],
-"classop_1_1_w_video_saver.html#a04dc4e6f039d047a0da6f94283c145d9":[1,0,2,49,0],
-"classop_1_1_w_video_saver.html#a40bcb8ccf137c6cbee3ca31e6cc3bfbf":[1,0,2,49,2],
-"classop_1_1_w_video_saver.html#ada90f76b28e4bafe9c8ecbb9bcbb2d14":[1,0,2,49,1],
-"classop_1_1_webcam_reader.html":[1,0,2,83],
-"classop_1_1_webcam_reader.html#a31fa72f65d40416e812ad72d43b43649":[1,0,2,83,3],
-"classop_1_1_webcam_reader.html#a38ccbdf61f21fba0694362077cb6bdb1":[1,0,2,83,2],
-"classop_1_1_webcam_reader.html#a71212bd9e00be96b09650e86d465b42c":[1,0,2,83,1],
-"classop_1_1_webcam_reader.html#ae66b26829cc2d6e3f02109d4431a7bc2":[1,0,2,83,4],
-"classop_1_1_webcam_reader.html#afbfa9ebf32ab1c95f0378b49fce0df35":[1,0,2,83,0],
-"classop_1_1_worker.html":[1,0,2,95],
-"classop_1_1_worker.html#a3f7c86ab1c4ce15c0f0ef12a1d4647e0":[1,0,2,95,4],
-"classop_1_1_worker.html#a5008fc4ef4e41366ba0022f5cd79edba":[1,0,2,95,0],
-"classop_1_1_worker.html#a6e4e84bd2052919bc48df1ec4b913ecf":[1,0,2,95,2],
-"classop_1_1_worker.html#a6ebe180098e00ac062a1bb31d462df60":[1,0,2,95,1],
-"classop_1_1_worker.html#a9acadd6df7af03b31b9e354ae815f781":[1,0,2,95,7],
-"classop_1_1_worker.html#aa5be4df9d4d8302728c653870e7d2a23":[1,0,2,95,3],
-"classop_1_1_worker.html#ad689b232d68f3b3e0b41f9e219b01134":[1,0,2,95,6],
-"classop_1_1_worker.html#ae45ac828f6e8f6055203c224e50f145b":[1,0,2,95,5],
-"classop_1_1_worker_consumer.html":[1,0,2,96],
-"classop_1_1_worker_consumer.html#a26cf5c40df363d94d603fce92a5b69eb":[1,0,2,96,2],
-"classop_1_1_worker_consumer.html#a7383747b3bdc6ac79e6f9afbf2c28d27":[1,0,2,96,1],
-"classop_1_1_worker_consumer.html#a9aaa75f194df6b3ed4994c8e95aa0ab5":[1,0,2,96,0],
-"classop_1_1_worker_producer.html":[1,0,2,97],
-"classop_1_1_worker_producer.html#a0259f0b387e2b868388ba0a6769f4691":[1,0,2,97,1],
-"classop_1_1_worker_producer.html#a364992ef862fe84a78416e2b556daae7":[1,0,2,97,2],
-"classop_1_1_worker_producer.html#a8f2592f70d723de4b818c97b25c5a476":[1,0,2,97,0],
-"classop_1_1_wrapper.html":[1,0,2,104],
-"classop_1_1_wrapper.html#a081797a2abda2f91d80876ca6fbb4dbc":[1,0,2,104,14],
-"classop_1_1_wrapper.html#a1eb0c88ab1eab9bc50e224d208cfb310":[1,0,2,104,18],
-"classop_1_1_wrapper.html#a338b70f93bfb0ad11b7df6b8db407749":[1,0,2,104,12],
-"classop_1_1_wrapper.html#a3e9f8993c9a27a012671d671998aa15d":[1,0,2,104,10],
-"classop_1_1_wrapper.html#a51ab9e8a63f8fb822550365fc0417d01":[1,0,2,104,8],
-"classop_1_1_wrapper.html#a5a3885bb1b984cad4745fa6e9e0715ad":[1,0,2,104,2],
-"classop_1_1_wrapper.html#a6f2cf45c8b571b99ee92114ba8462589":[1,0,2,104,11],
-"classop_1_1_wrapper.html#a74f1287f8e4f998504e2ce571ef36f58":[1,0,2,104,9],
-"classop_1_1_wrapper.html#a8919b80a6f82330da63da9ffd9ca89be":[1,0,2,104,1],
-"classop_1_1_wrapper.html#a8ae0f91a6882f04464d8897a7c81d174":[1,0,2,104,7],
-"classop_1_1_wrapper.html#a90a58d4866cef24edced2979205c87cc":[1,0,2,104,5],
-"classop_1_1_wrapper.html#aafe5cbb9729cee18531bcbc5e1b2a66e":[1,0,2,104,15],
-"classop_1_1_wrapper.html#ab23c57fa6b88a0c0bd2348e69a3ad5d3":[1,0,2,104,17],
-"classop_1_1_wrapper.html#ab71f75a631e341dde1c07abcd3a4773f":[1,0,2,104,13],
-"classop_1_1_wrapper.html#ac1deb4a8fc1d942dc1f9b3eb16f74b8b":[1,0,2,104,3],
-"classop_1_1_wrapper.html#acb7c1cff00cd254216b92a0698bf2b6f":[1,0,2,104,19],
-"classop_1_1_wrapper.html#ad0d02645583cd58d11923df3aa064dc7":[1,0,2,104,6],
-"classop_1_1_wrapper.html#adec2ef07f9796142254cd6dd9a2bf318":[1,0,2,104,0],
-"classop_1_1_wrapper.html#aea063b69ea6d68bd7f5292d945667fb7":[1,0,2,104,4],
-"classop_1_1_wrapper.html#af3316c0f86d9d7ca6e246a50d4558e75":[1,0,2,104,16],
+"classop_1_1_w_video_saver.html":[1,0,2,53],
+"classop_1_1_w_video_saver.html#a04dc4e6f039d047a0da6f94283c145d9":[1,0,2,53,0],
+"classop_1_1_w_video_saver.html#a40bcb8ccf137c6cbee3ca31e6cc3bfbf":[1,0,2,53,2],
+"classop_1_1_w_video_saver.html#ada90f76b28e4bafe9c8ecbb9bcbb2d14":[1,0,2,53,1],
+"classop_1_1_webcam_reader.html":[1,0,2,87],
+"classop_1_1_webcam_reader.html#a31fa72f65d40416e812ad72d43b43649":[1,0,2,87,3],
+"classop_1_1_webcam_reader.html#a38ccbdf61f21fba0694362077cb6bdb1":[1,0,2,87,2],
+"classop_1_1_webcam_reader.html#a71212bd9e00be96b09650e86d465b42c":[1,0,2,87,1],
+"classop_1_1_webcam_reader.html#ae66b26829cc2d6e3f02109d4431a7bc2":[1,0,2,87,4],
+"classop_1_1_webcam_reader.html#afbfa9ebf32ab1c95f0378b49fce0df35":[1,0,2,87,0],
+"classop_1_1_worker.html":[1,0,2,99],
+"classop_1_1_worker.html#a3f7c86ab1c4ce15c0f0ef12a1d4647e0":[1,0,2,99,4],
+"classop_1_1_worker.html#a5008fc4ef4e41366ba0022f5cd79edba":[1,0,2,99,0],
+"classop_1_1_worker.html#a6e4e84bd2052919bc48df1ec4b913ecf":[1,0,2,99,2],
+"classop_1_1_worker.html#a6ebe180098e00ac062a1bb31d462df60":[1,0,2,99,1],
+"classop_1_1_worker.html#a9acadd6df7af03b31b9e354ae815f781":[1,0,2,99,7],
+"classop_1_1_worker.html#aa5be4df9d4d8302728c653870e7d2a23":[1,0,2,99,3],
+"classop_1_1_worker.html#ad689b232d68f3b3e0b41f9e219b01134":[1,0,2,99,6],
+"classop_1_1_worker.html#ae45ac828f6e8f6055203c224e50f145b":[1,0,2,99,5],
+"classop_1_1_worker_consumer.html":[1,0,2,100],
+"classop_1_1_worker_consumer.html#a26cf5c40df363d94d603fce92a5b69eb":[1,0,2,100,2],
+"classop_1_1_worker_consumer.html#a7383747b3bdc6ac79e6f9afbf2c28d27":[1,0,2,100,1],
+"classop_1_1_worker_consumer.html#a9aaa75f194df6b3ed4994c8e95aa0ab5":[1,0,2,100,0],
+"classop_1_1_worker_producer.html":[1,0,2,101],
+"classop_1_1_worker_producer.html#a0259f0b387e2b868388ba0a6769f4691":[1,0,2,101,1],
+"classop_1_1_worker_producer.html#a364992ef862fe84a78416e2b556daae7":[1,0,2,101,2],
+"classop_1_1_worker_producer.html#a8f2592f70d723de4b818c97b25c5a476":[1,0,2,101,0],
+"classop_1_1_wrapper.html":[1,0,2,108],
+"classop_1_1_wrapper.html#a081797a2abda2f91d80876ca6fbb4dbc":[1,0,2,108,14],
+"classop_1_1_wrapper.html#a1eb0c88ab1eab9bc50e224d208cfb310":[1,0,2,108,18],
+"classop_1_1_wrapper.html#a338b70f93bfb0ad11b7df6b8db407749":[1,0,2,108,12],
+"classop_1_1_wrapper.html#a3e9f8993c9a27a012671d671998aa15d":[1,0,2,108,10],
+"classop_1_1_wrapper.html#a51ab9e8a63f8fb822550365fc0417d01":[1,0,2,108,8],
+"classop_1_1_wrapper.html#a5a3885bb1b984cad4745fa6e9e0715ad":[1,0,2,108,2],
+"classop_1_1_wrapper.html#a6f2cf45c8b571b99ee92114ba8462589":[1,0,2,108,11],
+"classop_1_1_wrapper.html#a74f1287f8e4f998504e2ce571ef36f58":[1,0,2,108,9],
+"classop_1_1_wrapper.html#a8919b80a6f82330da63da9ffd9ca89be":[1,0,2,108,1],
+"classop_1_1_wrapper.html#a8ae0f91a6882f04464d8897a7c81d174":[1,0,2,108,7],
+"classop_1_1_wrapper.html#a90a58d4866cef24edced2979205c87cc":[1,0,2,108,5],
+"classop_1_1_wrapper.html#aafe5cbb9729cee18531bcbc5e1b2a66e":[1,0,2,108,15],
+"classop_1_1_wrapper.html#ab23c57fa6b88a0c0bd2348e69a3ad5d3":[1,0,2,108,17],
+"classop_1_1_wrapper.html#ab71f75a631e341dde1c07abcd3a4773f":[1,0,2,108,13],
+"classop_1_1_wrapper.html#ac1deb4a8fc1d942dc1f9b3eb16f74b8b":[1,0,2,108,3],
+"classop_1_1_wrapper.html#acb7c1cff00cd254216b92a0698bf2b6f":[1,0,2,108,19],
+"classop_1_1_wrapper.html#ad0d02645583cd58d11923df3aa064dc7":[1,0,2,108,6],
+"classop_1_1_wrapper.html#adec2ef07f9796142254cd6dd9a2bf318":[1,0,2,108,0],
+"classop_1_1_wrapper.html#aea063b69ea6d68bd7f5292d945667fb7":[1,0,2,108,4],
+"classop_1_1_wrapper.html#af3316c0f86d9d7ca6e246a50d4558e75":[1,0,2,108,16],
"coco_json_saver_8hpp.html":[2,0,0,0,3,0],
"coco_json_saver_8hpp_source.html":[2,0,0,0,3,0],
"common_8hpp.html":[2,0,0,0,0,1],
@@ -169,6 +188,8 @@ var NAVTREEINDEX2 =
"core_2enum_classes_8hpp_source.html":[2,0,0,0,0,5],
"core_2headers_8hpp.html":[2,0,0,0,0,7],
"core_2headers_8hpp_source.html":[2,0,0,0,0,7],
+"core_2renderer_8hpp.html":[2,0,0,0,0,19],
+"core_2renderer_8hpp_source.html":[2,0,0,0,0,19],
"cuda_8hpp.html":[2,0,0,0,9,1],
"cuda_8hpp.html#a2af8422ada0de882cc222920ca15c6d2":[2,0,0,0,9,1,0],
"cuda_8hpp.html#a4ba080c11cc9758051db97ce2a11c023":[2,0,0,0,9,1,2],
@@ -180,6 +201,8 @@ var NAVTREEINDEX2 =
"cv_mat_to_op_input_8hpp_source.html":[2,0,0,0,0,2],
"cv_mat_to_op_output_8hpp.html":[2,0,0,0,0,3],
"cv_mat_to_op_output_8hpp_source.html":[2,0,0,0,0,3],
+"datum3_d_8hpp.html":[2,0,0,0,1,0,1],
+"datum3_d_8hpp_source.html":[2,0,0,0,1,0,1],
"datum_8hpp.html":[2,0,0,0,0,4],
"datum_8hpp.html#a07cabbfba0fbaa740292d7ffca1e33ed":[2,0,0,0,0,4,2],
"datum_8hpp.html#ad11d52b69bc54e48ceb2f5787f700431":[2,0,0,0,0,4,4],
@@ -194,12 +217,13 @@ var NAVTREEINDEX2 =
"dir_4506be49ee7fb2593b2eb7f8b65ab365.html":[2,0,0,0,4],
"dir_5e264839c35dab04bf5009e4b1c2721d.html":[2,0,0,0,9],
"dir_656bab9d729ebd6e2f5fd290e8e58c67.html":[2,0,0,0,10],
+"dir_6905540930e2894785a7f1c5aa3bda2e.html":[2,0,0,0,1,0],
"dir_7f012205977c6890af7afa3b7477c2d1.html":[2,0,0],
-"dir_811fac311eed76aeb4070c1afd4abeac.html":[2,0,0,0,1,1],
+"dir_811fac311eed76aeb4070c1afd4abeac.html":[2,0,0,0,1,2],
"dir_b2e62255944e9e5a8b460230324e9449.html":[2,0,0,0,7],
"dir_d6e567c8390b6a30c30307f931e28950.html":[2,0,0,0,0],
"dir_da8f0331eb5f441599a7c56ee4b45b7a.html":[2,0,0,0,3],
-"dir_dacb83de4055df6541fe915266a25b23.html":[2,0,0,0,1,0],
+"dir_dacb83de4055df6541fe915266a25b23.html":[2,0,0,0,1,1],
"dir_e6a46dbf99f5b50e7fc745799cfa5168.html":[2,0,0,0,5],
"dir_f405bd8e18e06aa171eb4c66f2ad61ec.html":[2,0,0,0,2],
"dir_fb1fa93424b14541859dcbe39f791178.html":[2,0,0,0,6],
@@ -211,43 +235,19 @@ var NAVTREEINDEX2 =
"error_and_log_8hpp.html#ad671f60788fdc2f4a04beda1dc3728c5":[2,0,0,0,9,3,6],
"error_and_log_8hpp.html#af548fe1a2ad2b392a25afe9b0b87b8dd":[2,0,0,0,9,3,7],
"error_and_log_8hpp_source.html":[2,0,0,0,9,3],
-"experimental_2headers_8hpp.html":[2,0,0,0,1,2],
-"experimental_2headers_8hpp_source.html":[2,0,0,0,1,2],
-"experimental_2producer_2headers_8hpp.html":[2,0,0,0,1,0,0],
-"experimental_2producer_2headers_8hpp_source.html":[2,0,0,0,1,0,0],
-"experimental_2tracking_2headers_8hpp.html":[2,0,0,0,1,1,0],
-"experimental_2tracking_2headers_8hpp_source.html":[2,0,0,0,1,1,0],
+"experimental_23d_2headers_8hpp.html":[2,0,0,0,1,0,2],
+"experimental_23d_2headers_8hpp_source.html":[2,0,0,0,1,0,2],
+"experimental_23d_2renderer_8hpp.html":[2,0,0,0,1,0,5],
+"experimental_23d_2renderer_8hpp_source.html":[2,0,0,0,1,0,5],
+"experimental_2headers_8hpp.html":[2,0,0,0,1,3],
+"experimental_2headers_8hpp_source.html":[2,0,0,0,1,3],
+"experimental_2producer_2headers_8hpp.html":[2,0,0,0,1,1,0],
+"experimental_2producer_2headers_8hpp_source.html":[2,0,0,0,1,1,0],
+"experimental_2tracking_2headers_8hpp.html":[2,0,0,0,1,2,0],
+"experimental_2tracking_2headers_8hpp_source.html":[2,0,0,0,1,2,0],
"face_2headers_8hpp.html":[2,0,0,0,2,8],
"face_2headers_8hpp_source.html":[2,0,0,0,2,8],
"face_cpu_renderer_8hpp.html":[2,0,0,0,2,0],
"face_cpu_renderer_8hpp_source.html":[2,0,0,0,2,0],
-"face_detector_8hpp.html":[2,0,0,0,2,1],
-"face_detector_8hpp_source.html":[2,0,0,0,2,1],
-"face_detector_open_c_v_8hpp.html":[2,0,0,0,2,2],
-"face_detector_open_c_v_8hpp_source.html":[2,0,0,0,2,2],
-"face_extractor_8hpp.html":[2,0,0,0,2,3],
-"face_extractor_8hpp_source.html":[2,0,0,0,2,3],
-"face_extractor_caffe_8hpp.html":[2,0,0,0,2,4],
-"face_extractor_caffe_8hpp_source.html":[2,0,0,0,2,4],
-"face_gpu_renderer_8hpp.html":[2,0,0,0,2,5],
-"face_gpu_renderer_8hpp_source.html":[2,0,0,0,2,5],
-"face_parameters_8hpp.html":[2,0,0,0,2,6],
-"face_parameters_8hpp.html#a00c56c20997f734b2bd44d6f85b86cf0":[2,0,0,0,2,6,11],
-"face_parameters_8hpp.html#a1245f62cf98c4ee7591dfc8807ef355d":[2,0,0,0,2,6,9],
-"face_parameters_8hpp.html#a15f6c39797cee87f6aa941d93f22b78b":[2,0,0,0,2,6,6],
-"face_parameters_8hpp.html#a1a7ddb1a137c44091a1b4161725adfa0":[2,0,0,0,2,6,2],
-"face_parameters_8hpp.html#a3fbae1778780ae5bf4ffcc84cdef1870":[2,0,0,0,2,6,4],
-"face_parameters_8hpp.html#a4d07868d77fb11253b413ed579e04c22":[2,0,0,0,2,6,10],
-"face_parameters_8hpp.html#a4f191afed46fea5e3ce5b2a8756e1ddd":[2,0,0,0,2,6,5],
-"face_parameters_8hpp.html#a740a6228babfde5f18fba6fc033ef0ed":[2,0,0,0,2,6,0],
-"face_parameters_8hpp.html#a7e2f64c1349d6a881c6ceb49757e099a":[2,0,0,0,2,6,1],
-"face_parameters_8hpp.html#a8a05bdc38612c38e28b96bba5b4679b8":[2,0,0,0,2,6,8],
-"face_parameters_8hpp.html#a9b4b92c621cc5962a72898899d2f2534":[2,0,0,0,2,6,7],
-"face_parameters_8hpp.html#aa6701cc08e1a8651798ef3bf8437375b":[2,0,0,0,2,6,3],
-"face_parameters_8hpp.html#abd0ef2306478c3295283e7f1b59e3aff":[2,0,0,0,2,6,12],
-"face_parameters_8hpp_source.html":[2,0,0,0,2,6],
-"face_renderer_8hpp.html":[2,0,0,0,2,7],
-"face_renderer_8hpp_source.html":[2,0,0,0,2,7],
-"fast_math_8hpp.html":[2,0,0,0,9,4],
-"fast_math_8hpp.html#a2dafd3db8f922405b38240345dd1dce5":[2,0,0,0,9,4,3]
+"face_detector_8hpp.html":[2,0,0,0,2,1]
};
diff --git a/html/navtreeindex3.js b/html/navtreeindex3.js
index 332433a0..7cd06ebb 100644
--- a/html/navtreeindex3.js
+++ b/html/navtreeindex3.js
@@ -1,5 +1,33 @@
var NAVTREEINDEX3 =
{
+"face_detector_8hpp_source.html":[2,0,0,0,2,1],
+"face_detector_open_c_v_8hpp.html":[2,0,0,0,2,2],
+"face_detector_open_c_v_8hpp_source.html":[2,0,0,0,2,2],
+"face_extractor_8hpp.html":[2,0,0,0,2,3],
+"face_extractor_8hpp_source.html":[2,0,0,0,2,3],
+"face_extractor_caffe_8hpp.html":[2,0,0,0,2,4],
+"face_extractor_caffe_8hpp_source.html":[2,0,0,0,2,4],
+"face_gpu_renderer_8hpp.html":[2,0,0,0,2,5],
+"face_gpu_renderer_8hpp_source.html":[2,0,0,0,2,5],
+"face_parameters_8hpp.html":[2,0,0,0,2,6],
+"face_parameters_8hpp.html#a00c56c20997f734b2bd44d6f85b86cf0":[2,0,0,0,2,6,11],
+"face_parameters_8hpp.html#a1245f62cf98c4ee7591dfc8807ef355d":[2,0,0,0,2,6,9],
+"face_parameters_8hpp.html#a15f6c39797cee87f6aa941d93f22b78b":[2,0,0,0,2,6,6],
+"face_parameters_8hpp.html#a1a7ddb1a137c44091a1b4161725adfa0":[2,0,0,0,2,6,2],
+"face_parameters_8hpp.html#a3fbae1778780ae5bf4ffcc84cdef1870":[2,0,0,0,2,6,4],
+"face_parameters_8hpp.html#a4d07868d77fb11253b413ed579e04c22":[2,0,0,0,2,6,10],
+"face_parameters_8hpp.html#a4f191afed46fea5e3ce5b2a8756e1ddd":[2,0,0,0,2,6,5],
+"face_parameters_8hpp.html#a740a6228babfde5f18fba6fc033ef0ed":[2,0,0,0,2,6,0],
+"face_parameters_8hpp.html#a7e2f64c1349d6a881c6ceb49757e099a":[2,0,0,0,2,6,1],
+"face_parameters_8hpp.html#a8a05bdc38612c38e28b96bba5b4679b8":[2,0,0,0,2,6,8],
+"face_parameters_8hpp.html#a9b4b92c621cc5962a72898899d2f2534":[2,0,0,0,2,6,7],
+"face_parameters_8hpp.html#aa6701cc08e1a8651798ef3bf8437375b":[2,0,0,0,2,6,3],
+"face_parameters_8hpp.html#abd0ef2306478c3295283e7f1b59e3aff":[2,0,0,0,2,6,12],
+"face_parameters_8hpp_source.html":[2,0,0,0,2,6],
+"face_renderer_8hpp.html":[2,0,0,0,2,7],
+"face_renderer_8hpp_source.html":[2,0,0,0,2,7],
+"fast_math_8hpp.html":[2,0,0,0,9,4],
+"fast_math_8hpp.html#a2dafd3db8f922405b38240345dd1dce5":[2,0,0,0,9,4,3],
"fast_math_8hpp.html#a61240e5fbd4ea84a2cfdc89407bcb1ae":[2,0,0,0,9,4,8],
"fast_math_8hpp.html#a65c35aa5a4461e819a01371f152a7407":[2,0,0,0,9,4,7],
"fast_math_8hpp.html#a6e1d1f90ef06cc7af576fdaad4b4e320":[2,0,0,0,9,4,2],
@@ -208,8 +236,8 @@ var NAVTREEINDEX3 =
"maximum_base_8hpp_source.html":[2,0,0,0,0,10],
"maximum_caffe_8hpp.html":[2,0,0,0,0,11],
"maximum_caffe_8hpp_source.html":[2,0,0,0,0,11],
-"namespaceboost.html":[0,0,0],
"namespaceboost.html":[1,0,0],
+"namespaceboost.html":[0,0,0],
"namespacecaffe.html":[1,0,1],
"namespacecaffe.html":[0,0,1],
"namespacemembers.html":[0,1,0,0],
@@ -221,33 +249,5 @@ var NAVTREEINDEX3 =
"namespacemembers_enum.html":[0,1,3],
"namespacemembers_eval.html":[0,1,4],
"namespacemembers_f.html":[0,1,0,5],
-"namespacemembers_func.html":[0,1,1],
-"namespacemembers_g.html":[0,1,0,6],
-"namespacemembers_h.html":[0,1,0,7],
-"namespacemembers_i.html":[0,1,0,8],
-"namespacemembers_j.html":[0,1,0,9],
-"namespacemembers_l.html":[0,1,0,10],
-"namespacemembers_m.html":[0,1,0,11],
-"namespacemembers_n.html":[0,1,0,12],
-"namespacemembers_o.html":[0,1,0,13],
-"namespacemembers_p.html":[0,1,0,14],
-"namespacemembers_r.html":[0,1,0,15],
-"namespacemembers_s.html":[0,1,0,16],
-"namespacemembers_t.html":[0,1,0,17],
-"namespacemembers_u.html":[0,1,0,18],
-"namespacemembers_v.html":[0,1,0,19],
-"namespacemembers_vars.html":[0,1,2],
-"namespacemembers_w.html":[0,1,0,20],
-"namespacemembers_x.html":[0,1,0,21],
-"namespacemembers_y.html":[0,1,0,22],
-"namespacemembers_z.html":[0,1,0,23],
-"namespaceop.html":[1,0,2],
-"namespaceop.html":[0,0,2],
-"namespaces.html":[0,0],
-"net_8hpp.html":[2,0,0,0,0,12],
-"net_8hpp_source.html":[2,0,0,0,0,12],
-"net_caffe_8hpp.html":[2,0,0,0,0,13],
-"net_caffe_8hpp_source.html":[2,0,0,0,0,13],
-"nms_base_8hpp.html":[2,0,0,0,0,14],
-"nms_base_8hpp.html#a38079f817e21c1b47c88704174b6abc7":[2,0,0,0,0,14,1]
+"namespacemembers_func.html":[0,1,1]
};
diff --git a/html/navtreeindex4.js b/html/navtreeindex4.js
index 70db857e..de47f5d2 100644
--- a/html/navtreeindex4.js
+++ b/html/navtreeindex4.js
@@ -1,5 +1,33 @@
var NAVTREEINDEX4 =
{
+"namespacemembers_g.html":[0,1,0,6],
+"namespacemembers_h.html":[0,1,0,7],
+"namespacemembers_i.html":[0,1,0,8],
+"namespacemembers_j.html":[0,1,0,9],
+"namespacemembers_l.html":[0,1,0,10],
+"namespacemembers_m.html":[0,1,0,11],
+"namespacemembers_n.html":[0,1,0,12],
+"namespacemembers_o.html":[0,1,0,13],
+"namespacemembers_p.html":[0,1,0,14],
+"namespacemembers_r.html":[0,1,0,15],
+"namespacemembers_s.html":[0,1,0,16],
+"namespacemembers_t.html":[0,1,0,17],
+"namespacemembers_u.html":[0,1,0,18],
+"namespacemembers_v.html":[0,1,0,19],
+"namespacemembers_vars.html":[0,1,2],
+"namespacemembers_w.html":[0,1,0,20],
+"namespacemembers_x.html":[0,1,0,21],
+"namespacemembers_y.html":[0,1,0,22],
+"namespacemembers_z.html":[0,1,0,23],
+"namespaceop.html":[1,0,2],
+"namespaceop.html":[0,0,2],
+"namespaces.html":[0,0],
+"net_8hpp.html":[2,0,0,0,0,12],
+"net_8hpp_source.html":[2,0,0,0,0,12],
+"net_caffe_8hpp.html":[2,0,0,0,0,13],
+"net_caffe_8hpp_source.html":[2,0,0,0,0,13],
+"nms_base_8hpp.html":[2,0,0,0,0,14],
+"nms_base_8hpp.html#a38079f817e21c1b47c88704174b6abc7":[2,0,0,0,0,14,1],
"nms_base_8hpp.html#ae2fb8a239d937b884913caa5bcbc2357":[2,0,0,0,0,14,0],
"nms_base_8hpp_source.html":[2,0,0,0,0,14],
"nms_caffe_8hpp.html":[2,0,0,0,0,15],
@@ -17,10 +45,12 @@ var NAVTREEINDEX4 =
"pages.html":[],
"people_json_saver_8hpp.html":[2,0,0,0,3,9],
"people_json_saver_8hpp_source.html":[2,0,0,0,3,9],
-"person_id_extractor_8hpp.html":[2,0,0,0,1,1,1],
-"person_id_extractor_8hpp_source.html":[2,0,0,0,1,1,1],
+"person_id_extractor_8hpp.html":[2,0,0,0,1,2,1],
+"person_id_extractor_8hpp_source.html":[2,0,0,0,1,2,1],
"point_8hpp.html":[2,0,0,0,0,17],
"point_8hpp_source.html":[2,0,0,0,0,17],
+"point_grey_8hpp.html":[2,0,0,0,1,0,3],
+"point_grey_8hpp_source.html":[2,0,0,0,1,0,3],
"pointer_container_8hpp.html":[2,0,0,0,9,10],
"pointer_container_8hpp.html#a02164ca0af9e838190f584f5d1d8465e":[2,0,0,0,9,10,2],
"pointer_container_8hpp_source.html":[2,0,0,0,9,10],
@@ -127,6 +157,8 @@ var NAVTREEINDEX4 =
"queue_8hpp_source.html":[2,0,0,0,8,3],
"queue_base_8hpp.html":[2,0,0,0,8,4],
"queue_base_8hpp_source.html":[2,0,0,0,8,4],
+"reconstruction3_d_8hpp.html":[2,0,0,0,1,0,4],
+"reconstruction3_d_8hpp_source.html":[2,0,0,0,1,0,4],
"rectangle_8hpp.html":[2,0,0,0,0,18],
"rectangle_8hpp.html#a7cd131c9ddd8f3987508e89e0881b9e0":[2,0,0,0,0,18,1],
"rectangle_8hpp_source.html":[2,0,0,0,0,18],
@@ -146,8 +178,6 @@ var NAVTREEINDEX4 =
"render_pose_8hpp.html#aa01e90a66388f8ced55d0aa61fb205a1":[2,0,0,0,6,11,1],
"render_pose_8hpp.html#ab79ad497b3b69db2d233656a2e97bc63":[2,0,0,0,6,11,3],
"render_pose_8hpp_source.html":[2,0,0,0,6,11],
-"renderer_8hpp.html":[2,0,0,0,0,19],
-"renderer_8hpp_source.html":[2,0,0,0,0,19],
"resize_and_merge_base_8hpp.html":[2,0,0,0,0,20],
"resize_and_merge_base_8hpp.html#a1b6c4abcf6948b5ac5651bb2f2909bc9":[2,0,0,0,0,20,0],
"resize_and_merge_base_8hpp.html#a6a5cb4e7c022ac0fbcc399e24bb6931a":[2,0,0,0,0,20,1],
@@ -204,6 +234,11 @@ var NAVTREEINDEX4 =
"structop_1_1_datum.html#aef6c478313691ab5101664c1df55aa58":[1,0,2,3,19],
"structop_1_1_datum.html#afb117821de7aff9ac3c219ef3bbc0c14":[1,0,2,3,32],
"structop_1_1_datum.html#afcdbf1d87e08761d952d19ef6a8ace10":[1,0,2,3,12],
+"structop_1_1_datum3_d.html":[1,0,2,21],
+"structop_1_1_datum3_d.html#a21a8b5fcb19b0285b9bc04025fafcc19":[1,0,2,21,2],
+"structop_1_1_datum3_d.html#a57a18e6a7fb951c9acf8dcf84bd0ca37":[1,0,2,21,3],
+"structop_1_1_datum3_d.html#a58323f2ac03b4c3fbc068a5d6f34b430":[1,0,2,21,0],
+"structop_1_1_datum3_d.html#ad5a1e0bc46e42a9ac0fb215a83823b62":[1,0,2,21,1],
"structop_1_1_point.html":[1,0,2,11],
"structop_1_1_point.html#a0374ab7bcd19af664a6c01328346d238":[1,0,2,11,24],
"structop_1_1_point.html#a44559988e3980e21568b5d9dd2897368":[1,0,2,11,1],
@@ -214,40 +249,5 @@ var NAVTREEINDEX4 =
"structop_1_1_point.html#a767e96d42e4653ac09ada5c5cdceb776":[1,0,2,11,21],
"structop_1_1_point.html#a7688d4f0cadcf1970380519df4cfffd7":[1,0,2,11,7],
"structop_1_1_point.html#a812d4ef29d102f4ad18f32ae54eb17ec":[1,0,2,11,25],
-"structop_1_1_point.html#a81a09bde4e8e27ec6e8b4808f0f60f57":[1,0,2,11,17],
-"structop_1_1_point.html#a9759f95e852025014cb071aefb242cef":[1,0,2,11,5],
-"structop_1_1_point.html#a9f80114d18ec8055360222d975bcd5a8":[1,0,2,11,0],
-"structop_1_1_point.html#aa389e5c56126074997b4a6fb1a471b45":[1,0,2,11,12],
-"structop_1_1_point.html#aa50152ec0736b622c159eb0ec8f7ad2b":[1,0,2,11,8],
-"structop_1_1_point.html#aa902ce5b63f3cb8b8b0b04e2f40288fe":[1,0,2,11,15],
-"structop_1_1_point.html#aabc0dee51a101fefbf1fdcd56f54b48c":[1,0,2,11,11],
-"structop_1_1_point.html#aada0e9eecee2fb30fb903b32f9f33047":[1,0,2,11,19],
-"structop_1_1_point.html#ab3b92e4a40cd58d948647484f21dd9ef":[1,0,2,11,2],
-"structop_1_1_point.html#aba8ffdc78fdec7d45222f640eb130874":[1,0,2,11,3],
-"structop_1_1_point.html#abf2bb2d2d5b3dba3424b489b99faa760":[1,0,2,11,14],
-"structop_1_1_point.html#ac8596f2b3b50464b6c6eaa34b0a2c48b":[1,0,2,11,20],
-"structop_1_1_point.html#ac97b928be312686c6438f0260ff4e004":[1,0,2,11,18],
-"structop_1_1_point.html#ad1bbf8b8bb32aedc9e6dbab99c82e1e9":[1,0,2,11,22],
-"structop_1_1_point.html#ad42deecd0077f7c962ca383cbc87e08f":[1,0,2,11,13],
-"structop_1_1_point.html#ad5005ff994bfcd1846854d6af103a3a6":[1,0,2,11,9],
-"structop_1_1_point.html#af8e49e33dad417d05ce8fb5f9dd68762":[1,0,2,11,16],
-"structop_1_1_point.html#afb53230d0d884ca5432e948605b5c2e6":[1,0,2,11,6],
-"structop_1_1_rectangle.html":[1,0,2,12],
-"structop_1_1_rectangle.html#a0112ddaa9782f3ccbb76a319b05f030b":[1,0,2,12,0],
-"structop_1_1_rectangle.html#a0bfef7eb53dc556ad80383742cdd0f99":[1,0,2,12,8],
-"structop_1_1_rectangle.html#a0d0ae826039b0961fae8723708809cdf":[1,0,2,12,16],
-"structop_1_1_rectangle.html#a1c9a572db2c17fb02a7d19e965c1d3dc":[1,0,2,12,12],
-"structop_1_1_rectangle.html#a2d3d7951770da3954d5af9e365f5780c":[1,0,2,12,7],
-"structop_1_1_rectangle.html#a3e2d164e2da15c298e4d5bc7b70c0a30":[1,0,2,12,4],
-"structop_1_1_rectangle.html#a5a9a60fdfd9c88ab8ded6275d64333ea":[1,0,2,12,2],
-"structop_1_1_rectangle.html#a5db1a105c3b95578a7532ce85e9f562c":[1,0,2,12,5],
-"structop_1_1_rectangle.html#a5db9f0e8c946d837a1d351cc0bc72811":[1,0,2,12,15],
-"structop_1_1_rectangle.html#a64e6891af0088a4ad271a725601b8043":[1,0,2,12,18],
-"structop_1_1_rectangle.html#a65620c7efbb3db95d85c90c2be3a851d":[1,0,2,12,9],
-"structop_1_1_rectangle.html#a85cabb0d2f3af02e32be35bb9841c1f3":[1,0,2,12,3],
-"structop_1_1_rectangle.html#abd3476f9a32ad2058ea67c75c2a547a2":[1,0,2,12,10],
-"structop_1_1_rectangle.html#abea1a6760629dc4ed99875dae9d5ac36":[1,0,2,12,11],
-"structop_1_1_rectangle.html#ac4ae58fe6ffd2f811f5cbc48661c1856":[1,0,2,12,17],
-"structop_1_1_rectangle.html#addb67763ca3a0ca9fd4f7184ad9d11ae":[1,0,2,12,13],
-"structop_1_1_rectangle.html#aed0ca00eb295de406ec8ec6dd03c1da5":[1,0,2,12,14]
+"structop_1_1_point.html#a81a09bde4e8e27ec6e8b4808f0f60f57":[1,0,2,11,17]
};
diff --git a/html/navtreeindex5.js b/html/navtreeindex5.js
index fa2c398b..4a494d8a 100644
--- a/html/navtreeindex5.js
+++ b/html/navtreeindex5.js
@@ -1,72 +1,107 @@
var NAVTREEINDEX5 =
{
+"structop_1_1_point.html#a9759f95e852025014cb071aefb242cef":[1,0,2,11,5],
+"structop_1_1_point.html#a9f80114d18ec8055360222d975bcd5a8":[1,0,2,11,0],
+"structop_1_1_point.html#aa389e5c56126074997b4a6fb1a471b45":[1,0,2,11,12],
+"structop_1_1_point.html#aa50152ec0736b622c159eb0ec8f7ad2b":[1,0,2,11,8],
+"structop_1_1_point.html#aa902ce5b63f3cb8b8b0b04e2f40288fe":[1,0,2,11,15],
+"structop_1_1_point.html#aabc0dee51a101fefbf1fdcd56f54b48c":[1,0,2,11,11],
+"structop_1_1_point.html#aada0e9eecee2fb30fb903b32f9f33047":[1,0,2,11,19],
+"structop_1_1_point.html#ab3b92e4a40cd58d948647484f21dd9ef":[1,0,2,11,2],
+"structop_1_1_point.html#aba8ffdc78fdec7d45222f640eb130874":[1,0,2,11,3],
+"structop_1_1_point.html#abf2bb2d2d5b3dba3424b489b99faa760":[1,0,2,11,14],
+"structop_1_1_point.html#ac8596f2b3b50464b6c6eaa34b0a2c48b":[1,0,2,11,20],
+"structop_1_1_point.html#ac97b928be312686c6438f0260ff4e004":[1,0,2,11,18],
+"structop_1_1_point.html#ad1bbf8b8bb32aedc9e6dbab99c82e1e9":[1,0,2,11,22],
+"structop_1_1_point.html#ad42deecd0077f7c962ca383cbc87e08f":[1,0,2,11,13],
+"structop_1_1_point.html#ad5005ff994bfcd1846854d6af103a3a6":[1,0,2,11,9],
+"structop_1_1_point.html#af8e49e33dad417d05ce8fb5f9dd68762":[1,0,2,11,16],
+"structop_1_1_point.html#afb53230d0d884ca5432e948605b5c2e6":[1,0,2,11,6],
+"structop_1_1_rectangle.html":[1,0,2,12],
+"structop_1_1_rectangle.html#a0112ddaa9782f3ccbb76a319b05f030b":[1,0,2,12,0],
+"structop_1_1_rectangle.html#a0bfef7eb53dc556ad80383742cdd0f99":[1,0,2,12,8],
+"structop_1_1_rectangle.html#a0d0ae826039b0961fae8723708809cdf":[1,0,2,12,16],
+"structop_1_1_rectangle.html#a1c9a572db2c17fb02a7d19e965c1d3dc":[1,0,2,12,12],
+"structop_1_1_rectangle.html#a2d3d7951770da3954d5af9e365f5780c":[1,0,2,12,7],
+"structop_1_1_rectangle.html#a3e2d164e2da15c298e4d5bc7b70c0a30":[1,0,2,12,4],
+"structop_1_1_rectangle.html#a5a9a60fdfd9c88ab8ded6275d64333ea":[1,0,2,12,2],
+"structop_1_1_rectangle.html#a5db1a105c3b95578a7532ce85e9f562c":[1,0,2,12,5],
+"structop_1_1_rectangle.html#a5db9f0e8c946d837a1d351cc0bc72811":[1,0,2,12,15],
+"structop_1_1_rectangle.html#a64e6891af0088a4ad271a725601b8043":[1,0,2,12,18],
+"structop_1_1_rectangle.html#a65620c7efbb3db95d85c90c2be3a851d":[1,0,2,12,9],
+"structop_1_1_rectangle.html#a85cabb0d2f3af02e32be35bb9841c1f3":[1,0,2,12,3],
+"structop_1_1_rectangle.html#abd3476f9a32ad2058ea67c75c2a547a2":[1,0,2,12,10],
+"structop_1_1_rectangle.html#abea1a6760629dc4ed99875dae9d5ac36":[1,0,2,12,11],
+"structop_1_1_rectangle.html#ac4ae58fe6ffd2f811f5cbc48661c1856":[1,0,2,12,17],
+"structop_1_1_rectangle.html#addb67763ca3a0ca9fd4f7184ad9d11ae":[1,0,2,12,13],
+"structop_1_1_rectangle.html#aed0ca00eb295de406ec8ec6dd03c1da5":[1,0,2,12,14],
"structop_1_1_rectangle.html#aed48a0008434867b879a678c1da015b3":[1,0,2,12,6],
"structop_1_1_rectangle.html#afbb0da8956e35178d3f28d2b1d998175":[1,0,2,12,1],
-"structop_1_1_wrapper_struct_face.html":[1,0,2,105],
-"structop_1_1_wrapper_struct_face.html#a48844c4c23c71372258518015d0b81b1":[1,0,2,105,0],
-"structop_1_1_wrapper_struct_face.html#a49f609ae1c075f272bbaf32e128cc3a9":[1,0,2,105,1],
-"structop_1_1_wrapper_struct_face.html#a65a0244cbcea06621c6f8c41e519990f":[1,0,2,105,2],
-"structop_1_1_wrapper_struct_face.html#a8fadeca500dde0df2a35f864bf05ee05":[1,0,2,105,3],
-"structop_1_1_wrapper_struct_face.html#a982e3f1a13358a522e1882d17cb80d57":[1,0,2,105,6],
-"structop_1_1_wrapper_struct_face.html#a9845712fd6ebb66fccb0c1647e3491a0":[1,0,2,105,4],
-"structop_1_1_wrapper_struct_face.html#accc6e564598130b9bf0a6d0ec9c304c4":[1,0,2,105,5],
-"structop_1_1_wrapper_struct_hand.html":[1,0,2,106],
-"structop_1_1_wrapper_struct_hand.html#a3283127d10840219bf2aacedeef0b72b":[1,0,2,106,0],
-"structop_1_1_wrapper_struct_hand.html#a667ad7eed9f4f96b460f331d25f3d87f":[1,0,2,106,3],
-"structop_1_1_wrapper_struct_hand.html#a6a54d5b5766d23412c87bd10c26cb291":[1,0,2,106,4],
-"structop_1_1_wrapper_struct_hand.html#a716f9c98cbee1a4a70d5978875795c4d":[1,0,2,106,1],
-"structop_1_1_wrapper_struct_hand.html#a8074cf22f8926d7f4d1d60cacae99c3e":[1,0,2,106,2],
-"structop_1_1_wrapper_struct_hand.html#a86ca862d3d24a5cf0b1122b64aac7a68":[1,0,2,106,9],
-"structop_1_1_wrapper_struct_hand.html#a90ddd24ee55b6aabd9a1728ccd91525e":[1,0,2,106,5],
-"structop_1_1_wrapper_struct_hand.html#a9655c0dfa83eefde174d09e622482089":[1,0,2,106,6],
-"structop_1_1_wrapper_struct_hand.html#adaea15e182e5c75129293873cd94e35f":[1,0,2,106,7],
-"structop_1_1_wrapper_struct_hand.html#aea6263dc96708b11fab72416d810b3d6":[1,0,2,106,8],
-"structop_1_1_wrapper_struct_input.html":[1,0,2,107],
-"structop_1_1_wrapper_struct_input.html#a06aaa39948ac1a83a234b99f270ee14b":[1,0,2,107,0],
-"structop_1_1_wrapper_struct_input.html#a2eeea9ee711a1dcbec99c3dc871fbc47":[1,0,2,107,7],
-"structop_1_1_wrapper_struct_input.html#a5cffb282052bdd812217e54f0b2ec7d5":[1,0,2,107,3],
-"structop_1_1_wrapper_struct_input.html#a5ee9722814fe2b5a695511cabd12b613":[1,0,2,107,2],
-"structop_1_1_wrapper_struct_input.html#a7c80f6a3687696ba30d3ce0902ac162f":[1,0,2,107,5],
-"structop_1_1_wrapper_struct_input.html#a86df98e50b680b30afe100d8b2b50685":[1,0,2,107,4],
-"structop_1_1_wrapper_struct_input.html#acc72b8efe09ec3888823ed5680a19fe4":[1,0,2,107,1],
-"structop_1_1_wrapper_struct_input.html#adb77e57fd11db9950d9754a2c8c8eaa5":[1,0,2,107,6],
-"structop_1_1_wrapper_struct_output.html":[1,0,2,108],
-"structop_1_1_wrapper_struct_output.html#a34d5796e02b8afaaaef99fc26e7f3056":[1,0,2,108,6],
-"structop_1_1_wrapper_struct_output.html#a4e2dea7ddcfe36b51c160e4fd24b8a47":[1,0,2,108,1],
-"structop_1_1_wrapper_struct_output.html#a5f56c15d410645442b5ac21c316b9c85":[1,0,2,108,7],
-"structop_1_1_wrapper_struct_output.html#a6efbd77da8ebcea3abc4109bb2f39c0b":[1,0,2,108,4],
-"structop_1_1_wrapper_struct_output.html#a7316c62e50f99fc5af7c94ab84a1e7b4":[1,0,2,108,0],
-"structop_1_1_wrapper_struct_output.html#a73d6a5687ab8abac22f5cd29690b6277":[1,0,2,108,12],
-"structop_1_1_wrapper_struct_output.html#a8a2f29bae4ff55195b10a83717a0f738":[1,0,2,108,9],
-"structop_1_1_wrapper_struct_output.html#aaf5df884418d2bf1df36505009264ece":[1,0,2,108,2],
-"structop_1_1_wrapper_struct_output.html#aba2aed26f1d01771a0c896bc50e477a5":[1,0,2,108,8],
-"structop_1_1_wrapper_struct_output.html#ac72ad601daf957b9b000206e9f1fe0ad":[1,0,2,108,3],
-"structop_1_1_wrapper_struct_output.html#ad338fd4719d6f243bb64bc67f68bc7c9":[1,0,2,108,11],
-"structop_1_1_wrapper_struct_output.html#ad9ca696781cb7c250752f078f5c937fc":[1,0,2,108,10],
-"structop_1_1_wrapper_struct_output.html#adca0d08aa43e2280ca06a8db0deb81bc":[1,0,2,108,5],
-"structop_1_1_wrapper_struct_pose.html":[1,0,2,109],
-"structop_1_1_wrapper_struct_pose.html#a0aa4454f4a528f28395e2463ffd8d1af":[1,0,2,109,12],
-"structop_1_1_wrapper_struct_pose.html#a322ff95b6a2838fe0d55afb28d2a4224":[1,0,2,109,19],
-"structop_1_1_wrapper_struct_pose.html#a35147b6fb9e300d79b71637793053a1b":[1,0,2,109,17],
-"structop_1_1_wrapper_struct_pose.html#a4900b6c522150140d27f2e98a260e0ec":[1,0,2,109,13],
-"structop_1_1_wrapper_struct_pose.html#a4d3ad84b14697d5f1009fa29e2ff1998":[1,0,2,109,3],
-"structop_1_1_wrapper_struct_pose.html#a536ea76d50e94d513066e9e5767d0c03":[1,0,2,109,8],
-"structop_1_1_wrapper_struct_pose.html#a646ae142f821411d22d772b76960d585":[1,0,2,109,20],
-"structop_1_1_wrapper_struct_pose.html#a6780395296eca480ff64d4815ce7812d":[1,0,2,109,0],
-"structop_1_1_wrapper_struct_pose.html#a782ba82c6aeabea8fa625042fdf09408":[1,0,2,109,7],
-"structop_1_1_wrapper_struct_pose.html#a80ead0f411ddab86f643345e4effe805":[1,0,2,109,16],
-"structop_1_1_wrapper_struct_pose.html#a8be188d871061079432ead77b278fe0d":[1,0,2,109,9],
-"structop_1_1_wrapper_struct_pose.html#a8ff78782ff1bfdcec3e20e42fc03dbc6":[1,0,2,109,14],
-"structop_1_1_wrapper_struct_pose.html#aa2cee9019b708d48cc18313615d0189e":[1,0,2,109,4],
-"structop_1_1_wrapper_struct_pose.html#aa459f2f26c1f1a929af55b8c2d39ccf6":[1,0,2,109,11],
-"structop_1_1_wrapper_struct_pose.html#ab6810e97aa62a728aa09dbbe6b9b6c06":[1,0,2,109,5],
-"structop_1_1_wrapper_struct_pose.html#abeb9ae450a7b37e76075c8dca64b3617":[1,0,2,109,10],
-"structop_1_1_wrapper_struct_pose.html#ac1233492c750fbd98df353bffa8f9b78":[1,0,2,109,2],
-"structop_1_1_wrapper_struct_pose.html#acad34562a52b7474f928a021b03a9f90":[1,0,2,109,6],
-"structop_1_1_wrapper_struct_pose.html#acff912f14ba3c0ba706ea99e1cef790e":[1,0,2,109,15],
-"structop_1_1_wrapper_struct_pose.html#ad23a9c103a60709eed9d7b7381828e5e":[1,0,2,109,21],
-"structop_1_1_wrapper_struct_pose.html#ad6b5ea0cef8eb81d20ab39099ba7716e":[1,0,2,109,18],
-"structop_1_1_wrapper_struct_pose.html#ad73981c6ad9b23f511ef6f12136bf8e7":[1,0,2,109,1],
+"structop_1_1_wrapper_struct_face.html":[1,0,2,109],
+"structop_1_1_wrapper_struct_face.html#a48844c4c23c71372258518015d0b81b1":[1,0,2,109,0],
+"structop_1_1_wrapper_struct_face.html#a49f609ae1c075f272bbaf32e128cc3a9":[1,0,2,109,1],
+"structop_1_1_wrapper_struct_face.html#a65a0244cbcea06621c6f8c41e519990f":[1,0,2,109,2],
+"structop_1_1_wrapper_struct_face.html#a8fadeca500dde0df2a35f864bf05ee05":[1,0,2,109,3],
+"structop_1_1_wrapper_struct_face.html#a982e3f1a13358a522e1882d17cb80d57":[1,0,2,109,6],
+"structop_1_1_wrapper_struct_face.html#a9845712fd6ebb66fccb0c1647e3491a0":[1,0,2,109,4],
+"structop_1_1_wrapper_struct_face.html#accc6e564598130b9bf0a6d0ec9c304c4":[1,0,2,109,5],
+"structop_1_1_wrapper_struct_hand.html":[1,0,2,110],
+"structop_1_1_wrapper_struct_hand.html#a3283127d10840219bf2aacedeef0b72b":[1,0,2,110,0],
+"structop_1_1_wrapper_struct_hand.html#a667ad7eed9f4f96b460f331d25f3d87f":[1,0,2,110,3],
+"structop_1_1_wrapper_struct_hand.html#a6a54d5b5766d23412c87bd10c26cb291":[1,0,2,110,4],
+"structop_1_1_wrapper_struct_hand.html#a716f9c98cbee1a4a70d5978875795c4d":[1,0,2,110,1],
+"structop_1_1_wrapper_struct_hand.html#a8074cf22f8926d7f4d1d60cacae99c3e":[1,0,2,110,2],
+"structop_1_1_wrapper_struct_hand.html#a86ca862d3d24a5cf0b1122b64aac7a68":[1,0,2,110,9],
+"structop_1_1_wrapper_struct_hand.html#a90ddd24ee55b6aabd9a1728ccd91525e":[1,0,2,110,5],
+"structop_1_1_wrapper_struct_hand.html#a9655c0dfa83eefde174d09e622482089":[1,0,2,110,6],
+"structop_1_1_wrapper_struct_hand.html#adaea15e182e5c75129293873cd94e35f":[1,0,2,110,7],
+"structop_1_1_wrapper_struct_hand.html#aea6263dc96708b11fab72416d810b3d6":[1,0,2,110,8],
+"structop_1_1_wrapper_struct_input.html":[1,0,2,111],
+"structop_1_1_wrapper_struct_input.html#a06aaa39948ac1a83a234b99f270ee14b":[1,0,2,111,0],
+"structop_1_1_wrapper_struct_input.html#a2eeea9ee711a1dcbec99c3dc871fbc47":[1,0,2,111,7],
+"structop_1_1_wrapper_struct_input.html#a5cffb282052bdd812217e54f0b2ec7d5":[1,0,2,111,3],
+"structop_1_1_wrapper_struct_input.html#a5ee9722814fe2b5a695511cabd12b613":[1,0,2,111,2],
+"structop_1_1_wrapper_struct_input.html#a7c80f6a3687696ba30d3ce0902ac162f":[1,0,2,111,5],
+"structop_1_1_wrapper_struct_input.html#a86df98e50b680b30afe100d8b2b50685":[1,0,2,111,4],
+"structop_1_1_wrapper_struct_input.html#acc72b8efe09ec3888823ed5680a19fe4":[1,0,2,111,1],
+"structop_1_1_wrapper_struct_input.html#adb77e57fd11db9950d9754a2c8c8eaa5":[1,0,2,111,6],
+"structop_1_1_wrapper_struct_output.html":[1,0,2,112],
+"structop_1_1_wrapper_struct_output.html#a34d5796e02b8afaaaef99fc26e7f3056":[1,0,2,112,6],
+"structop_1_1_wrapper_struct_output.html#a4e2dea7ddcfe36b51c160e4fd24b8a47":[1,0,2,112,1],
+"structop_1_1_wrapper_struct_output.html#a5f56c15d410645442b5ac21c316b9c85":[1,0,2,112,7],
+"structop_1_1_wrapper_struct_output.html#a6efbd77da8ebcea3abc4109bb2f39c0b":[1,0,2,112,4],
+"structop_1_1_wrapper_struct_output.html#a7316c62e50f99fc5af7c94ab84a1e7b4":[1,0,2,112,0],
+"structop_1_1_wrapper_struct_output.html#a73d6a5687ab8abac22f5cd29690b6277":[1,0,2,112,12],
+"structop_1_1_wrapper_struct_output.html#a8a2f29bae4ff55195b10a83717a0f738":[1,0,2,112,9],
+"structop_1_1_wrapper_struct_output.html#aaf5df884418d2bf1df36505009264ece":[1,0,2,112,2],
+"structop_1_1_wrapper_struct_output.html#aba2aed26f1d01771a0c896bc50e477a5":[1,0,2,112,8],
+"structop_1_1_wrapper_struct_output.html#ac72ad601daf957b9b000206e9f1fe0ad":[1,0,2,112,3],
+"structop_1_1_wrapper_struct_output.html#ad338fd4719d6f243bb64bc67f68bc7c9":[1,0,2,112,11],
+"structop_1_1_wrapper_struct_output.html#ad9ca696781cb7c250752f078f5c937fc":[1,0,2,112,10],
+"structop_1_1_wrapper_struct_output.html#adca0d08aa43e2280ca06a8db0deb81bc":[1,0,2,112,5],
+"structop_1_1_wrapper_struct_pose.html":[1,0,2,113],
+"structop_1_1_wrapper_struct_pose.html#a0aa4454f4a528f28395e2463ffd8d1af":[1,0,2,113,12],
+"structop_1_1_wrapper_struct_pose.html#a322ff95b6a2838fe0d55afb28d2a4224":[1,0,2,113,19],
+"structop_1_1_wrapper_struct_pose.html#a35147b6fb9e300d79b71637793053a1b":[1,0,2,113,17],
+"structop_1_1_wrapper_struct_pose.html#a4900b6c522150140d27f2e98a260e0ec":[1,0,2,113,13],
+"structop_1_1_wrapper_struct_pose.html#a4d3ad84b14697d5f1009fa29e2ff1998":[1,0,2,113,3],
+"structop_1_1_wrapper_struct_pose.html#a536ea76d50e94d513066e9e5767d0c03":[1,0,2,113,8],
+"structop_1_1_wrapper_struct_pose.html#a646ae142f821411d22d772b76960d585":[1,0,2,113,20],
+"structop_1_1_wrapper_struct_pose.html#a6780395296eca480ff64d4815ce7812d":[1,0,2,113,0],
+"structop_1_1_wrapper_struct_pose.html#a782ba82c6aeabea8fa625042fdf09408":[1,0,2,113,7],
+"structop_1_1_wrapper_struct_pose.html#a80ead0f411ddab86f643345e4effe805":[1,0,2,113,16],
+"structop_1_1_wrapper_struct_pose.html#a8be188d871061079432ead77b278fe0d":[1,0,2,113,9],
+"structop_1_1_wrapper_struct_pose.html#a8ff78782ff1bfdcec3e20e42fc03dbc6":[1,0,2,113,14],
+"structop_1_1_wrapper_struct_pose.html#aa2cee9019b708d48cc18313615d0189e":[1,0,2,113,4],
+"structop_1_1_wrapper_struct_pose.html#aa459f2f26c1f1a929af55b8c2d39ccf6":[1,0,2,113,11],
+"structop_1_1_wrapper_struct_pose.html#ab6810e97aa62a728aa09dbbe6b9b6c06":[1,0,2,113,5],
+"structop_1_1_wrapper_struct_pose.html#abeb9ae450a7b37e76075c8dca64b3617":[1,0,2,113,10],
+"structop_1_1_wrapper_struct_pose.html#ac1233492c750fbd98df353bffa8f9b78":[1,0,2,113,2],
+"structop_1_1_wrapper_struct_pose.html#acad34562a52b7474f928a021b03a9f90":[1,0,2,113,6],
+"structop_1_1_wrapper_struct_pose.html#acff912f14ba3c0ba706ea99e1cef790e":[1,0,2,113,15],
+"structop_1_1_wrapper_struct_pose.html#ad23a9c103a60709eed9d7b7381828e5e":[1,0,2,113,21],
+"structop_1_1_wrapper_struct_pose.html#ad6b5ea0cef8eb81d20ab39099ba7716e":[1,0,2,113,18],
+"structop_1_1_wrapper_struct_pose.html#ad73981c6ad9b23f511ef6f12136bf8e7":[1,0,2,113,1],
"sub_thread_8hpp.html":[2,0,0,0,8,5],
"sub_thread_8hpp.html#af98c8e514e79d4718fb1fc64dc0e431b":[2,0,0,0,8,5,1],
"sub_thread_8hpp_source.html":[2,0,0,0,8,5],
@@ -192,11 +227,11 @@ var NAVTREEINDEX5 =
"w_people_json_saver_8hpp.html":[2,0,0,0,3,16],
"w_people_json_saver_8hpp.html#a774871462f7fefb8cadea1e49f501e45":[2,0,0,0,3,16,1],
"w_people_json_saver_8hpp_source.html":[2,0,0,0,3,16],
-"w_people_pose_loader_8hpp.html":[2,0,0,0,1,0,1],
-"w_people_pose_loader_8hpp_source.html":[2,0,0,0,1,0,1],
-"w_person_id_extractor_8hpp.html":[2,0,0,0,1,1,2],
-"w_person_id_extractor_8hpp.html#a674a652ad38b355285417529fc050847":[2,0,0,0,1,1,2,1],
-"w_person_id_extractor_8hpp_source.html":[2,0,0,0,1,1,2],
+"w_people_pose_loader_8hpp.html":[2,0,0,0,1,1,1],
+"w_people_pose_loader_8hpp_source.html":[2,0,0,0,1,1,1],
+"w_person_id_extractor_8hpp.html":[2,0,0,0,1,2,2],
+"w_person_id_extractor_8hpp.html#a674a652ad38b355285417529fc050847":[2,0,0,0,1,2,2,1],
+"w_person_id_extractor_8hpp_source.html":[2,0,0,0,1,2,2],
"w_pose_extractor_8hpp.html":[2,0,0,0,6,12],
"w_pose_extractor_8hpp.html#a020603e3ad6326cb1dce43485157f768":[2,0,0,0,6,12,1],
"w_pose_extractor_8hpp_source.html":[2,0,0,0,6,12],
@@ -214,30 +249,5 @@ var NAVTREEINDEX5 =
"w_scale_and_size_extractor_8hpp_source.html":[2,0,0,0,0,27],
"w_video_saver_8hpp.html":[2,0,0,0,3,18],
"w_video_saver_8hpp.html#a49bd4106b0cd1cb81980329b06c0d2c8":[2,0,0,0,3,18,1],
-"w_video_saver_8hpp_source.html":[2,0,0,0,3,18],
-"webcam_reader_8hpp.html":[2,0,0,0,7,9],
-"webcam_reader_8hpp_source.html":[2,0,0,0,7,9],
-"worker_8hpp.html":[2,0,0,0,8,13],
-"worker_8hpp.html#a5642545fda1c3bbaf60810cf0e2d2c1d":[2,0,0,0,8,13,1],
-"worker_8hpp_source.html":[2,0,0,0,8,13],
-"worker_consumer_8hpp.html":[2,0,0,0,8,14],
-"worker_consumer_8hpp.html#a01aa5c6e24026536367cf47a64e9bba5":[2,0,0,0,8,14,1],
-"worker_consumer_8hpp_source.html":[2,0,0,0,8,14],
-"worker_producer_8hpp.html":[2,0,0,0,8,15],
-"worker_producer_8hpp.html#a5660f0e72781ce6d7db9eb78b582e5c6":[2,0,0,0,8,15,1],
-"worker_producer_8hpp_source.html":[2,0,0,0,8,15],
-"wrapper_2headers_8hpp.html":[2,0,0,0,10,0],
-"wrapper_2headers_8hpp_source.html":[2,0,0,0,10,0],
-"wrapper_8hpp.html":[2,0,0,0,10,1],
-"wrapper_8hpp_source.html":[2,0,0,0,10,1],
-"wrapper_struct_face_8hpp.html":[2,0,0,0,10,2],
-"wrapper_struct_face_8hpp_source.html":[2,0,0,0,10,2],
-"wrapper_struct_hand_8hpp.html":[2,0,0,0,10,3],
-"wrapper_struct_hand_8hpp_source.html":[2,0,0,0,10,3],
-"wrapper_struct_input_8hpp.html":[2,0,0,0,10,4],
-"wrapper_struct_input_8hpp_source.html":[2,0,0,0,10,4],
-"wrapper_struct_output_8hpp.html":[2,0,0,0,10,5],
-"wrapper_struct_output_8hpp_source.html":[2,0,0,0,10,5],
-"wrapper_struct_pose_8hpp.html":[2,0,0,0,10,6],
-"wrapper_struct_pose_8hpp_source.html":[2,0,0,0,10,6]
+"w_video_saver_8hpp_source.html":[2,0,0,0,3,18]
};
diff --git a/html/navtreeindex6.js b/html/navtreeindex6.js
new file mode 100644
index 00000000..398adec9
--- /dev/null
+++ b/html/navtreeindex6.js
@@ -0,0 +1,28 @@
+var NAVTREEINDEX6 =
+{
+"webcam_reader_8hpp.html":[2,0,0,0,7,9],
+"webcam_reader_8hpp_source.html":[2,0,0,0,7,9],
+"worker_8hpp.html":[2,0,0,0,8,13],
+"worker_8hpp.html#a5642545fda1c3bbaf60810cf0e2d2c1d":[2,0,0,0,8,13,1],
+"worker_8hpp_source.html":[2,0,0,0,8,13],
+"worker_consumer_8hpp.html":[2,0,0,0,8,14],
+"worker_consumer_8hpp.html#a01aa5c6e24026536367cf47a64e9bba5":[2,0,0,0,8,14,1],
+"worker_consumer_8hpp_source.html":[2,0,0,0,8,14],
+"worker_producer_8hpp.html":[2,0,0,0,8,15],
+"worker_producer_8hpp.html#a5660f0e72781ce6d7db9eb78b582e5c6":[2,0,0,0,8,15,1],
+"worker_producer_8hpp_source.html":[2,0,0,0,8,15],
+"wrapper_2headers_8hpp.html":[2,0,0,0,10,0],
+"wrapper_2headers_8hpp_source.html":[2,0,0,0,10,0],
+"wrapper_8hpp.html":[2,0,0,0,10,1],
+"wrapper_8hpp_source.html":[2,0,0,0,10,1],
+"wrapper_struct_face_8hpp.html":[2,0,0,0,10,2],
+"wrapper_struct_face_8hpp_source.html":[2,0,0,0,10,2],
+"wrapper_struct_hand_8hpp.html":[2,0,0,0,10,3],
+"wrapper_struct_hand_8hpp_source.html":[2,0,0,0,10,3],
+"wrapper_struct_input_8hpp.html":[2,0,0,0,10,4],
+"wrapper_struct_input_8hpp_source.html":[2,0,0,0,10,4],
+"wrapper_struct_output_8hpp.html":[2,0,0,0,10,5],
+"wrapper_struct_output_8hpp_source.html":[2,0,0,0,10,5],
+"wrapper_struct_pose_8hpp.html":[2,0,0,0,10,6],
+"wrapper_struct_pose_8hpp_source.html":[2,0,0,0,10,6]
+};
diff --git a/html/point_grey_8hpp.html b/html/point_grey_8hpp.html
new file mode 100644
index 00000000..d0feca02
--- /dev/null
+++ b/html/point_grey_8hpp.html
@@ -0,0 +1,141 @@
+
+
+
+
+
+
+OpenPose: /home/travis/build/CMU-Perceptual-Computing-Lab/openpose/include/openpose/experimental/3d/pointGrey.hpp File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ OpenPose
+ 1.0.0rc2
+
+ OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/html/point_grey_8hpp_source.html b/html/point_grey_8hpp_source.html
new file mode 100644
index 00000000..d06a8f34
--- /dev/null
+++ b/html/point_grey_8hpp_source.html
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+OpenPose: /home/travis/build/CMU-Perceptual-Computing-Lab/openpose/include/openpose/experimental/3d/pointGrey.hpp Source File
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ OpenPose
+ 1.0.0rc2
+
+ OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Go to the documentation of this file. 1 #ifndef OPENPOSE_EXPERIMENTAL_3D_POINT_GREY_HPP
+
2 #define OPENPOSE_EXPERIMENTAL_3D_POINT_GREY_HPP
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
27 void initializationOnThread();
+
+
29 std::shared_ptr<std::vector<Datum3D>> workProducer();
+
+
+
+
+
34 struct ImplWPointGrey;
+
35 std::unique_ptr<ImplWPointGrey> upImpl;
+
+
+
+
39 #endif // OPENPOSE_EXPERIMENTAL_3D_POINT_GREY_HPP
+
+
+
Definition: workerProducer.hpp:10
+
Definition: pointGrey.hpp:20
+
+
#define OP_API
Definition: macros.hpp:9
+
+
+
+
+
+
diff --git a/html/pose_cpu_renderer_8hpp.html b/html/pose_cpu_renderer_8hpp.html
index a7849177..b936688b 100644
--- a/html/pose_cpu_renderer_8hpp.html
+++ b/html/pose_cpu_renderer_8hpp.html
@@ -111,7 +111,7 @@ $(document).ready(function(){initNavTree('pose_cpu_renderer_8hpp.html','');});
#include <openpose/core/common.hpp >
-
#include <openpose/core/renderer.hpp >
+
#include <openpose/core/renderer.hpp >
#include <openpose/pose/enumClasses.hpp >
#include <openpose/pose/poseExtractor.hpp >
#include <openpose/pose/poseParameters.hpp >
diff --git a/html/pose_cpu_renderer_8hpp_source.html b/html/pose_cpu_renderer_8hpp_source.html
index 88f4a894..8a35d32c 100644
--- a/html/pose_cpu_renderer_8hpp_source.html
+++ b/html/pose_cpu_renderer_8hpp_source.html
@@ -111,7 +111,7 @@ $(document).ready(function(){initNavTree('pose_cpu_renderer_8hpp_source.html',''
2 #define OPENPOSE_POSE_POSE_CPU_RENDERER_HPP
-
+
@@ -141,6 +141,7 @@ $(document).ready(function(){initNavTree('pose_cpu_renderer_8hpp_source.html',''
const auto POSE_DEFAULT_ALPHA_KEYPOINT
Definition: poseParametersRender.hpp:10
PoseModel
Definition: enumClasses.hpp:9
+
Definition: poseRenderer.hpp:9
@@ -149,7 +150,6 @@ $(document).ready(function(){initNavTree('pose_cpu_renderer_8hpp_source.html',''
Definition: poseCpuRenderer.hpp:13
Definition: renderer.hpp:9
const auto POSE_DEFAULT_ALPHA_HEAT_MAP
Definition: poseParametersRender.hpp:11
-
diff --git a/html/reconstruction3_d_8hpp.html b/html/reconstruction3_d_8hpp.html
new file mode 100644
index 00000000..fda83170
--- /dev/null
+++ b/html/reconstruction3_d_8hpp.html
@@ -0,0 +1,141 @@
+
+
+
+
+
+
+OpenPose: /home/travis/build/CMU-Perceptual-Computing-Lab/openpose/include/openpose/experimental/3d/reconstruction3D.hpp File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ OpenPose
+ 1.0.0rc2
+
+ OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/html/reconstruction3_d_8hpp_source.html b/html/reconstruction3_d_8hpp_source.html
new file mode 100644
index 00000000..314589ac
--- /dev/null
+++ b/html/reconstruction3_d_8hpp_source.html
@@ -0,0 +1,155 @@
+
+
+
+
+
+
+OpenPose: /home/travis/build/CMU-Perceptual-Computing-Lab/openpose/include/openpose/experimental/3d/reconstruction3D.hpp Source File
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ OpenPose
+ 1.0.0rc2
+
+ OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Go to the documentation of this file. 1 #ifndef OPENPOSE_EXPERIMENTAL_3D_RECONSTRUCTION_3D_HPP
+
2 #define OPENPOSE_EXPERIMENTAL_3D_RECONSTRUCTION_3D_HPP
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
22 void work(std::shared_ptr<std::vector<Datum3D>>& datumsPtr);
+
+
+
+
26 #endif // OPENPOSE_EXPERIMENTAL_3D_RECONSTRUCTION_3D_HPP
+
+
void initializationOnThread()
Definition: reconstruction3D.hpp:20
+
+
+
+
Definition: reconstruction3D.hpp:17
+
#define OP_API
Definition: macros.hpp:9
+
+
+
+
+
+
diff --git a/html/search/all_11.js b/html/search/all_11.js
index 15452356..822da30f 100644
--- a/html/search/all_11.js
+++ b/html/search/all_11.js
@@ -3,6 +3,7 @@ var searchData=
['readme_2emd',['README.md',['../_r_e_a_d_m_e_8md.html',1,'']]],
['realtimeprocessing',['realTimeProcessing',['../structop_1_1_wrapper_struct_input.html#a2eeea9ee711a1dcbec99c3dc871fbc47',1,'op::WrapperStructInput']]],
['recenter',['recenter',['../structop_1_1_rectangle.html#a1c9a572db2c17fb02a7d19e965c1d3dc',1,'op::Rectangle::recenter()'],['../namespaceop.html#a7cd131c9ddd8f3987508e89e0881b9e0',1,'op::recenter()']]],
+ ['reconstruction3d_2ehpp',['reconstruction3D.hpp',['../reconstruction3_d_8hpp.html',1,'']]],
['record',['record',['../classop_1_1_coco_json_saver.html#a3a7fd417aa5d85044fb0703379af1a23',1,'op::CocoJsonSaver']]],
['rectangle',['Rectangle',['../structop_1_1_rectangle.html',1,'op']]],
['rectangle',['Rectangle',['../structop_1_1_rectangle.html#a0112ddaa9782f3ccbb76a319b05f030b',1,'op::Rectangle::Rectangle(const T x=0, const T y=0, const T width=0, const T height=0)'],['../structop_1_1_rectangle.html#afbb0da8956e35178d3f28d2b1d998175',1,'op::Rectangle::Rectangle(const Rectangle< T > &rectangle)'],['../structop_1_1_rectangle.html#a5a9a60fdfd9c88ab8ded6275d64333ea',1,'op::Rectangle::Rectangle(Rectangle< T > &&rectangle)']]],
@@ -11,7 +12,8 @@ var searchData=
['release',['release',['../classop_1_1_image_directory_reader.html#af74e192f8cba5c10f8e252674a85185a',1,'op::ImageDirectoryReader::release()'],['../classop_1_1_producer.html#a7753ffb0daa486ab0f82873b3567f95e',1,'op::Producer::release()'],['../classop_1_1_video_capture_reader.html#a2f73e10efe7f9b24a6cb75af2167de58',1,'op::VideoCaptureReader::release()']]],
['renderer',['Renderer',['../classop_1_1_renderer.html',1,'op']]],
['renderer',['Renderer',['../classop_1_1_renderer.html#a00caf604fad781dfcf3bc311ef6a6623',1,'op::Renderer']]],
- ['renderer_2ehpp',['renderer.hpp',['../renderer_8hpp.html',1,'']]],
+ ['renderer_2ehpp',['renderer.hpp',['../core_2renderer_8hpp.html',1,'']]],
+ ['renderer_2ehpp',['renderer.hpp',['../experimental_23d_2renderer_8hpp.html',1,'']]],
['renderface',['renderFace',['../classop_1_1_face_cpu_renderer.html#a9f8b158aca09eca94ad1b0cd8418cbb5',1,'op::FaceCpuRenderer::renderFace()'],['../classop_1_1_face_gpu_renderer.html#a8f4cb47d5a6829f6b19c377d523069eb',1,'op::FaceGpuRenderer::renderFace()'],['../classop_1_1_face_renderer.html#a045da831a9476bfc0e58e08ebb6c84c1',1,'op::FaceRenderer::renderFace()']]],
['renderface_2ehpp',['renderFace.hpp',['../render_face_8hpp.html',1,'']]],
['renderfacekeypointscpu',['renderFaceKeypointsCpu',['../namespaceop.html#a5fc85e8500dbeda3b75c1b6ecfac91cd',1,'op']]],
@@ -34,14 +36,15 @@ var searchData=
['reset',['reset',['../classop_1_1_array.html#a12e538b09e98bf0900163031602ed2ed',1,'op::Array::reset(const int size)'],['../classop_1_1_array.html#a0ad0232daa69783cf2c8f7a0ff5b3b0c',1,'op::Array::reset(const std::vector< int > &sizes={})'],['../classop_1_1_array.html#ac7183eb2f4e78a6941da3a2079b9ed32',1,'op::Array::reset(const int size, const T value)'],['../classop_1_1_array.html#add2eeccd967cdf0900449649cb6f5afb',1,'op::Array::reset(const std::vector< int > &sizes, const T value)'],['../classop_1_1_thread_manager.html#a5b7c5ea46c360496e261094c5e1397a7',1,'op::ThreadManager::reset()']]],
['reshape',['Reshape',['../classop_1_1_maximum_caffe.html#aa9ab7eab51c9539b141a0aac998b2223',1,'op::MaximumCaffe::Reshape()'],['../classop_1_1_nms_caffe.html#a96198ee87433f55f52a5054b92f946d9',1,'op::NmsCaffe::Reshape()'],['../classop_1_1_resize_and_merge_caffe.html#aea893710063fc6c58d19f7e02f1a6681',1,'op::ResizeAndMergeCaffe::Reshape()'],['../classop_1_1_body_part_connector_caffe.html#a54918b6b114568d7bafe26319e96d644',1,'op::BodyPartConnectorCaffe::Reshape()']]],
['resizeandmergebase_2ehpp',['resizeAndMergeBase.hpp',['../resize_and_merge_base_8hpp.html',1,'']]],
- ['resizeandmergecaffe',['ResizeAndMergeCaffe',['../classop_1_1_resize_and_merge_caffe.html#a30805a265fa887eff04b1200dbda91a5',1,'op::ResizeAndMergeCaffe']]],
['resizeandmergecaffe',['ResizeAndMergeCaffe',['../classop_1_1_resize_and_merge_caffe.html',1,'op']]],
+ ['resizeandmergecaffe',['ResizeAndMergeCaffe',['../classop_1_1_resize_and_merge_caffe.html#a30805a265fa887eff04b1200dbda91a5',1,'op::ResizeAndMergeCaffe']]],
['resizeandmergecaffe_2ehpp',['resizeAndMergeCaffe.hpp',['../resize_and_merge_caffe_8hpp.html',1,'']]],
['resizeandmergecpu',['resizeAndMergeCpu',['../namespaceop.html#a1b6c4abcf6948b5ac5651bb2f2909bc9',1,'op']]],
['resizeandmergegpu',['resizeAndMergeGpu',['../namespaceop.html#a6a5cb4e7c022ac0fbcc399e24bb6931a',1,'op']]],
['resizefixedaspectratio',['resizeFixedAspectRatio',['../namespaceop.html#ae6845e9d6fddf61cb7cb2eea7a7d4afc',1,'op']]],
['resizegetscalefactor',['resizeGetScaleFactor',['../namespaceop.html#a24ebdcb8395dea0429f220de6a715d6e',1,'op']]],
['retrievalfps',['RetrievalFps',['../namespaceop.html#ac0230b669b296920c0cfc41b7587268fa6bcd0f3b66e42d1aacd18d1c3b532473',1,'op']]],
+ ['righthandkeypoints3d',['rightHandKeypoints3D',['../structop_1_1_datum3_d.html#a57a18e6a7fb951c9acf8dcf84bd0ca37',1,'op::Datum3D']]],
['rotation',['Rotation',['../namespaceop.html#abc501c56c6cf6cf1989c84b1692cb774af1a42bd417390fc63b030a519624607a',1,'op']]],
['rshoulder',['RShoulder',['../classop_1_1_hand_detector.html#a4d058446e66aff15d8702558fd256b73a41a810fe24d1ea211a55337eaaa1e3d2',1,'op::HandDetector']]],
['rwrist',['RWrist',['../classop_1_1_hand_detector.html#a4d058446e66aff15d8702558fd256b73aab9b475a55e6eec58b94cd43542cb8f1',1,'op::HandDetector']]]
diff --git a/html/search/all_12.js b/html/search/all_12.js
index b5a2a3a3..75407173 100644
--- a/html/search/all_12.js
+++ b/html/search/all_12.js
@@ -49,7 +49,7 @@ var searchData=
['setworkeroutput',['setWorkerOutput',['../classop_1_1_wrapper.html#a3e9f8993c9a27a012671d671998aa15d',1,'op::Wrapper']]],
['setworkerpostprocessing',['setWorkerPostProcessing',['../classop_1_1_wrapper.html#a6f2cf45c8b571b99ee92114ba8462589',1,'op::Wrapper']]],
['shared_5fptr',['shared_ptr',['../classboost_1_1shared__ptr.html',1,'boost']]],
- ['size',['Size',['../classop_1_1_hand_detector.html#a4d058446e66aff15d8702558fd256b73a6f6cb72d544962fa333e2e34ce64f719',1,'op::HandDetector::Size()'],['../classop_1_1_queue_base.html#a12cdec56bfe72e722ecc722774989d1b',1,'op::QueueBase::size()'],['../namespaceop.html#af5b3ce2a5d3de87cb31b9b67e96f261fa6f6cb72d544962fa333e2e34ce64f719',1,'op::Size()'],['../namespaceop.html#a37c58b781e5bcd9fee67a7768afc5d0ea6f6cb72d544962fa333e2e34ce64f719',1,'op::Size()'],['../namespaceop.html#abc501c56c6cf6cf1989c84b1692cb774a6f6cb72d544962fa333e2e34ce64f719',1,'op::Size()']]],
+ ['size',['size',['../classop_1_1_queue_base.html#a12cdec56bfe72e722ecc722774989d1b',1,'op::QueueBase::size()'],['../classop_1_1_hand_detector.html#a4d058446e66aff15d8702558fd256b73a6f6cb72d544962fa333e2e34ce64f719',1,'op::HandDetector::Size()'],['../namespaceop.html#af5b3ce2a5d3de87cb31b9b67e96f261fa6f6cb72d544962fa333e2e34ce64f719',1,'op::Size()'],['../namespaceop.html#a37c58b781e5bcd9fee67a7768afc5d0ea6f6cb72d544962fa333e2e34ce64f719',1,'op::Size()'],['../namespaceop.html#abc501c56c6cf6cf1989c84b1692cb774a6f6cb72d544962fa333e2e34ce64f719',1,'op::Size()']]],
['spelementtorender',['spElementToRender',['../classop_1_1_renderer.html#aca8ebf0c0a50b87f0be82afa090155a0',1,'op::Renderer']]],
['spgpumemory',['spGpuMemory',['../classop_1_1_gpu_renderer.html#a5d729aab549908c758953be742dd0115',1,'op::GpuRenderer']]],
['splitstring',['splitString',['../namespaceop.html#ae80a103d8a4308bc435342b3d31404c8',1,'op']]],
diff --git a/html/search/all_16.js b/html/search/all_16.js
index 2728f8eb..d9d5851e 100644
--- a/html/search/all_16.js
+++ b/html/search/all_16.js
@@ -19,8 +19,8 @@ var searchData=
['webcamreader',['WebcamReader',['../classop_1_1_webcam_reader.html',1,'op']]],
['webcamreader',['WebcamReader',['../classop_1_1_webcam_reader.html#afbfa9ebf32ab1c95f0378b49fce0df35',1,'op::WebcamReader']]],
['webcamreader_2ehpp',['webcamReader.hpp',['../webcam_reader_8hpp.html',1,'']]],
- ['wfacedetector',['WFaceDetector',['../classop_1_1_w_face_detector.html#a77355426bc59b212a8eb1730ff6289f3',1,'op::WFaceDetector']]],
['wfacedetector',['WFaceDetector',['../classop_1_1_w_face_detector.html',1,'op']]],
+ ['wfacedetector',['WFaceDetector',['../classop_1_1_w_face_detector.html#a77355426bc59b212a8eb1730ff6289f3',1,'op::WFaceDetector']]],
['wfacedetector_2ehpp',['wFaceDetector.hpp',['../w_face_detector_8hpp.html',1,'']]],
['wfacedetectoropencv',['WFaceDetectorOpenCV',['../classop_1_1_w_face_detector_open_c_v.html#a8c765201f0cc9440f8d172c8d8c76a62',1,'op::WFaceDetectorOpenCV']]],
['wfacedetectoropencv',['WFaceDetectorOpenCV',['../classop_1_1_w_face_detector_open_c_v.html',1,'op']]],
@@ -78,29 +78,34 @@ var searchData=
['wopoutputtocvmat',['WOpOutputToCvMat',['../classop_1_1_w_op_output_to_cv_mat.html',1,'op']]],
['wopoutputtocvmat',['WOpOutputToCvMat',['../classop_1_1_w_op_output_to_cv_mat.html#a6f632a83de4cdc731c3f52d1541060f3',1,'op::WOpOutputToCvMat']]],
['wopoutputtocvmat_2ehpp',['wOpOutputToCvMat.hpp',['../w_op_output_to_cv_mat_8hpp.html',1,'']]],
- ['work',['work',['../classop_1_1_w_cv_mat_to_op_input.html#aa7faa9e2671a85d36aad3366a7958f58',1,'op::WCvMatToOpInput::work()'],['../classop_1_1_w_cv_mat_to_op_output.html#a0bf2e43d2586c83fdd5cb0b1b54aefca',1,'op::WCvMatToOpOutput::work()'],['../classop_1_1_w_keypoint_scaler.html#aacad5116921e2ff746fbdf9f6c0cbb25',1,'op::WKeypointScaler::work()'],['../classop_1_1_w_op_output_to_cv_mat.html#ae3fc21569d56a648c606b23fcc016349',1,'op::WOpOutputToCvMat::work()'],['../classop_1_1_w_scale_and_size_extractor.html#afddf54d061dc5325e78252a3bba482b9',1,'op::WScaleAndSizeExtractor::work()'],['../classop_1_1_w_person_id_extractor.html#a4066bf1c8cad753c74de1ceabdd76505',1,'op::WPersonIdExtractor::work()'],['../classop_1_1_w_face_detector.html#a721ced99378516c04cb3cff296cc274a',1,'op::WFaceDetector::work()'],['../classop_1_1_w_face_detector_open_c_v.html#a4d3a4a29bcb7b8c141ae1917634ca4c9',1,'op::WFaceDetectorOpenCV::work()'],['../classop_1_1_w_face_extractor.html#a16522778f67bc544867929f5a4357934',1,'op::WFaceExtractor::work()'],['../classop_1_1_w_face_renderer.html#aa52166ea2d5e0f201c94d5c4fe74216e',1,'op::WFaceRenderer::work()'],['../classop_1_1_w_gui_info_adder.html#ae90a68c6ef7b4f45595a020efd232612',1,'op::WGuiInfoAdder::work()'],['../classop_1_1_w_hand_detector.html#aa82ef40fad1d343b5856b41ec4dbcd5c',1,'op::WHandDetector::work()'],['../classop_1_1_w_hand_detector_from_txt.html#a51ebff94734350463fcf507a84eeefdc',1,'op::WHandDetectorFromTxt::work()'],['../classop_1_1_w_hand_detector_tracking.html#a7c849c5a423ffc150c6a4aee9055d34e',1,'op::WHandDetectorTracking::work()'],['../classop_1_1_w_hand_detector_update.html#af9287dc0a3c67abd35974c1c74614f3c',1,'op::WHandDetectorUpdate::work()'],['../classop_1_1_w_hand_extractor.html#a4cadfafe08e816e69a91fe7c51dad0b0',1,'op::WHandExtractor::work()'],['../classop_1_1_w_hand_renderer.html#ad178e8d413b3b15edc53625e1f5119d7',1,'op::WHandRenderer::work()'],['../classop_1_1_w_pose_extractor.html#ae0f02aaefccab05bbbd919dd7a9e0f61',1,'op::WPoseExtractor::work()'],['../classop_1_1_w_pose_renderer.html#a10b1631d78d8270ed2a16e538b30eb76',1,'op::WPoseRenderer::work()'],['../classop_1_1_sub_thread.html#a14330cbc1117f32b6d69c1733ccdeb61',1,'op::SubThread::work()'],['../classop_1_1_sub_thread_no_queue.html#acb7edd02e1724e0fd131235666009f42',1,'op::SubThreadNoQueue::work()'],['../classop_1_1_sub_thread_queue_in.html#a7e9bd6ca09bb77a8de76ae8a02ee8ed4',1,'op::SubThreadQueueIn::work()'],['../classop_1_1_sub_thread_queue_in_out.html#abb65911e9d9b6d5efe782ca0e599be3b',1,'op::SubThreadQueueInOut::work()'],['../classop_1_1_sub_thread_queue_out.html#a0ff5f79e63038ffa5b4aca24cfea7e7c',1,'op::SubThreadQueueOut::work()'],['../classop_1_1_w_id_generator.html#a03bd005cf88749702fb8a29c20d4cb91',1,'op::WIdGenerator::work()'],['../classop_1_1_worker.html#a9acadd6df7af03b31b9e354ae815f781',1,'op::Worker::work()'],['../classop_1_1_worker_consumer.html#a7383747b3bdc6ac79e6f9afbf2c28d27',1,'op::WorkerConsumer::work()'],['../classop_1_1_worker_producer.html#a0259f0b387e2b868388ba0a6769f4691',1,'op::WorkerProducer::work()'],['../classop_1_1_w_queue_orderer.html#a1ea314eeaa8d99fbf33885d9a4c6d044',1,'op::WQueueOrderer::work()']]],
- ['workconsumer',['workConsumer',['../classop_1_1_w_coco_json_saver.html#af152a61abc9ab46da651c9d87e6775f0',1,'op::WCocoJsonSaver::workConsumer()'],['../classop_1_1_w_face_saver.html#a026bfad8cd9e0d1289a1db473cef34a0',1,'op::WFaceSaver::workConsumer()'],['../classop_1_1_w_hand_saver.html#afc3976b394070927b9396163137317e5',1,'op::WHandSaver::workConsumer()'],['../classop_1_1_w_heat_map_saver.html#a5fd729a47f0cdbe94001219f971f8f51',1,'op::WHeatMapSaver::workConsumer()'],['../classop_1_1_w_image_saver.html#a198bbfcf625354ddda419e0121d0cb33',1,'op::WImageSaver::workConsumer()'],['../classop_1_1_w_people_json_saver.html#af874a16a06a9a3452a0e3792ac15647e',1,'op::WPeopleJsonSaver::workConsumer()'],['../classop_1_1_w_pose_saver.html#a039027281498168b57df8dfeefd82cd8',1,'op::WPoseSaver::workConsumer()'],['../classop_1_1_w_video_saver.html#a40bcb8ccf137c6cbee3ca31e6cc3bfbf',1,'op::WVideoSaver::workConsumer()'],['../classop_1_1_w_gui.html#a664e1f76211510e38b8d5f5bed37ffcb',1,'op::WGui::workConsumer()'],['../classop_1_1_worker_consumer.html#a26cf5c40df363d94d603fce92a5b69eb',1,'op::WorkerConsumer::workConsumer()']]],
- ['worker',['Worker',['../classop_1_1_worker.html#a5008fc4ef4e41366ba0022f5cd79edba',1,'op::Worker']]],
+ ['work',['work',['../classop_1_1_w_cv_mat_to_op_input.html#aa7faa9e2671a85d36aad3366a7958f58',1,'op::WCvMatToOpInput::work()'],['../classop_1_1_w_cv_mat_to_op_output.html#a0bf2e43d2586c83fdd5cb0b1b54aefca',1,'op::WCvMatToOpOutput::work()'],['../classop_1_1_w_keypoint_scaler.html#aacad5116921e2ff746fbdf9f6c0cbb25',1,'op::WKeypointScaler::work()'],['../classop_1_1_w_op_output_to_cv_mat.html#ae3fc21569d56a648c606b23fcc016349',1,'op::WOpOutputToCvMat::work()'],['../classop_1_1_w_scale_and_size_extractor.html#afddf54d061dc5325e78252a3bba482b9',1,'op::WScaleAndSizeExtractor::work()'],['../classop_1_1_w_reconstruction3_d.html#a234fc88b10ecce6433616592bba71edd',1,'op::WReconstruction3D::work()'],['../classop_1_1_w_person_id_extractor.html#a4066bf1c8cad753c74de1ceabdd76505',1,'op::WPersonIdExtractor::work()'],['../classop_1_1_w_face_detector.html#a721ced99378516c04cb3cff296cc274a',1,'op::WFaceDetector::work()'],['../classop_1_1_w_face_detector_open_c_v.html#a4d3a4a29bcb7b8c141ae1917634ca4c9',1,'op::WFaceDetectorOpenCV::work()'],['../classop_1_1_w_face_extractor.html#a16522778f67bc544867929f5a4357934',1,'op::WFaceExtractor::work()'],['../classop_1_1_w_face_renderer.html#aa52166ea2d5e0f201c94d5c4fe74216e',1,'op::WFaceRenderer::work()'],['../classop_1_1_w_gui_info_adder.html#ae90a68c6ef7b4f45595a020efd232612',1,'op::WGuiInfoAdder::work()'],['../classop_1_1_w_hand_detector.html#aa82ef40fad1d343b5856b41ec4dbcd5c',1,'op::WHandDetector::work()'],['../classop_1_1_w_hand_detector_from_txt.html#a51ebff94734350463fcf507a84eeefdc',1,'op::WHandDetectorFromTxt::work()'],['../classop_1_1_w_hand_detector_tracking.html#a7c849c5a423ffc150c6a4aee9055d34e',1,'op::WHandDetectorTracking::work()'],['../classop_1_1_w_hand_detector_update.html#af9287dc0a3c67abd35974c1c74614f3c',1,'op::WHandDetectorUpdate::work()'],['../classop_1_1_w_hand_extractor.html#a4cadfafe08e816e69a91fe7c51dad0b0',1,'op::WHandExtractor::work()'],['../classop_1_1_w_hand_renderer.html#ad178e8d413b3b15edc53625e1f5119d7',1,'op::WHandRenderer::work()'],['../classop_1_1_w_pose_extractor.html#ae0f02aaefccab05bbbd919dd7a9e0f61',1,'op::WPoseExtractor::work()'],['../classop_1_1_w_pose_renderer.html#a10b1631d78d8270ed2a16e538b30eb76',1,'op::WPoseRenderer::work()'],['../classop_1_1_sub_thread.html#a14330cbc1117f32b6d69c1733ccdeb61',1,'op::SubThread::work()'],['../classop_1_1_sub_thread_no_queue.html#acb7edd02e1724e0fd131235666009f42',1,'op::SubThreadNoQueue::work()'],['../classop_1_1_sub_thread_queue_in.html#a7e9bd6ca09bb77a8de76ae8a02ee8ed4',1,'op::SubThreadQueueIn::work()'],['../classop_1_1_sub_thread_queue_in_out.html#abb65911e9d9b6d5efe782ca0e599be3b',1,'op::SubThreadQueueInOut::work()'],['../classop_1_1_sub_thread_queue_out.html#a0ff5f79e63038ffa5b4aca24cfea7e7c',1,'op::SubThreadQueueOut::work()'],['../classop_1_1_w_id_generator.html#a03bd005cf88749702fb8a29c20d4cb91',1,'op::WIdGenerator::work()'],['../classop_1_1_worker.html#a9acadd6df7af03b31b9e354ae815f781',1,'op::Worker::work()'],['../classop_1_1_worker_consumer.html#a7383747b3bdc6ac79e6f9afbf2c28d27',1,'op::WorkerConsumer::work()'],['../classop_1_1_worker_producer.html#a0259f0b387e2b868388ba0a6769f4691',1,'op::WorkerProducer::work()'],['../classop_1_1_w_queue_orderer.html#a1ea314eeaa8d99fbf33885d9a4c6d044',1,'op::WQueueOrderer::work()']]],
+ ['workconsumer',['workConsumer',['../classop_1_1_w_render3_d.html#ac76a1c55a7c01e03577766ed31deafea',1,'op::WRender3D::workConsumer()'],['../classop_1_1_w_coco_json_saver.html#af152a61abc9ab46da651c9d87e6775f0',1,'op::WCocoJsonSaver::workConsumer()'],['../classop_1_1_w_face_saver.html#a026bfad8cd9e0d1289a1db473cef34a0',1,'op::WFaceSaver::workConsumer()'],['../classop_1_1_w_hand_saver.html#afc3976b394070927b9396163137317e5',1,'op::WHandSaver::workConsumer()'],['../classop_1_1_w_heat_map_saver.html#a5fd729a47f0cdbe94001219f971f8f51',1,'op::WHeatMapSaver::workConsumer()'],['../classop_1_1_w_image_saver.html#a198bbfcf625354ddda419e0121d0cb33',1,'op::WImageSaver::workConsumer()'],['../classop_1_1_w_people_json_saver.html#af874a16a06a9a3452a0e3792ac15647e',1,'op::WPeopleJsonSaver::workConsumer()'],['../classop_1_1_w_pose_saver.html#a039027281498168b57df8dfeefd82cd8',1,'op::WPoseSaver::workConsumer()'],['../classop_1_1_w_video_saver.html#a40bcb8ccf137c6cbee3ca31e6cc3bfbf',1,'op::WVideoSaver::workConsumer()'],['../classop_1_1_w_gui.html#a664e1f76211510e38b8d5f5bed37ffcb',1,'op::WGui::workConsumer()'],['../classop_1_1_worker_consumer.html#a26cf5c40df363d94d603fce92a5b69eb',1,'op::WorkerConsumer::workConsumer()']]],
['worker',['Worker',['../classop_1_1_worker.html',1,'op']]],
+ ['worker',['Worker',['../classop_1_1_worker.html#a5008fc4ef4e41366ba0022f5cd79edba',1,'op::Worker']]],
['worker_2ehpp',['worker.hpp',['../worker_8hpp.html',1,'']]],
+ ['worker_3c_20std_3a_3ashared_5fptr_3c_20std_3a_3avector_3c_20datum3d_20_3e_20_3e_20_3e',['Worker< std::shared_ptr< std::vector< Datum3D > > >',['../classop_1_1_worker.html',1,'op']]],
['workerconsumer',['WorkerConsumer',['../classop_1_1_worker_consumer.html',1,'op']]],
['workerconsumer_2ehpp',['workerConsumer.hpp',['../worker_consumer_8hpp.html',1,'']]],
+ ['workerconsumer_3c_20std_3a_3ashared_5fptr_3c_20std_3a_3avector_3c_20datum3d_20_3e_20_3e_20_3e',['WorkerConsumer< std::shared_ptr< std::vector< Datum3D > > >',['../classop_1_1_worker_consumer.html',1,'op']]],
['workerproducer',['WorkerProducer',['../classop_1_1_worker_producer.html',1,'op']]],
['workerproducer_2ehpp',['workerProducer.hpp',['../worker_producer_8hpp.html',1,'']]],
- ['workproducer',['workProducer',['../classop_1_1_w_datum_producer.html#a389004c2bffc0fffca82395d09632c2b',1,'op::WDatumProducer::workProducer()'],['../classop_1_1_worker_producer.html#a364992ef862fe84a78416e2b556daae7',1,'op::WorkerProducer::workProducer()']]],
+ ['workerproducer_3c_20std_3a_3ashared_5fptr_3c_20std_3a_3avector_3c_20datum3d_20_3e_20_3e_20_3e',['WorkerProducer< std::shared_ptr< std::vector< Datum3D > > >',['../classop_1_1_worker_producer.html',1,'op']]],
+ ['workproducer',['workProducer',['../classop_1_1_w_point_grey.html#af89616345249232d890fb081d5b16584',1,'op::WPointGrey::workProducer()'],['../classop_1_1_w_datum_producer.html#a389004c2bffc0fffca82395d09632c2b',1,'op::WDatumProducer::workProducer()'],['../classop_1_1_worker_producer.html#a364992ef862fe84a78416e2b556daae7',1,'op::WorkerProducer::workProducer()']]],
['worktworkers',['workTWorkers',['../classop_1_1_sub_thread.html#ad9f2d3be9e05739b102fad350e1a1364',1,'op::SubThread']]],
- ['wpeoplejsonsaver',['WPeopleJsonSaver',['../classop_1_1_w_people_json_saver.html',1,'op']]],
['wpeoplejsonsaver',['WPeopleJsonSaver',['../classop_1_1_w_people_json_saver.html#ac12dfe8c1414ec36ace474ecbf148f67',1,'op::WPeopleJsonSaver']]],
+ ['wpeoplejsonsaver',['WPeopleJsonSaver',['../classop_1_1_w_people_json_saver.html',1,'op']]],
['wpeoplejsonsaver_2ehpp',['wPeopleJsonSaver.hpp',['../w_people_json_saver_8hpp.html',1,'']]],
['wpeopleposeloader_2ehpp',['wPeoplePoseLoader.hpp',['../w_people_pose_loader_8hpp.html',1,'']]],
['wpersonidextractor',['WPersonIdExtractor',['../classop_1_1_w_person_id_extractor.html',1,'op']]],
['wpersonidextractor',['WPersonIdExtractor',['../classop_1_1_w_person_id_extractor.html#a3906beb17be6ef09d4e7734face4ebf1',1,'op::WPersonIdExtractor']]],
['wpersonidextractor_2ehpp',['wPersonIdExtractor.hpp',['../w_person_id_extractor_8hpp.html',1,'']]],
- ['wposeextractor',['WPoseExtractor',['../classop_1_1_w_pose_extractor.html#ae85b1ec41bf47dcf1aed7bdae1d91915',1,'op::WPoseExtractor']]],
+ ['wpointgrey',['WPointGrey',['../classop_1_1_w_point_grey.html',1,'op']]],
+ ['wpointgrey',['WPointGrey',['../classop_1_1_w_point_grey.html#a8d3c03a99d6160a1ba44b3af1e8710f4',1,'op::WPointGrey']]],
['wposeextractor',['WPoseExtractor',['../classop_1_1_w_pose_extractor.html',1,'op']]],
+ ['wposeextractor',['WPoseExtractor',['../classop_1_1_w_pose_extractor.html#ae85b1ec41bf47dcf1aed7bdae1d91915',1,'op::WPoseExtractor']]],
['wposeextractor_2ehpp',['wPoseExtractor.hpp',['../w_pose_extractor_8hpp.html',1,'']]],
- ['wposerenderer',['WPoseRenderer',['../classop_1_1_w_pose_renderer.html#ae74189143175b89ccd36662cec4de72e',1,'op::WPoseRenderer']]],
['wposerenderer',['WPoseRenderer',['../classop_1_1_w_pose_renderer.html',1,'op']]],
+ ['wposerenderer',['WPoseRenderer',['../classop_1_1_w_pose_renderer.html#ae74189143175b89ccd36662cec4de72e',1,'op::WPoseRenderer']]],
['wposerenderer_2ehpp',['wPoseRenderer.hpp',['../w_pose_renderer_8hpp.html',1,'']]],
['wposesaver',['WPoseSaver',['../classop_1_1_w_pose_saver.html',1,'op']]],
['wposesaver',['WPoseSaver',['../classop_1_1_w_pose_saver.html#aa9dd0f4649c9e8efef10201caf9e4cfd',1,'op::WPoseSaver']]],
@@ -108,24 +113,27 @@ var searchData=
['wqueueorderer',['WQueueOrderer',['../classop_1_1_w_queue_orderer.html',1,'op']]],
['wqueueorderer',['WQueueOrderer',['../classop_1_1_w_queue_orderer.html#a3303add5fa8cc36593d3d859ffdd8ae0',1,'op::WQueueOrderer']]],
['wqueueorderer_2ehpp',['wQueueOrderer.hpp',['../w_queue_orderer_8hpp.html',1,'']]],
- ['wrapper',['Wrapper',['../classop_1_1_wrapper.html',1,'op']]],
['wrapper',['Wrapper',['../classop_1_1_wrapper.html#adec2ef07f9796142254cd6dd9a2bf318',1,'op::Wrapper']]],
+ ['wrapper',['Wrapper',['../classop_1_1_wrapper.html',1,'op']]],
['wrapper_2ehpp',['wrapper.hpp',['../wrapper_8hpp.html',1,'']]],
['wrapperstructface',['WrapperStructFace',['../structop_1_1_wrapper_struct_face.html',1,'op']]],
['wrapperstructface',['WrapperStructFace',['../structop_1_1_wrapper_struct_face.html#a48844c4c23c71372258518015d0b81b1',1,'op::WrapperStructFace']]],
['wrapperstructface_2ehpp',['wrapperStructFace.hpp',['../wrapper_struct_face_8hpp.html',1,'']]],
- ['wrapperstructhand',['WrapperStructHand',['../structop_1_1_wrapper_struct_hand.html',1,'op']]],
['wrapperstructhand',['WrapperStructHand',['../structop_1_1_wrapper_struct_hand.html#a3283127d10840219bf2aacedeef0b72b',1,'op::WrapperStructHand']]],
+ ['wrapperstructhand',['WrapperStructHand',['../structop_1_1_wrapper_struct_hand.html',1,'op']]],
['wrapperstructhand_2ehpp',['wrapperStructHand.hpp',['../wrapper_struct_hand_8hpp.html',1,'']]],
- ['wrapperstructinput',['WrapperStructInput',['../structop_1_1_wrapper_struct_input.html#a06aaa39948ac1a83a234b99f270ee14b',1,'op::WrapperStructInput']]],
['wrapperstructinput',['WrapperStructInput',['../structop_1_1_wrapper_struct_input.html',1,'op']]],
+ ['wrapperstructinput',['WrapperStructInput',['../structop_1_1_wrapper_struct_input.html#a06aaa39948ac1a83a234b99f270ee14b',1,'op::WrapperStructInput']]],
['wrapperstructinput_2ehpp',['wrapperStructInput.hpp',['../wrapper_struct_input_8hpp.html',1,'']]],
- ['wrapperstructoutput',['WrapperStructOutput',['../structop_1_1_wrapper_struct_output.html',1,'op']]],
['wrapperstructoutput',['WrapperStructOutput',['../structop_1_1_wrapper_struct_output.html#a7316c62e50f99fc5af7c94ab84a1e7b4',1,'op::WrapperStructOutput']]],
+ ['wrapperstructoutput',['WrapperStructOutput',['../structop_1_1_wrapper_struct_output.html',1,'op']]],
['wrapperstructoutput_2ehpp',['wrapperStructOutput.hpp',['../wrapper_struct_output_8hpp.html',1,'']]],
- ['wrapperstructpose',['WrapperStructPose',['../structop_1_1_wrapper_struct_pose.html',1,'op']]],
['wrapperstructpose',['WrapperStructPose',['../structop_1_1_wrapper_struct_pose.html#a6780395296eca480ff64d4815ce7812d',1,'op::WrapperStructPose']]],
+ ['wrapperstructpose',['WrapperStructPose',['../structop_1_1_wrapper_struct_pose.html',1,'op']]],
['wrapperstructpose_2ehpp',['wrapperStructPose.hpp',['../wrapper_struct_pose_8hpp.html',1,'']]],
+ ['wreconstruction3d',['WReconstruction3D',['../classop_1_1_w_reconstruction3_d.html',1,'op']]],
+ ['wrender3d',['WRender3D',['../classop_1_1_w_render3_d.html#aad56f821882fc3c890b0587a122a5bb3',1,'op::WRender3D']]],
+ ['wrender3d',['WRender3D',['../classop_1_1_w_render3_d.html',1,'op']]],
['write',['write',['../classop_1_1_video_saver.html#a7c79397b9be8b6d6d12b9f3e78e6c794',1,'op::VideoSaver::write(const cv::Mat &cvMat)'],['../classop_1_1_video_saver.html#a3cdbef8bada237edffaf7793eaa0fe8e',1,'op::VideoSaver::write(const std::vector< cv::Mat > &cvMats)']]],
['writecocojson',['writeCocoJson',['../structop_1_1_wrapper_struct_output.html#a6efbd77da8ebcea3abc4109bb2f39c0b',1,'op::WrapperStructOutput']]],
['writeheatmaps',['writeHeatMaps',['../structop_1_1_wrapper_struct_output.html#adca0d08aa43e2280ca06a8db0deb81bc',1,'op::WrapperStructOutput']]],
diff --git a/html/search/all_1a.js b/html/search/all_1a.js
index 01874d19..991d2627 100644
--- a/html/search/all_1a.js
+++ b/html/search/all_1a.js
@@ -25,5 +25,6 @@ var searchData=
['_7eworker',['~Worker',['../classop_1_1_worker.html#a6ebe180098e00ac062a1bb31d462df60',1,'op::Worker']]],
['_7eworkerconsumer',['~WorkerConsumer',['../classop_1_1_worker_consumer.html#a9aaa75f194df6b3ed4994c8e95aa0ab5',1,'op::WorkerConsumer']]],
['_7eworkerproducer',['~WorkerProducer',['../classop_1_1_worker_producer.html#a8f2592f70d723de4b818c97b25c5a476',1,'op::WorkerProducer']]],
+ ['_7ewpointgrey',['~WPointGrey',['../classop_1_1_w_point_grey.html#ae331f49d19b95a734fe6f1e85357fdb1',1,'op::WPointGrey']]],
['_7ewrapper',['~Wrapper',['../classop_1_1_wrapper.html#a8919b80a6f82330da63da9ffd9ca89be',1,'op::Wrapper']]]
];
diff --git a/html/search/all_2.js b/html/search/all_2.js
index 0353d0ca..3710a0c4 100644
--- a/html/search/all_2.js
+++ b/html/search/all_2.js
@@ -1,6 +1,7 @@
var searchData=
[
['caffe',['caffe',['../namespacecaffe.html',1,'']]],
+ ['cameraparameters_2ehpp',['cameraParameters.hpp',['../camera_parameters_8hpp.html',1,'']]],
['center',['center',['../structop_1_1_rectangle.html#a5db1a105c3b95578a7532ce85e9f562c',1,'op::Rectangle']]],
['charround',['charRound',['../namespaceop.html#abbf62284718858335848e43bbeafb192',1,'op']]],
['check',['check',['../namespaceop.html#a9923237964bf29b59bb135478e929546',1,'op']]],
diff --git a/html/search/all_3.js b/html/search/all_3.js
index e12b40a7..a75326aa 100644
--- a/html/search/all_3.js
+++ b/html/search/all_3.js
@@ -1,13 +1,15 @@
var searchData=
[
['dataformat',['DataFormat',['../namespaceop.html#ae52c21a24cf2c21e3b419c127924fd7e',1,'op']]],
- ['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',['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_2ehpp',['datum.hpp',['../datum_8hpp.html',1,'']]],
+ ['datum3d',['Datum3D',['../structop_1_1_datum3_d.html',1,'op']]],
+ ['datum3d_2ehpp',['datum3D.hpp',['../datum3_d_8hpp.html',1,'']]],
['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',['DatumProducer',['../classop_1_1_datum_producer.html',1,'op']]],
['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']]],
diff --git a/html/search/all_5.js b/html/search/all_5.js
index 4ccbc58a..9c3c8662 100644
--- a/html/search/all_5.js
+++ b/html/search/all_5.js
@@ -13,8 +13,8 @@ var searchData=
['face_5fscales_5frender',['FACE_SCALES_RENDER',['../namespaceop.html#a00c56c20997f734b2bd44d6f85b86cf0',1,'op']]],
['face_5fscales_5frender_5fgpu',['FACE_SCALES_RENDER_GPU',['../face_parameters_8hpp.html#a1a7ddb1a137c44091a1b4161725adfa0',1,'faceParameters.hpp']]],
['face_5ftrained_5fmodel',['FACE_TRAINED_MODEL',['../namespaceop.html#abd0ef2306478c3295283e7f1b59e3aff',1,'op']]],
- ['facecpurenderer',['FaceCpuRenderer',['../classop_1_1_face_cpu_renderer.html',1,'op']]],
['facecpurenderer',['FaceCpuRenderer',['../classop_1_1_face_cpu_renderer.html#afb0dcfff75c4a89d5971d7b0bbd0b51b',1,'op::FaceCpuRenderer']]],
+ ['facecpurenderer',['FaceCpuRenderer',['../classop_1_1_face_cpu_renderer.html',1,'op']]],
['facecpurenderer_2ehpp',['faceCpuRenderer.hpp',['../face_cpu_renderer_8hpp.html',1,'']]],
['facedetector',['FaceDetector',['../classop_1_1_face_detector.html',1,'op']]],
['facedetector',['FaceDetector',['../classop_1_1_face_detector.html#adfeab6977c93b7bef66c1dfbcf6f8150',1,'op::FaceDetector']]],
@@ -33,6 +33,7 @@ var searchData=
['facegpurenderer_2ehpp',['faceGpuRenderer.hpp',['../face_gpu_renderer_8hpp.html',1,'']]],
['faceheatmaps',['faceHeatMaps',['../structop_1_1_datum.html#ae0c0f33a6b75c7f47e11112dd33f23c1',1,'op::Datum']]],
['facekeypoints',['faceKeypoints',['../structop_1_1_datum.html#aebd19bf50725a5cd87de1efd96f6ebfe',1,'op::Datum']]],
+ ['facekeypoints3d',['faceKeypoints3D',['../structop_1_1_datum3_d.html#a58323f2ac03b4c3fbc068a5d6f34b430',1,'op::Datum3D']]],
['faceparameters_2ehpp',['faceParameters.hpp',['../face_parameters_8hpp.html',1,'']]],
['facerectangles',['faceRectangles',['../structop_1_1_datum.html#a0b2f6955a1751fc79b107789272effad',1,'op::Datum']]],
['facerenderer',['FaceRenderer',['../classop_1_1_face_renderer.html',1,'op']]],
@@ -66,8 +67,8 @@ var searchData=
['forward_5fcpu',['Forward_cpu',['../classop_1_1_maximum_caffe.html#a694c1077ac5141ff377c4e98a87cc249',1,'op::MaximumCaffe::Forward_cpu()'],['../classop_1_1_nms_caffe.html#ac631ccb632041ab406859fa1118e8d6c',1,'op::NmsCaffe::Forward_cpu()'],['../classop_1_1_resize_and_merge_caffe.html#a9c8733511a410a60aa5509f3f8037af0',1,'op::ResizeAndMergeCaffe::Forward_cpu()'],['../classop_1_1_body_part_connector_caffe.html#a886f7dc30e999b7fa8488ae95cc3ac8b',1,'op::BodyPartConnectorCaffe::Forward_cpu()']]],
['forward_5fgpu',['Forward_gpu',['../classop_1_1_maximum_caffe.html#a2dd1f7f0221d602596a14b720e5594b2',1,'op::MaximumCaffe::Forward_gpu()'],['../classop_1_1_nms_caffe.html#a7bb4d872cd3673bcf868049a3aedb393',1,'op::NmsCaffe::Forward_gpu()'],['../classop_1_1_resize_and_merge_caffe.html#a404ed0d3f3102ca9afd1b191204d5a0b',1,'op::ResizeAndMergeCaffe::Forward_gpu()'],['../classop_1_1_body_part_connector_caffe.html#affde8d06784ca9896a1d2d62f7088d76',1,'op::BodyPartConnectorCaffe::Forward_gpu()']]],
['forwardpass',['forwardPass',['../classop_1_1_net.html#a65193e857c721f2f606ea6b010953dbc',1,'op::Net::forwardPass()'],['../classop_1_1_net_caffe.html#a4db7c5de8c0619ae39c3620fed5c577f',1,'op::NetCaffe::forwardPass()'],['../classop_1_1_face_extractor.html#a7e6d4f9d0154551ea050c94dd90cd2fb',1,'op::FaceExtractor::forwardPass()'],['../classop_1_1_face_extractor_caffe.html#ad9cb84599f76e7836379890bde577b50',1,'op::FaceExtractorCaffe::forwardPass()'],['../classop_1_1_hand_extractor.html#a1d4eb3fc406aa44bb2c8e320ba3cb377',1,'op::HandExtractor::forwardPass()'],['../classop_1_1_hand_extractor_caffe.html#a892d6233b92a7862c32adfa85574236c',1,'op::HandExtractorCaffe::forwardPass()'],['../classop_1_1_pose_extractor.html#afe4ceae04443242148c563eb6d8b954c',1,'op::PoseExtractor::forwardPass()'],['../classop_1_1_pose_extractor_caffe.html#a8e7ae6b63ccd0ab6eb61c5530fa44731',1,'op::PoseExtractorCaffe::forwardPass()']]],
- ['framedisplayer',['FrameDisplayer',['../classop_1_1_frame_displayer.html',1,'op']]],
['framedisplayer',['FrameDisplayer',['../classop_1_1_frame_displayer.html#a3b81422440197c14b6ae58e40a95b4ec',1,'op::FrameDisplayer']]],
+ ['framedisplayer',['FrameDisplayer',['../classop_1_1_frame_displayer.html',1,'op']]],
['framedisplayer_2ehpp',['frameDisplayer.hpp',['../frame_displayer_8hpp.html',1,'']]],
['framefirst',['frameFirst',['../structop_1_1_wrapper_struct_input.html#acc72b8efe09ec3888823ed5680a19fe4',1,'op::WrapperStructInput']]],
['frameflip',['frameFlip',['../structop_1_1_wrapper_struct_input.html#a5ee9722814fe2b5a695511cabd12b613',1,'op::WrapperStructInput']]],
diff --git a/html/search/all_6.js b/html/search/all_6.js
index 1991ebe2..e5b7b2fc 100644
--- a/html/search/all_6.js
+++ b/html/search/all_6.js
@@ -13,6 +13,7 @@ var searchData=
['getconstptr',['getConstPtr',['../classop_1_1_array.html#a17a44d11cf476f705ce4a5223cfb4f81',1,'op::Array']]],
['getcvmat',['getCvMat',['../classop_1_1_array.html#ac817621e848601cf7d6571e75d8f6865',1,'op::Array']]],
['getdistance',['getDistance',['../namespaceop.html#a88b83fabe52c73ed5c4f131c4ce75651',1,'op']]],
+ ['getdistorsion',['getDistorsion',['../namespaceop.html#a6c638486a8791c7c3bd652682823fb0b',1,'op']]],
['geterrormodes',['getErrorModes',['../classop_1_1_configure_error.html#a4ece0fc7d4f34752959cad3a3b6dcf9d',1,'op::ConfigureError']]],
['getfacekeypoints',['getFaceKeypoints',['../classop_1_1_face_extractor.html#a13d7920f4029a4aa6d63b3609956c475',1,'op::FaceExtractor']]],
['getfileextension',['getFileExtension',['../namespaceop.html#a515273b013402d8c75780330588421bc',1,'op']]],
@@ -28,13 +29,17 @@ var searchData=
['getheatmaps',['getHeatMaps',['../classop_1_1_face_extractor.html#af326457ed8977781fe48f1086ac5efee',1,'op::FaceExtractor::getHeatMaps()'],['../classop_1_1_hand_extractor.html#af5ce8cd602820921de3ec3f676aacf0d',1,'op::HandExtractor::getHeatMaps()']]],
['getheatmapscopy',['getHeatMapsCopy',['../classop_1_1_pose_extractor.html#a53eac2bf280492baca5aeb1a777d3646',1,'op::PoseExtractor']]],
['getheatmapsize',['getHeatMapSize',['../classop_1_1_pose_extractor.html#a81157b4616955598fcf6de5d9676f21b',1,'op::PoseExtractor::getHeatMapSize()'],['../classop_1_1_pose_extractor_caffe.html#afbc016c8dcd439d6389c63b9f4cebf22',1,'op::PoseExtractorCaffe::getHeatMapSize()']]],
+ ['getintrinsics',['getIntrinsics',['../namespaceop.html#a9f5d182aa1bd043391165e3f38f51bd7',1,'op']]],
['getisrunningsharedptr',['getIsRunningSharedPtr',['../classop_1_1_thread_manager.html#a48ea53b3de4d09c84db18e2c31ce1be1',1,'op::ThreadManager']]],
['getkeypointsarea',['getKeypointsArea',['../namespaceop.html#aa2cc07e56f471c5e1d5f228c70ce6a05',1,'op']]],
['getkeypointsrectangle',['getKeypointsRectangle',['../namespaceop.html#afb230634bc4a07f84ca91ebaf13e385f',1,'op']]],
['getlastnumber',['getLastNumber',['../namespaceop.html#ab670c693d8e4a540cfe75ce8383b6d10',1,'op']]],
['getlogmodes',['getLogModes',['../classop_1_1_configure_log.html#a01eebce325f7e401601804d58fd3a2b2',1,'op::ConfigureLog']]],
+ ['getm',['getM',['../namespaceop.html#ab1f32af6f83491f1911f59dbea254d0d',1,'op']]],
['getmaxsize',['getMaxSize',['../classop_1_1_queue_base.html#a25255992523051f7d2a82694ffe7a1cf',1,'op::QueueBase']]],
+ ['getms',['getMs',['../namespaceop.html#a504c1c4e510fe00fbb557d86c5aae66e',1,'op']]],
['getnextfilename',['getNextFileName',['../classop_1_1_file_saver.html#a9de8d694a526f981906c54bd48ea9b21',1,'op::FileSaver::getNextFileName(const unsigned long long index) const '],['../classop_1_1_file_saver.html#a91818f12a9409eae7c1caf6e2b525282',1,'op::FileSaver::getNextFileName(const std::string &fileNameNoExtension) const ']]],
+ ['getnumbercameras',['getNumberCameras',['../namespaceop.html#a6183a85d3790e568f4994c2ee661247d',1,'op']]],
['getnumbercudablocks',['getNumberCudaBlocks',['../namespaceop.html#a4ba080c11cc9758051db97ce2a11c023',1,'op']]],
['getnumbercudathreadsandblocks',['getNumberCudaThreadsAndBlocks',['../namespaceop.html#a8b9860388a640472d25a1dacb007c675',1,'op']]],
['getnumberdimensions',['getNumberDimensions',['../classop_1_1_array.html#adeb008e878709bb5a51e26be55a5452d',1,'op::Array']]],
@@ -79,8 +84,8 @@ var searchData=
['gui',['Gui',['../classop_1_1_gui.html#a892a74fac9f123a4cb9e196bfcc3432a',1,'op::Gui']]],
['gui_2ehpp',['gui.hpp',['../gui_8hpp.html',1,'']]],
['guidisplaymode',['GuiDisplayMode',['../namespaceop.html#a38f03cd0b02b760ffd2ea9e737680e01',1,'op']]],
- ['guiinfoadder',['GuiInfoAdder',['../classop_1_1_gui_info_adder.html#af23e17f9eeb51c7473cd0940292efa61',1,'op::GuiInfoAdder']]],
['guiinfoadder',['GuiInfoAdder',['../classop_1_1_gui_info_adder.html',1,'op']]],
+ ['guiinfoadder',['GuiInfoAdder',['../classop_1_1_gui_info_adder.html#af23e17f9eeb51c7473cd0940292efa61',1,'op::GuiInfoAdder']]],
['guiinfoadder_2ehpp',['guiInfoAdder.hpp',['../gui_info_adder_8hpp.html',1,'']]],
['guiverbose',['guiVerbose',['../structop_1_1_wrapper_struct_output.html#ac72ad601daf957b9b000206e9f1fe0ad',1,'op::WrapperStructOutput']]]
];
diff --git a/html/search/all_7.js b/html/search/all_7.js
index 72a96b59..ae35949a 100644
--- a/html/search/all_7.js
+++ b/html/search/all_7.js
@@ -37,20 +37,21 @@ var searchData=
['handrectangles',['handRectangles',['../structop_1_1_datum.html#a52d75e3273490624414f0602785bb608',1,'op::Datum']]],
['handrenderer',['HandRenderer',['../classop_1_1_hand_renderer.html',1,'op']]],
['handrenderer_2ehpp',['handRenderer.hpp',['../hand_renderer_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../face_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../wrapper_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../utilities_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../hand_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../producer_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../core_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../pose_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../experimental_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../experimental_2producer_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../thread_2headers_8hpp.html',1,'']]],
['headers_2ehpp',['headers.hpp',['../gui_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../wrapper_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../hand_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../experimental_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../pose_2headers_8hpp.html',1,'']]],
['headers_2ehpp',['headers.hpp',['../experimental_2tracking_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../thread_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../utilities_2headers_8hpp.html',1,'']]],
['headers_2ehpp',['headers.hpp',['../filestream_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../experimental_2producer_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../experimental_23d_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../face_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../core_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../producer_2headers_8hpp.html',1,'']]],
['heatmapsaver',['HeatMapSaver',['../classop_1_1_heat_map_saver.html#aa6a339b70a9535a018584b93c932b12d',1,'op::HeatMapSaver']]],
['heatmapsaver',['HeatMapSaver',['../classop_1_1_heat_map_saver.html',1,'op']]],
['heatmapsaver_2ehpp',['heatMapSaver.hpp',['../heat_map_saver_8hpp.html',1,'']]],
diff --git a/html/search/all_8.js b/html/search/all_8.js
index 338a83c3..69fb565f 100644
--- a/html/search/all_8.js
+++ b/html/search/all_8.js
@@ -12,7 +12,7 @@ var searchData=
['imagesaver_2ehpp',['imageSaver.hpp',['../image_saver_8hpp.html',1,'']]],
['increase',['increase',['../classop_1_1_pose_extractor.html#a6395a4bb77e0198c7cf554ce4674d33c',1,'op::PoseExtractor']]],
['increaseelementtorender',['increaseElementToRender',['../classop_1_1_renderer.html#a298a5a58bab80b7252db7d3386a0ed8a',1,'op::Renderer']]],
- ['initializationonthread',['initializationOnThread',['../classop_1_1_net.html#a6e9e801f2c9950a798d0d2fa94a6c8f2',1,'op::Net::initializationOnThread()'],['../classop_1_1_net_caffe.html#a08b71387287339e68327dd6d4cb1e8b3',1,'op::NetCaffe::initializationOnThread()'],['../classop_1_1_w_cv_mat_to_op_input.html#ac03534bbe3b6c3c45efb61b5d78402da',1,'op::WCvMatToOpInput::initializationOnThread()'],['../classop_1_1_w_cv_mat_to_op_output.html#ad4c957d391e371b7ee56cdb5be6b1452',1,'op::WCvMatToOpOutput::initializationOnThread()'],['../classop_1_1_w_keypoint_scaler.html#aba4fb004818f3adc22959e382a90cd2c',1,'op::WKeypointScaler::initializationOnThread()'],['../classop_1_1_w_op_output_to_cv_mat.html#adea2e8b1d33e6c091640c7d904dac7cd',1,'op::WOpOutputToCvMat::initializationOnThread()'],['../classop_1_1_w_scale_and_size_extractor.html#ac1203ef395a836b13f5586432f284c41',1,'op::WScaleAndSizeExtractor::initializationOnThread()'],['../classop_1_1_w_person_id_extractor.html#a72b888875be18eb3fc8d0a8c267630de',1,'op::WPersonIdExtractor::initializationOnThread()'],['../classop_1_1_face_extractor.html#a2692c0040bb8c0b84a84d195194d037a',1,'op::FaceExtractor::initializationOnThread()'],['../classop_1_1_face_gpu_renderer.html#a6ebd9287927529ffaa4200890190896b',1,'op::FaceGpuRenderer::initializationOnThread()'],['../classop_1_1_face_renderer.html#aa34ce7a0602b0994cc3043b80627a31c',1,'op::FaceRenderer::initializationOnThread()'],['../classop_1_1_w_face_detector.html#afaca53a669f0cd43103f7317aded75d3',1,'op::WFaceDetector::initializationOnThread()'],['../classop_1_1_w_face_detector_open_c_v.html#ad7dce5824ba32bc07d2474c20b23e62d',1,'op::WFaceDetectorOpenCV::initializationOnThread()'],['../classop_1_1_w_face_extractor.html#aee8f96a5ce0080db31fe20ae202e59a5',1,'op::WFaceExtractor::initializationOnThread()'],['../classop_1_1_w_face_renderer.html#a7b72c70dc02c9209d84992caad6ad7d0',1,'op::WFaceRenderer::initializationOnThread()'],['../classop_1_1_w_coco_json_saver.html#a5cca095ff23c3134ab0addc9a4feabaf',1,'op::WCocoJsonSaver::initializationOnThread()'],['../classop_1_1_w_face_saver.html#ae8401789881462eb8438c65e9d2d3fb2',1,'op::WFaceSaver::initializationOnThread()'],['../classop_1_1_w_hand_saver.html#aa234a68d1cc7ec97fefbf30239149baa',1,'op::WHandSaver::initializationOnThread()'],['../classop_1_1_w_heat_map_saver.html#a20e82b121a580c578f69cbb0401c4cb0',1,'op::WHeatMapSaver::initializationOnThread()'],['../classop_1_1_w_image_saver.html#a78655ea3d4dac28bdf7e2e4a80b5a337',1,'op::WImageSaver::initializationOnThread()'],['../classop_1_1_w_people_json_saver.html#a5d4239596a996723a20a1031d32c7446',1,'op::WPeopleJsonSaver::initializationOnThread()'],['../classop_1_1_w_pose_saver.html#a4f0774832e12389593361186f1b83128',1,'op::WPoseSaver::initializationOnThread()'],['../classop_1_1_w_video_saver.html#ada90f76b28e4bafe9c8ecbb9bcbb2d14',1,'op::WVideoSaver::initializationOnThread()'],['../classop_1_1_frame_displayer.html#af5d2e1c8bcd2012c66347252e8dbc543',1,'op::FrameDisplayer::initializationOnThread()'],['../classop_1_1_gui.html#a449696b117fe918feb3aca20cb9ed7de',1,'op::Gui::initializationOnThread()'],['../classop_1_1_w_gui.html#a4e4db210b87f78cc1238dd3ab2bedaa4',1,'op::WGui::initializationOnThread()'],['../classop_1_1_w_gui_info_adder.html#ae620275d6570fd5c74f33728cd340217',1,'op::WGuiInfoAdder::initializationOnThread()'],['../classop_1_1_hand_extractor.html#aa5592a468cfdcfdd687d6f9d465d3eda',1,'op::HandExtractor::initializationOnThread()'],['../classop_1_1_hand_gpu_renderer.html#a0489f10ddc9e37e87084ebf9a5138f3a',1,'op::HandGpuRenderer::initializationOnThread()'],['../classop_1_1_hand_renderer.html#adb91ae2a8ccf24671ad86e99e786b120',1,'op::HandRenderer::initializationOnThread()'],['../classop_1_1_w_hand_detector.html#a5c29c944205ee0727f76c282ef55ae52',1,'op::WHandDetector::initializationOnThread()'],['../classop_1_1_w_hand_detector_from_txt.html#acd7d37555c09a58dc660811724930276',1,'op::WHandDetectorFromTxt::initializationOnThread()'],['../classop_1_1_w_hand_detector_tracking.html#a20ef6206194a873c2cfa7fe13d905d92',1,'op::WHandDetectorTracking::initializationOnThread()'],['../classop_1_1_w_hand_detector_update.html#a729aaa628e4f4c24e7cb9afca1cdc761',1,'op::WHandDetectorUpdate::initializationOnThread()'],['../classop_1_1_w_hand_extractor.html#a6fbef214cc89b07ba163ad874c8442af',1,'op::WHandExtractor::initializationOnThread()'],['../classop_1_1_w_hand_renderer.html#a2ee88145b38fea1a6a2bb7987a33bd40',1,'op::WHandRenderer::initializationOnThread()'],['../classop_1_1_pose_extractor.html#aab1cccc9ad99f6b007abaa14600ea6df',1,'op::PoseExtractor::initializationOnThread()'],['../classop_1_1_pose_gpu_renderer.html#a9e94ab926baf360dd6b23e14fba09836',1,'op::PoseGpuRenderer::initializationOnThread()'],['../classop_1_1_pose_renderer.html#af861d8213f1444b3246402061cea1b33',1,'op::PoseRenderer::initializationOnThread()'],['../classop_1_1_w_pose_extractor.html#a9b621ed9915da9bf3cce49db547de9e6',1,'op::WPoseExtractor::initializationOnThread()'],['../classop_1_1_w_pose_renderer.html#aba989a73cef9a807879ad2196725c61c',1,'op::WPoseRenderer::initializationOnThread()'],['../classop_1_1_w_datum_producer.html#a26babf9992c710c948ee912dd055e063',1,'op::WDatumProducer::initializationOnThread()'],['../classop_1_1_sub_thread.html#a8debc3b655463847fed2c547d13326f7',1,'op::SubThread::initializationOnThread()'],['../classop_1_1_w_id_generator.html#a50a1b7929810daae87ee6443c659edad',1,'op::WIdGenerator::initializationOnThread()'],['../classop_1_1_worker.html#aa5be4df9d4d8302728c653870e7d2a23',1,'op::Worker::initializationOnThread()'],['../classop_1_1_w_queue_orderer.html#a85598f83f6f3a30b7ddce9bc7beddf33',1,'op::WQueueOrderer::initializationOnThread()']]],
+ ['initializationonthread',['initializationOnThread',['../classop_1_1_net.html#a6e9e801f2c9950a798d0d2fa94a6c8f2',1,'op::Net::initializationOnThread()'],['../classop_1_1_net_caffe.html#a08b71387287339e68327dd6d4cb1e8b3',1,'op::NetCaffe::initializationOnThread()'],['../classop_1_1_w_cv_mat_to_op_input.html#ac03534bbe3b6c3c45efb61b5d78402da',1,'op::WCvMatToOpInput::initializationOnThread()'],['../classop_1_1_w_cv_mat_to_op_output.html#ad4c957d391e371b7ee56cdb5be6b1452',1,'op::WCvMatToOpOutput::initializationOnThread()'],['../classop_1_1_w_keypoint_scaler.html#aba4fb004818f3adc22959e382a90cd2c',1,'op::WKeypointScaler::initializationOnThread()'],['../classop_1_1_w_op_output_to_cv_mat.html#adea2e8b1d33e6c091640c7d904dac7cd',1,'op::WOpOutputToCvMat::initializationOnThread()'],['../classop_1_1_w_scale_and_size_extractor.html#ac1203ef395a836b13f5586432f284c41',1,'op::WScaleAndSizeExtractor::initializationOnThread()'],['../classop_1_1_w_point_grey.html#ab8d81ef6b1c495194c66b77eff053988',1,'op::WPointGrey::initializationOnThread()'],['../classop_1_1_w_reconstruction3_d.html#a181495afbec949ec0ca18e712328351b',1,'op::WReconstruction3D::initializationOnThread()'],['../classop_1_1_w_render3_d.html#a52f57a8b99bde803f4201ce23c1f515e',1,'op::WRender3D::initializationOnThread()'],['../classop_1_1_w_person_id_extractor.html#a72b888875be18eb3fc8d0a8c267630de',1,'op::WPersonIdExtractor::initializationOnThread()'],['../classop_1_1_face_extractor.html#a2692c0040bb8c0b84a84d195194d037a',1,'op::FaceExtractor::initializationOnThread()'],['../classop_1_1_face_gpu_renderer.html#a6ebd9287927529ffaa4200890190896b',1,'op::FaceGpuRenderer::initializationOnThread()'],['../classop_1_1_face_renderer.html#aa34ce7a0602b0994cc3043b80627a31c',1,'op::FaceRenderer::initializationOnThread()'],['../classop_1_1_w_face_detector.html#afaca53a669f0cd43103f7317aded75d3',1,'op::WFaceDetector::initializationOnThread()'],['../classop_1_1_w_face_detector_open_c_v.html#ad7dce5824ba32bc07d2474c20b23e62d',1,'op::WFaceDetectorOpenCV::initializationOnThread()'],['../classop_1_1_w_face_extractor.html#aee8f96a5ce0080db31fe20ae202e59a5',1,'op::WFaceExtractor::initializationOnThread()'],['../classop_1_1_w_face_renderer.html#a7b72c70dc02c9209d84992caad6ad7d0',1,'op::WFaceRenderer::initializationOnThread()'],['../classop_1_1_w_coco_json_saver.html#a5cca095ff23c3134ab0addc9a4feabaf',1,'op::WCocoJsonSaver::initializationOnThread()'],['../classop_1_1_w_face_saver.html#ae8401789881462eb8438c65e9d2d3fb2',1,'op::WFaceSaver::initializationOnThread()'],['../classop_1_1_w_hand_saver.html#aa234a68d1cc7ec97fefbf30239149baa',1,'op::WHandSaver::initializationOnThread()'],['../classop_1_1_w_heat_map_saver.html#a20e82b121a580c578f69cbb0401c4cb0',1,'op::WHeatMapSaver::initializationOnThread()'],['../classop_1_1_w_image_saver.html#a78655ea3d4dac28bdf7e2e4a80b5a337',1,'op::WImageSaver::initializationOnThread()'],['../classop_1_1_w_people_json_saver.html#a5d4239596a996723a20a1031d32c7446',1,'op::WPeopleJsonSaver::initializationOnThread()'],['../classop_1_1_w_pose_saver.html#a4f0774832e12389593361186f1b83128',1,'op::WPoseSaver::initializationOnThread()'],['../classop_1_1_w_video_saver.html#ada90f76b28e4bafe9c8ecbb9bcbb2d14',1,'op::WVideoSaver::initializationOnThread()'],['../classop_1_1_frame_displayer.html#af5d2e1c8bcd2012c66347252e8dbc543',1,'op::FrameDisplayer::initializationOnThread()'],['../classop_1_1_gui.html#a449696b117fe918feb3aca20cb9ed7de',1,'op::Gui::initializationOnThread()'],['../classop_1_1_w_gui.html#a4e4db210b87f78cc1238dd3ab2bedaa4',1,'op::WGui::initializationOnThread()'],['../classop_1_1_w_gui_info_adder.html#ae620275d6570fd5c74f33728cd340217',1,'op::WGuiInfoAdder::initializationOnThread()'],['../classop_1_1_hand_extractor.html#aa5592a468cfdcfdd687d6f9d465d3eda',1,'op::HandExtractor::initializationOnThread()'],['../classop_1_1_hand_gpu_renderer.html#a0489f10ddc9e37e87084ebf9a5138f3a',1,'op::HandGpuRenderer::initializationOnThread()'],['../classop_1_1_hand_renderer.html#adb91ae2a8ccf24671ad86e99e786b120',1,'op::HandRenderer::initializationOnThread()'],['../classop_1_1_w_hand_detector.html#a5c29c944205ee0727f76c282ef55ae52',1,'op::WHandDetector::initializationOnThread()'],['../classop_1_1_w_hand_detector_from_txt.html#acd7d37555c09a58dc660811724930276',1,'op::WHandDetectorFromTxt::initializationOnThread()'],['../classop_1_1_w_hand_detector_tracking.html#a20ef6206194a873c2cfa7fe13d905d92',1,'op::WHandDetectorTracking::initializationOnThread()'],['../classop_1_1_w_hand_detector_update.html#a729aaa628e4f4c24e7cb9afca1cdc761',1,'op::WHandDetectorUpdate::initializationOnThread()'],['../classop_1_1_w_hand_extractor.html#a6fbef214cc89b07ba163ad874c8442af',1,'op::WHandExtractor::initializationOnThread()'],['../classop_1_1_w_hand_renderer.html#a2ee88145b38fea1a6a2bb7987a33bd40',1,'op::WHandRenderer::initializationOnThread()'],['../classop_1_1_pose_extractor.html#aab1cccc9ad99f6b007abaa14600ea6df',1,'op::PoseExtractor::initializationOnThread()'],['../classop_1_1_pose_gpu_renderer.html#a9e94ab926baf360dd6b23e14fba09836',1,'op::PoseGpuRenderer::initializationOnThread()'],['../classop_1_1_pose_renderer.html#af861d8213f1444b3246402061cea1b33',1,'op::PoseRenderer::initializationOnThread()'],['../classop_1_1_w_pose_extractor.html#a9b621ed9915da9bf3cce49db547de9e6',1,'op::WPoseExtractor::initializationOnThread()'],['../classop_1_1_w_pose_renderer.html#aba989a73cef9a807879ad2196725c61c',1,'op::WPoseRenderer::initializationOnThread()'],['../classop_1_1_w_datum_producer.html#a26babf9992c710c948ee912dd055e063',1,'op::WDatumProducer::initializationOnThread()'],['../classop_1_1_sub_thread.html#a8debc3b655463847fed2c547d13326f7',1,'op::SubThread::initializationOnThread()'],['../classop_1_1_w_id_generator.html#a50a1b7929810daae87ee6443c659edad',1,'op::WIdGenerator::initializationOnThread()'],['../classop_1_1_worker.html#aa5be4df9d4d8302728c653870e7d2a23',1,'op::Worker::initializationOnThread()'],['../classop_1_1_w_queue_orderer.html#a85598f83f6f3a30b7ddce9bc7beddf33',1,'op::WQueueOrderer::initializationOnThread()']]],
['inputnetdata',['inputNetData',['../structop_1_1_datum.html#a46ff336119fd0d67c8223b1a9371731d',1,'op::Datum']]],
['inputresolution',['InputResolution',['../namespaceop.html#af72fe4ed32846c12f41b049d3d0e1bdaa46f9a0da0a5d448fd0cc8b3aa0a9b228',1,'op']]],
['intround',['intRound',['../namespaceop.html#adcfd0bf5ba782278488c157667a80c54',1,'op']]],
diff --git a/html/search/all_b.js b/html/search/all_b.js
index 3f1bc795..b5b5b182 100644
--- a/html/search/all_b.js
+++ b/html/search/all_b.js
@@ -1,6 +1,7 @@
var searchData=
[
['layersetup',['LayerSetUp',['../classop_1_1_maximum_caffe.html#abfe2509a67e69a504000922900e516c2',1,'op::MaximumCaffe::LayerSetUp()'],['../classop_1_1_nms_caffe.html#ab4d3a1d507579711e0aed65dcb06f8ac',1,'op::NmsCaffe::LayerSetUp()'],['../classop_1_1_resize_and_merge_caffe.html#acc1469eec1be9dc96b078d05d5e29b9a',1,'op::ResizeAndMergeCaffe::LayerSetUp()']]],
+ ['lefthandkeypoints3d',['leftHandKeypoints3D',['../structop_1_1_datum3_d.html#ad5a1e0bc46e42a9ac0fb215a83823b62',1,'op::Datum3D']]],
['lelbow',['LElbow',['../classop_1_1_hand_detector.html#a4d058446e66aff15d8702558fd256b73a9b3d8bb6ec5c21c2f00e7152d60f395b',1,'op::HandDetector']]],
['loaddata',['loadData',['../namespaceop.html#a4ad86d3eb323343248342de0368d65b1',1,'op::loadData(const std::vector< std::string > &cvMatNames, const std::string &fileNameNoExtension, const DataFormat format)'],['../namespaceop.html#a1dc4354a96c4c034d9ceb9b4fb08c900',1,'op::loadData(const std::string &cvMatName, const std::string &fileNameNoExtension, const DataFormat format)']]],
['loadhanddetectortxt',['loadHandDetectorTxt',['../namespaceop.html#a0ce96f84c6e380b261802c7e2639dc7d',1,'op']]],
diff --git a/html/search/all_f.js b/html/search/all_f.js
index e5308899..6f38ec2e 100644
--- a/html/search/all_f.js
+++ b/html/search/all_f.js
@@ -17,6 +17,7 @@ var searchData=
['pointercontainer_2ehpp',['pointerContainer.hpp',['../pointer_container_8hpp.html',1,'']]],
['pointercontainergreater',['PointerContainerGreater',['../classop_1_1_pointer_container_greater.html',1,'op']]],
['pointercontainerless',['PointerContainerLess',['../classop_1_1_pointer_container_less.html',1,'op']]],
+ ['pointgrey_2ehpp',['pointGrey.hpp',['../point_grey_8hpp.html',1,'']]],
['pop',['pop',['../classop_1_1_queue_base.html#a5b28915cc58e040aca673bdfdf7c8be3',1,'op::QueueBase']]],
['pose_5fbody_5f18_5fcolors_5frender_5fgpu',['POSE_BODY_18_COLORS_RENDER_GPU',['../pose_parameters_render_8hpp.html#a6e17f6ddfcedd5b314d356d30bbf4280',1,'poseParametersRender.hpp']]],
['pose_5fbody_5f18_5fpairs_5frender_5fgpu',['POSE_BODY_18_PAIRS_RENDER_GPU',['../pose_parameters_render_8hpp.html#a0d821946779eaea1be5996816c4ca6bd',1,'poseParametersRender.hpp']]],
@@ -47,8 +48,8 @@ var searchData=
['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#ab58c3ab4b745b35f542165ce27293554',1,'op::PoseExtractorCaffe']]],
['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_2ehpp',['poseExtractorCaffe.hpp',['../pose_extractor_caffe_8hpp.html',1,'']]],
['posegpurenderer',['PoseGpuRenderer',['../classop_1_1_pose_gpu_renderer.html',1,'op']]],
['posegpurenderer',['PoseGpuRenderer',['../classop_1_1_pose_gpu_renderer.html#afc6fbf8fcf13fad9c824136f8f8ec409',1,'op::PoseGpuRenderer']]],
@@ -56,6 +57,7 @@ var searchData=
['poseheatmaps',['poseHeatMaps',['../structop_1_1_datum.html#a5429e97e0ab9b0e2209a3947af668381',1,'op::Datum']]],
['poseids',['poseIds',['../structop_1_1_datum.html#aba90dccffb5a830296231bd430c4766c',1,'op::Datum']]],
['posekeypoints',['poseKeypoints',['../structop_1_1_datum.html#a6d629b1f6f7b958fe4cf2ef4cdf57c5b',1,'op::Datum']]],
+ ['posekeypoints3d',['poseKeypoints3D',['../structop_1_1_datum3_d.html#a21a8b5fcb19b0285b9bc04025fafcc19',1,'op::Datum3D']]],
['posemodel',['poseModel',['../structop_1_1_wrapper_struct_pose.html#a35147b6fb9e300d79b71637793053a1b',1,'op::WrapperStructPose::poseModel()'],['../namespaceop.html#af5b3ce2a5d3de87cb31b9b67e96f261f',1,'op::PoseModel()']]],
['poseparameters_2ehpp',['poseParameters.hpp',['../pose_parameters_8hpp.html',1,'']]],
['poseparametersrender_2ehpp',['poseParametersRender.hpp',['../pose_parameters_render_8hpp.html',1,'']]],
@@ -68,11 +70,11 @@ var searchData=
['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#acecdd3c5789942777652b66d08578d93',1,'op::PriorityQueue']]],
['priorityqueue',['PriorityQueue',['../classop_1_1_priority_queue.html',1,'op']]],
+ ['priorityqueue',['PriorityQueue',['../classop_1_1_priority_queue.html#acecdd3c5789942777652b66d08578d93',1,'op::PriorityQueue']]],
['priorityqueue_2ehpp',['priorityQueue.hpp',['../priority_queue_8hpp.html',1,'']]],
- ['producer',['Producer',['../classop_1_1_producer.html',1,'op']]],
['producer',['Producer',['../classop_1_1_producer.html#a4fe2921798031db39fef934848a23c82',1,'op::Producer']]],
+ ['producer',['Producer',['../classop_1_1_producer.html',1,'op']]],
['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/classes_13.js b/html/search/classes_13.js
index 7998a392..56cb9c0a 100644
--- a/html/search/classes_13.js
+++ b/html/search/classes_13.js
@@ -25,10 +25,14 @@ var searchData=
['wkeypointscaler',['WKeypointScaler',['../classop_1_1_w_keypoint_scaler.html',1,'op']]],
['wopoutputtocvmat',['WOpOutputToCvMat',['../classop_1_1_w_op_output_to_cv_mat.html',1,'op']]],
['worker',['Worker',['../classop_1_1_worker.html',1,'op']]],
+ ['worker_3c_20std_3a_3ashared_5fptr_3c_20std_3a_3avector_3c_20datum3d_20_3e_20_3e_20_3e',['Worker< std::shared_ptr< std::vector< Datum3D > > >',['../classop_1_1_worker.html',1,'op']]],
['workerconsumer',['WorkerConsumer',['../classop_1_1_worker_consumer.html',1,'op']]],
+ ['workerconsumer_3c_20std_3a_3ashared_5fptr_3c_20std_3a_3avector_3c_20datum3d_20_3e_20_3e_20_3e',['WorkerConsumer< std::shared_ptr< std::vector< Datum3D > > >',['../classop_1_1_worker_consumer.html',1,'op']]],
['workerproducer',['WorkerProducer',['../classop_1_1_worker_producer.html',1,'op']]],
+ ['workerproducer_3c_20std_3a_3ashared_5fptr_3c_20std_3a_3avector_3c_20datum3d_20_3e_20_3e_20_3e',['WorkerProducer< std::shared_ptr< std::vector< Datum3D > > >',['../classop_1_1_worker_producer.html',1,'op']]],
['wpeoplejsonsaver',['WPeopleJsonSaver',['../classop_1_1_w_people_json_saver.html',1,'op']]],
['wpersonidextractor',['WPersonIdExtractor',['../classop_1_1_w_person_id_extractor.html',1,'op']]],
+ ['wpointgrey',['WPointGrey',['../classop_1_1_w_point_grey.html',1,'op']]],
['wposeextractor',['WPoseExtractor',['../classop_1_1_w_pose_extractor.html',1,'op']]],
['wposerenderer',['WPoseRenderer',['../classop_1_1_w_pose_renderer.html',1,'op']]],
['wposesaver',['WPoseSaver',['../classop_1_1_w_pose_saver.html',1,'op']]],
@@ -39,6 +43,8 @@ var searchData=
['wrapperstructinput',['WrapperStructInput',['../structop_1_1_wrapper_struct_input.html',1,'op']]],
['wrapperstructoutput',['WrapperStructOutput',['../structop_1_1_wrapper_struct_output.html',1,'op']]],
['wrapperstructpose',['WrapperStructPose',['../structop_1_1_wrapper_struct_pose.html',1,'op']]],
+ ['wreconstruction3d',['WReconstruction3D',['../classop_1_1_w_reconstruction3_d.html',1,'op']]],
+ ['wrender3d',['WRender3D',['../classop_1_1_w_render3_d.html',1,'op']]],
['wscaleandsizeextractor',['WScaleAndSizeExtractor',['../classop_1_1_w_scale_and_size_extractor.html',1,'op']]],
['wvideosaver',['WVideoSaver',['../classop_1_1_w_video_saver.html',1,'op']]]
];
diff --git a/html/search/classes_3.js b/html/search/classes_3.js
index 2821736d..5382a152 100644
--- a/html/search/classes_3.js
+++ b/html/search/classes_3.js
@@ -1,5 +1,6 @@
var searchData=
[
['datum',['Datum',['../structop_1_1_datum.html',1,'op']]],
+ ['datum3d',['Datum3D',['../structop_1_1_datum3_d.html',1,'op']]],
['datumproducer',['DatumProducer',['../classop_1_1_datum_producer.html',1,'op']]]
];
diff --git a/html/search/files_10.js b/html/search/files_10.js
index 111a607b..c1d20b0e 100644
--- a/html/search/files_10.js
+++ b/html/search/files_10.js
@@ -1,8 +1,10 @@
var searchData=
[
['readme_2emd',['README.md',['../_r_e_a_d_m_e_8md.html',1,'']]],
+ ['reconstruction3d_2ehpp',['reconstruction3D.hpp',['../reconstruction3_d_8hpp.html',1,'']]],
['rectangle_2ehpp',['rectangle.hpp',['../rectangle_8hpp.html',1,'']]],
- ['renderer_2ehpp',['renderer.hpp',['../renderer_8hpp.html',1,'']]],
+ ['renderer_2ehpp',['renderer.hpp',['../core_2renderer_8hpp.html',1,'']]],
+ ['renderer_2ehpp',['renderer.hpp',['../experimental_23d_2renderer_8hpp.html',1,'']]],
['renderface_2ehpp',['renderFace.hpp',['../render_face_8hpp.html',1,'']]],
['renderhand_2ehpp',['renderHand.hpp',['../render_hand_8hpp.html',1,'']]],
['renderpose_2ehpp',['renderPose.hpp',['../render_pose_8hpp.html',1,'']]],
diff --git a/html/search/files_2.js b/html/search/files_2.js
index 74f71f78..915cab25 100644
--- a/html/search/files_2.js
+++ b/html/search/files_2.js
@@ -1,5 +1,6 @@
var searchData=
[
+ ['cameraparameters_2ehpp',['cameraParameters.hpp',['../camera_parameters_8hpp.html',1,'']]],
['check_2ehpp',['check.hpp',['../check_8hpp.html',1,'']]],
['cocojsonsaver_2ehpp',['cocoJsonSaver.hpp',['../coco_json_saver_8hpp.html',1,'']]],
['common_2ehpp',['common.hpp',['../common_8hpp.html',1,'']]],
diff --git a/html/search/files_3.js b/html/search/files_3.js
index 9a9d3390..ba6cc8bf 100644
--- a/html/search/files_3.js
+++ b/html/search/files_3.js
@@ -1,5 +1,6 @@
var searchData=
[
['datum_2ehpp',['datum.hpp',['../datum_8hpp.html',1,'']]],
+ ['datum3d_2ehpp',['datum3D.hpp',['../datum3_d_8hpp.html',1,'']]],
['datumproducer_2ehpp',['datumProducer.hpp',['../datum_producer_8hpp.html',1,'']]]
];
diff --git a/html/search/files_7.js b/html/search/files_7.js
index b719cdd8..09f4d3f5 100644
--- a/html/search/files_7.js
+++ b/html/search/files_7.js
@@ -8,19 +8,20 @@ var searchData=
['handgpurenderer_2ehpp',['handGpuRenderer.hpp',['../hand_gpu_renderer_8hpp.html',1,'']]],
['handparameters_2ehpp',['handParameters.hpp',['../hand_parameters_8hpp.html',1,'']]],
['handrenderer_2ehpp',['handRenderer.hpp',['../hand_renderer_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../hand_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../experimental_2tracking_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../gui_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../experimental_23d_2headers_8hpp.html',1,'']]],
['headers_2ehpp',['headers.hpp',['../wrapper_2headers_8hpp.html',1,'']]],
['headers_2ehpp',['headers.hpp',['../utilities_2headers_8hpp.html',1,'']]],
['headers_2ehpp',['headers.hpp',['../thread_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../pose_2headers_8hpp.html',1,'']]],
['headers_2ehpp',['headers.hpp',['../face_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../producer_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../gui_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../filestream_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../pose_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../experimental_2tracking_2headers_8hpp.html',1,'']]],
['headers_2ehpp',['headers.hpp',['../core_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../producer_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../filestream_2headers_8hpp.html',1,'']]],
['headers_2ehpp',['headers.hpp',['../experimental_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../headers_8hpp.html',1,'']]],
['headers_2ehpp',['headers.hpp',['../experimental_2producer_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../hand_2headers_8hpp.html',1,'']]],
['heatmapsaver_2ehpp',['heatMapSaver.hpp',['../heat_map_saver_8hpp.html',1,'']]]
];
diff --git a/html/search/files_e.js b/html/search/files_e.js
index 8c49fb78..89135161 100644
--- a/html/search/files_e.js
+++ b/html/search/files_e.js
@@ -4,6 +4,7 @@ var searchData=
['personidextractor_2ehpp',['personIdExtractor.hpp',['../person_id_extractor_8hpp.html',1,'']]],
['point_2ehpp',['point.hpp',['../point_8hpp.html',1,'']]],
['pointercontainer_2ehpp',['pointerContainer.hpp',['../pointer_container_8hpp.html',1,'']]],
+ ['pointgrey_2ehpp',['pointGrey.hpp',['../point_grey_8hpp.html',1,'']]],
['posecpurenderer_2ehpp',['poseCpuRenderer.hpp',['../pose_cpu_renderer_8hpp.html',1,'']]],
['poseextractor_2ehpp',['poseExtractor.hpp',['../pose_extractor_8hpp.html',1,'']]],
['poseextractorcaffe_2ehpp',['poseExtractorCaffe.hpp',['../pose_extractor_caffe_8hpp.html',1,'']]],
diff --git a/html/search/functions_16.js b/html/search/functions_16.js
index ee528fe5..acfbdedf 100644
--- a/html/search/functions_16.js
+++ b/html/search/functions_16.js
@@ -27,13 +27,14 @@ var searchData=
['wimagesaver',['WImageSaver',['../classop_1_1_w_image_saver.html#a11add012ee88b64a4f36d3f63cb65ee0',1,'op::WImageSaver']]],
['wkeypointscaler',['WKeypointScaler',['../classop_1_1_w_keypoint_scaler.html#a31624e262988b0840a8ddbf098e56e9b',1,'op::WKeypointScaler']]],
['wopoutputtocvmat',['WOpOutputToCvMat',['../classop_1_1_w_op_output_to_cv_mat.html#a6f632a83de4cdc731c3f52d1541060f3',1,'op::WOpOutputToCvMat']]],
- ['work',['work',['../classop_1_1_w_cv_mat_to_op_input.html#aa7faa9e2671a85d36aad3366a7958f58',1,'op::WCvMatToOpInput::work()'],['../classop_1_1_w_cv_mat_to_op_output.html#a0bf2e43d2586c83fdd5cb0b1b54aefca',1,'op::WCvMatToOpOutput::work()'],['../classop_1_1_w_keypoint_scaler.html#aacad5116921e2ff746fbdf9f6c0cbb25',1,'op::WKeypointScaler::work()'],['../classop_1_1_w_op_output_to_cv_mat.html#ae3fc21569d56a648c606b23fcc016349',1,'op::WOpOutputToCvMat::work()'],['../classop_1_1_w_scale_and_size_extractor.html#afddf54d061dc5325e78252a3bba482b9',1,'op::WScaleAndSizeExtractor::work()'],['../classop_1_1_w_person_id_extractor.html#a4066bf1c8cad753c74de1ceabdd76505',1,'op::WPersonIdExtractor::work()'],['../classop_1_1_w_face_detector.html#a721ced99378516c04cb3cff296cc274a',1,'op::WFaceDetector::work()'],['../classop_1_1_w_face_detector_open_c_v.html#a4d3a4a29bcb7b8c141ae1917634ca4c9',1,'op::WFaceDetectorOpenCV::work()'],['../classop_1_1_w_face_extractor.html#a16522778f67bc544867929f5a4357934',1,'op::WFaceExtractor::work()'],['../classop_1_1_w_face_renderer.html#aa52166ea2d5e0f201c94d5c4fe74216e',1,'op::WFaceRenderer::work()'],['../classop_1_1_w_gui_info_adder.html#ae90a68c6ef7b4f45595a020efd232612',1,'op::WGuiInfoAdder::work()'],['../classop_1_1_w_hand_detector.html#aa82ef40fad1d343b5856b41ec4dbcd5c',1,'op::WHandDetector::work()'],['../classop_1_1_w_hand_detector_from_txt.html#a51ebff94734350463fcf507a84eeefdc',1,'op::WHandDetectorFromTxt::work()'],['../classop_1_1_w_hand_detector_tracking.html#a7c849c5a423ffc150c6a4aee9055d34e',1,'op::WHandDetectorTracking::work()'],['../classop_1_1_w_hand_detector_update.html#af9287dc0a3c67abd35974c1c74614f3c',1,'op::WHandDetectorUpdate::work()'],['../classop_1_1_w_hand_extractor.html#a4cadfafe08e816e69a91fe7c51dad0b0',1,'op::WHandExtractor::work()'],['../classop_1_1_w_hand_renderer.html#ad178e8d413b3b15edc53625e1f5119d7',1,'op::WHandRenderer::work()'],['../classop_1_1_w_pose_extractor.html#ae0f02aaefccab05bbbd919dd7a9e0f61',1,'op::WPoseExtractor::work()'],['../classop_1_1_w_pose_renderer.html#a10b1631d78d8270ed2a16e538b30eb76',1,'op::WPoseRenderer::work()'],['../classop_1_1_sub_thread.html#a14330cbc1117f32b6d69c1733ccdeb61',1,'op::SubThread::work()'],['../classop_1_1_sub_thread_no_queue.html#acb7edd02e1724e0fd131235666009f42',1,'op::SubThreadNoQueue::work()'],['../classop_1_1_sub_thread_queue_in.html#a7e9bd6ca09bb77a8de76ae8a02ee8ed4',1,'op::SubThreadQueueIn::work()'],['../classop_1_1_sub_thread_queue_in_out.html#abb65911e9d9b6d5efe782ca0e599be3b',1,'op::SubThreadQueueInOut::work()'],['../classop_1_1_sub_thread_queue_out.html#a0ff5f79e63038ffa5b4aca24cfea7e7c',1,'op::SubThreadQueueOut::work()'],['../classop_1_1_w_id_generator.html#a03bd005cf88749702fb8a29c20d4cb91',1,'op::WIdGenerator::work()'],['../classop_1_1_worker.html#a9acadd6df7af03b31b9e354ae815f781',1,'op::Worker::work()'],['../classop_1_1_worker_consumer.html#a7383747b3bdc6ac79e6f9afbf2c28d27',1,'op::WorkerConsumer::work()'],['../classop_1_1_worker_producer.html#a0259f0b387e2b868388ba0a6769f4691',1,'op::WorkerProducer::work()'],['../classop_1_1_w_queue_orderer.html#a1ea314eeaa8d99fbf33885d9a4c6d044',1,'op::WQueueOrderer::work()']]],
- ['workconsumer',['workConsumer',['../classop_1_1_w_coco_json_saver.html#af152a61abc9ab46da651c9d87e6775f0',1,'op::WCocoJsonSaver::workConsumer()'],['../classop_1_1_w_face_saver.html#a026bfad8cd9e0d1289a1db473cef34a0',1,'op::WFaceSaver::workConsumer()'],['../classop_1_1_w_hand_saver.html#afc3976b394070927b9396163137317e5',1,'op::WHandSaver::workConsumer()'],['../classop_1_1_w_heat_map_saver.html#a5fd729a47f0cdbe94001219f971f8f51',1,'op::WHeatMapSaver::workConsumer()'],['../classop_1_1_w_image_saver.html#a198bbfcf625354ddda419e0121d0cb33',1,'op::WImageSaver::workConsumer()'],['../classop_1_1_w_people_json_saver.html#af874a16a06a9a3452a0e3792ac15647e',1,'op::WPeopleJsonSaver::workConsumer()'],['../classop_1_1_w_pose_saver.html#a039027281498168b57df8dfeefd82cd8',1,'op::WPoseSaver::workConsumer()'],['../classop_1_1_w_video_saver.html#a40bcb8ccf137c6cbee3ca31e6cc3bfbf',1,'op::WVideoSaver::workConsumer()'],['../classop_1_1_w_gui.html#a664e1f76211510e38b8d5f5bed37ffcb',1,'op::WGui::workConsumer()'],['../classop_1_1_worker_consumer.html#a26cf5c40df363d94d603fce92a5b69eb',1,'op::WorkerConsumer::workConsumer()']]],
+ ['work',['work',['../classop_1_1_w_cv_mat_to_op_input.html#aa7faa9e2671a85d36aad3366a7958f58',1,'op::WCvMatToOpInput::work()'],['../classop_1_1_w_cv_mat_to_op_output.html#a0bf2e43d2586c83fdd5cb0b1b54aefca',1,'op::WCvMatToOpOutput::work()'],['../classop_1_1_w_keypoint_scaler.html#aacad5116921e2ff746fbdf9f6c0cbb25',1,'op::WKeypointScaler::work()'],['../classop_1_1_w_op_output_to_cv_mat.html#ae3fc21569d56a648c606b23fcc016349',1,'op::WOpOutputToCvMat::work()'],['../classop_1_1_w_scale_and_size_extractor.html#afddf54d061dc5325e78252a3bba482b9',1,'op::WScaleAndSizeExtractor::work()'],['../classop_1_1_w_reconstruction3_d.html#a234fc88b10ecce6433616592bba71edd',1,'op::WReconstruction3D::work()'],['../classop_1_1_w_person_id_extractor.html#a4066bf1c8cad753c74de1ceabdd76505',1,'op::WPersonIdExtractor::work()'],['../classop_1_1_w_face_detector.html#a721ced99378516c04cb3cff296cc274a',1,'op::WFaceDetector::work()'],['../classop_1_1_w_face_detector_open_c_v.html#a4d3a4a29bcb7b8c141ae1917634ca4c9',1,'op::WFaceDetectorOpenCV::work()'],['../classop_1_1_w_face_extractor.html#a16522778f67bc544867929f5a4357934',1,'op::WFaceExtractor::work()'],['../classop_1_1_w_face_renderer.html#aa52166ea2d5e0f201c94d5c4fe74216e',1,'op::WFaceRenderer::work()'],['../classop_1_1_w_gui_info_adder.html#ae90a68c6ef7b4f45595a020efd232612',1,'op::WGuiInfoAdder::work()'],['../classop_1_1_w_hand_detector.html#aa82ef40fad1d343b5856b41ec4dbcd5c',1,'op::WHandDetector::work()'],['../classop_1_1_w_hand_detector_from_txt.html#a51ebff94734350463fcf507a84eeefdc',1,'op::WHandDetectorFromTxt::work()'],['../classop_1_1_w_hand_detector_tracking.html#a7c849c5a423ffc150c6a4aee9055d34e',1,'op::WHandDetectorTracking::work()'],['../classop_1_1_w_hand_detector_update.html#af9287dc0a3c67abd35974c1c74614f3c',1,'op::WHandDetectorUpdate::work()'],['../classop_1_1_w_hand_extractor.html#a4cadfafe08e816e69a91fe7c51dad0b0',1,'op::WHandExtractor::work()'],['../classop_1_1_w_hand_renderer.html#ad178e8d413b3b15edc53625e1f5119d7',1,'op::WHandRenderer::work()'],['../classop_1_1_w_pose_extractor.html#ae0f02aaefccab05bbbd919dd7a9e0f61',1,'op::WPoseExtractor::work()'],['../classop_1_1_w_pose_renderer.html#a10b1631d78d8270ed2a16e538b30eb76',1,'op::WPoseRenderer::work()'],['../classop_1_1_sub_thread.html#a14330cbc1117f32b6d69c1733ccdeb61',1,'op::SubThread::work()'],['../classop_1_1_sub_thread_no_queue.html#acb7edd02e1724e0fd131235666009f42',1,'op::SubThreadNoQueue::work()'],['../classop_1_1_sub_thread_queue_in.html#a7e9bd6ca09bb77a8de76ae8a02ee8ed4',1,'op::SubThreadQueueIn::work()'],['../classop_1_1_sub_thread_queue_in_out.html#abb65911e9d9b6d5efe782ca0e599be3b',1,'op::SubThreadQueueInOut::work()'],['../classop_1_1_sub_thread_queue_out.html#a0ff5f79e63038ffa5b4aca24cfea7e7c',1,'op::SubThreadQueueOut::work()'],['../classop_1_1_w_id_generator.html#a03bd005cf88749702fb8a29c20d4cb91',1,'op::WIdGenerator::work()'],['../classop_1_1_worker.html#a9acadd6df7af03b31b9e354ae815f781',1,'op::Worker::work()'],['../classop_1_1_worker_consumer.html#a7383747b3bdc6ac79e6f9afbf2c28d27',1,'op::WorkerConsumer::work()'],['../classop_1_1_worker_producer.html#a0259f0b387e2b868388ba0a6769f4691',1,'op::WorkerProducer::work()'],['../classop_1_1_w_queue_orderer.html#a1ea314eeaa8d99fbf33885d9a4c6d044',1,'op::WQueueOrderer::work()']]],
+ ['workconsumer',['workConsumer',['../classop_1_1_w_render3_d.html#ac76a1c55a7c01e03577766ed31deafea',1,'op::WRender3D::workConsumer()'],['../classop_1_1_w_coco_json_saver.html#af152a61abc9ab46da651c9d87e6775f0',1,'op::WCocoJsonSaver::workConsumer()'],['../classop_1_1_w_face_saver.html#a026bfad8cd9e0d1289a1db473cef34a0',1,'op::WFaceSaver::workConsumer()'],['../classop_1_1_w_hand_saver.html#afc3976b394070927b9396163137317e5',1,'op::WHandSaver::workConsumer()'],['../classop_1_1_w_heat_map_saver.html#a5fd729a47f0cdbe94001219f971f8f51',1,'op::WHeatMapSaver::workConsumer()'],['../classop_1_1_w_image_saver.html#a198bbfcf625354ddda419e0121d0cb33',1,'op::WImageSaver::workConsumer()'],['../classop_1_1_w_people_json_saver.html#af874a16a06a9a3452a0e3792ac15647e',1,'op::WPeopleJsonSaver::workConsumer()'],['../classop_1_1_w_pose_saver.html#a039027281498168b57df8dfeefd82cd8',1,'op::WPoseSaver::workConsumer()'],['../classop_1_1_w_video_saver.html#a40bcb8ccf137c6cbee3ca31e6cc3bfbf',1,'op::WVideoSaver::workConsumer()'],['../classop_1_1_w_gui.html#a664e1f76211510e38b8d5f5bed37ffcb',1,'op::WGui::workConsumer()'],['../classop_1_1_worker_consumer.html#a26cf5c40df363d94d603fce92a5b69eb',1,'op::WorkerConsumer::workConsumer()']]],
['worker',['Worker',['../classop_1_1_worker.html#a5008fc4ef4e41366ba0022f5cd79edba',1,'op::Worker']]],
- ['workproducer',['workProducer',['../classop_1_1_w_datum_producer.html#a389004c2bffc0fffca82395d09632c2b',1,'op::WDatumProducer::workProducer()'],['../classop_1_1_worker_producer.html#a364992ef862fe84a78416e2b556daae7',1,'op::WorkerProducer::workProducer()']]],
+ ['workproducer',['workProducer',['../classop_1_1_w_point_grey.html#af89616345249232d890fb081d5b16584',1,'op::WPointGrey::workProducer()'],['../classop_1_1_w_datum_producer.html#a389004c2bffc0fffca82395d09632c2b',1,'op::WDatumProducer::workProducer()'],['../classop_1_1_worker_producer.html#a364992ef862fe84a78416e2b556daae7',1,'op::WorkerProducer::workProducer()']]],
['worktworkers',['workTWorkers',['../classop_1_1_sub_thread.html#ad9f2d3be9e05739b102fad350e1a1364',1,'op::SubThread']]],
['wpeoplejsonsaver',['WPeopleJsonSaver',['../classop_1_1_w_people_json_saver.html#ac12dfe8c1414ec36ace474ecbf148f67',1,'op::WPeopleJsonSaver']]],
['wpersonidextractor',['WPersonIdExtractor',['../classop_1_1_w_person_id_extractor.html#a3906beb17be6ef09d4e7734face4ebf1',1,'op::WPersonIdExtractor']]],
+ ['wpointgrey',['WPointGrey',['../classop_1_1_w_point_grey.html#a8d3c03a99d6160a1ba44b3af1e8710f4',1,'op::WPointGrey']]],
['wposeextractor',['WPoseExtractor',['../classop_1_1_w_pose_extractor.html#ae85b1ec41bf47dcf1aed7bdae1d91915',1,'op::WPoseExtractor']]],
['wposerenderer',['WPoseRenderer',['../classop_1_1_w_pose_renderer.html#ae74189143175b89ccd36662cec4de72e',1,'op::WPoseRenderer']]],
['wposesaver',['WPoseSaver',['../classop_1_1_w_pose_saver.html#aa9dd0f4649c9e8efef10201caf9e4cfd',1,'op::WPoseSaver']]],
@@ -44,6 +45,7 @@ var searchData=
['wrapperstructinput',['WrapperStructInput',['../structop_1_1_wrapper_struct_input.html#a06aaa39948ac1a83a234b99f270ee14b',1,'op::WrapperStructInput']]],
['wrapperstructoutput',['WrapperStructOutput',['../structop_1_1_wrapper_struct_output.html#a7316c62e50f99fc5af7c94ab84a1e7b4',1,'op::WrapperStructOutput']]],
['wrapperstructpose',['WrapperStructPose',['../structop_1_1_wrapper_struct_pose.html#a6780395296eca480ff64d4815ce7812d',1,'op::WrapperStructPose']]],
+ ['wrender3d',['WRender3D',['../classop_1_1_w_render3_d.html#aad56f821882fc3c890b0587a122a5bb3',1,'op::WRender3D']]],
['write',['write',['../classop_1_1_video_saver.html#a7c79397b9be8b6d6d12b9f3e78e6c794',1,'op::VideoSaver::write(const cv::Mat &cvMat)'],['../classop_1_1_video_saver.html#a3cdbef8bada237edffaf7793eaa0fe8e',1,'op::VideoSaver::write(const std::vector< cv::Mat > &cvMats)']]],
['wscaleandsizeextractor',['WScaleAndSizeExtractor',['../classop_1_1_w_scale_and_size_extractor.html#a8e6ef291bd809987f06fbb1cc2173b0f',1,'op::WScaleAndSizeExtractor']]],
['wvideosaver',['WVideoSaver',['../classop_1_1_w_video_saver.html#a04dc4e6f039d047a0da6f94283c145d9',1,'op::WVideoSaver']]]
diff --git a/html/search/functions_17.js b/html/search/functions_17.js
index 01874d19..991d2627 100644
--- a/html/search/functions_17.js
+++ b/html/search/functions_17.js
@@ -25,5 +25,6 @@ var searchData=
['_7eworker',['~Worker',['../classop_1_1_worker.html#a6ebe180098e00ac062a1bb31d462df60',1,'op::Worker']]],
['_7eworkerconsumer',['~WorkerConsumer',['../classop_1_1_worker_consumer.html#a9aaa75f194df6b3ed4994c8e95aa0ab5',1,'op::WorkerConsumer']]],
['_7eworkerproducer',['~WorkerProducer',['../classop_1_1_worker_producer.html#a8f2592f70d723de4b818c97b25c5a476',1,'op::WorkerProducer']]],
+ ['_7ewpointgrey',['~WPointGrey',['../classop_1_1_w_point_grey.html#ae331f49d19b95a734fe6f1e85357fdb1',1,'op::WPointGrey']]],
['_7ewrapper',['~Wrapper',['../classop_1_1_wrapper.html#a8919b80a6f82330da63da9ffd9ca89be',1,'op::Wrapper']]]
];
diff --git a/html/search/functions_6.js b/html/search/functions_6.js
index 4e2f121f..9f4dc409 100644
--- a/html/search/functions_6.js
+++ b/html/search/functions_6.js
@@ -13,6 +13,7 @@ var searchData=
['getconstptr',['getConstPtr',['../classop_1_1_array.html#a17a44d11cf476f705ce4a5223cfb4f81',1,'op::Array']]],
['getcvmat',['getCvMat',['../classop_1_1_array.html#ac817621e848601cf7d6571e75d8f6865',1,'op::Array']]],
['getdistance',['getDistance',['../namespaceop.html#a88b83fabe52c73ed5c4f131c4ce75651',1,'op']]],
+ ['getdistorsion',['getDistorsion',['../namespaceop.html#a6c638486a8791c7c3bd652682823fb0b',1,'op']]],
['geterrormodes',['getErrorModes',['../classop_1_1_configure_error.html#a4ece0fc7d4f34752959cad3a3b6dcf9d',1,'op::ConfigureError']]],
['getfacekeypoints',['getFaceKeypoints',['../classop_1_1_face_extractor.html#a13d7920f4029a4aa6d63b3609956c475',1,'op::FaceExtractor']]],
['getfileextension',['getFileExtension',['../namespaceop.html#a515273b013402d8c75780330588421bc',1,'op']]],
@@ -28,13 +29,17 @@ var searchData=
['getheatmaps',['getHeatMaps',['../classop_1_1_face_extractor.html#af326457ed8977781fe48f1086ac5efee',1,'op::FaceExtractor::getHeatMaps()'],['../classop_1_1_hand_extractor.html#af5ce8cd602820921de3ec3f676aacf0d',1,'op::HandExtractor::getHeatMaps()']]],
['getheatmapscopy',['getHeatMapsCopy',['../classop_1_1_pose_extractor.html#a53eac2bf280492baca5aeb1a777d3646',1,'op::PoseExtractor']]],
['getheatmapsize',['getHeatMapSize',['../classop_1_1_pose_extractor.html#a81157b4616955598fcf6de5d9676f21b',1,'op::PoseExtractor::getHeatMapSize()'],['../classop_1_1_pose_extractor_caffe.html#afbc016c8dcd439d6389c63b9f4cebf22',1,'op::PoseExtractorCaffe::getHeatMapSize()']]],
+ ['getintrinsics',['getIntrinsics',['../namespaceop.html#a9f5d182aa1bd043391165e3f38f51bd7',1,'op']]],
['getisrunningsharedptr',['getIsRunningSharedPtr',['../classop_1_1_thread_manager.html#a48ea53b3de4d09c84db18e2c31ce1be1',1,'op::ThreadManager']]],
['getkeypointsarea',['getKeypointsArea',['../namespaceop.html#aa2cc07e56f471c5e1d5f228c70ce6a05',1,'op']]],
['getkeypointsrectangle',['getKeypointsRectangle',['../namespaceop.html#afb230634bc4a07f84ca91ebaf13e385f',1,'op']]],
['getlastnumber',['getLastNumber',['../namespaceop.html#ab670c693d8e4a540cfe75ce8383b6d10',1,'op']]],
['getlogmodes',['getLogModes',['../classop_1_1_configure_log.html#a01eebce325f7e401601804d58fd3a2b2',1,'op::ConfigureLog']]],
+ ['getm',['getM',['../namespaceop.html#ab1f32af6f83491f1911f59dbea254d0d',1,'op']]],
['getmaxsize',['getMaxSize',['../classop_1_1_queue_base.html#a25255992523051f7d2a82694ffe7a1cf',1,'op::QueueBase']]],
+ ['getms',['getMs',['../namespaceop.html#a504c1c4e510fe00fbb557d86c5aae66e',1,'op']]],
['getnextfilename',['getNextFileName',['../classop_1_1_file_saver.html#a9de8d694a526f981906c54bd48ea9b21',1,'op::FileSaver::getNextFileName(const unsigned long long index) const '],['../classop_1_1_file_saver.html#a91818f12a9409eae7c1caf6e2b525282',1,'op::FileSaver::getNextFileName(const std::string &fileNameNoExtension) const ']]],
+ ['getnumbercameras',['getNumberCameras',['../namespaceop.html#a6183a85d3790e568f4994c2ee661247d',1,'op']]],
['getnumbercudablocks',['getNumberCudaBlocks',['../namespaceop.html#a4ba080c11cc9758051db97ce2a11c023',1,'op']]],
['getnumbercudathreadsandblocks',['getNumberCudaThreadsAndBlocks',['../namespaceop.html#a8b9860388a640472d25a1dacb007c675',1,'op']]],
['getnumberdimensions',['getNumberDimensions',['../classop_1_1_array.html#adeb008e878709bb5a51e26be55a5452d',1,'op::Array']]],
diff --git a/html/search/functions_8.js b/html/search/functions_8.js
index 649ece2e..7073a96e 100644
--- a/html/search/functions_8.js
+++ b/html/search/functions_8.js
@@ -5,7 +5,7 @@ var searchData=
['imagesaver',['ImageSaver',['../classop_1_1_image_saver.html#a723387e62a6b701202dd6cf35c57429f',1,'op::ImageSaver']]],
['increase',['increase',['../classop_1_1_pose_extractor.html#a6395a4bb77e0198c7cf554ce4674d33c',1,'op::PoseExtractor']]],
['increaseelementtorender',['increaseElementToRender',['../classop_1_1_renderer.html#a298a5a58bab80b7252db7d3386a0ed8a',1,'op::Renderer']]],
- ['initializationonthread',['initializationOnThread',['../classop_1_1_net.html#a6e9e801f2c9950a798d0d2fa94a6c8f2',1,'op::Net::initializationOnThread()'],['../classop_1_1_net_caffe.html#a08b71387287339e68327dd6d4cb1e8b3',1,'op::NetCaffe::initializationOnThread()'],['../classop_1_1_w_cv_mat_to_op_input.html#ac03534bbe3b6c3c45efb61b5d78402da',1,'op::WCvMatToOpInput::initializationOnThread()'],['../classop_1_1_w_cv_mat_to_op_output.html#ad4c957d391e371b7ee56cdb5be6b1452',1,'op::WCvMatToOpOutput::initializationOnThread()'],['../classop_1_1_w_keypoint_scaler.html#aba4fb004818f3adc22959e382a90cd2c',1,'op::WKeypointScaler::initializationOnThread()'],['../classop_1_1_w_op_output_to_cv_mat.html#adea2e8b1d33e6c091640c7d904dac7cd',1,'op::WOpOutputToCvMat::initializationOnThread()'],['../classop_1_1_w_scale_and_size_extractor.html#ac1203ef395a836b13f5586432f284c41',1,'op::WScaleAndSizeExtractor::initializationOnThread()'],['../classop_1_1_w_person_id_extractor.html#a72b888875be18eb3fc8d0a8c267630de',1,'op::WPersonIdExtractor::initializationOnThread()'],['../classop_1_1_face_extractor.html#a2692c0040bb8c0b84a84d195194d037a',1,'op::FaceExtractor::initializationOnThread()'],['../classop_1_1_face_gpu_renderer.html#a6ebd9287927529ffaa4200890190896b',1,'op::FaceGpuRenderer::initializationOnThread()'],['../classop_1_1_face_renderer.html#aa34ce7a0602b0994cc3043b80627a31c',1,'op::FaceRenderer::initializationOnThread()'],['../classop_1_1_w_face_detector.html#afaca53a669f0cd43103f7317aded75d3',1,'op::WFaceDetector::initializationOnThread()'],['../classop_1_1_w_face_detector_open_c_v.html#ad7dce5824ba32bc07d2474c20b23e62d',1,'op::WFaceDetectorOpenCV::initializationOnThread()'],['../classop_1_1_w_face_extractor.html#aee8f96a5ce0080db31fe20ae202e59a5',1,'op::WFaceExtractor::initializationOnThread()'],['../classop_1_1_w_face_renderer.html#a7b72c70dc02c9209d84992caad6ad7d0',1,'op::WFaceRenderer::initializationOnThread()'],['../classop_1_1_w_coco_json_saver.html#a5cca095ff23c3134ab0addc9a4feabaf',1,'op::WCocoJsonSaver::initializationOnThread()'],['../classop_1_1_w_face_saver.html#ae8401789881462eb8438c65e9d2d3fb2',1,'op::WFaceSaver::initializationOnThread()'],['../classop_1_1_w_hand_saver.html#aa234a68d1cc7ec97fefbf30239149baa',1,'op::WHandSaver::initializationOnThread()'],['../classop_1_1_w_heat_map_saver.html#a20e82b121a580c578f69cbb0401c4cb0',1,'op::WHeatMapSaver::initializationOnThread()'],['../classop_1_1_w_image_saver.html#a78655ea3d4dac28bdf7e2e4a80b5a337',1,'op::WImageSaver::initializationOnThread()'],['../classop_1_1_w_people_json_saver.html#a5d4239596a996723a20a1031d32c7446',1,'op::WPeopleJsonSaver::initializationOnThread()'],['../classop_1_1_w_pose_saver.html#a4f0774832e12389593361186f1b83128',1,'op::WPoseSaver::initializationOnThread()'],['../classop_1_1_w_video_saver.html#ada90f76b28e4bafe9c8ecbb9bcbb2d14',1,'op::WVideoSaver::initializationOnThread()'],['../classop_1_1_frame_displayer.html#af5d2e1c8bcd2012c66347252e8dbc543',1,'op::FrameDisplayer::initializationOnThread()'],['../classop_1_1_gui.html#a449696b117fe918feb3aca20cb9ed7de',1,'op::Gui::initializationOnThread()'],['../classop_1_1_w_gui.html#a4e4db210b87f78cc1238dd3ab2bedaa4',1,'op::WGui::initializationOnThread()'],['../classop_1_1_w_gui_info_adder.html#ae620275d6570fd5c74f33728cd340217',1,'op::WGuiInfoAdder::initializationOnThread()'],['../classop_1_1_hand_extractor.html#aa5592a468cfdcfdd687d6f9d465d3eda',1,'op::HandExtractor::initializationOnThread()'],['../classop_1_1_hand_gpu_renderer.html#a0489f10ddc9e37e87084ebf9a5138f3a',1,'op::HandGpuRenderer::initializationOnThread()'],['../classop_1_1_hand_renderer.html#adb91ae2a8ccf24671ad86e99e786b120',1,'op::HandRenderer::initializationOnThread()'],['../classop_1_1_w_hand_detector.html#a5c29c944205ee0727f76c282ef55ae52',1,'op::WHandDetector::initializationOnThread()'],['../classop_1_1_w_hand_detector_from_txt.html#acd7d37555c09a58dc660811724930276',1,'op::WHandDetectorFromTxt::initializationOnThread()'],['../classop_1_1_w_hand_detector_tracking.html#a20ef6206194a873c2cfa7fe13d905d92',1,'op::WHandDetectorTracking::initializationOnThread()'],['../classop_1_1_w_hand_detector_update.html#a729aaa628e4f4c24e7cb9afca1cdc761',1,'op::WHandDetectorUpdate::initializationOnThread()'],['../classop_1_1_w_hand_extractor.html#a6fbef214cc89b07ba163ad874c8442af',1,'op::WHandExtractor::initializationOnThread()'],['../classop_1_1_w_hand_renderer.html#a2ee88145b38fea1a6a2bb7987a33bd40',1,'op::WHandRenderer::initializationOnThread()'],['../classop_1_1_pose_extractor.html#aab1cccc9ad99f6b007abaa14600ea6df',1,'op::PoseExtractor::initializationOnThread()'],['../classop_1_1_pose_gpu_renderer.html#a9e94ab926baf360dd6b23e14fba09836',1,'op::PoseGpuRenderer::initializationOnThread()'],['../classop_1_1_pose_renderer.html#af861d8213f1444b3246402061cea1b33',1,'op::PoseRenderer::initializationOnThread()'],['../classop_1_1_w_pose_extractor.html#a9b621ed9915da9bf3cce49db547de9e6',1,'op::WPoseExtractor::initializationOnThread()'],['../classop_1_1_w_pose_renderer.html#aba989a73cef9a807879ad2196725c61c',1,'op::WPoseRenderer::initializationOnThread()'],['../classop_1_1_w_datum_producer.html#a26babf9992c710c948ee912dd055e063',1,'op::WDatumProducer::initializationOnThread()'],['../classop_1_1_sub_thread.html#a8debc3b655463847fed2c547d13326f7',1,'op::SubThread::initializationOnThread()'],['../classop_1_1_w_id_generator.html#a50a1b7929810daae87ee6443c659edad',1,'op::WIdGenerator::initializationOnThread()'],['../classop_1_1_worker.html#aa5be4df9d4d8302728c653870e7d2a23',1,'op::Worker::initializationOnThread()'],['../classop_1_1_w_queue_orderer.html#a85598f83f6f3a30b7ddce9bc7beddf33',1,'op::WQueueOrderer::initializationOnThread()']]],
+ ['initializationonthread',['initializationOnThread',['../classop_1_1_net.html#a6e9e801f2c9950a798d0d2fa94a6c8f2',1,'op::Net::initializationOnThread()'],['../classop_1_1_net_caffe.html#a08b71387287339e68327dd6d4cb1e8b3',1,'op::NetCaffe::initializationOnThread()'],['../classop_1_1_w_cv_mat_to_op_input.html#ac03534bbe3b6c3c45efb61b5d78402da',1,'op::WCvMatToOpInput::initializationOnThread()'],['../classop_1_1_w_cv_mat_to_op_output.html#ad4c957d391e371b7ee56cdb5be6b1452',1,'op::WCvMatToOpOutput::initializationOnThread()'],['../classop_1_1_w_keypoint_scaler.html#aba4fb004818f3adc22959e382a90cd2c',1,'op::WKeypointScaler::initializationOnThread()'],['../classop_1_1_w_op_output_to_cv_mat.html#adea2e8b1d33e6c091640c7d904dac7cd',1,'op::WOpOutputToCvMat::initializationOnThread()'],['../classop_1_1_w_scale_and_size_extractor.html#ac1203ef395a836b13f5586432f284c41',1,'op::WScaleAndSizeExtractor::initializationOnThread()'],['../classop_1_1_w_point_grey.html#ab8d81ef6b1c495194c66b77eff053988',1,'op::WPointGrey::initializationOnThread()'],['../classop_1_1_w_reconstruction3_d.html#a181495afbec949ec0ca18e712328351b',1,'op::WReconstruction3D::initializationOnThread()'],['../classop_1_1_w_render3_d.html#a52f57a8b99bde803f4201ce23c1f515e',1,'op::WRender3D::initializationOnThread()'],['../classop_1_1_w_person_id_extractor.html#a72b888875be18eb3fc8d0a8c267630de',1,'op::WPersonIdExtractor::initializationOnThread()'],['../classop_1_1_face_extractor.html#a2692c0040bb8c0b84a84d195194d037a',1,'op::FaceExtractor::initializationOnThread()'],['../classop_1_1_face_gpu_renderer.html#a6ebd9287927529ffaa4200890190896b',1,'op::FaceGpuRenderer::initializationOnThread()'],['../classop_1_1_face_renderer.html#aa34ce7a0602b0994cc3043b80627a31c',1,'op::FaceRenderer::initializationOnThread()'],['../classop_1_1_w_face_detector.html#afaca53a669f0cd43103f7317aded75d3',1,'op::WFaceDetector::initializationOnThread()'],['../classop_1_1_w_face_detector_open_c_v.html#ad7dce5824ba32bc07d2474c20b23e62d',1,'op::WFaceDetectorOpenCV::initializationOnThread()'],['../classop_1_1_w_face_extractor.html#aee8f96a5ce0080db31fe20ae202e59a5',1,'op::WFaceExtractor::initializationOnThread()'],['../classop_1_1_w_face_renderer.html#a7b72c70dc02c9209d84992caad6ad7d0',1,'op::WFaceRenderer::initializationOnThread()'],['../classop_1_1_w_coco_json_saver.html#a5cca095ff23c3134ab0addc9a4feabaf',1,'op::WCocoJsonSaver::initializationOnThread()'],['../classop_1_1_w_face_saver.html#ae8401789881462eb8438c65e9d2d3fb2',1,'op::WFaceSaver::initializationOnThread()'],['../classop_1_1_w_hand_saver.html#aa234a68d1cc7ec97fefbf30239149baa',1,'op::WHandSaver::initializationOnThread()'],['../classop_1_1_w_heat_map_saver.html#a20e82b121a580c578f69cbb0401c4cb0',1,'op::WHeatMapSaver::initializationOnThread()'],['../classop_1_1_w_image_saver.html#a78655ea3d4dac28bdf7e2e4a80b5a337',1,'op::WImageSaver::initializationOnThread()'],['../classop_1_1_w_people_json_saver.html#a5d4239596a996723a20a1031d32c7446',1,'op::WPeopleJsonSaver::initializationOnThread()'],['../classop_1_1_w_pose_saver.html#a4f0774832e12389593361186f1b83128',1,'op::WPoseSaver::initializationOnThread()'],['../classop_1_1_w_video_saver.html#ada90f76b28e4bafe9c8ecbb9bcbb2d14',1,'op::WVideoSaver::initializationOnThread()'],['../classop_1_1_frame_displayer.html#af5d2e1c8bcd2012c66347252e8dbc543',1,'op::FrameDisplayer::initializationOnThread()'],['../classop_1_1_gui.html#a449696b117fe918feb3aca20cb9ed7de',1,'op::Gui::initializationOnThread()'],['../classop_1_1_w_gui.html#a4e4db210b87f78cc1238dd3ab2bedaa4',1,'op::WGui::initializationOnThread()'],['../classop_1_1_w_gui_info_adder.html#ae620275d6570fd5c74f33728cd340217',1,'op::WGuiInfoAdder::initializationOnThread()'],['../classop_1_1_hand_extractor.html#aa5592a468cfdcfdd687d6f9d465d3eda',1,'op::HandExtractor::initializationOnThread()'],['../classop_1_1_hand_gpu_renderer.html#a0489f10ddc9e37e87084ebf9a5138f3a',1,'op::HandGpuRenderer::initializationOnThread()'],['../classop_1_1_hand_renderer.html#adb91ae2a8ccf24671ad86e99e786b120',1,'op::HandRenderer::initializationOnThread()'],['../classop_1_1_w_hand_detector.html#a5c29c944205ee0727f76c282ef55ae52',1,'op::WHandDetector::initializationOnThread()'],['../classop_1_1_w_hand_detector_from_txt.html#acd7d37555c09a58dc660811724930276',1,'op::WHandDetectorFromTxt::initializationOnThread()'],['../classop_1_1_w_hand_detector_tracking.html#a20ef6206194a873c2cfa7fe13d905d92',1,'op::WHandDetectorTracking::initializationOnThread()'],['../classop_1_1_w_hand_detector_update.html#a729aaa628e4f4c24e7cb9afca1cdc761',1,'op::WHandDetectorUpdate::initializationOnThread()'],['../classop_1_1_w_hand_extractor.html#a6fbef214cc89b07ba163ad874c8442af',1,'op::WHandExtractor::initializationOnThread()'],['../classop_1_1_w_hand_renderer.html#a2ee88145b38fea1a6a2bb7987a33bd40',1,'op::WHandRenderer::initializationOnThread()'],['../classop_1_1_pose_extractor.html#aab1cccc9ad99f6b007abaa14600ea6df',1,'op::PoseExtractor::initializationOnThread()'],['../classop_1_1_pose_gpu_renderer.html#a9e94ab926baf360dd6b23e14fba09836',1,'op::PoseGpuRenderer::initializationOnThread()'],['../classop_1_1_pose_renderer.html#af861d8213f1444b3246402061cea1b33',1,'op::PoseRenderer::initializationOnThread()'],['../classop_1_1_w_pose_extractor.html#a9b621ed9915da9bf3cce49db547de9e6',1,'op::WPoseExtractor::initializationOnThread()'],['../classop_1_1_w_pose_renderer.html#aba989a73cef9a807879ad2196725c61c',1,'op::WPoseRenderer::initializationOnThread()'],['../classop_1_1_w_datum_producer.html#a26babf9992c710c948ee912dd055e063',1,'op::WDatumProducer::initializationOnThread()'],['../classop_1_1_sub_thread.html#a8debc3b655463847fed2c547d13326f7',1,'op::SubThread::initializationOnThread()'],['../classop_1_1_w_id_generator.html#a50a1b7929810daae87ee6443c659edad',1,'op::WIdGenerator::initializationOnThread()'],['../classop_1_1_worker.html#aa5be4df9d4d8302728c653870e7d2a23',1,'op::Worker::initializationOnThread()'],['../classop_1_1_w_queue_orderer.html#a85598f83f6f3a30b7ddce9bc7beddf33',1,'op::WQueueOrderer::initializationOnThread()']]],
['intround',['intRound',['../namespaceop.html#adcfd0bf5ba782278488c157667a80c54',1,'op']]],
['ipcamerareader',['IpCameraReader',['../classop_1_1_ip_camera_reader.html#abbe7f1bbf200ed9c6c0868eb3c6b0764',1,'op::IpCameraReader']]],
['isopened',['isOpened',['../classop_1_1_video_saver.html#a0c5dadfa4f687283c370e7890ae5037f',1,'op::VideoSaver::isOpened()'],['../classop_1_1_image_directory_reader.html#a432bc94339019f251cc48bbb4c5ae1e8',1,'op::ImageDirectoryReader::isOpened()'],['../classop_1_1_producer.html#a58590e4a409d31f839184b4bf030a68b',1,'op::Producer::isOpened()'],['../classop_1_1_video_capture_reader.html#ae10d37b58fe4f3daa8817b72eb3faa64',1,'op::VideoCaptureReader::isOpened()']]],
diff --git a/html/search/search.js b/html/search/search.js
index 706648f1..37490128 100644
--- a/html/search/search.js
+++ b/html/search/search.js
@@ -12,7 +12,7 @@ var indexSectionsWithContent =
2: "bco",
3: "abcdefghijkmnopqrstvw",
4: "abcdefghijklmnopqrstuvw~",
- 5: "abcdefghikmnoprstwxy",
+ 5: "abcdefghiklmnoprstwxy",
6: "deghlprst",
7: "abcfghijlmnoprsuvwxyz",
8: "cdfhopu"
diff --git a/html/search/variables_10.js b/html/search/variables_10.js
index d927d6d7..76861ef5 100644
--- a/html/search/variables_10.js
+++ b/html/search/variables_10.js
@@ -1,4 +1,14 @@
var searchData=
[
- ['tracking',['tracking',['../structop_1_1_wrapper_struct_hand.html#a86ca862d3d24a5cf0b1122b64aac7a68',1,'op::WrapperStructHand']]]
+ ['scalegap',['scaleGap',['../structop_1_1_wrapper_struct_pose.html#a646ae142f821411d22d772b76960d585',1,'op::WrapperStructPose']]],
+ ['scaleinputtonetinputs',['scaleInputToNetInputs',['../structop_1_1_datum.html#a0e416771f275be98c83aaff01e482a71',1,'op::Datum']]],
+ ['scaleinputtooutput',['scaleInputToOutput',['../structop_1_1_datum.html#a6cf96c250c236a03f13da69e1d4336d9',1,'op::Datum']]],
+ ['scalenettooutput',['scaleNetToOutput',['../structop_1_1_datum.html#a44af7162e180c6856ce909057f43d8e1',1,'op::Datum']]],
+ ['scalerange',['scaleRange',['../structop_1_1_wrapper_struct_hand.html#adaea15e182e5c75129293873cd94e35f',1,'op::WrapperStructHand']]],
+ ['scalesnumber',['scalesNumber',['../structop_1_1_wrapper_struct_hand.html#aea6263dc96708b11fab72416d810b3d6',1,'op::WrapperStructHand::scalesNumber()'],['../structop_1_1_wrapper_struct_pose.html#ad23a9c103a60709eed9d7b7381828e5e',1,'op::WrapperStructPose::scalesNumber()']]],
+ ['spelementtorender',['spElementToRender',['../classop_1_1_renderer.html#aca8ebf0c0a50b87f0be82afa090155a0',1,'op::Renderer']]],
+ ['spgpumemory',['spGpuMemory',['../classop_1_1_gpu_renderer.html#a5d729aab549908c758953be742dd0115',1,'op::GpuRenderer']]],
+ ['spnumberelementstorender',['spNumberElementsToRender',['../classop_1_1_renderer.html#a3e04644546dd9990a16d0b6861b60553',1,'op::Renderer']]],
+ ['sptqueuein',['spTQueueIn',['../namespaceop.html#a55207f49aadd5f79e75251d6ccfad1fc',1,'op']]],
+ ['sptqueueout',['spTQueueOut',['../namespaceop.html#a5180d62b9273c9d0712f686531ee0aea',1,'op']]]
];
diff --git a/html/search/variables_11.js b/html/search/variables_11.js
index d2ac3415..d927d6d7 100644
--- a/html/search/variables_11.js
+++ b/html/search/variables_11.js
@@ -1,13 +1,4 @@
var searchData=
[
- ['width',['width',['../structop_1_1_rectangle.html#a0d0ae826039b0961fae8723708809cdf',1,'op::Rectangle']]],
- ['writecocojson',['writeCocoJson',['../structop_1_1_wrapper_struct_output.html#a6efbd77da8ebcea3abc4109bb2f39c0b',1,'op::WrapperStructOutput']]],
- ['writeheatmaps',['writeHeatMaps',['../structop_1_1_wrapper_struct_output.html#adca0d08aa43e2280ca06a8db0deb81bc',1,'op::WrapperStructOutput']]],
- ['writeheatmapsformat',['writeHeatMapsFormat',['../structop_1_1_wrapper_struct_output.html#a34d5796e02b8afaaaef99fc26e7f3056',1,'op::WrapperStructOutput']]],
- ['writeimages',['writeImages',['../structop_1_1_wrapper_struct_output.html#a5f56c15d410645442b5ac21c316b9c85',1,'op::WrapperStructOutput']]],
- ['writeimagesformat',['writeImagesFormat',['../structop_1_1_wrapper_struct_output.html#aba2aed26f1d01771a0c896bc50e477a5',1,'op::WrapperStructOutput']]],
- ['writejson',['writeJson',['../structop_1_1_wrapper_struct_output.html#a8a2f29bae4ff55195b10a83717a0f738',1,'op::WrapperStructOutput']]],
- ['writekeypoint',['writeKeypoint',['../structop_1_1_wrapper_struct_output.html#ad9ca696781cb7c250752f078f5c937fc',1,'op::WrapperStructOutput']]],
- ['writekeypointformat',['writeKeypointFormat',['../structop_1_1_wrapper_struct_output.html#ad338fd4719d6f243bb64bc67f68bc7c9',1,'op::WrapperStructOutput']]],
- ['writevideo',['writeVideo',['../structop_1_1_wrapper_struct_output.html#a73d6a5687ab8abac22f5cd29690b6277',1,'op::WrapperStructOutput']]]
+ ['tracking',['tracking',['../structop_1_1_wrapper_struct_hand.html#a86ca862d3d24a5cf0b1122b64aac7a68',1,'op::WrapperStructHand']]]
];
diff --git a/html/search/variables_12.js b/html/search/variables_12.js
index 8b29ab7a..d2ac3415 100644
--- a/html/search/variables_12.js
+++ b/html/search/variables_12.js
@@ -1,4 +1,13 @@
var searchData=
[
- ['x',['x',['../structop_1_1_point.html#a812d4ef29d102f4ad18f32ae54eb17ec',1,'op::Point::x()'],['../structop_1_1_rectangle.html#ac4ae58fe6ffd2f811f5cbc48661c1856',1,'op::Rectangle::x()']]]
+ ['width',['width',['../structop_1_1_rectangle.html#a0d0ae826039b0961fae8723708809cdf',1,'op::Rectangle']]],
+ ['writecocojson',['writeCocoJson',['../structop_1_1_wrapper_struct_output.html#a6efbd77da8ebcea3abc4109bb2f39c0b',1,'op::WrapperStructOutput']]],
+ ['writeheatmaps',['writeHeatMaps',['../structop_1_1_wrapper_struct_output.html#adca0d08aa43e2280ca06a8db0deb81bc',1,'op::WrapperStructOutput']]],
+ ['writeheatmapsformat',['writeHeatMapsFormat',['../structop_1_1_wrapper_struct_output.html#a34d5796e02b8afaaaef99fc26e7f3056',1,'op::WrapperStructOutput']]],
+ ['writeimages',['writeImages',['../structop_1_1_wrapper_struct_output.html#a5f56c15d410645442b5ac21c316b9c85',1,'op::WrapperStructOutput']]],
+ ['writeimagesformat',['writeImagesFormat',['../structop_1_1_wrapper_struct_output.html#aba2aed26f1d01771a0c896bc50e477a5',1,'op::WrapperStructOutput']]],
+ ['writejson',['writeJson',['../structop_1_1_wrapper_struct_output.html#a8a2f29bae4ff55195b10a83717a0f738',1,'op::WrapperStructOutput']]],
+ ['writekeypoint',['writeKeypoint',['../structop_1_1_wrapper_struct_output.html#ad9ca696781cb7c250752f078f5c937fc',1,'op::WrapperStructOutput']]],
+ ['writekeypointformat',['writeKeypointFormat',['../structop_1_1_wrapper_struct_output.html#ad338fd4719d6f243bb64bc67f68bc7c9',1,'op::WrapperStructOutput']]],
+ ['writevideo',['writeVideo',['../structop_1_1_wrapper_struct_output.html#a73d6a5687ab8abac22f5cd29690b6277',1,'op::WrapperStructOutput']]]
];
diff --git a/html/search/variables_13.js b/html/search/variables_13.js
index d2ee97d6..8b29ab7a 100644
--- a/html/search/variables_13.js
+++ b/html/search/variables_13.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['y',['y',['../structop_1_1_point.html#a5821bc77a416629916e671793df3ce3b',1,'op::Point::y()'],['../structop_1_1_rectangle.html#a64e6891af0088a4ad271a725601b8043',1,'op::Rectangle::y()']]]
+ ['x',['x',['../structop_1_1_point.html#a812d4ef29d102f4ad18f32ae54eb17ec',1,'op::Point::x()'],['../structop_1_1_rectangle.html#ac4ae58fe6ffd2f811f5cbc48661c1856',1,'op::Rectangle::x()']]]
];
diff --git a/html/search/variables_14.html b/html/search/variables_14.html
new file mode 100644
index 00000000..4e0b24b3
--- /dev/null
+++ b/html/search/variables_14.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/html/search/variables_14.js b/html/search/variables_14.js
new file mode 100644
index 00000000..d2ee97d6
--- /dev/null
+++ b/html/search/variables_14.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['y',['y',['../structop_1_1_point.html#a5821bc77a416629916e671793df3ce3b',1,'op::Point::y()'],['../structop_1_1_rectangle.html#a64e6891af0088a4ad271a725601b8043',1,'op::Rectangle::y()']]]
+];
diff --git a/html/search/variables_5.js b/html/search/variables_5.js
index d10c680a..a2c91c5d 100644
--- a/html/search/variables_5.js
+++ b/html/search/variables_5.js
@@ -12,6 +12,7 @@ var searchData=
['face_5ftrained_5fmodel',['FACE_TRAINED_MODEL',['../namespaceop.html#abd0ef2306478c3295283e7f1b59e3aff',1,'op']]],
['faceheatmaps',['faceHeatMaps',['../structop_1_1_datum.html#ae0c0f33a6b75c7f47e11112dd33f23c1',1,'op::Datum']]],
['facekeypoints',['faceKeypoints',['../structop_1_1_datum.html#aebd19bf50725a5cd87de1efd96f6ebfe',1,'op::Datum']]],
+ ['facekeypoints3d',['faceKeypoints3D',['../structop_1_1_datum3_d.html#a58323f2ac03b4c3fbc068a5d6f34b430',1,'op::Datum3D']]],
['facerectangles',['faceRectangles',['../structop_1_1_datum.html#a0b2f6955a1751fc79b107789272effad',1,'op::Datum']]],
['framefirst',['frameFirst',['../structop_1_1_wrapper_struct_input.html#acc72b8efe09ec3888823ed5680a19fe4',1,'op::WrapperStructInput']]],
['frameflip',['frameFlip',['../structop_1_1_wrapper_struct_input.html#a5ee9722814fe2b5a695511cabd12b613',1,'op::WrapperStructInput']]],
diff --git a/html/search/variables_a.js b/html/search/variables_a.js
index 30c8f9d0..d4d44fff 100644
--- a/html/search/variables_a.js
+++ b/html/search/variables_a.js
@@ -1,29 +1,4 @@
var searchData=
[
- ['mblendoriginalframe',['mBlendOriginalFrame',['../classop_1_1_renderer.html#a88449a7c29a48e157cd6b16089825be7',1,'op::Renderer']]],
- ['mconditionvariable',['mConditionVariable',['../classop_1_1_queue_base.html#a8b5e59161a0b175d12955b552a90a47f',1,'op::QueueBase']]],
- ['mfaceimagecrop',['mFaceImageCrop',['../classop_1_1_face_extractor.html#aec29268798b50ef752d6ec62c3cc5dc4',1,'op::FaceExtractor']]],
- ['mfacekeypoints',['mFaceKeypoints',['../classop_1_1_face_extractor.html#a9d408bb492f490fa46b71b3bcbe28b62',1,'op::FaceExtractor']]],
- ['mhandimagecrop',['mHandImageCrop',['../classop_1_1_hand_extractor.html#afe80be5a3b786ad71cd0e0ff6443ff22',1,'op::HandExtractor']]],
- ['mhandkeypoints',['mHandKeypoints',['../classop_1_1_hand_extractor.html#aee0c5e4607643a978243d9432b704e3d',1,'op::HandExtractor']]],
- ['mheatmaps',['mHeatMaps',['../classop_1_1_face_extractor.html#ab1924617d954db6fc86fb60dfab0dde4',1,'op::FaceExtractor::mHeatMaps()'],['../classop_1_1_hand_extractor.html#acbe2c75c57b1df7279eae30ddcc63241',1,'op::HandExtractor::mHeatMaps()']]],
- ['mheatmapscalemode',['mHeatMapScaleMode',['../classop_1_1_face_extractor.html#ab2f1f5bf37949e0357091c80363dac0a',1,'op::FaceExtractor::mHeatMapScaleMode()'],['../classop_1_1_hand_extractor.html#aa31fd82cb8900c24841f3ef9cce6a0c8',1,'op::HandExtractor::mHeatMapScaleMode()']]],
- ['mheatmaptypes',['mHeatMapTypes',['../classop_1_1_face_extractor.html#a1cd07622445ab4efcc364da2e028ff13',1,'op::FaceExtractor::mHeatMapTypes()'],['../classop_1_1_hand_extractor.html#aa8f444ce4953a41081acaac9ca8d2570',1,'op::HandExtractor::mHeatMapTypes()']]],
- ['mmaxpopperspushers',['mMaxPoppersPushers',['../classop_1_1_queue_base.html#a1d55f40e032cd5d43d63ba02040b3117',1,'op::QueueBase']]],
- ['mmultiscalenumberandrange',['mMultiScaleNumberAndRange',['../classop_1_1_hand_extractor.html#aba2046c5363f11f14719f104b0780e9f',1,'op::HandExtractor']]],
- ['mmutex',['mMutex',['../classop_1_1_queue_base.html#a22c5e2964e9d9c18a9f02b8d2e0f30b4',1,'op::QueueBase']]],
- ['mnetoutputsize',['mNetOutputSize',['../classop_1_1_face_extractor.html#a247dcd3ae33bd85509126ec0a735d380',1,'op::FaceExtractor::mNetOutputSize()'],['../classop_1_1_hand_extractor.html#a2eee4878f6e9ae76ada521e45354be89',1,'op::HandExtractor::mNetOutputSize()'],['../classop_1_1_pose_extractor.html#a7507183ad2d2fe5eaff3d351443d97e0',1,'op::PoseExtractor::mNetOutputSize()']]],
- ['modelfolder',['modelFolder',['../structop_1_1_wrapper_struct_pose.html#a8ff78782ff1bfdcec3e20e42fc03dbc6',1,'op::WrapperStructPose']]],
- ['mpartindextoname',['mPartIndexToName',['../classop_1_1_pose_renderer.html#aecc0a9296ca880ad6ceaf38ecd8c3c53',1,'op::PoseRenderer']]],
- ['mpopisstopped',['mPopIsStopped',['../classop_1_1_queue_base.html#a77bf3592bbb6ac586cd4c2b0aea98e62',1,'op::QueueBase']]],
- ['mpoppers',['mPoppers',['../classop_1_1_queue_base.html#a04f7160c199f90b8f8e91ddfd40e92fb',1,'op::QueueBase']]],
- ['mposekeypoints',['mPoseKeypoints',['../classop_1_1_pose_extractor.html#ac432c3f9265f6dbeb1dfff5621df25de',1,'op::PoseExtractor']]],
- ['mposemodel',['mPoseModel',['../classop_1_1_pose_extractor.html#a57ba3e70a7ac01a687337c66ca36c8da',1,'op::PoseExtractor::mPoseModel()'],['../classop_1_1_pose_renderer.html#a9fea1f9ce47b4b5f1015cae13f4ddcb1',1,'op::PoseRenderer::mPoseModel()']]],
- ['mposescores',['mPoseScores',['../classop_1_1_pose_extractor.html#a034f1fe33fe83967d8c7c4901ce3b4b4',1,'op::PoseExtractor']]],
- ['mpushers',['mPushers',['../classop_1_1_queue_base.html#a7c382bb98f5b769cde37b06d67cb0530',1,'op::QueueBase']]],
- ['mpushisstopped',['mPushIsStopped',['../classop_1_1_queue_base.html#af2c0f21c6b4f4639661b59aa247ae407',1,'op::QueueBase']]],
- ['mrenderthreshold',['mRenderThreshold',['../classop_1_1_renderer.html#adc4cd0a62008325c5c7df6df2f95a167',1,'op::Renderer']]],
- ['mscalenettooutput',['mScaleNetToOutput',['../classop_1_1_pose_extractor.html#ab32d08e00cf4321682ba9acc2b78a289',1,'op::PoseExtractor']]],
- ['mshowgooglyeyes',['mShowGooglyEyes',['../classop_1_1_renderer.html#ace2490fa3c5a87443e4d1e64007cd1ff',1,'op::Renderer']]],
- ['mtqueue',['mTQueue',['../classop_1_1_queue_base.html#a49c1d6740f2ce7f26eae606f109b5738',1,'op::QueueBase']]]
+ ['lefthandkeypoints3d',['leftHandKeypoints3D',['../structop_1_1_datum3_d.html#ad5a1e0bc46e42a9ac0fb215a83823b62',1,'op::Datum3D']]]
];
diff --git a/html/search/variables_b.js b/html/search/variables_b.js
index df0f4156..30c8f9d0 100644
--- a/html/search/variables_b.js
+++ b/html/search/variables_b.js
@@ -1,7 +1,29 @@
var searchData=
[
- ['name',['name',['../structop_1_1_datum.html#ae6adcdacea12a9cfa445cf0cac1985b0',1,'op::Datum']]],
- ['netinputsize',['netInputSize',['../structop_1_1_wrapper_struct_face.html#a9845712fd6ebb66fccb0c1647e3491a0',1,'op::WrapperStructFace::netInputSize()'],['../structop_1_1_wrapper_struct_hand.html#a6a54d5b5766d23412c87bd10c26cb291',1,'op::WrapperStructHand::netInputSize()'],['../structop_1_1_wrapper_struct_pose.html#acff912f14ba3c0ba706ea99e1cef790e',1,'op::WrapperStructPose::netInputSize()']]],
- ['netinputsizes',['netInputSizes',['../structop_1_1_datum.html#a32d164c01acf6b4f7eb1323d74edbdca',1,'op::Datum']]],
- ['netoutputsize',['netOutputSize',['../structop_1_1_datum.html#ac734d4262a5a7892c6d4094cdd2bcc7c',1,'op::Datum']]]
+ ['mblendoriginalframe',['mBlendOriginalFrame',['../classop_1_1_renderer.html#a88449a7c29a48e157cd6b16089825be7',1,'op::Renderer']]],
+ ['mconditionvariable',['mConditionVariable',['../classop_1_1_queue_base.html#a8b5e59161a0b175d12955b552a90a47f',1,'op::QueueBase']]],
+ ['mfaceimagecrop',['mFaceImageCrop',['../classop_1_1_face_extractor.html#aec29268798b50ef752d6ec62c3cc5dc4',1,'op::FaceExtractor']]],
+ ['mfacekeypoints',['mFaceKeypoints',['../classop_1_1_face_extractor.html#a9d408bb492f490fa46b71b3bcbe28b62',1,'op::FaceExtractor']]],
+ ['mhandimagecrop',['mHandImageCrop',['../classop_1_1_hand_extractor.html#afe80be5a3b786ad71cd0e0ff6443ff22',1,'op::HandExtractor']]],
+ ['mhandkeypoints',['mHandKeypoints',['../classop_1_1_hand_extractor.html#aee0c5e4607643a978243d9432b704e3d',1,'op::HandExtractor']]],
+ ['mheatmaps',['mHeatMaps',['../classop_1_1_face_extractor.html#ab1924617d954db6fc86fb60dfab0dde4',1,'op::FaceExtractor::mHeatMaps()'],['../classop_1_1_hand_extractor.html#acbe2c75c57b1df7279eae30ddcc63241',1,'op::HandExtractor::mHeatMaps()']]],
+ ['mheatmapscalemode',['mHeatMapScaleMode',['../classop_1_1_face_extractor.html#ab2f1f5bf37949e0357091c80363dac0a',1,'op::FaceExtractor::mHeatMapScaleMode()'],['../classop_1_1_hand_extractor.html#aa31fd82cb8900c24841f3ef9cce6a0c8',1,'op::HandExtractor::mHeatMapScaleMode()']]],
+ ['mheatmaptypes',['mHeatMapTypes',['../classop_1_1_face_extractor.html#a1cd07622445ab4efcc364da2e028ff13',1,'op::FaceExtractor::mHeatMapTypes()'],['../classop_1_1_hand_extractor.html#aa8f444ce4953a41081acaac9ca8d2570',1,'op::HandExtractor::mHeatMapTypes()']]],
+ ['mmaxpopperspushers',['mMaxPoppersPushers',['../classop_1_1_queue_base.html#a1d55f40e032cd5d43d63ba02040b3117',1,'op::QueueBase']]],
+ ['mmultiscalenumberandrange',['mMultiScaleNumberAndRange',['../classop_1_1_hand_extractor.html#aba2046c5363f11f14719f104b0780e9f',1,'op::HandExtractor']]],
+ ['mmutex',['mMutex',['../classop_1_1_queue_base.html#a22c5e2964e9d9c18a9f02b8d2e0f30b4',1,'op::QueueBase']]],
+ ['mnetoutputsize',['mNetOutputSize',['../classop_1_1_face_extractor.html#a247dcd3ae33bd85509126ec0a735d380',1,'op::FaceExtractor::mNetOutputSize()'],['../classop_1_1_hand_extractor.html#a2eee4878f6e9ae76ada521e45354be89',1,'op::HandExtractor::mNetOutputSize()'],['../classop_1_1_pose_extractor.html#a7507183ad2d2fe5eaff3d351443d97e0',1,'op::PoseExtractor::mNetOutputSize()']]],
+ ['modelfolder',['modelFolder',['../structop_1_1_wrapper_struct_pose.html#a8ff78782ff1bfdcec3e20e42fc03dbc6',1,'op::WrapperStructPose']]],
+ ['mpartindextoname',['mPartIndexToName',['../classop_1_1_pose_renderer.html#aecc0a9296ca880ad6ceaf38ecd8c3c53',1,'op::PoseRenderer']]],
+ ['mpopisstopped',['mPopIsStopped',['../classop_1_1_queue_base.html#a77bf3592bbb6ac586cd4c2b0aea98e62',1,'op::QueueBase']]],
+ ['mpoppers',['mPoppers',['../classop_1_1_queue_base.html#a04f7160c199f90b8f8e91ddfd40e92fb',1,'op::QueueBase']]],
+ ['mposekeypoints',['mPoseKeypoints',['../classop_1_1_pose_extractor.html#ac432c3f9265f6dbeb1dfff5621df25de',1,'op::PoseExtractor']]],
+ ['mposemodel',['mPoseModel',['../classop_1_1_pose_extractor.html#a57ba3e70a7ac01a687337c66ca36c8da',1,'op::PoseExtractor::mPoseModel()'],['../classop_1_1_pose_renderer.html#a9fea1f9ce47b4b5f1015cae13f4ddcb1',1,'op::PoseRenderer::mPoseModel()']]],
+ ['mposescores',['mPoseScores',['../classop_1_1_pose_extractor.html#a034f1fe33fe83967d8c7c4901ce3b4b4',1,'op::PoseExtractor']]],
+ ['mpushers',['mPushers',['../classop_1_1_queue_base.html#a7c382bb98f5b769cde37b06d67cb0530',1,'op::QueueBase']]],
+ ['mpushisstopped',['mPushIsStopped',['../classop_1_1_queue_base.html#af2c0f21c6b4f4639661b59aa247ae407',1,'op::QueueBase']]],
+ ['mrenderthreshold',['mRenderThreshold',['../classop_1_1_renderer.html#adc4cd0a62008325c5c7df6df2f95a167',1,'op::Renderer']]],
+ ['mscalenettooutput',['mScaleNetToOutput',['../classop_1_1_pose_extractor.html#ab32d08e00cf4321682ba9acc2b78a289',1,'op::PoseExtractor']]],
+ ['mshowgooglyeyes',['mShowGooglyEyes',['../classop_1_1_renderer.html#ace2490fa3c5a87443e4d1e64007cd1ff',1,'op::Renderer']]],
+ ['mtqueue',['mTQueue',['../classop_1_1_queue_base.html#a49c1d6740f2ce7f26eae606f109b5738',1,'op::QueueBase']]]
];
diff --git a/html/search/variables_c.js b/html/search/variables_c.js
index 554b0c55..df0f4156 100644
--- a/html/search/variables_c.js
+++ b/html/search/variables_c.js
@@ -1,5 +1,7 @@
var searchData=
[
- ['outputdata',['outputData',['../structop_1_1_datum.html#a42b953c082f479eddc527da9a3a4cc75',1,'op::Datum']]],
- ['outputsize',['outputSize',['../structop_1_1_wrapper_struct_pose.html#a80ead0f411ddab86f643345e4effe805',1,'op::WrapperStructPose']]]
+ ['name',['name',['../structop_1_1_datum.html#ae6adcdacea12a9cfa445cf0cac1985b0',1,'op::Datum']]],
+ ['netinputsize',['netInputSize',['../structop_1_1_wrapper_struct_face.html#a9845712fd6ebb66fccb0c1647e3491a0',1,'op::WrapperStructFace::netInputSize()'],['../structop_1_1_wrapper_struct_hand.html#a6a54d5b5766d23412c87bd10c26cb291',1,'op::WrapperStructHand::netInputSize()'],['../structop_1_1_wrapper_struct_pose.html#acff912f14ba3c0ba706ea99e1cef790e',1,'op::WrapperStructPose::netInputSize()']]],
+ ['netinputsizes',['netInputSizes',['../structop_1_1_datum.html#a32d164c01acf6b4f7eb1323d74edbdca',1,'op::Datum']]],
+ ['netoutputsize',['netOutputSize',['../structop_1_1_datum.html#ac734d4262a5a7892c6d4094cdd2bcc7c',1,'op::Datum']]]
];
diff --git a/html/search/variables_d.js b/html/search/variables_d.js
index ceffb674..554b0c55 100644
--- a/html/search/variables_d.js
+++ b/html/search/variables_d.js
@@ -1,13 +1,5 @@
var searchData=
[
- ['pose_5fdefault_5falpha_5fheat_5fmap',['POSE_DEFAULT_ALPHA_HEAT_MAP',['../namespaceop.html#af45cddacd69fff73a4ea4acbbbac43e0',1,'op']]],
- ['pose_5fdefault_5falpha_5fkeypoint',['POSE_DEFAULT_ALPHA_KEYPOINT',['../namespaceop.html#a21fcb98366f6ea8895fc7f527f232db5',1,'op']]],
- ['pose_5fmax_5fpeople',['POSE_MAX_PEOPLE',['../namespaceop.html#a522d4552d2aeabe367f4d3bf371e6b3e',1,'op']]],
- ['posecandidates',['poseCandidates',['../structop_1_1_datum.html#a55dd5354e09696ed6896923755f1c85b',1,'op::Datum']]],
- ['poseheatmaps',['poseHeatMaps',['../structop_1_1_datum.html#a5429e97e0ab9b0e2209a3947af668381',1,'op::Datum']]],
- ['poseids',['poseIds',['../structop_1_1_datum.html#aba90dccffb5a830296231bd430c4766c',1,'op::Datum']]],
- ['posekeypoints',['poseKeypoints',['../structop_1_1_datum.html#a6d629b1f6f7b958fe4cf2ef4cdf57c5b',1,'op::Datum']]],
- ['posemodel',['poseModel',['../structop_1_1_wrapper_struct_pose.html#a35147b6fb9e300d79b71637793053a1b',1,'op::WrapperStructPose']]],
- ['posescores',['poseScores',['../structop_1_1_datum.html#afb117821de7aff9ac3c219ef3bbc0c14',1,'op::Datum']]],
- ['producersharedptr',['producerSharedPtr',['../structop_1_1_wrapper_struct_input.html#adb77e57fd11db9950d9754a2c8c8eaa5',1,'op::WrapperStructInput']]]
+ ['outputdata',['outputData',['../structop_1_1_datum.html#a42b953c082f479eddc527da9a3a4cc75',1,'op::Datum']]],
+ ['outputsize',['outputSize',['../structop_1_1_wrapper_struct_pose.html#a80ead0f411ddab86f643345e4effe805',1,'op::WrapperStructPose']]]
];
diff --git a/html/search/variables_e.js b/html/search/variables_e.js
index 64b12683..c3d86b72 100644
--- a/html/search/variables_e.js
+++ b/html/search/variables_e.js
@@ -1,6 +1,14 @@
var searchData=
[
- ['realtimeprocessing',['realTimeProcessing',['../structop_1_1_wrapper_struct_input.html#a2eeea9ee711a1dcbec99c3dc871fbc47',1,'op::WrapperStructInput']]],
- ['rendermode',['renderMode',['../structop_1_1_wrapper_struct_face.html#accc6e564598130b9bf0a6d0ec9c304c4',1,'op::WrapperStructFace::renderMode()'],['../structop_1_1_wrapper_struct_hand.html#a90ddd24ee55b6aabd9a1728ccd91525e',1,'op::WrapperStructHand::renderMode()'],['../structop_1_1_wrapper_struct_pose.html#ad6b5ea0cef8eb81d20ab39099ba7716e',1,'op::WrapperStructPose::renderMode()']]],
- ['renderthreshold',['renderThreshold',['../structop_1_1_wrapper_struct_face.html#a982e3f1a13358a522e1882d17cb80d57',1,'op::WrapperStructFace::renderThreshold()'],['../structop_1_1_wrapper_struct_hand.html#a9655c0dfa83eefde174d09e622482089',1,'op::WrapperStructHand::renderThreshold()'],['../structop_1_1_wrapper_struct_pose.html#a322ff95b6a2838fe0d55afb28d2a4224',1,'op::WrapperStructPose::renderThreshold()']]]
+ ['pose_5fdefault_5falpha_5fheat_5fmap',['POSE_DEFAULT_ALPHA_HEAT_MAP',['../namespaceop.html#af45cddacd69fff73a4ea4acbbbac43e0',1,'op']]],
+ ['pose_5fdefault_5falpha_5fkeypoint',['POSE_DEFAULT_ALPHA_KEYPOINT',['../namespaceop.html#a21fcb98366f6ea8895fc7f527f232db5',1,'op']]],
+ ['pose_5fmax_5fpeople',['POSE_MAX_PEOPLE',['../namespaceop.html#a522d4552d2aeabe367f4d3bf371e6b3e',1,'op']]],
+ ['posecandidates',['poseCandidates',['../structop_1_1_datum.html#a55dd5354e09696ed6896923755f1c85b',1,'op::Datum']]],
+ ['poseheatmaps',['poseHeatMaps',['../structop_1_1_datum.html#a5429e97e0ab9b0e2209a3947af668381',1,'op::Datum']]],
+ ['poseids',['poseIds',['../structop_1_1_datum.html#aba90dccffb5a830296231bd430c4766c',1,'op::Datum']]],
+ ['posekeypoints',['poseKeypoints',['../structop_1_1_datum.html#a6d629b1f6f7b958fe4cf2ef4cdf57c5b',1,'op::Datum']]],
+ ['posekeypoints3d',['poseKeypoints3D',['../structop_1_1_datum3_d.html#a21a8b5fcb19b0285b9bc04025fafcc19',1,'op::Datum3D']]],
+ ['posemodel',['poseModel',['../structop_1_1_wrapper_struct_pose.html#a35147b6fb9e300d79b71637793053a1b',1,'op::WrapperStructPose']]],
+ ['posescores',['poseScores',['../structop_1_1_datum.html#afb117821de7aff9ac3c219ef3bbc0c14',1,'op::Datum']]],
+ ['producersharedptr',['producerSharedPtr',['../structop_1_1_wrapper_struct_input.html#adb77e57fd11db9950d9754a2c8c8eaa5',1,'op::WrapperStructInput']]]
];
diff --git a/html/search/variables_f.js b/html/search/variables_f.js
index 76861ef5..3d6de02e 100644
--- a/html/search/variables_f.js
+++ b/html/search/variables_f.js
@@ -1,14 +1,7 @@
var searchData=
[
- ['scalegap',['scaleGap',['../structop_1_1_wrapper_struct_pose.html#a646ae142f821411d22d772b76960d585',1,'op::WrapperStructPose']]],
- ['scaleinputtonetinputs',['scaleInputToNetInputs',['../structop_1_1_datum.html#a0e416771f275be98c83aaff01e482a71',1,'op::Datum']]],
- ['scaleinputtooutput',['scaleInputToOutput',['../structop_1_1_datum.html#a6cf96c250c236a03f13da69e1d4336d9',1,'op::Datum']]],
- ['scalenettooutput',['scaleNetToOutput',['../structop_1_1_datum.html#a44af7162e180c6856ce909057f43d8e1',1,'op::Datum']]],
- ['scalerange',['scaleRange',['../structop_1_1_wrapper_struct_hand.html#adaea15e182e5c75129293873cd94e35f',1,'op::WrapperStructHand']]],
- ['scalesnumber',['scalesNumber',['../structop_1_1_wrapper_struct_hand.html#aea6263dc96708b11fab72416d810b3d6',1,'op::WrapperStructHand::scalesNumber()'],['../structop_1_1_wrapper_struct_pose.html#ad23a9c103a60709eed9d7b7381828e5e',1,'op::WrapperStructPose::scalesNumber()']]],
- ['spelementtorender',['spElementToRender',['../classop_1_1_renderer.html#aca8ebf0c0a50b87f0be82afa090155a0',1,'op::Renderer']]],
- ['spgpumemory',['spGpuMemory',['../classop_1_1_gpu_renderer.html#a5d729aab549908c758953be742dd0115',1,'op::GpuRenderer']]],
- ['spnumberelementstorender',['spNumberElementsToRender',['../classop_1_1_renderer.html#a3e04644546dd9990a16d0b6861b60553',1,'op::Renderer']]],
- ['sptqueuein',['spTQueueIn',['../namespaceop.html#a55207f49aadd5f79e75251d6ccfad1fc',1,'op']]],
- ['sptqueueout',['spTQueueOut',['../namespaceop.html#a5180d62b9273c9d0712f686531ee0aea',1,'op']]]
+ ['realtimeprocessing',['realTimeProcessing',['../structop_1_1_wrapper_struct_input.html#a2eeea9ee711a1dcbec99c3dc871fbc47',1,'op::WrapperStructInput']]],
+ ['rendermode',['renderMode',['../structop_1_1_wrapper_struct_face.html#accc6e564598130b9bf0a6d0ec9c304c4',1,'op::WrapperStructFace::renderMode()'],['../structop_1_1_wrapper_struct_hand.html#a90ddd24ee55b6aabd9a1728ccd91525e',1,'op::WrapperStructHand::renderMode()'],['../structop_1_1_wrapper_struct_pose.html#ad6b5ea0cef8eb81d20ab39099ba7716e',1,'op::WrapperStructPose::renderMode()']]],
+ ['renderthreshold',['renderThreshold',['../structop_1_1_wrapper_struct_face.html#a982e3f1a13358a522e1882d17cb80d57',1,'op::WrapperStructFace::renderThreshold()'],['../structop_1_1_wrapper_struct_hand.html#a9655c0dfa83eefde174d09e622482089',1,'op::WrapperStructHand::renderThreshold()'],['../structop_1_1_wrapper_struct_pose.html#a322ff95b6a2838fe0d55afb28d2a4224',1,'op::WrapperStructPose::renderThreshold()']]],
+ ['righthandkeypoints3d',['rightHandKeypoints3D',['../structop_1_1_datum3_d.html#a57a18e6a7fb951c9acf8dcf84bd0ca37',1,'op::Datum3D']]]
];
diff --git a/html/structop_1_1_datum.html b/html/structop_1_1_datum.html
index c42533c9..c21291af 100644
--- a/html/structop_1_1_datum.html
+++ b/html/structop_1_1_datum.html
@@ -115,6 +115,8 @@ $(document).ready(function(){initNavTree('structop_1_1_datum.html','');});
#include <datum.hpp >
+
+
Inherited by op::Datum3D .
diff --git a/html/structop_1_1_datum3_d-members.html b/html/structop_1_1_datum3_d-members.html
new file mode 100644
index 00000000..e6494a22
--- /dev/null
+++ b/html/structop_1_1_datum3_d-members.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+OpenPose: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ OpenPose
+ 1.0.0rc2
+
+ OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for op::Datum3D , including all inherited members.
+
+
+
+
+
+
diff --git a/html/structop_1_1_datum3_d.html b/html/structop_1_1_datum3_d.html
new file mode 100644
index 00000000..1cc0d70a
--- /dev/null
+++ b/html/structop_1_1_datum3_d.html
@@ -0,0 +1,274 @@
+
+
+
+
+
+
+OpenPose: op::Datum3D Struct Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ OpenPose
+ 1.0.0rc2
+
+ OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
#include <datum3D.hpp >
+
+
Inherits op::Datum .
+
+
+
+
+
+
+
+ Array <float> op::Datum3D::faceKeypoints3D
+
+
+
+
+
+
+
+
+
+
+
+ Array <float> op::Datum3D::leftHandKeypoints3D
+
+
+
+
+
+
+
+
+
+
+
+ Array <float> op::Datum3D::poseKeypoints3D
+
+
+
+
+
+
+
+
+
+
+
+ Array <float> op::Datum3D::rightHandKeypoints3D
+
+
+
+
+
+
+
The documentation for this struct was generated from the following file:
+/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/include/openpose/experimental/3d/datum3D.hpp
+
+
+
+
+
+
+
diff --git a/html/structop_1_1_datum3_d.js b/html/structop_1_1_datum3_d.js
new file mode 100644
index 00000000..92df2559
--- /dev/null
+++ b/html/structop_1_1_datum3_d.js
@@ -0,0 +1,7 @@
+var structop_1_1_datum3_d =
+[
+ [ "faceKeypoints3D", "structop_1_1_datum3_d.html#a58323f2ac03b4c3fbc068a5d6f34b430", null ],
+ [ "leftHandKeypoints3D", "structop_1_1_datum3_d.html#ad5a1e0bc46e42a9ac0fb215a83823b62", null ],
+ [ "poseKeypoints3D", "structop_1_1_datum3_d.html#a21a8b5fcb19b0285b9bc04025fafcc19", null ],
+ [ "rightHandKeypoints3D", "structop_1_1_datum3_d.html#a57a18e6a7fb951c9acf8dcf84bd0ca37", null ]
+];
\ No newline at end of file