diff --git a/doxygen.log b/doxygen.log
index 73fc99e7..28b99aac 100644
--- a/doxygen.log
+++ b/doxygen.log
@@ -713,6 +713,8 @@ Generating page documentation...
Generating group documentation...
Generating class documentation...
Generating namespace index...
+Generating docs for namespace boost
+Generating docs for compound boost::shared_ptr...
Generating docs for namespace caffe
Generating docs for compound caffe::Blob...
Generating docs for namespace op
@@ -766,9 +768,7 @@ Generating docs for compound op::WPoseSaver...
Generating docs for compound op::WVideoSaver...
Generating docs for compound op::FrameDisplayer...
Generating docs for compound op::Gui...
-Generating docs for compound op::GuiInfoAdder...
-Generating docs for compound op::WGui...
-Generating /home/travis/build/CMU-Perceptual-Computing-Lab/openpose/include/openpose/hand/handExtractor.hpp:18: warning: The following parameters of op::HandExtractor::HandExtractor(const Point< int > &netInputSize, const Point< int > &netOutputSize, const unsigned short numberScales=1, const float rangeScales=0.4f, const std::vector< HeatMapType > &heatMapTypes={}, const ScaleMode heatMapScale=ScaleMode::ZeroToOne) are not documented:
+Generating docs/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/include/openpose/hand/handExtractor.hpp:18: warning: The following parameters of op::HandExtractor::HandExtractor(const Point< int > &netInputSize, const Point< int > &netOutputSize, const unsigned short numberScales=1, const float rangeScales=0.4f, const std::vector< HeatMapType > &heatMapTypes={}, const ScaleMode heatMapScale=ScaleMode::ZeroToOne) are not documented:
parameter 'heatMapTypes'
parameter 'heatMapScale'
/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/include/openpose/hand/handExtractorCaffe.hpp:18: warning: The following parameters of op::HandExtractorCaffe::HandExtractorCaffe(const Point< int > &netInputSize, const Point< int > &netOutputSize, const std::string &modelFolder, const int gpuId, const unsigned short numberScales=1, const float rangeScales=0.4f, const std::vector< HeatMapType > &heatMapTypes={}, const ScaleMode heatMapScale=ScaleMode::ZeroToOne) are not documented:
@@ -799,7 +799,9 @@ Generating /home/travis/build/CMU-Perceptual-Computing-Lab/openpose/include/open
/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/README.md:130: warning: unable to resolve reference to `doc/standalone_face_or_hand_keypoint_detector.md' for \ref command
/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/README.md:135: warning: explicit link request to 'faq' could not be resolved
/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/README.md:191: warning: unable to resolve reference to `doc/contributors.md' for \ref command
-docs for compound op::WGuiInfoAdder...
+ for compound op::GuiInfoAdder...
+Generating docs for compound op::WGui...
+Generating docs for compound op::WGuiInfoAdder...
Generating docs for compound op::HandCpuRenderer...
Generating docs for compound op::HandDetector...
Generating docs for compound op::HandDetectorFromTxt...
@@ -870,5 +872,5 @@ Generating file index...
Generating file member index...
Generating example index...
finalizing index lists...
-lookup cache used 2692/65536 hits=15308 misses=2819
+lookup cache used 2783/65536 hits=16280 misses=2970
finished...
diff --git a/html/annotated.html b/html/annotated.html
index 87975a38..e6b7f6c3 100644
--- a/html/annotated.html
+++ b/html/annotated.html
@@ -111,117 +111,119 @@ $(document).ready(function(){initNavTree('annotated.html','');});
-
#include <vector>
+
#include <memory>
+#include <vector>
#include <opencv2/core/core.hpp>
-#include <boost/shared_ptr.hpp>
Go to the source code of this file.
diff --git a/html/array_8hpp_source.html b/html/array_8hpp_source.html
index b421829d..b3028a69 100644
--- a/html/array_8hpp_source.html
+++ b/html/array_8hpp_source.html
@@ -110,9 +110,9 @@ $(document).ready(function(){initNavTree('array_8hpp_source.html','');});
Go to the documentation of this file. 1 #ifndef OPENPOSE_CORE_ARRAY_HPP
2 #define OPENPOSE_CORE_ARRAY_HPP
-
-
5 #include <opencv2/core/core.hpp>
-
6 #include <boost/shared_ptr.hpp>
+
+
+
6 #include <opencv2/core/core.hpp>
@@ -198,7 +198,7 @@ $(document).ready(function(){initNavTree('array_8hpp_source.html','');});
-
244 return spData[index];
+
244 return spData.get()[index];
@@ -207,7 +207,7 @@ $(document).ready(function(){initNavTree('array_8hpp_source.html','');});
-
259 return spData[index];
+
259 return spData.get()[index];
@@ -248,7 +248,7 @@ $(document).ready(function(){initNavTree('array_8hpp_source.html','');});
347 std::vector<int> mSize;
-
349 boost::shared_ptr<T[]> spData;
+
349 std::shared_ptr<T> spData;
350 std::pair<bool, cv::Mat> mCvMatData;
358 int getIndex(
const std::vector<int>& indexes)
const ;
diff --git a/html/classboost_1_1shared__ptr.html b/html/classboost_1_1shared__ptr.html
new file mode 100644
index 00000000..a59b438c
--- /dev/null
+++ b/html/classboost_1_1shared__ptr.html
@@ -0,0 +1,129 @@
+
+
+
+
+
+
+
OpenPose: boost::shared_ptr< T > Class Template Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ OpenPose
+ 1.0.0rc2
+
+ OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
#include <macros.hpp >
+
The documentation for this class was generated from the following file:
+/home/travis/build/CMU-Perceptual-Computing-Lab/openpose/include/openpose/core/macros.hpp
+
+
+
+
+
+
+
diff --git a/html/classes.html b/html/classes.html
index 5ebc51ee..751f287d 100644
--- a/html/classes.html
+++ b/html/classes.html
@@ -154,11 +154,12 @@ $(document).ready(function(){initNavTree('classes.html','');});
FaceExtractorCaffe (op ) KeypointScaler (op ) Rectangle (op ) WFaceRenderer (op ) WScaleAndSizeExtractor (op )
FaceGpuRenderer (op )
Renderer (op ) WFaceSaver (op ) WVideoSaver (op )
-
FaceRenderer (op ) ResizeAndMergeCaffe (op ) WGui (op )
+
FaceRenderer (op ) ResizeAndMergeCaffe (op ) WGui (op )
+
FileSaver (op ) MaximumCaffe (op )
-WGuiInfoAdder (op )
+
WGuiInfoAdder (op )
FrameDisplayer (op )
-WHandDetector (op )
+
WHandDetector (op ) shared_ptr (boost )
ScaleAndSizeExtractor (op ) WHandDetectorFromTxt (op )
Net (op )
diff --git a/html/classop_1_1_array.html b/html/classop_1_1_array.html
index dd1438ee..3ecbdf78 100644
--- a/html/classop_1_1_array.html
+++ b/html/classop_1_1_array.html
@@ -190,7 +190,7 @@ Public Member Functions
template<typename T>
class op::Array< T >
-
Array<T>: The OpenPose Basic Raw Data Container This template class implements a multidimensional data array. It is our basic data container, analogous to cv::Mat in OpenCV, Tensor in Torch/TensorFlow or Blob in Caffe. It wraps a cv::Mat and a boost::shared_ptr, both of them pointing to the same raw data. I.e. they both share the same memory, so we can read and modify this data in both formats with no performance impact. Hence, it keeps high performance while adding high-level functions.
+
Array<T>: The OpenPose Basic Raw Data Container This template class implements a multidimensional data array. It is our basic data container, analogous to cv::Mat in OpenCV, Tensor in Torch/TensorFlow or Blob in Caffe. It wraps a cv::Mat and a boost::shared_ptr , both of them pointing to the same raw data. I.e. they both share the same memory, so we can read and modify this data in both formats with no performance impact. Hence, it keeps high performance while adding high-level functions.
diff --git a/html/classop_1_1_net_caffe.html b/html/classop_1_1_net_caffe.html
index 5ba2ee2c..ed49ac57 100644
--- a/html/classop_1_1_net_caffe.html
+++ b/html/classop_1_1_net_caffe.html
@@ -131,7 +131,7 @@ Public Member Functions
void forwardPass (const float *const inputNetData=nullptr) const
-
boost::shared_ptr< caffe::Blob
+ boost::shared_ptr < caffe::Blob
< float > > getOutputBlob () const
@@ -285,7 +285,7 @@ Public Member Functions
- boost::shared_ptr<caffe::Blob <float> > op::NetCaffe::getOutputBlob
+ boost::shared_ptr <caffe::Blob <float> > op::NetCaffe::getOutputBlob
(
)
const
diff --git a/html/hierarchy.html b/html/hierarchy.html
index d38d9da3..4fedd4d2 100644
--- a/html/hierarchy.html
+++ b/html/hierarchy.html
@@ -181,54 +181,55 @@ $(document).ready(function(){initNavTree('hierarchy.html','');});
op::PoseCpuRenderer
op::ResizeAndMergeCaffe< T >
op::ScaleAndSizeExtractor
-op::SubThread< TDatums, TWorker >
-op::SubThreadNoQueue< TDatums, TWorker >
-op::SubThreadQueueIn< TDatums, TWorker, TQueue >
-op::SubThreadQueueInOut< TDatums, TWorker, TQueue >
-op::SubThreadQueueOut< TDatums, TWorker, TQueue >
-op::Thread< TDatums, TWorker >
-op::ThreadManager< TDatums, TWorker, TQueue >
-op::ThreadManager< std::shared_ptr< TDatums > >
-op::VideoSaver
-op::Worker< TDatums >
-op::WCvMatToOpInput< TDatums >
-op::WCvMatToOpOutput< TDatums >
-op::WFaceDetector< TDatums >
-op::WFaceDetectorOpenCV< TDatums >
-op::WFaceExtractor< TDatums >
-op::WFaceRenderer< TDatums >
-op::WGuiInfoAdder< TDatums >
-op::WHandDetector< TDatums >
-op::WHandDetectorFromTxt< TDatums >
-op::WHandDetectorTracking< TDatums >
-op::WHandDetectorUpdate< TDatums >
-op::WHandExtractor< TDatums >
-op::WHandRenderer< TDatums >
-op::WIdGenerator< TDatums >
-op::WKeypointScaler< TDatums >
-op::WOpOutputToCvMat< TDatums >
-op::WorkerConsumer< TDatums >
-op::WCocoJsonSaver< TDatums >
-op::WFaceSaver< TDatums >
-op::WGui< TDatums >
-op::WHandSaver< TDatums >
-op::WHeatMapSaver< TDatums >
-op::WImageSaver< TDatums >
-op::WKeypointJsonSaver< TDatums >
-op::WPoseSaver< TDatums >
-op::WVideoSaver< TDatums >
-op::WorkerProducer< TDatums >
-op::WDatumProducer< TDatums, TDatumsNoPtr >
-op::WPoseExtractor< TDatums >
-op::WPoseRenderer< TDatums >
-op::WQueueOrderer< TDatums >
-op::WScaleAndSizeExtractor< TDatums >
-op::Wrapper< TDatums, TWorker, TQueue >
-op::WrapperStructFace
-op::WrapperStructHand
-op::WrapperStructInput
-op::WrapperStructOutput
-op::WrapperStructPose
+boost::shared_ptr< T >
+op::SubThread< TDatums, TWorker >
+op::SubThreadNoQueue< TDatums, TWorker >
+op::SubThreadQueueIn< TDatums, TWorker, TQueue >
+op::SubThreadQueueInOut< TDatums, TWorker, TQueue >
+op::SubThreadQueueOut< TDatums, TWorker, TQueue >
+op::Thread< TDatums, TWorker >
+op::ThreadManager< TDatums, TWorker, TQueue >
+op::ThreadManager< std::shared_ptr< TDatums > >
+op::VideoSaver
+op::Worker< TDatums >
+op::WCvMatToOpInput< TDatums >
+op::WCvMatToOpOutput< TDatums >
+op::WFaceDetector< TDatums >
+op::WFaceDetectorOpenCV< TDatums >
+op::WFaceExtractor< TDatums >
+op::WFaceRenderer< TDatums >
+op::WGuiInfoAdder< TDatums >
+op::WHandDetector< TDatums >
+op::WHandDetectorFromTxt< TDatums >
+op::WHandDetectorTracking< TDatums >
+op::WHandDetectorUpdate< TDatums >
+op::WHandExtractor< TDatums >
+op::WHandRenderer< TDatums >
+op::WIdGenerator< TDatums >
+op::WKeypointScaler< TDatums >
+op::WOpOutputToCvMat< TDatums >
+op::WorkerConsumer< TDatums >
+op::WCocoJsonSaver< TDatums >
+op::WFaceSaver< TDatums >
+op::WGui< TDatums >
+op::WHandSaver< TDatums >
+op::WHeatMapSaver< TDatums >
+op::WImageSaver< TDatums >
+op::WKeypointJsonSaver< TDatums >
+op::WPoseSaver< TDatums >
+op::WVideoSaver< TDatums >
+op::WorkerProducer< TDatums >
+op::WDatumProducer< TDatums, TDatumsNoPtr >
+op::WPoseExtractor< TDatums >
+op::WPoseRenderer< TDatums >
+op::WQueueOrderer< TDatums >
+op::WScaleAndSizeExtractor< TDatums >
+op::Wrapper< TDatums, TWorker, TQueue >
+op::WrapperStructFace
+op::WrapperStructHand
+op::WrapperStructInput
+op::WrapperStructOutput
+op::WrapperStructPose
diff --git a/html/hierarchy.js b/html/hierarchy.js
index 56bab8f3..cc9de361 100644
--- a/html/hierarchy.js
+++ b/html/hierarchy.js
@@ -83,6 +83,7 @@ var hierarchy =
] ],
[ "op::ResizeAndMergeCaffe< T >", "classop_1_1_resize_and_merge_caffe.html", null ],
[ "op::ScaleAndSizeExtractor", "classop_1_1_scale_and_size_extractor.html", null ],
+ [ "boost::shared_ptr< T >", "classboost_1_1shared__ptr.html", null ],
[ "op::SubThread< TDatums, TWorker >", "classop_1_1_sub_thread.html", [
[ "op::SubThreadNoQueue< TDatums, TWorker >", "classop_1_1_sub_thread_no_queue.html", null ],
[ "op::SubThreadQueueIn< TDatums, TWorker, TQueue >", "classop_1_1_sub_thread_queue_in.html", null ],
diff --git a/html/macros_8hpp.html b/html/macros_8hpp.html
index 0a16847b..ca5e9f0f 100644
--- a/html/macros_8hpp.html
+++ b/html/macros_8hpp.html
@@ -123,11 +123,15 @@ $(document).ready(function(){initNavTree('macros_8hpp.html','');});
Classes
class caffe::Blob< T >
+
class boost::shared_ptr< T >
+
diff --git a/html/macros_8hpp.js b/html/macros_8hpp.js
index f28f43a3..59bb3766 100644
--- a/html/macros_8hpp.js
+++ b/html/macros_8hpp.js
@@ -1,6 +1,7 @@
var macros_8hpp =
[
[ "Blob", "classcaffe_1_1_blob.html", null ],
+ [ "shared_ptr", "classboost_1_1shared__ptr.html", null ],
[ "COMPILE_TEMPLATE_BASIC_TYPES", "macros_8hpp.html#a6bf32c65e0f388d5b09d8b2424416c0e", null ],
[ "COMPILE_TEMPLATE_BASIC_TYPES_CLASS", "macros_8hpp.html#a60e010d8a2352d94b8b57d97cf4a7d73", null ],
[ "COMPILE_TEMPLATE_BASIC_TYPES_STRUCT", "macros_8hpp.html#ac5627744abe5fd0c8eacfe9c7f8bd32e", null ],
diff --git a/html/macros_8hpp_source.html b/html/macros_8hpp_source.html
index 0f7208fb..6abb485a 100644
--- a/html/macros_8hpp_source.html
+++ b/html/macros_8hpp_source.html
@@ -169,18 +169,23 @@ $(document).ready(function(){initNavTree('macros_8hpp_source.html','');});
61 template <
typename T>
class Blob ;
-
-
-
-
-
-
-
-
-
- 72 #endif // OPENPOSE_CORE_MACROS_HPP
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 76 #endif // OPENPOSE_CORE_MACROS_HPP
+Definition: macros.hpp:65
Definition: macros.hpp:61
diff --git a/html/namespaceboost.html b/html/namespaceboost.html
new file mode 100644
index 00000000..fd4c00bc
--- /dev/null
+++ b/html/namespaceboost.html
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+OpenPose: boost Namespace Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ OpenPose
+ 1.0.0rc2
+
+ OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/html/namespaceboost.js b/html/namespaceboost.js
new file mode 100644
index 00000000..7d317342
--- /dev/null
+++ b/html/namespaceboost.js
@@ -0,0 +1,4 @@
+var namespaceboost =
+[
+ [ "shared_ptr", "classboost_1_1shared__ptr.html", null ]
+];
\ No newline at end of file
diff --git a/html/namespaces.html b/html/namespaces.html
index 94dfe483..4c06e2d4 100644
--- a/html/namespaces.html
+++ b/html/namespaces.html
@@ -109,8 +109,9 @@ $(document).ready(function(){initNavTree('namespaces.html','');});
Here is a list of all namespaces with brief descriptions:
diff --git a/html/namespaces.js b/html/namespaces.js
index 983b2d84..5b08ba16 100644
--- a/html/namespaces.js
+++ b/html/namespaces.js
@@ -1,5 +1,6 @@
var namespaces =
[
+ [ "boost", "namespaceboost.html", null ],
[ "caffe", "namespacecaffe.html", null ],
[ "op", "namespaceop.html", null ]
];
\ No newline at end of file
diff --git a/html/navtree.js b/html/navtree.js
index e54a35ef..aedf05ea 100644
--- a/html/navtree.js
+++ b/html/navtree.js
@@ -35,11 +35,11 @@ var NAVTREE =
var NAVTREEINDEX =
[
"annotated.html",
-"classop_1_1_nms_caffe.html#a46d0269df59984ad2b6b4ef4f1b1f71d",
-"classop_1_1_w_face_saver.html",
-"file_stream_8hpp.html#a9aa59e0cf663360a10f372d7680ad39c",
-"pose_2enum_classes_8hpp.html#a37c58b781e5bcd9fee67a7768afc5d0ea04576b26f5dc3637bf3c8168fba1641d",
-"structop_1_1_wrapper_struct_hand.html#a86ca862d3d24a5cf0b1122b64aac7a68"
+"classop_1_1_nms_caffe.html#a0702488e5d899a6610535f6741601978",
+"classop_1_1_w_face_renderer.html#aa52166ea2d5e0f201c94d5c4fe74216e",
+"file_stream_8hpp.html#a80f8d102523be3fd8a884d14e38cbce9",
+"pointer_container_8hpp_source.html",
+"structop_1_1_wrapper_struct_hand.html#a6a54d5b5766d23412c87bd10c26cb291"
];
var SYNCONMSG = 'click to disable panel synchronisation';
diff --git a/html/navtreeindex0.js b/html/navtreeindex0.js
index 96a98388..4ab29080 100644
--- a/html/navtreeindex0.js
+++ b/html/navtreeindex0.js
@@ -18,236 +18,236 @@ var NAVTREEINDEX0 =
"check_8hpp.html#ab8cdf56c47b2cd2fffa2533ab80dace4":[2,0,0,0,9,0,1],
"check_8hpp.html#ad32c10f16b4b817acab2305779bb6ec2":[2,0,0,0,9,0,4],
"check_8hpp_source.html":[2,0,0,0,9,0],
-"classcaffe_1_1_blob.html":[1,0,0,0],
+"classboost_1_1shared__ptr.html":[1,0,0,0],
+"classcaffe_1_1_blob.html":[1,0,1,0],
"classes.html":[1,1],
-"classop_1_1_array.html":[1,0,1,0],
-"classop_1_1_array.html#a04d04645dd2b2f21492b2ad7a5b87828":[1,0,1,0,20],
-"classop_1_1_array.html#a0ad0232daa69783cf2c8f7a0ff5b3b0c":[1,0,1,0,28],
-"classop_1_1_array.html#a12e538b09e98bf0900163031602ed2ed":[1,0,1,0,27],
-"classop_1_1_array.html#a146d6e773e14dd7aaa29a73f878358e1":[1,0,1,0,18],
-"classop_1_1_array.html#a17a44d11cf476f705ce4a5223cfb4f81":[1,0,1,0,13],
-"classop_1_1_array.html#a2330657a79a444d1ab44370423be006e":[1,0,1,0,17],
-"classop_1_1_array.html#a28f09d11de753a741334ee8094296acb":[1,0,1,0,32],
-"classop_1_1_array.html#a3f6c6f7ddeed3d1edbc907441888a8cf":[1,0,1,0,26],
-"classop_1_1_array.html#a48c1ba1f7017b5aa8e0451079dd3a6d3":[1,0,1,0,1],
-"classop_1_1_array.html#a5a68cca98a3ebaf565f1e546eebd9f01":[1,0,1,0,4],
-"classop_1_1_array.html#a5cb014203b418de3996b90597df53b6e":[1,0,1,0,9],
-"classop_1_1_array.html#a6bf43d039478797722cf9401ceb951e9":[1,0,1,0,31],
-"classop_1_1_array.html#a6e0afd5f447efbfc29efbeac62716eff":[1,0,1,0,6],
-"classop_1_1_array.html#a793b9851c7490bc98d4dd52020c0cd3c":[1,0,1,0,0],
-"classop_1_1_array.html#a7a7d854d63815e10e158fe889d17a88e":[1,0,1,0,5],
-"classop_1_1_array.html#a8eebb6c34642cdf19ac74c7ed38d128b":[1,0,1,0,8],
-"classop_1_1_array.html#a959ede0df7e535d2d3ac40d098541c27":[1,0,1,0,3],
-"classop_1_1_array.html#a95e83e3379fd43460db68c2adb61f981":[1,0,1,0,7],
-"classop_1_1_array.html#a9c8e006e0eea472485f37971330ecbab":[1,0,1,0,21],
-"classop_1_1_array.html#aa40dc59e800d3c4cce623d560c0e0fad":[1,0,1,0,23],
-"classop_1_1_array.html#aada0f1bd6e9eb73b4f977e62da536f58":[1,0,1,0,25],
-"classop_1_1_array.html#ab70165463db3e2fb3f15ad14001eb592":[1,0,1,0,12],
-"classop_1_1_array.html#ac7183eb2f4e78a6941da3a2079b9ed32":[1,0,1,0,29],
-"classop_1_1_array.html#ac817621e848601cf7d6571e75d8f6865":[1,0,1,0,14],
-"classop_1_1_array.html#ac833fdcb245fcc3135ce65227bb9e4b2":[1,0,1,0,2],
-"classop_1_1_array.html#ad51b6ac12ed115f1056effefd6fa878b":[1,0,1,0,11],
-"classop_1_1_array.html#add2eeccd967cdf0900449649cb6f5afb":[1,0,1,0,30],
-"classop_1_1_array.html#adeb008e878709bb5a51e26be55a5452d":[1,0,1,0,15],
-"classop_1_1_array.html#ae388368128afac05369172198911e05d":[1,0,1,0,22],
-"classop_1_1_array.html#ae3ec6553128d77b0c26b848c0a0f81ca":[1,0,1,0,33],
-"classop_1_1_array.html#aeccfa42607d5deb5039ff260eb980abc":[1,0,1,0,24],
-"classop_1_1_array.html#af42f4570122d1b8259c211f52335909b":[1,0,1,0,10],
-"classop_1_1_array.html#af4715967fd2b028a97fd30257e697275":[1,0,1,0,16],
-"classop_1_1_array.html#afee5e6149bc917586b3fd56323d20a87":[1,0,1,0,19],
-"classop_1_1_body_part_connector_caffe.html":[1,0,1,66],
-"classop_1_1_body_part_connector_caffe.html#a0bad959b2da005b62cab962327ccba01":[1,0,1,66,12],
-"classop_1_1_body_part_connector_caffe.html#a104744fdab14d4c1335eb8778edea21e":[1,0,1,66,11],
-"classop_1_1_body_part_connector_caffe.html#a2fa59ad0cad1b95721663815ca51ff93":[1,0,1,66,13],
-"classop_1_1_body_part_connector_caffe.html#a4a42a1d04cbca147da6e9392fdc73327":[1,0,1,66,2],
-"classop_1_1_body_part_connector_caffe.html#a6442721373481873ddeb9ffd7c6fdb7b":[1,0,1,66,9],
-"classop_1_1_body_part_connector_caffe.html#a75d0a3f3c8dca99c8a9e1b680098da16":[1,0,1,66,8],
-"classop_1_1_body_part_connector_caffe.html#a7f42676b81568800336dacec62dfd0ca":[1,0,1,66,5],
-"classop_1_1_body_part_connector_caffe.html#a7f68693a4dbdadba9ae75947e906568a":[1,0,1,66,4],
-"classop_1_1_body_part_connector_caffe.html#a8b70616dc1b45f4a3c2b10308e45b5ce":[1,0,1,66,1],
-"classop_1_1_body_part_connector_caffe.html#a94e2364fa13ea79b2d6fd72c5db34765":[1,0,1,66,0],
-"classop_1_1_body_part_connector_caffe.html#a988042172b192eb80b3479c5f68484f4":[1,0,1,66,6],
-"classop_1_1_body_part_connector_caffe.html#a9b9fa9490fef0121a70c3d6d749272f7":[1,0,1,66,10],
-"classop_1_1_body_part_connector_caffe.html#aa728acee4594d701475b1a687ac9d61f":[1,0,1,66,3],
-"classop_1_1_body_part_connector_caffe.html#ad1f6b47c231c1f7b4dda5967671ce69b":[1,0,1,66,7],
-"classop_1_1_coco_json_saver.html":[1,0,1,32],
-"classop_1_1_coco_json_saver.html#a3122eeb93844224d787d0bd67ee06794":[1,0,1,32,1],
-"classop_1_1_coco_json_saver.html#a4f80aa56ab346e743e80aef8da4d78c6":[1,0,1,32,2],
-"classop_1_1_coco_json_saver.html#aad0899bead458df67c49f23eddb3113d":[1,0,1,32,0],
-"classop_1_1_configure_error.html":[1,0,1,97],
-"classop_1_1_configure_log.html":[1,0,1,98],
-"classop_1_1_cv_mat_to_op_input.html":[1,0,1,1],
-"classop_1_1_cv_mat_to_op_input.html#ab9b198d84fbacc0b8aa9e863632e57c9":[1,0,1,1,0],
-"classop_1_1_cv_mat_to_op_output.html":[1,0,1,2],
-"classop_1_1_cv_mat_to_op_output.html#a003515873bf34525e2a6d313d8619ff3":[1,0,1,2,0],
-"classop_1_1_datum_producer.html":[1,0,1,74],
-"classop_1_1_datum_producer.html#a627c16307864f02251eeb77f2320052f":[1,0,1,74,0],
-"classop_1_1_datum_producer.html#aeab20304e6ff9970a970a7b865da9d02":[1,0,1,74,1],
-"classop_1_1_face_cpu_renderer.html":[1,0,1,21],
-"classop_1_1_face_cpu_renderer.html#a233f2a83930d07e4d420b43c8a660f32":[1,0,1,21,1],
-"classop_1_1_face_cpu_renderer.html#a9f8b158aca09eca94ad1b0cd8418cbb5":[1,0,1,21,2],
-"classop_1_1_face_cpu_renderer.html#afb0dcfff75c4a89d5971d7b0bbd0b51b":[1,0,1,21,0],
-"classop_1_1_face_detector.html":[1,0,1,22],
-"classop_1_1_face_detector.html#ac884684046a89394c5179f8175188c1d":[1,0,1,22,1],
-"classop_1_1_face_detector.html#adfeab6977c93b7bef66c1dfbcf6f8150":[1,0,1,22,0],
-"classop_1_1_face_detector_open_c_v.html":[1,0,1,23],
-"classop_1_1_face_detector_open_c_v.html#a3cbd067534f06315ab8a2332f7ba246a":[1,0,1,23,1],
-"classop_1_1_face_detector_open_c_v.html#a8c4d55863b726448762a142fa91bb69d":[1,0,1,23,0],
-"classop_1_1_face_extractor.html":[1,0,1,24],
-"classop_1_1_face_extractor.html#a11a301f43c8ff06e06170200f3410590":[1,0,1,24,6],
-"classop_1_1_face_extractor.html#a13d7920f4029a4aa6d63b3609956c475":[1,0,1,24,3],
-"classop_1_1_face_extractor.html#a1cd07622445ab4efcc364da2e028ff13":[1,0,1,24,11],
-"classop_1_1_face_extractor.html#a247dcd3ae33bd85509126ec0a735d380":[1,0,1,24,12],
-"classop_1_1_face_extractor.html#a2692c0040bb8c0b84a84d195194d037a":[1,0,1,24,5],
-"classop_1_1_face_extractor.html#a3d99b0fa2706ef64fc7b8c54c3251c76":[1,0,1,24,1],
-"classop_1_1_face_extractor.html#a6f3faf536edd57fa9198969f633c01f4":[1,0,1,24,0],
-"classop_1_1_face_extractor.html#a7e6d4f9d0154551ea050c94dd90cd2fb":[1,0,1,24,2],
-"classop_1_1_face_extractor.html#a9d408bb492f490fa46b71b3bcbe28b62":[1,0,1,24,8],
-"classop_1_1_face_extractor.html#ab1924617d954db6fc86fb60dfab0dde4":[1,0,1,24,9],
-"classop_1_1_face_extractor.html#ab2f1f5bf37949e0357091c80363dac0a":[1,0,1,24,10],
-"classop_1_1_face_extractor.html#aec29268798b50ef752d6ec62c3cc5dc4":[1,0,1,24,7],
-"classop_1_1_face_extractor.html#af326457ed8977781fe48f1086ac5efee":[1,0,1,24,4],
-"classop_1_1_face_extractor_caffe.html":[1,0,1,25],
-"classop_1_1_face_extractor_caffe.html#a4450e656f21a8cb7f1d9bf5f545012f1":[1,0,1,25,1],
-"classop_1_1_face_extractor_caffe.html#aab3117c74c915d01981dd52aa536e6c4":[1,0,1,25,0],
-"classop_1_1_face_extractor_caffe.html#ad9cb84599f76e7836379890bde577b50":[1,0,1,25,2],
-"classop_1_1_face_extractor_caffe.html#add2a24d9bd5e03ff90034239e90523c2":[1,0,1,25,3],
-"classop_1_1_face_gpu_renderer.html":[1,0,1,26],
-"classop_1_1_face_gpu_renderer.html#a01a207676e3ec1a8718b8717cd999f53":[1,0,1,26,1],
-"classop_1_1_face_gpu_renderer.html#a344b4f1d256d6ad805273eb8ba29cde1":[1,0,1,26,0],
-"classop_1_1_face_gpu_renderer.html#a6ebd9287927529ffaa4200890190896b":[1,0,1,26,2],
-"classop_1_1_face_gpu_renderer.html#a8f4cb47d5a6829f6b19c377d523069eb":[1,0,1,26,3],
-"classop_1_1_face_renderer.html":[1,0,1,27],
-"classop_1_1_face_renderer.html#a045da831a9476bfc0e58e08ebb6c84c1":[1,0,1,27,1],
-"classop_1_1_face_renderer.html#aa34ce7a0602b0994cc3043b80627a31c":[1,0,1,27,0],
-"classop_1_1_file_saver.html":[1,0,1,33],
-"classop_1_1_file_saver.html#a91818f12a9409eae7c1caf6e2b525282":[1,0,1,33,2],
-"classop_1_1_file_saver.html#a9de8d694a526f981906c54bd48ea9b21":[1,0,1,33,1],
-"classop_1_1_file_saver.html#aa4632ae62ac77dbad85523845ce79999":[1,0,1,33,0],
-"classop_1_1_frame_displayer.html":[1,0,1,48],
-"classop_1_1_frame_displayer.html#a15f9d2d435f56026ac0f79ee6c1e2918":[1,0,1,48,3],
-"classop_1_1_frame_displayer.html#a3b81422440197c14b6ae58e40a95b4ec":[1,0,1,48,0],
-"classop_1_1_frame_displayer.html#ab851447b8c00826282cff87a66182e7e":[1,0,1,48,4],
-"classop_1_1_frame_displayer.html#ada237c384d55d6e141dce886e6fe97e3":[1,0,1,48,1],
-"classop_1_1_frame_displayer.html#af5d2e1c8bcd2012c66347252e8dbc543":[1,0,1,48,2],
-"classop_1_1_gpu_renderer.html":[1,0,1,4],
-"classop_1_1_gpu_renderer.html#a5576d2da79ef7ff38ee86b35383d6d46":[1,0,1,4,3],
-"classop_1_1_gpu_renderer.html#a5d729aab549908c758953be742dd0115":[1,0,1,4,6],
-"classop_1_1_gpu_renderer.html#a6355f70d16c6427b028fa4596ce5d985":[1,0,1,4,4],
-"classop_1_1_gpu_renderer.html#a7fdc947348fcc14fe64f61a81c6f1447":[1,0,1,4,1],
-"classop_1_1_gpu_renderer.html#a9852b2017e972637b47250bb7fbc53ea":[1,0,1,4,0],
-"classop_1_1_gpu_renderer.html#ac1642afb73d94c84eb12f4a97abfb9ac":[1,0,1,4,5],
-"classop_1_1_gpu_renderer.html#ac7c1ab0eebf1d54b55cc65a5560bad7b":[1,0,1,4,2],
-"classop_1_1_gui.html":[1,0,1,49],
-"classop_1_1_gui.html#a114a15db275e053a6860d201d5ba773f":[1,0,1,49,2],
-"classop_1_1_gui.html#a449696b117fe918feb3aca20cb9ed7de":[1,0,1,49,1],
-"classop_1_1_gui.html#a892a74fac9f123a4cb9e196bfcc3432a":[1,0,1,49,0],
-"classop_1_1_gui_info_adder.html":[1,0,1,50],
-"classop_1_1_gui_info_adder.html#a208806933d0e0932f7cddfad3cf04343":[1,0,1,50,1],
-"classop_1_1_gui_info_adder.html#af23e17f9eeb51c7473cd0940292efa61":[1,0,1,50,0],
-"classop_1_1_hand_cpu_renderer.html":[1,0,1,53],
-"classop_1_1_hand_cpu_renderer.html#a3145d482c0378288e7ba3e42091a56c2":[1,0,1,53,0],
-"classop_1_1_hand_cpu_renderer.html#a66a7d318b240c73687320bf092363409":[1,0,1,53,1],
-"classop_1_1_hand_cpu_renderer.html#a98a3cc7f939105224bcc4be07782563a":[1,0,1,53,2],
-"classop_1_1_hand_detector.html":[1,0,1,54],
-"classop_1_1_hand_detector.html#a20b127dd7b51afcd336d1f16b40ee0b1":[1,0,1,54,0],
-"classop_1_1_hand_detector.html#a58513169f01ab7c705979f1f2a88b571":[1,0,1,54,3],
-"classop_1_1_hand_detector.html#a660199dc2080df40f67cd6680997f6d0":[1,0,1,54,1],
-"classop_1_1_hand_detector.html#aa5eae5b3c86642906806129fc511d229":[1,0,1,54,2],
-"classop_1_1_hand_detector_from_txt.html":[1,0,1,55],
-"classop_1_1_hand_detector_from_txt.html#a1e6ba23fa1486e92a3bdca36b2e86d22":[1,0,1,55,1],
-"classop_1_1_hand_detector_from_txt.html#a94ef5e925c5d25b181c56ae79bb1eed2":[1,0,1,55,0],
-"classop_1_1_hand_extractor.html":[1,0,1,56],
-"classop_1_1_hand_extractor.html#a1d4eb3fc406aa44bb2c8e320ba3cb377":[1,0,1,56,2],
-"classop_1_1_hand_extractor.html#a2eee4878f6e9ae76ada521e45354be89":[1,0,1,56,13],
-"classop_1_1_hand_extractor.html#a322a1c3a0ab7abaf0c697246af9309cc":[1,0,1,56,3],
-"classop_1_1_hand_extractor.html#a34b8ccd65d526ce3cacd57b80e889296":[1,0,1,56,0],
-"classop_1_1_hand_extractor.html#a95a512748828a04713b4cde582fb4901":[1,0,1,56,1],
-"classop_1_1_hand_extractor.html#aa31fd82cb8900c24841f3ef9cce6a0c8":[1,0,1,56,10],
-"classop_1_1_hand_extractor.html#aa5592a468cfdcfdd687d6f9d465d3eda":[1,0,1,56,5],
-"classop_1_1_hand_extractor.html#aa8f444ce4953a41081acaac9ca8d2570":[1,0,1,56,11],
-"classop_1_1_hand_extractor.html#aba2046c5363f11f14719f104b0780e9f":[1,0,1,56,12],
-"classop_1_1_hand_extractor.html#ac98085241dfd326a1aabf8b29e7be950":[1,0,1,56,6],
-"classop_1_1_hand_extractor.html#acbe2c75c57b1df7279eae30ddcc63241":[1,0,1,56,9],
-"classop_1_1_hand_extractor.html#aee0c5e4607643a978243d9432b704e3d":[1,0,1,56,8],
-"classop_1_1_hand_extractor.html#af5ce8cd602820921de3ec3f676aacf0d":[1,0,1,56,4],
-"classop_1_1_hand_extractor.html#afe80be5a3b786ad71cd0e0ff6443ff22":[1,0,1,56,7],
-"classop_1_1_hand_extractor_caffe.html":[1,0,1,57],
-"classop_1_1_hand_extractor_caffe.html#a892d6233b92a7862c32adfa85574236c":[1,0,1,57,2],
-"classop_1_1_hand_extractor_caffe.html#a9a383a3a26f79c5be4cbd3ff900ec596":[1,0,1,57,0],
-"classop_1_1_hand_extractor_caffe.html#ace3ee9d717887ee9dc0f00ce69bd0c82":[1,0,1,57,3],
-"classop_1_1_hand_extractor_caffe.html#aee681b43b8691ac1f07e08616522f6af":[1,0,1,57,1],
-"classop_1_1_hand_gpu_renderer.html":[1,0,1,58],
-"classop_1_1_hand_gpu_renderer.html#a0489f10ddc9e37e87084ebf9a5138f3a":[1,0,1,58,2],
-"classop_1_1_hand_gpu_renderer.html#a0d2f742b995a6f34e414f9731db847d5":[1,0,1,58,0],
-"classop_1_1_hand_gpu_renderer.html#a27915745de10184ef073f34b86a2706e":[1,0,1,58,1],
-"classop_1_1_hand_gpu_renderer.html#a3a05fd1d74868c1766e49ccf3979b9c9":[1,0,1,58,3],
-"classop_1_1_hand_renderer.html":[1,0,1,59],
-"classop_1_1_hand_renderer.html#aca16bfb051c891ea7c020df48602b111":[1,0,1,59,1],
-"classop_1_1_hand_renderer.html#adb91ae2a8ccf24671ad86e99e786b120":[1,0,1,59,0],
-"classop_1_1_heat_map_saver.html":[1,0,1,34],
-"classop_1_1_heat_map_saver.html#a6f67771a43b746a86a9793f19e7b6974":[1,0,1,34,1],
-"classop_1_1_heat_map_saver.html#aa6a339b70a9535a018584b93c932b12d":[1,0,1,34,0],
-"classop_1_1_image_directory_reader.html":[1,0,1,75],
-"classop_1_1_image_directory_reader.html#a1965a4dca2ddb86b24e69e2da90b9dbf":[1,0,1,75,6],
-"classop_1_1_image_directory_reader.html#a3362f046204ba85d9a25b2b8fa62b6c3":[1,0,1,75,0],
-"classop_1_1_image_directory_reader.html#a432bc94339019f251cc48bbb4c5ae1e8":[1,0,1,75,4],
-"classop_1_1_image_directory_reader.html#a964d60140081c79353b637405dda962c":[1,0,1,75,3],
-"classop_1_1_image_directory_reader.html#a9b63b935effebd29d2140b0b657b8392":[1,0,1,75,7],
-"classop_1_1_image_directory_reader.html#aa05bfd69272e81115ba23a3c0731b596":[1,0,1,75,1],
-"classop_1_1_image_directory_reader.html#ac8ce09240af2edb08e0428316f734774":[1,0,1,75,2],
-"classop_1_1_image_directory_reader.html#af74e192f8cba5c10f8e252674a85185a":[1,0,1,75,5],
-"classop_1_1_image_saver.html":[1,0,1,35],
-"classop_1_1_image_saver.html#a723387e62a6b701202dd6cf35c57429f":[1,0,1,35,0],
-"classop_1_1_image_saver.html#a8495143c9ddbe39744a4be0a4703007c":[1,0,1,35,1],
-"classop_1_1_ip_camera_reader.html":[1,0,1,76],
-"classop_1_1_ip_camera_reader.html#a2277d9a58316bfb4314bf345369e37c1":[1,0,1,76,2],
-"classop_1_1_ip_camera_reader.html#aa7ad6adac6e401193e03d279176dd889":[1,0,1,76,1],
-"classop_1_1_ip_camera_reader.html#abbe7f1bbf200ed9c6c0868eb3c6b0764":[1,0,1,76,0],
-"classop_1_1_ip_camera_reader.html#ac13cc7da97a31d8e69eaa64b2a7b31ba":[1,0,1,76,3],
-"classop_1_1_json_ofstream.html":[1,0,1,36],
-"classop_1_1_json_ofstream.html#a32f058b961605d418df1258a1dc5e6a0":[1,0,1,36,5],
-"classop_1_1_json_ofstream.html#a3f940d3ad51d0acb7126d62a5617fd69":[1,0,1,36,2],
-"classop_1_1_json_ofstream.html#a45eeb25d9413fc31786f315b46c341cc":[1,0,1,36,7],
-"classop_1_1_json_ofstream.html#a4cc6d50256354b3dc7385e2db01aabc0":[1,0,1,36,3],
-"classop_1_1_json_ofstream.html#a5c38e36c1449d808dd4ab6558d65289c":[1,0,1,36,8],
-"classop_1_1_json_ofstream.html#aa432ff172e10bb9e3b6e2bfa6124c648":[1,0,1,36,9],
-"classop_1_1_json_ofstream.html#ae4468279f789c8026d431b2ef62646f9":[1,0,1,36,4],
-"classop_1_1_json_ofstream.html#aede35260c04b9be2ce145df435ce49b7":[1,0,1,36,1],
-"classop_1_1_json_ofstream.html#af0c7f763e7e809810c00b394a260672e":[1,0,1,36,6],
-"classop_1_1_json_ofstream.html#afa4b3e1dee27f5afd0017b95c0f5e364":[1,0,1,36,0],
-"classop_1_1_keypoint_json_saver.html":[1,0,1,37],
-"classop_1_1_keypoint_json_saver.html#a10fff77ff17356bf7786ec3c70930095":[1,0,1,37,1],
-"classop_1_1_keypoint_json_saver.html#a339487926e004f8b058b5bb7624b1f30":[1,0,1,37,0],
-"classop_1_1_keypoint_saver.html":[1,0,1,38],
-"classop_1_1_keypoint_saver.html#a52ce5a2c462ab8dd22606f697e69d2dc":[1,0,1,38,1],
-"classop_1_1_keypoint_saver.html#aa6d9eb36cfd40c5cfa3995420cdf3dfa":[1,0,1,38,0],
-"classop_1_1_keypoint_scaler.html":[1,0,1,5],
-"classop_1_1_keypoint_scaler.html#a0f556c1b0fad63c7c3551a5d4fd72219":[1,0,1,5,0],
-"classop_1_1_keypoint_scaler.html#ab85b497b5676c72c4bd62eaef98ec56c":[1,0,1,5,1],
-"classop_1_1_keypoint_scaler.html#accfefe6f4be7d2886c3720b751b4c36a":[1,0,1,5,2],
-"classop_1_1_maximum_caffe.html":[1,0,1,6],
-"classop_1_1_maximum_caffe.html#a2dd1f7f0221d602596a14b720e5594b2":[1,0,1,6,4],
-"classop_1_1_maximum_caffe.html#a30bc085753e2d2434254475f1d1efa1b":[1,0,1,6,1],
-"classop_1_1_maximum_caffe.html#a66bd0aa863a97647ae6350d1f886ea51":[1,0,1,6,0],
-"classop_1_1_maximum_caffe.html#a694c1077ac5141ff377c4e98a87cc249":[1,0,1,6,3],
-"classop_1_1_maximum_caffe.html#a6d32a5327b1f6552339227e171e9674c":[1,0,1,6,2],
-"classop_1_1_maximum_caffe.html#a865622ef2653c14f3ca1059113fb96c0":[1,0,1,6,7],
-"classop_1_1_maximum_caffe.html#aa9ab7eab51c9539b141a0aac998b2223":[1,0,1,6,6],
-"classop_1_1_maximum_caffe.html#abfe2509a67e69a504000922900e516c2":[1,0,1,6,5],
-"classop_1_1_net.html":[1,0,1,7],
-"classop_1_1_net.html#a042324a660661408830caf85cfe17603":[1,0,1,7,1],
-"classop_1_1_net.html#a6e39824e84be05c9942523e48e7cff55":[1,0,1,7,2],
-"classop_1_1_net.html#a6e9e801f2c9950a798d0d2fa94a6c8f2":[1,0,1,7,3],
-"classop_1_1_net.html#ac8edfe73a20fd3d5e548160dffbd0b71":[1,0,1,7,0],
-"classop_1_1_net_caffe.html":[1,0,1,8],
-"classop_1_1_net_caffe.html#a08b71387287339e68327dd6d4cb1e8b3":[1,0,1,8,6],
-"classop_1_1_net_caffe.html#a3ac11c69dc0ece3f60c862a7c558bb15":[1,0,1,8,3],
-"classop_1_1_net_caffe.html#a46472ff210748d47f81115f1eb01e2b0":[1,0,1,8,2],
-"classop_1_1_net_caffe.html#a5ae766135624644db2d6fa6d530c9a5d":[1,0,1,8,4],
-"classop_1_1_net_caffe.html#a6b15b23d0d77b2253975cda0dd7cbe3b":[1,0,1,8,0],
-"classop_1_1_net_caffe.html#a84007645c88de286e9d306461a044e8d":[1,0,1,8,1],
-"classop_1_1_net_caffe.html#a8869d49723a0e94c990b1c4f95f00916":[1,0,1,8,5],
-"classop_1_1_nms_caffe.html":[1,0,1,9],
-"classop_1_1_nms_caffe.html#a0702488e5d899a6610535f6741601978":[1,0,1,9,1]
+"classop_1_1_array.html":[1,0,2,0],
+"classop_1_1_array.html#a04d04645dd2b2f21492b2ad7a5b87828":[1,0,2,0,20],
+"classop_1_1_array.html#a0ad0232daa69783cf2c8f7a0ff5b3b0c":[1,0,2,0,28],
+"classop_1_1_array.html#a12e538b09e98bf0900163031602ed2ed":[1,0,2,0,27],
+"classop_1_1_array.html#a146d6e773e14dd7aaa29a73f878358e1":[1,0,2,0,18],
+"classop_1_1_array.html#a17a44d11cf476f705ce4a5223cfb4f81":[1,0,2,0,13],
+"classop_1_1_array.html#a2330657a79a444d1ab44370423be006e":[1,0,2,0,17],
+"classop_1_1_array.html#a28f09d11de753a741334ee8094296acb":[1,0,2,0,32],
+"classop_1_1_array.html#a3f6c6f7ddeed3d1edbc907441888a8cf":[1,0,2,0,26],
+"classop_1_1_array.html#a48c1ba1f7017b5aa8e0451079dd3a6d3":[1,0,2,0,1],
+"classop_1_1_array.html#a5a68cca98a3ebaf565f1e546eebd9f01":[1,0,2,0,4],
+"classop_1_1_array.html#a5cb014203b418de3996b90597df53b6e":[1,0,2,0,9],
+"classop_1_1_array.html#a6bf43d039478797722cf9401ceb951e9":[1,0,2,0,31],
+"classop_1_1_array.html#a6e0afd5f447efbfc29efbeac62716eff":[1,0,2,0,6],
+"classop_1_1_array.html#a793b9851c7490bc98d4dd52020c0cd3c":[1,0,2,0,0],
+"classop_1_1_array.html#a7a7d854d63815e10e158fe889d17a88e":[1,0,2,0,5],
+"classop_1_1_array.html#a8eebb6c34642cdf19ac74c7ed38d128b":[1,0,2,0,8],
+"classop_1_1_array.html#a959ede0df7e535d2d3ac40d098541c27":[1,0,2,0,3],
+"classop_1_1_array.html#a95e83e3379fd43460db68c2adb61f981":[1,0,2,0,7],
+"classop_1_1_array.html#a9c8e006e0eea472485f37971330ecbab":[1,0,2,0,21],
+"classop_1_1_array.html#aa40dc59e800d3c4cce623d560c0e0fad":[1,0,2,0,23],
+"classop_1_1_array.html#aada0f1bd6e9eb73b4f977e62da536f58":[1,0,2,0,25],
+"classop_1_1_array.html#ab70165463db3e2fb3f15ad14001eb592":[1,0,2,0,12],
+"classop_1_1_array.html#ac7183eb2f4e78a6941da3a2079b9ed32":[1,0,2,0,29],
+"classop_1_1_array.html#ac817621e848601cf7d6571e75d8f6865":[1,0,2,0,14],
+"classop_1_1_array.html#ac833fdcb245fcc3135ce65227bb9e4b2":[1,0,2,0,2],
+"classop_1_1_array.html#ad51b6ac12ed115f1056effefd6fa878b":[1,0,2,0,11],
+"classop_1_1_array.html#add2eeccd967cdf0900449649cb6f5afb":[1,0,2,0,30],
+"classop_1_1_array.html#adeb008e878709bb5a51e26be55a5452d":[1,0,2,0,15],
+"classop_1_1_array.html#ae388368128afac05369172198911e05d":[1,0,2,0,22],
+"classop_1_1_array.html#ae3ec6553128d77b0c26b848c0a0f81ca":[1,0,2,0,33],
+"classop_1_1_array.html#aeccfa42607d5deb5039ff260eb980abc":[1,0,2,0,24],
+"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,66],
+"classop_1_1_body_part_connector_caffe.html#a0bad959b2da005b62cab962327ccba01":[1,0,2,66,12],
+"classop_1_1_body_part_connector_caffe.html#a104744fdab14d4c1335eb8778edea21e":[1,0,2,66,11],
+"classop_1_1_body_part_connector_caffe.html#a2fa59ad0cad1b95721663815ca51ff93":[1,0,2,66,13],
+"classop_1_1_body_part_connector_caffe.html#a4a42a1d04cbca147da6e9392fdc73327":[1,0,2,66,2],
+"classop_1_1_body_part_connector_caffe.html#a6442721373481873ddeb9ffd7c6fdb7b":[1,0,2,66,9],
+"classop_1_1_body_part_connector_caffe.html#a75d0a3f3c8dca99c8a9e1b680098da16":[1,0,2,66,8],
+"classop_1_1_body_part_connector_caffe.html#a7f42676b81568800336dacec62dfd0ca":[1,0,2,66,5],
+"classop_1_1_body_part_connector_caffe.html#a7f68693a4dbdadba9ae75947e906568a":[1,0,2,66,4],
+"classop_1_1_body_part_connector_caffe.html#a8b70616dc1b45f4a3c2b10308e45b5ce":[1,0,2,66,1],
+"classop_1_1_body_part_connector_caffe.html#a94e2364fa13ea79b2d6fd72c5db34765":[1,0,2,66,0],
+"classop_1_1_body_part_connector_caffe.html#a988042172b192eb80b3479c5f68484f4":[1,0,2,66,6],
+"classop_1_1_body_part_connector_caffe.html#a9b9fa9490fef0121a70c3d6d749272f7":[1,0,2,66,10],
+"classop_1_1_body_part_connector_caffe.html#aa728acee4594d701475b1a687ac9d61f":[1,0,2,66,3],
+"classop_1_1_body_part_connector_caffe.html#ad1f6b47c231c1f7b4dda5967671ce69b":[1,0,2,66,7],
+"classop_1_1_coco_json_saver.html":[1,0,2,32],
+"classop_1_1_coco_json_saver.html#a3122eeb93844224d787d0bd67ee06794":[1,0,2,32,1],
+"classop_1_1_coco_json_saver.html#a4f80aa56ab346e743e80aef8da4d78c6":[1,0,2,32,2],
+"classop_1_1_coco_json_saver.html#aad0899bead458df67c49f23eddb3113d":[1,0,2,32,0],
+"classop_1_1_configure_error.html":[1,0,2,97],
+"classop_1_1_configure_log.html":[1,0,2,98],
+"classop_1_1_cv_mat_to_op_input.html":[1,0,2,1],
+"classop_1_1_cv_mat_to_op_input.html#ab9b198d84fbacc0b8aa9e863632e57c9":[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,74],
+"classop_1_1_datum_producer.html#a627c16307864f02251eeb77f2320052f":[1,0,2,74,0],
+"classop_1_1_datum_producer.html#aeab20304e6ff9970a970a7b865da9d02":[1,0,2,74,1],
+"classop_1_1_face_cpu_renderer.html":[1,0,2,21],
+"classop_1_1_face_cpu_renderer.html#a233f2a83930d07e4d420b43c8a660f32":[1,0,2,21,1],
+"classop_1_1_face_cpu_renderer.html#a9f8b158aca09eca94ad1b0cd8418cbb5":[1,0,2,21,2],
+"classop_1_1_face_cpu_renderer.html#afb0dcfff75c4a89d5971d7b0bbd0b51b":[1,0,2,21,0],
+"classop_1_1_face_detector.html":[1,0,2,22],
+"classop_1_1_face_detector.html#ac884684046a89394c5179f8175188c1d":[1,0,2,22,1],
+"classop_1_1_face_detector.html#adfeab6977c93b7bef66c1dfbcf6f8150":[1,0,2,22,0],
+"classop_1_1_face_detector_open_c_v.html":[1,0,2,23],
+"classop_1_1_face_detector_open_c_v.html#a3cbd067534f06315ab8a2332f7ba246a":[1,0,2,23,1],
+"classop_1_1_face_detector_open_c_v.html#a8c4d55863b726448762a142fa91bb69d":[1,0,2,23,0],
+"classop_1_1_face_extractor.html":[1,0,2,24],
+"classop_1_1_face_extractor.html#a11a301f43c8ff06e06170200f3410590":[1,0,2,24,6],
+"classop_1_1_face_extractor.html#a13d7920f4029a4aa6d63b3609956c475":[1,0,2,24,3],
+"classop_1_1_face_extractor.html#a1cd07622445ab4efcc364da2e028ff13":[1,0,2,24,11],
+"classop_1_1_face_extractor.html#a247dcd3ae33bd85509126ec0a735d380":[1,0,2,24,12],
+"classop_1_1_face_extractor.html#a2692c0040bb8c0b84a84d195194d037a":[1,0,2,24,5],
+"classop_1_1_face_extractor.html#a3d99b0fa2706ef64fc7b8c54c3251c76":[1,0,2,24,1],
+"classop_1_1_face_extractor.html#a6f3faf536edd57fa9198969f633c01f4":[1,0,2,24,0],
+"classop_1_1_face_extractor.html#a7e6d4f9d0154551ea050c94dd90cd2fb":[1,0,2,24,2],
+"classop_1_1_face_extractor.html#a9d408bb492f490fa46b71b3bcbe28b62":[1,0,2,24,8],
+"classop_1_1_face_extractor.html#ab1924617d954db6fc86fb60dfab0dde4":[1,0,2,24,9],
+"classop_1_1_face_extractor.html#ab2f1f5bf37949e0357091c80363dac0a":[1,0,2,24,10],
+"classop_1_1_face_extractor.html#aec29268798b50ef752d6ec62c3cc5dc4":[1,0,2,24,7],
+"classop_1_1_face_extractor.html#af326457ed8977781fe48f1086ac5efee":[1,0,2,24,4],
+"classop_1_1_face_extractor_caffe.html":[1,0,2,25],
+"classop_1_1_face_extractor_caffe.html#a4450e656f21a8cb7f1d9bf5f545012f1":[1,0,2,25,1],
+"classop_1_1_face_extractor_caffe.html#aab3117c74c915d01981dd52aa536e6c4":[1,0,2,25,0],
+"classop_1_1_face_extractor_caffe.html#ad9cb84599f76e7836379890bde577b50":[1,0,2,25,2],
+"classop_1_1_face_extractor_caffe.html#add2a24d9bd5e03ff90034239e90523c2":[1,0,2,25,3],
+"classop_1_1_face_gpu_renderer.html":[1,0,2,26],
+"classop_1_1_face_gpu_renderer.html#a01a207676e3ec1a8718b8717cd999f53":[1,0,2,26,1],
+"classop_1_1_face_gpu_renderer.html#a344b4f1d256d6ad805273eb8ba29cde1":[1,0,2,26,0],
+"classop_1_1_face_gpu_renderer.html#a6ebd9287927529ffaa4200890190896b":[1,0,2,26,2],
+"classop_1_1_face_gpu_renderer.html#a8f4cb47d5a6829f6b19c377d523069eb":[1,0,2,26,3],
+"classop_1_1_face_renderer.html":[1,0,2,27],
+"classop_1_1_face_renderer.html#a045da831a9476bfc0e58e08ebb6c84c1":[1,0,2,27,1],
+"classop_1_1_face_renderer.html#aa34ce7a0602b0994cc3043b80627a31c":[1,0,2,27,0],
+"classop_1_1_file_saver.html":[1,0,2,33],
+"classop_1_1_file_saver.html#a91818f12a9409eae7c1caf6e2b525282":[1,0,2,33,2],
+"classop_1_1_file_saver.html#a9de8d694a526f981906c54bd48ea9b21":[1,0,2,33,1],
+"classop_1_1_file_saver.html#aa4632ae62ac77dbad85523845ce79999":[1,0,2,33,0],
+"classop_1_1_frame_displayer.html":[1,0,2,48],
+"classop_1_1_frame_displayer.html#a15f9d2d435f56026ac0f79ee6c1e2918":[1,0,2,48,3],
+"classop_1_1_frame_displayer.html#a3b81422440197c14b6ae58e40a95b4ec":[1,0,2,48,0],
+"classop_1_1_frame_displayer.html#ab851447b8c00826282cff87a66182e7e":[1,0,2,48,4],
+"classop_1_1_frame_displayer.html#ada237c384d55d6e141dce886e6fe97e3":[1,0,2,48,1],
+"classop_1_1_frame_displayer.html#af5d2e1c8bcd2012c66347252e8dbc543":[1,0,2,48,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],
+"classop_1_1_gpu_renderer.html#a6355f70d16c6427b028fa4596ce5d985":[1,0,2,4,4],
+"classop_1_1_gpu_renderer.html#a7fdc947348fcc14fe64f61a81c6f1447":[1,0,2,4,1],
+"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,49],
+"classop_1_1_gui.html#a114a15db275e053a6860d201d5ba773f":[1,0,2,49,2],
+"classop_1_1_gui.html#a449696b117fe918feb3aca20cb9ed7de":[1,0,2,49,1],
+"classop_1_1_gui.html#a892a74fac9f123a4cb9e196bfcc3432a":[1,0,2,49,0],
+"classop_1_1_gui_info_adder.html":[1,0,2,50],
+"classop_1_1_gui_info_adder.html#a208806933d0e0932f7cddfad3cf04343":[1,0,2,50,1],
+"classop_1_1_gui_info_adder.html#af23e17f9eeb51c7473cd0940292efa61":[1,0,2,50,0],
+"classop_1_1_hand_cpu_renderer.html":[1,0,2,53],
+"classop_1_1_hand_cpu_renderer.html#a3145d482c0378288e7ba3e42091a56c2":[1,0,2,53,0],
+"classop_1_1_hand_cpu_renderer.html#a66a7d318b240c73687320bf092363409":[1,0,2,53,1],
+"classop_1_1_hand_cpu_renderer.html#a98a3cc7f939105224bcc4be07782563a":[1,0,2,53,2],
+"classop_1_1_hand_detector.html":[1,0,2,54],
+"classop_1_1_hand_detector.html#a20b127dd7b51afcd336d1f16b40ee0b1":[1,0,2,54,0],
+"classop_1_1_hand_detector.html#a58513169f01ab7c705979f1f2a88b571":[1,0,2,54,3],
+"classop_1_1_hand_detector.html#a660199dc2080df40f67cd6680997f6d0":[1,0,2,54,1],
+"classop_1_1_hand_detector.html#aa5eae5b3c86642906806129fc511d229":[1,0,2,54,2],
+"classop_1_1_hand_detector_from_txt.html":[1,0,2,55],
+"classop_1_1_hand_detector_from_txt.html#a1e6ba23fa1486e92a3bdca36b2e86d22":[1,0,2,55,1],
+"classop_1_1_hand_detector_from_txt.html#a94ef5e925c5d25b181c56ae79bb1eed2":[1,0,2,55,0],
+"classop_1_1_hand_extractor.html":[1,0,2,56],
+"classop_1_1_hand_extractor.html#a1d4eb3fc406aa44bb2c8e320ba3cb377":[1,0,2,56,2],
+"classop_1_1_hand_extractor.html#a2eee4878f6e9ae76ada521e45354be89":[1,0,2,56,13],
+"classop_1_1_hand_extractor.html#a322a1c3a0ab7abaf0c697246af9309cc":[1,0,2,56,3],
+"classop_1_1_hand_extractor.html#a34b8ccd65d526ce3cacd57b80e889296":[1,0,2,56,0],
+"classop_1_1_hand_extractor.html#a95a512748828a04713b4cde582fb4901":[1,0,2,56,1],
+"classop_1_1_hand_extractor.html#aa31fd82cb8900c24841f3ef9cce6a0c8":[1,0,2,56,10],
+"classop_1_1_hand_extractor.html#aa5592a468cfdcfdd687d6f9d465d3eda":[1,0,2,56,5],
+"classop_1_1_hand_extractor.html#aa8f444ce4953a41081acaac9ca8d2570":[1,0,2,56,11],
+"classop_1_1_hand_extractor.html#aba2046c5363f11f14719f104b0780e9f":[1,0,2,56,12],
+"classop_1_1_hand_extractor.html#ac98085241dfd326a1aabf8b29e7be950":[1,0,2,56,6],
+"classop_1_1_hand_extractor.html#acbe2c75c57b1df7279eae30ddcc63241":[1,0,2,56,9],
+"classop_1_1_hand_extractor.html#aee0c5e4607643a978243d9432b704e3d":[1,0,2,56,8],
+"classop_1_1_hand_extractor.html#af5ce8cd602820921de3ec3f676aacf0d":[1,0,2,56,4],
+"classop_1_1_hand_extractor.html#afe80be5a3b786ad71cd0e0ff6443ff22":[1,0,2,56,7],
+"classop_1_1_hand_extractor_caffe.html":[1,0,2,57],
+"classop_1_1_hand_extractor_caffe.html#a892d6233b92a7862c32adfa85574236c":[1,0,2,57,2],
+"classop_1_1_hand_extractor_caffe.html#a9a383a3a26f79c5be4cbd3ff900ec596":[1,0,2,57,0],
+"classop_1_1_hand_extractor_caffe.html#ace3ee9d717887ee9dc0f00ce69bd0c82":[1,0,2,57,3],
+"classop_1_1_hand_extractor_caffe.html#aee681b43b8691ac1f07e08616522f6af":[1,0,2,57,1],
+"classop_1_1_hand_gpu_renderer.html":[1,0,2,58],
+"classop_1_1_hand_gpu_renderer.html#a0489f10ddc9e37e87084ebf9a5138f3a":[1,0,2,58,2],
+"classop_1_1_hand_gpu_renderer.html#a0d2f742b995a6f34e414f9731db847d5":[1,0,2,58,0],
+"classop_1_1_hand_gpu_renderer.html#a27915745de10184ef073f34b86a2706e":[1,0,2,58,1],
+"classop_1_1_hand_gpu_renderer.html#a3a05fd1d74868c1766e49ccf3979b9c9":[1,0,2,58,3],
+"classop_1_1_hand_renderer.html":[1,0,2,59],
+"classop_1_1_hand_renderer.html#aca16bfb051c891ea7c020df48602b111":[1,0,2,59,1],
+"classop_1_1_hand_renderer.html#adb91ae2a8ccf24671ad86e99e786b120":[1,0,2,59,0],
+"classop_1_1_heat_map_saver.html":[1,0,2,34],
+"classop_1_1_heat_map_saver.html#a6f67771a43b746a86a9793f19e7b6974":[1,0,2,34,1],
+"classop_1_1_heat_map_saver.html#aa6a339b70a9535a018584b93c932b12d":[1,0,2,34,0],
+"classop_1_1_image_directory_reader.html":[1,0,2,75],
+"classop_1_1_image_directory_reader.html#a1965a4dca2ddb86b24e69e2da90b9dbf":[1,0,2,75,6],
+"classop_1_1_image_directory_reader.html#a3362f046204ba85d9a25b2b8fa62b6c3":[1,0,2,75,0],
+"classop_1_1_image_directory_reader.html#a432bc94339019f251cc48bbb4c5ae1e8":[1,0,2,75,4],
+"classop_1_1_image_directory_reader.html#a964d60140081c79353b637405dda962c":[1,0,2,75,3],
+"classop_1_1_image_directory_reader.html#a9b63b935effebd29d2140b0b657b8392":[1,0,2,75,7],
+"classop_1_1_image_directory_reader.html#aa05bfd69272e81115ba23a3c0731b596":[1,0,2,75,1],
+"classop_1_1_image_directory_reader.html#ac8ce09240af2edb08e0428316f734774":[1,0,2,75,2],
+"classop_1_1_image_directory_reader.html#af74e192f8cba5c10f8e252674a85185a":[1,0,2,75,5],
+"classop_1_1_image_saver.html":[1,0,2,35],
+"classop_1_1_image_saver.html#a723387e62a6b701202dd6cf35c57429f":[1,0,2,35,0],
+"classop_1_1_image_saver.html#a8495143c9ddbe39744a4be0a4703007c":[1,0,2,35,1],
+"classop_1_1_ip_camera_reader.html":[1,0,2,76],
+"classop_1_1_ip_camera_reader.html#a2277d9a58316bfb4314bf345369e37c1":[1,0,2,76,2],
+"classop_1_1_ip_camera_reader.html#aa7ad6adac6e401193e03d279176dd889":[1,0,2,76,1],
+"classop_1_1_ip_camera_reader.html#abbe7f1bbf200ed9c6c0868eb3c6b0764":[1,0,2,76,0],
+"classop_1_1_ip_camera_reader.html#ac13cc7da97a31d8e69eaa64b2a7b31ba":[1,0,2,76,3],
+"classop_1_1_json_ofstream.html":[1,0,2,36],
+"classop_1_1_json_ofstream.html#a32f058b961605d418df1258a1dc5e6a0":[1,0,2,36,5],
+"classop_1_1_json_ofstream.html#a3f940d3ad51d0acb7126d62a5617fd69":[1,0,2,36,2],
+"classop_1_1_json_ofstream.html#a45eeb25d9413fc31786f315b46c341cc":[1,0,2,36,7],
+"classop_1_1_json_ofstream.html#a4cc6d50256354b3dc7385e2db01aabc0":[1,0,2,36,3],
+"classop_1_1_json_ofstream.html#a5c38e36c1449d808dd4ab6558d65289c":[1,0,2,36,8],
+"classop_1_1_json_ofstream.html#aa432ff172e10bb9e3b6e2bfa6124c648":[1,0,2,36,9],
+"classop_1_1_json_ofstream.html#ae4468279f789c8026d431b2ef62646f9":[1,0,2,36,4],
+"classop_1_1_json_ofstream.html#aede35260c04b9be2ce145df435ce49b7":[1,0,2,36,1],
+"classop_1_1_json_ofstream.html#af0c7f763e7e809810c00b394a260672e":[1,0,2,36,6],
+"classop_1_1_json_ofstream.html#afa4b3e1dee27f5afd0017b95c0f5e364":[1,0,2,36,0],
+"classop_1_1_keypoint_json_saver.html":[1,0,2,37],
+"classop_1_1_keypoint_json_saver.html#a10fff77ff17356bf7786ec3c70930095":[1,0,2,37,1],
+"classop_1_1_keypoint_json_saver.html#a339487926e004f8b058b5bb7624b1f30":[1,0,2,37,0],
+"classop_1_1_keypoint_saver.html":[1,0,2,38],
+"classop_1_1_keypoint_saver.html#a52ce5a2c462ab8dd22606f697e69d2dc":[1,0,2,38,1],
+"classop_1_1_keypoint_saver.html#aa6d9eb36cfd40c5cfa3995420cdf3dfa":[1,0,2,38,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],
+"classop_1_1_keypoint_scaler.html#accfefe6f4be7d2886c3720b751b4c36a":[1,0,2,5,2],
+"classop_1_1_maximum_caffe.html":[1,0,2,6],
+"classop_1_1_maximum_caffe.html#a2dd1f7f0221d602596a14b720e5594b2":[1,0,2,6,4],
+"classop_1_1_maximum_caffe.html#a30bc085753e2d2434254475f1d1efa1b":[1,0,2,6,1],
+"classop_1_1_maximum_caffe.html#a66bd0aa863a97647ae6350d1f886ea51":[1,0,2,6,0],
+"classop_1_1_maximum_caffe.html#a694c1077ac5141ff377c4e98a87cc249":[1,0,2,6,3],
+"classop_1_1_maximum_caffe.html#a6d32a5327b1f6552339227e171e9674c":[1,0,2,6,2],
+"classop_1_1_maximum_caffe.html#a865622ef2653c14f3ca1059113fb96c0":[1,0,2,6,7],
+"classop_1_1_maximum_caffe.html#aa9ab7eab51c9539b141a0aac998b2223":[1,0,2,6,6],
+"classop_1_1_maximum_caffe.html#abfe2509a67e69a504000922900e516c2":[1,0,2,6,5],
+"classop_1_1_net.html":[1,0,2,7],
+"classop_1_1_net.html#a042324a660661408830caf85cfe17603":[1,0,2,7,1],
+"classop_1_1_net.html#a6e39824e84be05c9942523e48e7cff55":[1,0,2,7,2],
+"classop_1_1_net.html#a6e9e801f2c9950a798d0d2fa94a6c8f2":[1,0,2,7,3],
+"classop_1_1_net.html#ac8edfe73a20fd3d5e548160dffbd0b71":[1,0,2,7,0],
+"classop_1_1_net_caffe.html":[1,0,2,8],
+"classop_1_1_net_caffe.html#a08b71387287339e68327dd6d4cb1e8b3":[1,0,2,8,6],
+"classop_1_1_net_caffe.html#a3ac11c69dc0ece3f60c862a7c558bb15":[1,0,2,8,3],
+"classop_1_1_net_caffe.html#a46472ff210748d47f81115f1eb01e2b0":[1,0,2,8,2],
+"classop_1_1_net_caffe.html#a5ae766135624644db2d6fa6d530c9a5d":[1,0,2,8,4],
+"classop_1_1_net_caffe.html#a6b15b23d0d77b2253975cda0dd7cbe3b":[1,0,2,8,0],
+"classop_1_1_net_caffe.html#a84007645c88de286e9d306461a044e8d":[1,0,2,8,1],
+"classop_1_1_net_caffe.html#a8869d49723a0e94c990b1c4f95f00916":[1,0,2,8,5],
+"classop_1_1_nms_caffe.html":[1,0,2,9]
};
diff --git a/html/navtreeindex1.js b/html/navtreeindex1.js
index 2b62f73d..9562f06f 100644
--- a/html/navtreeindex1.js
+++ b/html/navtreeindex1.js
@@ -1,253 +1,253 @@
var NAVTREEINDEX1 =
{
-"classop_1_1_nms_caffe.html#a46d0269df59984ad2b6b4ef4f1b1f71d":[1,0,1,9,3],
-"classop_1_1_nms_caffe.html#a5213ac573acd982c7e590a6d8f603968":[1,0,1,9,9],
-"classop_1_1_nms_caffe.html#a5f257eb561fc705c2b74489b12269b49":[1,0,1,9,8],
-"classop_1_1_nms_caffe.html#a7bb4d872cd3673bcf868049a3aedb393":[1,0,1,9,5],
-"classop_1_1_nms_caffe.html#a7c269eac9de4422235f3a0d300861b2e":[1,0,1,9,2],
-"classop_1_1_nms_caffe.html#a9eae1bc23e983dbe6f1a513f82e6d97d":[1,0,1,9,7],
-"classop_1_1_nms_caffe.html#ab4d3a1d507579711e0aed65dcb06f8ac":[1,0,1,9,6],
-"classop_1_1_nms_caffe.html#ac631ccb632041ab406859fa1118e8d6c":[1,0,1,9,4],
-"classop_1_1_nms_caffe.html#afb808d9a264ce50664f8641e477d9e2d":[1,0,1,9,0],
-"classop_1_1_op_output_to_cv_mat.html":[1,0,1,10],
-"classop_1_1_op_output_to_cv_mat.html#a478daa5915f60a6a962f29fcb64aaac5":[1,0,1,10,0],
-"classop_1_1_pointer_container_greater.html":[1,0,1,99],
-"classop_1_1_pointer_container_greater.html#ab63e3088591d6593c6539b91499f5063":[1,0,1,99,0],
-"classop_1_1_pointer_container_less.html":[1,0,1,100],
-"classop_1_1_pointer_container_less.html#a67b34e75390dda005246a77a12166abc":[1,0,1,100,0],
-"classop_1_1_pose_cpu_renderer.html":[1,0,1,67],
-"classop_1_1_pose_cpu_renderer.html#a578b42ae011b6aa8703019562dfab60f":[1,0,1,67,1],
-"classop_1_1_pose_cpu_renderer.html#a8b5c83bbf076b949b1209261f25d170d":[1,0,1,67,0],
-"classop_1_1_pose_extractor.html":[1,0,1,68],
-"classop_1_1_pose_extractor.html#a0b895e3e582bd504b531ba525ed77430":[1,0,1,68,6],
-"classop_1_1_pose_extractor.html#a0bb5cf37e5b93e347e355be126d22ead":[1,0,1,68,5],
-"classop_1_1_pose_extractor.html#a1f91723c5d541a2872637a1510da76e6":[1,0,1,68,7],
-"classop_1_1_pose_extractor.html#a31162da929b9ca5cc592b6438cfea7c8":[1,0,1,68,3],
-"classop_1_1_pose_extractor.html#a32b108f24cfc892ed17c2ec752e30ab6":[1,0,1,68,15],
-"classop_1_1_pose_extractor.html#a456f8162e683b24189afb2d250085142":[1,0,1,68,0],
-"classop_1_1_pose_extractor.html#a50f1a79f774b3cd9e9c0825669e8a154":[1,0,1,68,9],
-"classop_1_1_pose_extractor.html#a57ba3e70a7ac01a687337c66ca36c8da":[1,0,1,68,19],
-"classop_1_1_pose_extractor.html#a5fd73c053c293c59eb3d6eb38335c157":[1,0,1,68,11],
-"classop_1_1_pose_extractor.html#a63432a905e6fcd9be8d9464a80a7fd52":[1,0,1,68,10],
-"classop_1_1_pose_extractor.html#a6395a4bb77e0198c7cf554ce4674d33c":[1,0,1,68,12],
-"classop_1_1_pose_extractor.html#a73d36833224b7071bb0918682a441850":[1,0,1,68,14],
-"classop_1_1_pose_extractor.html#a7dc82be227cc759582184de9c26f0b64":[1,0,1,68,4],
-"classop_1_1_pose_extractor.html#a81157b4616955598fcf6de5d9676f21b":[1,0,1,68,8],
-"classop_1_1_pose_extractor.html#a9f98eef4ac08cacefe74e002ac086582":[1,0,1,68,1],
-"classop_1_1_pose_extractor.html#aab1cccc9ad99f6b007abaa14600ea6df":[1,0,1,68,13],
-"classop_1_1_pose_extractor.html#aaf9330b199770a16f44015724dfd24dc":[1,0,1,68,16],
-"classop_1_1_pose_extractor.html#ab32d08e00cf4321682ba9acc2b78a289":[1,0,1,68,20],
-"classop_1_1_pose_extractor.html#ac432c3f9265f6dbeb1dfff5621df25de":[1,0,1,68,18],
-"classop_1_1_pose_extractor.html#ae3477e0ab1a350fd044215b0ba6f7520":[1,0,1,68,2],
-"classop_1_1_pose_extractor.html#ae8ca02dd3a8fa4448dfb22d4b71a84d5":[1,0,1,68,17],
-"classop_1_1_pose_extractor_caffe.html":[1,0,1,69],
-"classop_1_1_pose_extractor_caffe.html#a3359641c1199c712a07859dcb76b7dcf":[1,0,1,69,1],
-"classop_1_1_pose_extractor_caffe.html#a6982cb1a7203129610fe0959a45c81cf":[1,0,1,69,6],
-"classop_1_1_pose_extractor_caffe.html#a7cefba61d8a4f69a0f8790505bd6b0d3":[1,0,1,69,7],
-"classop_1_1_pose_extractor_caffe.html#a98dc1c67a589a5493b194f23446c5759":[1,0,1,69,3],
-"classop_1_1_pose_extractor_caffe.html#aa030dcbaa38473ab86aff084600ae4b1":[1,0,1,69,4],
-"classop_1_1_pose_extractor_caffe.html#adf09cb89df4ad93de22242aa1f89a105":[1,0,1,69,0],
-"classop_1_1_pose_extractor_caffe.html#af48e859d9da1410335e0cf931f38f776":[1,0,1,69,2],
-"classop_1_1_pose_extractor_caffe.html#afbc016c8dcd439d6389c63b9f4cebf22":[1,0,1,69,5],
-"classop_1_1_pose_gpu_renderer.html":[1,0,1,70],
-"classop_1_1_pose_gpu_renderer.html#a97cf6c235bd66a2ea893ab95c2f5f8d2":[1,0,1,70,1],
-"classop_1_1_pose_gpu_renderer.html#a9e94ab926baf360dd6b23e14fba09836":[1,0,1,70,2],
-"classop_1_1_pose_gpu_renderer.html#ad6db098189826e1341d5ca006b5f2c63":[1,0,1,70,3],
-"classop_1_1_pose_gpu_renderer.html#afc6fbf8fcf13fad9c824136f8f8ec409":[1,0,1,70,0],
-"classop_1_1_pose_renderer.html":[1,0,1,71],
-"classop_1_1_pose_renderer.html#a1dfd34d42fa69913a9702e0a0ebcd04e":[1,0,1,71,0],
-"classop_1_1_pose_renderer.html#a9fea1f9ce47b4b5f1015cae13f4ddcb1":[1,0,1,71,4],
-"classop_1_1_pose_renderer.html#aac8809fbff88eec8aeff6e35a1cac670":[1,0,1,71,2],
-"classop_1_1_pose_renderer.html#aecc0a9296ca880ad6ceaf38ecd8c3c53":[1,0,1,71,3],
-"classop_1_1_pose_renderer.html#af861d8213f1444b3246402061cea1b33":[1,0,1,71,1],
-"classop_1_1_priority_queue.html":[1,0,1,82],
-"classop_1_1_priority_queue.html#a1c0dbd77bbd40ce80818ced0664a0ac0":[1,0,1,82,1],
-"classop_1_1_priority_queue.html#acecdd3c5789942777652b66d08578d93":[1,0,1,82,0],
-"classop_1_1_producer.html":[1,0,1,77],
-"classop_1_1_producer.html#a000e881f647f84cd98e90091e8976326":[1,0,1,77,5],
-"classop_1_1_producer.html#a024e55b4ec769cdbc40ee21613a6ef6f":[1,0,1,77,16],
-"classop_1_1_producer.html#a366881a952ad34071cc719477f08b968":[1,0,1,77,4],
-"classop_1_1_producer.html#a39f52d80ac4146c82ed12aae0f05478e":[1,0,1,77,8],
-"classop_1_1_producer.html#a46c9e458cfe9a01dabbd0e8d4b5f1e30":[1,0,1,77,15],
-"classop_1_1_producer.html#a4fe2921798031db39fef934848a23c82":[1,0,1,77,0],
-"classop_1_1_producer.html#a58590e4a409d31f839184b4bf030a68b":[1,0,1,77,11],
-"classop_1_1_producer.html#a7753ffb0daa486ab0f82873b3567f95e":[1,0,1,77,13],
-"classop_1_1_producer.html#a8b48342b2c4003a080b17ac411f3454f":[1,0,1,77,1],
-"classop_1_1_producer.html#a901c2ff1f56b551a058143ed884b1a5a":[1,0,1,77,2],
-"classop_1_1_producer.html#a9a9424027e5bc8e0fba7c65eccc460e0":[1,0,1,77,9],
-"classop_1_1_producer.html#aa1a13db305c7ab6a596a0dad122066cb":[1,0,1,77,3],
-"classop_1_1_producer.html#aacd96f08524772d8865bb187c881943e":[1,0,1,77,6],
-"classop_1_1_producer.html#ab30c7b3e34d962e0b17458d9a0947f6b":[1,0,1,77,14],
-"classop_1_1_producer.html#ac72a751759ae8b5a0a99552580f7fbad":[1,0,1,77,10],
-"classop_1_1_producer.html#adc348105fca58f18e39aa3439e2d627b":[1,0,1,77,7],
-"classop_1_1_producer.html#afad3eadd16cca0de2c2be8b083c0d56d":[1,0,1,77,12],
-"classop_1_1_profiler.html":[1,0,1,101],
-"classop_1_1_queue.html":[1,0,1,83],
-"classop_1_1_queue.html#ab28fa9f713d05e55e5ba1510b34d57f0":[1,0,1,83,1],
-"classop_1_1_queue.html#ae2b845322940bfc89b6342137d8ac372":[1,0,1,83,0],
-"classop_1_1_queue_base.html":[1,0,1,84],
-"classop_1_1_queue_base.html#a04f7160c199f90b8f8e91ddfd40e92fb":[1,0,1,84,27],
-"classop_1_1_queue_base.html#a12cdec56bfe72e722ecc722774989d1b":[1,0,1,84,12],
-"classop_1_1_queue_base.html#a1ccdec39ea65a83edc54661acc283134":[1,0,1,84,3],
-"classop_1_1_queue_base.html#a1d55f40e032cd5d43d63ba02040b3117":[1,0,1,84,24],
-"classop_1_1_queue_base.html#a22c5e2964e9d9c18a9f02b8d2e0f30b4":[1,0,1,84,25],
-"classop_1_1_queue_base.html#a247f435c95709f3246d352eee4f757af":[1,0,1,84,4],
-"classop_1_1_queue_base.html#a25255992523051f7d2a82694ffe7a1cf":[1,0,1,84,9],
-"classop_1_1_queue_base.html#a2c7b3d0fa6502c644c3083dd68332542":[1,0,1,84,20],
-"classop_1_1_queue_base.html#a32ac0e4b14a310aee62ce817e86c0356":[1,0,1,84,14],
-"classop_1_1_queue_base.html#a35f0547f6020f22e49835b147b7ec52e":[1,0,1,84,18],
-"classop_1_1_queue_base.html#a42a873f65588219449e21ac4927311d7":[1,0,1,84,10],
-"classop_1_1_queue_base.html#a49c1d6740f2ce7f26eae606f109b5738":[1,0,1,84,30],
-"classop_1_1_queue_base.html#a5b28915cc58e040aca673bdfdf7c8be3":[1,0,1,84,11],
-"classop_1_1_queue_base.html#a5e52b4ab7e310373e3d1f1d42cfe4549":[1,0,1,84,17],
-"classop_1_1_queue_base.html#a68b51dafaba93179fcef78731aaf1703":[1,0,1,84,13],
-"classop_1_1_queue_base.html#a77bf3592bbb6ac586cd4c2b0aea98e62":[1,0,1,84,26],
-"classop_1_1_queue_base.html#a7905841f953be7099847cc7b5b17ae0c":[1,0,1,84,15],
-"classop_1_1_queue_base.html#a7c382bb98f5b769cde37b06d67cb0530":[1,0,1,84,28],
-"classop_1_1_queue_base.html#a80c6e2dda17afa82aae83aeadad1f7e0":[1,0,1,84,16],
-"classop_1_1_queue_base.html#a84da9e045acec02e3900153eea2bd92d":[1,0,1,84,21],
-"classop_1_1_queue_base.html#a8a5d53c7b66fd0ef34b3e276f586e355":[1,0,1,84,19],
-"classop_1_1_queue_base.html#a8b5e59161a0b175d12955b552a90a47f":[1,0,1,84,23],
-"classop_1_1_queue_base.html#a8d218f599b84194909691c72ee0de8d0":[1,0,1,84,6],
-"classop_1_1_queue_base.html#aad7a6a666dcf70834d9d18ae6d92cb2c":[1,0,1,84,8],
-"classop_1_1_queue_base.html#ab28c5805dd23117c8d6d82d59617bb95":[1,0,1,84,22],
-"classop_1_1_queue_base.html#abf37af06eadbddeaaa14f1503c455c8e":[1,0,1,84,5],
-"classop_1_1_queue_base.html#ad124d414b7c2680e5312ee163d18410f":[1,0,1,84,7],
-"classop_1_1_queue_base.html#adc5df8a039d360831db06e3c610bf015":[1,0,1,84,2],
-"classop_1_1_queue_base.html#aea7941746e2403a09356b9c6a208784c":[1,0,1,84,0],
-"classop_1_1_queue_base.html#aef098201d9084083adba5ceeb45b12fa":[1,0,1,84,1],
-"classop_1_1_queue_base.html#af2c0f21c6b4f4639661b59aa247ae407":[1,0,1,84,29],
-"classop_1_1_renderer.html":[1,0,1,13],
-"classop_1_1_renderer.html#a00caf604fad781dfcf3bc311ef6a6623":[1,0,1,13,0],
-"classop_1_1_renderer.html#a039e88897ed844551cadb115ea98e9ef":[1,0,1,13,7],
-"classop_1_1_renderer.html#a298a5a58bab80b7252db7d3386a0ed8a":[1,0,1,13,5],
-"classop_1_1_renderer.html#a3e04644546dd9990a16d0b6861b60553":[1,0,1,13,15],
-"classop_1_1_renderer.html#a503d7fdba655b14348769ad3f69b6c00":[1,0,1,13,1],
-"classop_1_1_renderer.html#a88449a7c29a48e157cd6b16089825be7":[1,0,1,13,11],
-"classop_1_1_renderer.html#a891be57b699f6adbb7cd841870214b8e":[1,0,1,13,4],
-"classop_1_1_renderer.html#a8e0739fb55d61fc76918ca3fb6ac3bc4":[1,0,1,13,3],
-"classop_1_1_renderer.html#aa8339054ed113d99ca70208d0cee5aa9":[1,0,1,13,8],
-"classop_1_1_renderer.html#ab226d47f554735fa3e0372ce429747c3":[1,0,1,13,10],
-"classop_1_1_renderer.html#abaea1725725ff775aed0c120b2ba3d1f":[1,0,1,13,6],
-"classop_1_1_renderer.html#ac4df12764776ba2e27c71a3c4181f647":[1,0,1,13,2],
-"classop_1_1_renderer.html#aca8ebf0c0a50b87f0be82afa090155a0":[1,0,1,13,14],
-"classop_1_1_renderer.html#ace2490fa3c5a87443e4d1e64007cd1ff":[1,0,1,13,13],
-"classop_1_1_renderer.html#adc4cd0a62008325c5c7df6df2f95a167":[1,0,1,13,12],
-"classop_1_1_renderer.html#afd48a9cb0be184303dce2969fa2f8e02":[1,0,1,13,9],
-"classop_1_1_resize_and_merge_caffe.html":[1,0,1,14],
-"classop_1_1_resize_and_merge_caffe.html#a1561454d50551545d6b8643e82d5a97f":[1,0,1,14,2],
-"classop_1_1_resize_and_merge_caffe.html#a30805a265fa887eff04b1200dbda91a5":[1,0,1,14,0],
-"classop_1_1_resize_and_merge_caffe.html#a404ed0d3f3102ca9afd1b191204d5a0b":[1,0,1,14,4],
-"classop_1_1_resize_and_merge_caffe.html#a4327169d05916bd59b97f04847d215d9":[1,0,1,14,8],
-"classop_1_1_resize_and_merge_caffe.html#a5a2af6845b9a44730a4834f95e842489":[1,0,1,14,6],
-"classop_1_1_resize_and_merge_caffe.html#a6956c0970359413ed5ff409ee0f913fc":[1,0,1,14,1],
-"classop_1_1_resize_and_merge_caffe.html#a9c8733511a410a60aa5509f3f8037af0":[1,0,1,14,3],
-"classop_1_1_resize_and_merge_caffe.html#aa16862bbc207fef227d53d37223512b8":[1,0,1,14,7],
-"classop_1_1_resize_and_merge_caffe.html#acc1469eec1be9dc96b078d05d5e29b9a":[1,0,1,14,5],
-"classop_1_1_scale_and_size_extractor.html":[1,0,1,15],
-"classop_1_1_scale_and_size_extractor.html#a9ec53a73ac8a72d3c94cf998b4794d7b":[1,0,1,15,0],
-"classop_1_1_scale_and_size_extractor.html#af1c56d1ce833e88056c3dd7fd43762a5":[1,0,1,15,1],
-"classop_1_1_sub_thread.html":[1,0,1,85],
-"classop_1_1_sub_thread.html#a14330cbc1117f32b6d69c1733ccdeb61":[1,0,1,85,4],
-"classop_1_1_sub_thread.html#a6ee67e375611e8df2d09b3234dedf36c":[1,0,1,85,1],
-"classop_1_1_sub_thread.html#a8debc3b655463847fed2c547d13326f7":[1,0,1,85,3],
-"classop_1_1_sub_thread.html#aa551df0d8f0b30aaf9e0840ecf29d749":[1,0,1,85,0],
-"classop_1_1_sub_thread.html#ad9f2d3be9e05739b102fad350e1a1364":[1,0,1,85,5],
-"classop_1_1_sub_thread.html#afa29b95badda5e7afdbd83f70fd8b206":[1,0,1,85,2],
-"classop_1_1_sub_thread_no_queue.html":[1,0,1,86],
-"classop_1_1_sub_thread_no_queue.html#a43504502c36461305d656fb87b914749":[1,0,1,86,1],
-"classop_1_1_sub_thread_no_queue.html#acb7edd02e1724e0fd131235666009f42":[1,0,1,86,2],
-"classop_1_1_sub_thread_no_queue.html#afbaf89d7a8fb4d19f67064fb954a31eb":[1,0,1,86,0],
-"classop_1_1_sub_thread_queue_in.html":[1,0,1,87],
-"classop_1_1_sub_thread_queue_in.html#a11aa71a818430c4eb435a1626e54f29a":[1,0,1,87,0],
-"classop_1_1_sub_thread_queue_in.html#a7e9bd6ca09bb77a8de76ae8a02ee8ed4":[1,0,1,87,1],
-"classop_1_1_sub_thread_queue_in_out.html":[1,0,1,88],
-"classop_1_1_sub_thread_queue_in_out.html#aa5b9beea615b8b968c5da74dd66a6d78":[1,0,1,88,0],
-"classop_1_1_sub_thread_queue_in_out.html#abb65911e9d9b6d5efe782ca0e599be3b":[1,0,1,88,1],
-"classop_1_1_sub_thread_queue_out.html":[1,0,1,89],
-"classop_1_1_sub_thread_queue_out.html#a0ff5f79e63038ffa5b4aca24cfea7e7c":[1,0,1,89,1],
-"classop_1_1_sub_thread_queue_out.html#aa4a827932f632f1f30b5650a4fcc77ff":[1,0,1,89,0],
-"classop_1_1_thread.html":[1,0,1,90],
-"classop_1_1_thread.html#a0617df4103c25bb04ee2c75f05ea2978":[1,0,1,90,3],
-"classop_1_1_thread.html#a151e4e647917f2351cc05a8861588e2a":[1,0,1,90,2],
-"classop_1_1_thread.html#a16d1835e2bd7c5ae988f4bc225b3ca09":[1,0,1,90,7],
-"classop_1_1_thread.html#a6ae463dc996ca6941a303b0c41288063":[1,0,1,90,1],
-"classop_1_1_thread.html#a820b9416b96c69cb1fc6773b9a53a47a":[1,0,1,90,4],
-"classop_1_1_thread.html#a92e5dd0f60a0485e7d0fad3e82bb74f3":[1,0,1,90,9],
-"classop_1_1_thread.html#a9d3408a329a475da22a8e2a0bdf5f68d":[1,0,1,90,0],
-"classop_1_1_thread.html#ac898abffd6ed18456b97ef1b72935ec6":[1,0,1,90,8],
-"classop_1_1_thread.html#ad6c3721793d0f65ffe755ab74534afed":[1,0,1,90,5],
-"classop_1_1_thread.html#af0471340c93fdcc0ba8e06c3f9524fef":[1,0,1,90,6],
-"classop_1_1_thread_manager.html":[1,0,1,91],
-"classop_1_1_thread_manager.html#a01c2d62e539896e36564457ab9cac25c":[1,0,1,91,8],
-"classop_1_1_thread_manager.html#a36bd8060a4f7f449a8aa35d9a166270d":[1,0,1,91,13],
-"classop_1_1_thread_manager.html#a393a9f04c70a002f5ceb5e301eea5cff":[1,0,1,91,14],
-"classop_1_1_thread_manager.html#a472a1ebee700c3449bac4d6d2bb0c3a8":[1,0,1,91,9],
-"classop_1_1_thread_manager.html#a48ea53b3de4d09c84db18e2c31ce1be1":[1,0,1,91,4],
-"classop_1_1_thread_manager.html#a59916fc3428aaf5c487e1dd373d437cd":[1,0,1,91,11],
-"classop_1_1_thread_manager.html#a5b7c5ea46c360496e261094c5e1397a7":[1,0,1,91,6],
-"classop_1_1_thread_manager.html#a67a2d7cecc749be414e6896a88ec268d":[1,0,1,91,3],
-"classop_1_1_thread_manager.html#a762acc9eb60bd10857da1f416e169f3d":[1,0,1,91,2],
-"classop_1_1_thread_manager.html#a7a24fd902ebd4b5fd81166547a5654d9":[1,0,1,91,12],
-"classop_1_1_thread_manager.html#a8134abeaec65b5647ae92e34f3ad420b":[1,0,1,91,1],
-"classop_1_1_thread_manager.html#a8b7d17f4a330495389e646bb21907303":[1,0,1,91,0],
-"classop_1_1_thread_manager.html#a8d5ffd9473557ff0f90ac1c6a1bae3ad":[1,0,1,91,10],
-"classop_1_1_thread_manager.html#abfa315257b3e8cd022573f439b4936ec":[1,0,1,91,15],
-"classop_1_1_thread_manager.html#ace408d1d281193a9f3d3d6561181ef56":[1,0,1,91,7],
-"classop_1_1_thread_manager.html#ae15857e155633662cd46616fc54a4877":[1,0,1,91,5],
-"classop_1_1_video_capture_reader.html":[1,0,1,78],
-"classop_1_1_video_capture_reader.html#a2f73e10efe7f9b24a6cb75af2167de58":[1,0,1,78,8],
-"classop_1_1_video_capture_reader.html#a41eac24222b6f0f62d8bf6b40e36e353":[1,0,1,78,1],
-"classop_1_1_video_capture_reader.html#a59ce0932d49ee86c9e810cae22e9b519":[1,0,1,78,0],
-"classop_1_1_video_capture_reader.html#a64e5cbfb1c556d64cabcebc6eb94eaf1":[1,0,1,78,3],
-"classop_1_1_video_capture_reader.html#a7ea52eabf5133a1a01d38f95b1a4b601":[1,0,1,78,2],
-"classop_1_1_video_capture_reader.html#a83b4cd38f8eb2182711c506e84d97253":[1,0,1,78,5],
-"classop_1_1_video_capture_reader.html#ab2929b7d2d002b58ebaf7b9b56999cca":[1,0,1,78,9],
-"classop_1_1_video_capture_reader.html#ac3a270770d13ae351d711a7353b32b9b":[1,0,1,78,10],
-"classop_1_1_video_capture_reader.html#ae10d37b58fe4f3daa8817b72eb3faa64":[1,0,1,78,7],
-"classop_1_1_video_capture_reader.html#ae9b111f8b4de16905a157bb6dda09f94":[1,0,1,78,4],
-"classop_1_1_video_capture_reader.html#af57cc02f86ee0c29ccb83f1f7c37bec2":[1,0,1,78,6],
-"classop_1_1_video_reader.html":[1,0,1,79],
-"classop_1_1_video_reader.html#a057a7d0c498c48639b38c10ac7efc183":[1,0,1,79,1],
-"classop_1_1_video_reader.html#a0dd53334327642368d41ec860e64e756":[1,0,1,79,3],
-"classop_1_1_video_reader.html#a28244ab83836e0d0b2a896f33ad34403":[1,0,1,79,2],
-"classop_1_1_video_reader.html#ae5a3e34a4e9cc2f38875ac70a6b88496":[1,0,1,79,0],
-"classop_1_1_video_saver.html":[1,0,1,39],
-"classop_1_1_video_saver.html#a0c5dadfa4f687283c370e7890ae5037f":[1,0,1,39,2],
-"classop_1_1_video_saver.html#a0cb7b9b758efc9ce7e32aa4f2da631ff":[1,0,1,39,0],
-"classop_1_1_video_saver.html#a3cdbef8bada237edffaf7793eaa0fe8e":[1,0,1,39,4],
-"classop_1_1_video_saver.html#a7c79397b9be8b6d6d12b9f3e78e6c794":[1,0,1,39,3],
-"classop_1_1_video_saver.html#ac36a6a2bef54ac0a222cdf2c046c9646":[1,0,1,39,1],
-"classop_1_1_w_coco_json_saver.html":[1,0,1,40],
-"classop_1_1_w_coco_json_saver.html#a508c1105406b3cc55dc6bd1b299f6ed3":[1,0,1,40,0],
-"classop_1_1_w_coco_json_saver.html#a5cca095ff23c3134ab0addc9a4feabaf":[1,0,1,40,1],
-"classop_1_1_w_coco_json_saver.html#af152a61abc9ab46da651c9d87e6775f0":[1,0,1,40,2],
-"classop_1_1_w_cv_mat_to_op_input.html":[1,0,1,16],
-"classop_1_1_w_cv_mat_to_op_input.html#a82c13641d071fdb5db50afdee7cfa849":[1,0,1,16,0],
-"classop_1_1_w_cv_mat_to_op_input.html#aa7faa9e2671a85d36aad3366a7958f58":[1,0,1,16,2],
-"classop_1_1_w_cv_mat_to_op_input.html#ac03534bbe3b6c3c45efb61b5d78402da":[1,0,1,16,1],
-"classop_1_1_w_cv_mat_to_op_output.html":[1,0,1,17],
-"classop_1_1_w_cv_mat_to_op_output.html#a04cd3d8e91d731a36e3c7830631e47af":[1,0,1,17,0],
-"classop_1_1_w_cv_mat_to_op_output.html#a0bf2e43d2586c83fdd5cb0b1b54aefca":[1,0,1,17,2],
-"classop_1_1_w_cv_mat_to_op_output.html#ad4c957d391e371b7ee56cdb5be6b1452":[1,0,1,17,1],
-"classop_1_1_w_datum_producer.html":[1,0,1,80],
-"classop_1_1_w_datum_producer.html#a26babf9992c710c948ee912dd055e063":[1,0,1,80,1],
-"classop_1_1_w_datum_producer.html#a389004c2bffc0fffca82395d09632c2b":[1,0,1,80,2],
-"classop_1_1_w_datum_producer.html#aaba921d1cf641dc44ab509c0e460c5f1":[1,0,1,80,0],
-"classop_1_1_w_face_detector.html":[1,0,1,28],
-"classop_1_1_w_face_detector.html#a721ced99378516c04cb3cff296cc274a":[1,0,1,28,2],
-"classop_1_1_w_face_detector.html#a77355426bc59b212a8eb1730ff6289f3":[1,0,1,28,0],
-"classop_1_1_w_face_detector.html#afaca53a669f0cd43103f7317aded75d3":[1,0,1,28,1],
-"classop_1_1_w_face_detector_open_c_v.html":[1,0,1,29],
-"classop_1_1_w_face_detector_open_c_v.html#a4d3a4a29bcb7b8c141ae1917634ca4c9":[1,0,1,29,2],
-"classop_1_1_w_face_detector_open_c_v.html#a8c765201f0cc9440f8d172c8d8c76a62":[1,0,1,29,0],
-"classop_1_1_w_face_detector_open_c_v.html#ad7dce5824ba32bc07d2474c20b23e62d":[1,0,1,29,1],
-"classop_1_1_w_face_extractor.html":[1,0,1,30],
-"classop_1_1_w_face_extractor.html#a16522778f67bc544867929f5a4357934":[1,0,1,30,2],
-"classop_1_1_w_face_extractor.html#a65082b800f738413b1e76141487266dd":[1,0,1,30,0],
-"classop_1_1_w_face_extractor.html#aee8f96a5ce0080db31fe20ae202e59a5":[1,0,1,30,1],
-"classop_1_1_w_face_renderer.html":[1,0,1,31],
-"classop_1_1_w_face_renderer.html#a51e2a661867adee200f5c4029a585e5d":[1,0,1,31,0],
-"classop_1_1_w_face_renderer.html#a7b72c70dc02c9209d84992caad6ad7d0":[1,0,1,31,1],
-"classop_1_1_w_face_renderer.html#aa52166ea2d5e0f201c94d5c4fe74216e":[1,0,1,31,2]
+"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#a9eae1bc23e983dbe6f1a513f82e6d97d":[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_pointer_container_greater.html":[1,0,2,99],
+"classop_1_1_pointer_container_greater.html#ab63e3088591d6593c6539b91499f5063":[1,0,2,99,0],
+"classop_1_1_pointer_container_less.html":[1,0,2,100],
+"classop_1_1_pointer_container_less.html#a67b34e75390dda005246a77a12166abc":[1,0,2,100,0],
+"classop_1_1_pose_cpu_renderer.html":[1,0,2,67],
+"classop_1_1_pose_cpu_renderer.html#a578b42ae011b6aa8703019562dfab60f":[1,0,2,67,1],
+"classop_1_1_pose_cpu_renderer.html#a8b5c83bbf076b949b1209261f25d170d":[1,0,2,67,0],
+"classop_1_1_pose_extractor.html":[1,0,2,68],
+"classop_1_1_pose_extractor.html#a0b895e3e582bd504b531ba525ed77430":[1,0,2,68,6],
+"classop_1_1_pose_extractor.html#a0bb5cf37e5b93e347e355be126d22ead":[1,0,2,68,5],
+"classop_1_1_pose_extractor.html#a1f91723c5d541a2872637a1510da76e6":[1,0,2,68,7],
+"classop_1_1_pose_extractor.html#a31162da929b9ca5cc592b6438cfea7c8":[1,0,2,68,3],
+"classop_1_1_pose_extractor.html#a32b108f24cfc892ed17c2ec752e30ab6":[1,0,2,68,15],
+"classop_1_1_pose_extractor.html#a456f8162e683b24189afb2d250085142":[1,0,2,68,0],
+"classop_1_1_pose_extractor.html#a50f1a79f774b3cd9e9c0825669e8a154":[1,0,2,68,9],
+"classop_1_1_pose_extractor.html#a57ba3e70a7ac01a687337c66ca36c8da":[1,0,2,68,19],
+"classop_1_1_pose_extractor.html#a5fd73c053c293c59eb3d6eb38335c157":[1,0,2,68,11],
+"classop_1_1_pose_extractor.html#a63432a905e6fcd9be8d9464a80a7fd52":[1,0,2,68,10],
+"classop_1_1_pose_extractor.html#a6395a4bb77e0198c7cf554ce4674d33c":[1,0,2,68,12],
+"classop_1_1_pose_extractor.html#a73d36833224b7071bb0918682a441850":[1,0,2,68,14],
+"classop_1_1_pose_extractor.html#a7dc82be227cc759582184de9c26f0b64":[1,0,2,68,4],
+"classop_1_1_pose_extractor.html#a81157b4616955598fcf6de5d9676f21b":[1,0,2,68,8],
+"classop_1_1_pose_extractor.html#a9f98eef4ac08cacefe74e002ac086582":[1,0,2,68,1],
+"classop_1_1_pose_extractor.html#aab1cccc9ad99f6b007abaa14600ea6df":[1,0,2,68,13],
+"classop_1_1_pose_extractor.html#aaf9330b199770a16f44015724dfd24dc":[1,0,2,68,16],
+"classop_1_1_pose_extractor.html#ab32d08e00cf4321682ba9acc2b78a289":[1,0,2,68,20],
+"classop_1_1_pose_extractor.html#ac432c3f9265f6dbeb1dfff5621df25de":[1,0,2,68,18],
+"classop_1_1_pose_extractor.html#ae3477e0ab1a350fd044215b0ba6f7520":[1,0,2,68,2],
+"classop_1_1_pose_extractor.html#ae8ca02dd3a8fa4448dfb22d4b71a84d5":[1,0,2,68,17],
+"classop_1_1_pose_extractor_caffe.html":[1,0,2,69],
+"classop_1_1_pose_extractor_caffe.html#a3359641c1199c712a07859dcb76b7dcf":[1,0,2,69,1],
+"classop_1_1_pose_extractor_caffe.html#a6982cb1a7203129610fe0959a45c81cf":[1,0,2,69,6],
+"classop_1_1_pose_extractor_caffe.html#a7cefba61d8a4f69a0f8790505bd6b0d3":[1,0,2,69,7],
+"classop_1_1_pose_extractor_caffe.html#a98dc1c67a589a5493b194f23446c5759":[1,0,2,69,3],
+"classop_1_1_pose_extractor_caffe.html#aa030dcbaa38473ab86aff084600ae4b1":[1,0,2,69,4],
+"classop_1_1_pose_extractor_caffe.html#adf09cb89df4ad93de22242aa1f89a105":[1,0,2,69,0],
+"classop_1_1_pose_extractor_caffe.html#af48e859d9da1410335e0cf931f38f776":[1,0,2,69,2],
+"classop_1_1_pose_extractor_caffe.html#afbc016c8dcd439d6389c63b9f4cebf22":[1,0,2,69,5],
+"classop_1_1_pose_gpu_renderer.html":[1,0,2,70],
+"classop_1_1_pose_gpu_renderer.html#a97cf6c235bd66a2ea893ab95c2f5f8d2":[1,0,2,70,1],
+"classop_1_1_pose_gpu_renderer.html#a9e94ab926baf360dd6b23e14fba09836":[1,0,2,70,2],
+"classop_1_1_pose_gpu_renderer.html#ad6db098189826e1341d5ca006b5f2c63":[1,0,2,70,3],
+"classop_1_1_pose_gpu_renderer.html#afc6fbf8fcf13fad9c824136f8f8ec409":[1,0,2,70,0],
+"classop_1_1_pose_renderer.html":[1,0,2,71],
+"classop_1_1_pose_renderer.html#a1dfd34d42fa69913a9702e0a0ebcd04e":[1,0,2,71,0],
+"classop_1_1_pose_renderer.html#a9fea1f9ce47b4b5f1015cae13f4ddcb1":[1,0,2,71,4],
+"classop_1_1_pose_renderer.html#aac8809fbff88eec8aeff6e35a1cac670":[1,0,2,71,2],
+"classop_1_1_pose_renderer.html#aecc0a9296ca880ad6ceaf38ecd8c3c53":[1,0,2,71,3],
+"classop_1_1_pose_renderer.html#af861d8213f1444b3246402061cea1b33":[1,0,2,71,1],
+"classop_1_1_priority_queue.html":[1,0,2,82],
+"classop_1_1_priority_queue.html#a1c0dbd77bbd40ce80818ced0664a0ac0":[1,0,2,82,1],
+"classop_1_1_priority_queue.html#acecdd3c5789942777652b66d08578d93":[1,0,2,82,0],
+"classop_1_1_producer.html":[1,0,2,77],
+"classop_1_1_producer.html#a000e881f647f84cd98e90091e8976326":[1,0,2,77,5],
+"classop_1_1_producer.html#a024e55b4ec769cdbc40ee21613a6ef6f":[1,0,2,77,16],
+"classop_1_1_producer.html#a366881a952ad34071cc719477f08b968":[1,0,2,77,4],
+"classop_1_1_producer.html#a39f52d80ac4146c82ed12aae0f05478e":[1,0,2,77,8],
+"classop_1_1_producer.html#a46c9e458cfe9a01dabbd0e8d4b5f1e30":[1,0,2,77,15],
+"classop_1_1_producer.html#a4fe2921798031db39fef934848a23c82":[1,0,2,77,0],
+"classop_1_1_producer.html#a58590e4a409d31f839184b4bf030a68b":[1,0,2,77,11],
+"classop_1_1_producer.html#a7753ffb0daa486ab0f82873b3567f95e":[1,0,2,77,13],
+"classop_1_1_producer.html#a8b48342b2c4003a080b17ac411f3454f":[1,0,2,77,1],
+"classop_1_1_producer.html#a901c2ff1f56b551a058143ed884b1a5a":[1,0,2,77,2],
+"classop_1_1_producer.html#a9a9424027e5bc8e0fba7c65eccc460e0":[1,0,2,77,9],
+"classop_1_1_producer.html#aa1a13db305c7ab6a596a0dad122066cb":[1,0,2,77,3],
+"classop_1_1_producer.html#aacd96f08524772d8865bb187c881943e":[1,0,2,77,6],
+"classop_1_1_producer.html#ab30c7b3e34d962e0b17458d9a0947f6b":[1,0,2,77,14],
+"classop_1_1_producer.html#ac72a751759ae8b5a0a99552580f7fbad":[1,0,2,77,10],
+"classop_1_1_producer.html#adc348105fca58f18e39aa3439e2d627b":[1,0,2,77,7],
+"classop_1_1_producer.html#afad3eadd16cca0de2c2be8b083c0d56d":[1,0,2,77,12],
+"classop_1_1_profiler.html":[1,0,2,101],
+"classop_1_1_queue.html":[1,0,2,83],
+"classop_1_1_queue.html#ab28fa9f713d05e55e5ba1510b34d57f0":[1,0,2,83,1],
+"classop_1_1_queue.html#ae2b845322940bfc89b6342137d8ac372":[1,0,2,83,0],
+"classop_1_1_queue_base.html":[1,0,2,84],
+"classop_1_1_queue_base.html#a04f7160c199f90b8f8e91ddfd40e92fb":[1,0,2,84,27],
+"classop_1_1_queue_base.html#a12cdec56bfe72e722ecc722774989d1b":[1,0,2,84,12],
+"classop_1_1_queue_base.html#a1ccdec39ea65a83edc54661acc283134":[1,0,2,84,3],
+"classop_1_1_queue_base.html#a1d55f40e032cd5d43d63ba02040b3117":[1,0,2,84,24],
+"classop_1_1_queue_base.html#a22c5e2964e9d9c18a9f02b8d2e0f30b4":[1,0,2,84,25],
+"classop_1_1_queue_base.html#a247f435c95709f3246d352eee4f757af":[1,0,2,84,4],
+"classop_1_1_queue_base.html#a25255992523051f7d2a82694ffe7a1cf":[1,0,2,84,9],
+"classop_1_1_queue_base.html#a2c7b3d0fa6502c644c3083dd68332542":[1,0,2,84,20],
+"classop_1_1_queue_base.html#a32ac0e4b14a310aee62ce817e86c0356":[1,0,2,84,14],
+"classop_1_1_queue_base.html#a35f0547f6020f22e49835b147b7ec52e":[1,0,2,84,18],
+"classop_1_1_queue_base.html#a42a873f65588219449e21ac4927311d7":[1,0,2,84,10],
+"classop_1_1_queue_base.html#a49c1d6740f2ce7f26eae606f109b5738":[1,0,2,84,30],
+"classop_1_1_queue_base.html#a5b28915cc58e040aca673bdfdf7c8be3":[1,0,2,84,11],
+"classop_1_1_queue_base.html#a5e52b4ab7e310373e3d1f1d42cfe4549":[1,0,2,84,17],
+"classop_1_1_queue_base.html#a68b51dafaba93179fcef78731aaf1703":[1,0,2,84,13],
+"classop_1_1_queue_base.html#a77bf3592bbb6ac586cd4c2b0aea98e62":[1,0,2,84,26],
+"classop_1_1_queue_base.html#a7905841f953be7099847cc7b5b17ae0c":[1,0,2,84,15],
+"classop_1_1_queue_base.html#a7c382bb98f5b769cde37b06d67cb0530":[1,0,2,84,28],
+"classop_1_1_queue_base.html#a80c6e2dda17afa82aae83aeadad1f7e0":[1,0,2,84,16],
+"classop_1_1_queue_base.html#a84da9e045acec02e3900153eea2bd92d":[1,0,2,84,21],
+"classop_1_1_queue_base.html#a8a5d53c7b66fd0ef34b3e276f586e355":[1,0,2,84,19],
+"classop_1_1_queue_base.html#a8b5e59161a0b175d12955b552a90a47f":[1,0,2,84,23],
+"classop_1_1_queue_base.html#a8d218f599b84194909691c72ee0de8d0":[1,0,2,84,6],
+"classop_1_1_queue_base.html#aad7a6a666dcf70834d9d18ae6d92cb2c":[1,0,2,84,8],
+"classop_1_1_queue_base.html#ab28c5805dd23117c8d6d82d59617bb95":[1,0,2,84,22],
+"classop_1_1_queue_base.html#abf37af06eadbddeaaa14f1503c455c8e":[1,0,2,84,5],
+"classop_1_1_queue_base.html#ad124d414b7c2680e5312ee163d18410f":[1,0,2,84,7],
+"classop_1_1_queue_base.html#adc5df8a039d360831db06e3c610bf015":[1,0,2,84,2],
+"classop_1_1_queue_base.html#aea7941746e2403a09356b9c6a208784c":[1,0,2,84,0],
+"classop_1_1_queue_base.html#aef098201d9084083adba5ceeb45b12fa":[1,0,2,84,1],
+"classop_1_1_queue_base.html#af2c0f21c6b4f4639661b59aa247ae407":[1,0,2,84,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],
+"classop_1_1_renderer.html#a298a5a58bab80b7252db7d3386a0ed8a":[1,0,2,13,5],
+"classop_1_1_renderer.html#a3e04644546dd9990a16d0b6861b60553":[1,0,2,13,15],
+"classop_1_1_renderer.html#a503d7fdba655b14348769ad3f69b6c00":[1,0,2,13,1],
+"classop_1_1_renderer.html#a88449a7c29a48e157cd6b16089825be7":[1,0,2,13,11],
+"classop_1_1_renderer.html#a891be57b699f6adbb7cd841870214b8e":[1,0,2,13,4],
+"classop_1_1_renderer.html#a8e0739fb55d61fc76918ca3fb6ac3bc4":[1,0,2,13,3],
+"classop_1_1_renderer.html#aa8339054ed113d99ca70208d0cee5aa9":[1,0,2,13,8],
+"classop_1_1_renderer.html#ab226d47f554735fa3e0372ce429747c3":[1,0,2,13,10],
+"classop_1_1_renderer.html#abaea1725725ff775aed0c120b2ba3d1f":[1,0,2,13,6],
+"classop_1_1_renderer.html#ac4df12764776ba2e27c71a3c4181f647":[1,0,2,13,2],
+"classop_1_1_renderer.html#aca8ebf0c0a50b87f0be82afa090155a0":[1,0,2,13,14],
+"classop_1_1_renderer.html#ace2490fa3c5a87443e4d1e64007cd1ff":[1,0,2,13,13],
+"classop_1_1_renderer.html#adc4cd0a62008325c5c7df6df2f95a167":[1,0,2,13,12],
+"classop_1_1_renderer.html#afd48a9cb0be184303dce2969fa2f8e02":[1,0,2,13,9],
+"classop_1_1_resize_and_merge_caffe.html":[1,0,2,14],
+"classop_1_1_resize_and_merge_caffe.html#a1561454d50551545d6b8643e82d5a97f":[1,0,2,14,2],
+"classop_1_1_resize_and_merge_caffe.html#a30805a265fa887eff04b1200dbda91a5":[1,0,2,14,0],
+"classop_1_1_resize_and_merge_caffe.html#a404ed0d3f3102ca9afd1b191204d5a0b":[1,0,2,14,4],
+"classop_1_1_resize_and_merge_caffe.html#a4327169d05916bd59b97f04847d215d9":[1,0,2,14,8],
+"classop_1_1_resize_and_merge_caffe.html#a5a2af6845b9a44730a4834f95e842489":[1,0,2,14,6],
+"classop_1_1_resize_and_merge_caffe.html#a6956c0970359413ed5ff409ee0f913fc":[1,0,2,14,1],
+"classop_1_1_resize_and_merge_caffe.html#a9c8733511a410a60aa5509f3f8037af0":[1,0,2,14,3],
+"classop_1_1_resize_and_merge_caffe.html#aa16862bbc207fef227d53d37223512b8":[1,0,2,14,7],
+"classop_1_1_resize_and_merge_caffe.html#acc1469eec1be9dc96b078d05d5e29b9a":[1,0,2,14,5],
+"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,85],
+"classop_1_1_sub_thread.html#a14330cbc1117f32b6d69c1733ccdeb61":[1,0,2,85,4],
+"classop_1_1_sub_thread.html#a6ee67e375611e8df2d09b3234dedf36c":[1,0,2,85,1],
+"classop_1_1_sub_thread.html#a8debc3b655463847fed2c547d13326f7":[1,0,2,85,3],
+"classop_1_1_sub_thread.html#aa551df0d8f0b30aaf9e0840ecf29d749":[1,0,2,85,0],
+"classop_1_1_sub_thread.html#ad9f2d3be9e05739b102fad350e1a1364":[1,0,2,85,5],
+"classop_1_1_sub_thread.html#afa29b95badda5e7afdbd83f70fd8b206":[1,0,2,85,2],
+"classop_1_1_sub_thread_no_queue.html":[1,0,2,86],
+"classop_1_1_sub_thread_no_queue.html#a43504502c36461305d656fb87b914749":[1,0,2,86,1],
+"classop_1_1_sub_thread_no_queue.html#acb7edd02e1724e0fd131235666009f42":[1,0,2,86,2],
+"classop_1_1_sub_thread_no_queue.html#afbaf89d7a8fb4d19f67064fb954a31eb":[1,0,2,86,0],
+"classop_1_1_sub_thread_queue_in.html":[1,0,2,87],
+"classop_1_1_sub_thread_queue_in.html#a11aa71a818430c4eb435a1626e54f29a":[1,0,2,87,0],
+"classop_1_1_sub_thread_queue_in.html#a7e9bd6ca09bb77a8de76ae8a02ee8ed4":[1,0,2,87,1],
+"classop_1_1_sub_thread_queue_in_out.html":[1,0,2,88],
+"classop_1_1_sub_thread_queue_in_out.html#aa5b9beea615b8b968c5da74dd66a6d78":[1,0,2,88,0],
+"classop_1_1_sub_thread_queue_in_out.html#abb65911e9d9b6d5efe782ca0e599be3b":[1,0,2,88,1],
+"classop_1_1_sub_thread_queue_out.html":[1,0,2,89],
+"classop_1_1_sub_thread_queue_out.html#a0ff5f79e63038ffa5b4aca24cfea7e7c":[1,0,2,89,1],
+"classop_1_1_sub_thread_queue_out.html#aa4a827932f632f1f30b5650a4fcc77ff":[1,0,2,89,0],
+"classop_1_1_thread.html":[1,0,2,90],
+"classop_1_1_thread.html#a0617df4103c25bb04ee2c75f05ea2978":[1,0,2,90,3],
+"classop_1_1_thread.html#a151e4e647917f2351cc05a8861588e2a":[1,0,2,90,2],
+"classop_1_1_thread.html#a16d1835e2bd7c5ae988f4bc225b3ca09":[1,0,2,90,7],
+"classop_1_1_thread.html#a6ae463dc996ca6941a303b0c41288063":[1,0,2,90,1],
+"classop_1_1_thread.html#a820b9416b96c69cb1fc6773b9a53a47a":[1,0,2,90,4],
+"classop_1_1_thread.html#a92e5dd0f60a0485e7d0fad3e82bb74f3":[1,0,2,90,9],
+"classop_1_1_thread.html#a9d3408a329a475da22a8e2a0bdf5f68d":[1,0,2,90,0],
+"classop_1_1_thread.html#ac898abffd6ed18456b97ef1b72935ec6":[1,0,2,90,8],
+"classop_1_1_thread.html#ad6c3721793d0f65ffe755ab74534afed":[1,0,2,90,5],
+"classop_1_1_thread.html#af0471340c93fdcc0ba8e06c3f9524fef":[1,0,2,90,6],
+"classop_1_1_thread_manager.html":[1,0,2,91],
+"classop_1_1_thread_manager.html#a01c2d62e539896e36564457ab9cac25c":[1,0,2,91,8],
+"classop_1_1_thread_manager.html#a36bd8060a4f7f449a8aa35d9a166270d":[1,0,2,91,13],
+"classop_1_1_thread_manager.html#a393a9f04c70a002f5ceb5e301eea5cff":[1,0,2,91,14],
+"classop_1_1_thread_manager.html#a472a1ebee700c3449bac4d6d2bb0c3a8":[1,0,2,91,9],
+"classop_1_1_thread_manager.html#a48ea53b3de4d09c84db18e2c31ce1be1":[1,0,2,91,4],
+"classop_1_1_thread_manager.html#a59916fc3428aaf5c487e1dd373d437cd":[1,0,2,91,11],
+"classop_1_1_thread_manager.html#a5b7c5ea46c360496e261094c5e1397a7":[1,0,2,91,6],
+"classop_1_1_thread_manager.html#a67a2d7cecc749be414e6896a88ec268d":[1,0,2,91,3],
+"classop_1_1_thread_manager.html#a762acc9eb60bd10857da1f416e169f3d":[1,0,2,91,2],
+"classop_1_1_thread_manager.html#a7a24fd902ebd4b5fd81166547a5654d9":[1,0,2,91,12],
+"classop_1_1_thread_manager.html#a8134abeaec65b5647ae92e34f3ad420b":[1,0,2,91,1],
+"classop_1_1_thread_manager.html#a8b7d17f4a330495389e646bb21907303":[1,0,2,91,0],
+"classop_1_1_thread_manager.html#a8d5ffd9473557ff0f90ac1c6a1bae3ad":[1,0,2,91,10],
+"classop_1_1_thread_manager.html#abfa315257b3e8cd022573f439b4936ec":[1,0,2,91,15],
+"classop_1_1_thread_manager.html#ace408d1d281193a9f3d3d6561181ef56":[1,0,2,91,7],
+"classop_1_1_thread_manager.html#ae15857e155633662cd46616fc54a4877":[1,0,2,91,5],
+"classop_1_1_video_capture_reader.html":[1,0,2,78],
+"classop_1_1_video_capture_reader.html#a2f73e10efe7f9b24a6cb75af2167de58":[1,0,2,78,8],
+"classop_1_1_video_capture_reader.html#a41eac24222b6f0f62d8bf6b40e36e353":[1,0,2,78,1],
+"classop_1_1_video_capture_reader.html#a59ce0932d49ee86c9e810cae22e9b519":[1,0,2,78,0],
+"classop_1_1_video_capture_reader.html#a64e5cbfb1c556d64cabcebc6eb94eaf1":[1,0,2,78,3],
+"classop_1_1_video_capture_reader.html#a7ea52eabf5133a1a01d38f95b1a4b601":[1,0,2,78,2],
+"classop_1_1_video_capture_reader.html#a83b4cd38f8eb2182711c506e84d97253":[1,0,2,78,5],
+"classop_1_1_video_capture_reader.html#ab2929b7d2d002b58ebaf7b9b56999cca":[1,0,2,78,9],
+"classop_1_1_video_capture_reader.html#ac3a270770d13ae351d711a7353b32b9b":[1,0,2,78,10],
+"classop_1_1_video_capture_reader.html#ae10d37b58fe4f3daa8817b72eb3faa64":[1,0,2,78,7],
+"classop_1_1_video_capture_reader.html#ae9b111f8b4de16905a157bb6dda09f94":[1,0,2,78,4],
+"classop_1_1_video_capture_reader.html#af57cc02f86ee0c29ccb83f1f7c37bec2":[1,0,2,78,6],
+"classop_1_1_video_reader.html":[1,0,2,79],
+"classop_1_1_video_reader.html#a057a7d0c498c48639b38c10ac7efc183":[1,0,2,79,1],
+"classop_1_1_video_reader.html#a0dd53334327642368d41ec860e64e756":[1,0,2,79,3],
+"classop_1_1_video_reader.html#a28244ab83836e0d0b2a896f33ad34403":[1,0,2,79,2],
+"classop_1_1_video_reader.html#ae5a3e34a4e9cc2f38875ac70a6b88496":[1,0,2,79,0],
+"classop_1_1_video_saver.html":[1,0,2,39],
+"classop_1_1_video_saver.html#a0c5dadfa4f687283c370e7890ae5037f":[1,0,2,39,2],
+"classop_1_1_video_saver.html#a0cb7b9b758efc9ce7e32aa4f2da631ff":[1,0,2,39,0],
+"classop_1_1_video_saver.html#a3cdbef8bada237edffaf7793eaa0fe8e":[1,0,2,39,4],
+"classop_1_1_video_saver.html#a7c79397b9be8b6d6d12b9f3e78e6c794":[1,0,2,39,3],
+"classop_1_1_video_saver.html#ac36a6a2bef54ac0a222cdf2c046c9646":[1,0,2,39,1],
+"classop_1_1_w_coco_json_saver.html":[1,0,2,40],
+"classop_1_1_w_coco_json_saver.html#a508c1105406b3cc55dc6bd1b299f6ed3":[1,0,2,40,0],
+"classop_1_1_w_coco_json_saver.html#a5cca095ff23c3134ab0addc9a4feabaf":[1,0,2,40,1],
+"classop_1_1_w_coco_json_saver.html#af152a61abc9ab46da651c9d87e6775f0":[1,0,2,40,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],
+"classop_1_1_w_cv_mat_to_op_input.html#ac03534bbe3b6c3c45efb61b5d78402da":[1,0,2,16,1],
+"classop_1_1_w_cv_mat_to_op_output.html":[1,0,2,17],
+"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,80],
+"classop_1_1_w_datum_producer.html#a26babf9992c710c948ee912dd055e063":[1,0,2,80,1],
+"classop_1_1_w_datum_producer.html#a389004c2bffc0fffca82395d09632c2b":[1,0,2,80,2],
+"classop_1_1_w_datum_producer.html#aaba921d1cf641dc44ab509c0e460c5f1":[1,0,2,80,0],
+"classop_1_1_w_face_detector.html":[1,0,2,28],
+"classop_1_1_w_face_detector.html#a721ced99378516c04cb3cff296cc274a":[1,0,2,28,2],
+"classop_1_1_w_face_detector.html#a77355426bc59b212a8eb1730ff6289f3":[1,0,2,28,0],
+"classop_1_1_w_face_detector.html#afaca53a669f0cd43103f7317aded75d3":[1,0,2,28,1],
+"classop_1_1_w_face_detector_open_c_v.html":[1,0,2,29],
+"classop_1_1_w_face_detector_open_c_v.html#a4d3a4a29bcb7b8c141ae1917634ca4c9":[1,0,2,29,2],
+"classop_1_1_w_face_detector_open_c_v.html#a8c765201f0cc9440f8d172c8d8c76a62":[1,0,2,29,0],
+"classop_1_1_w_face_detector_open_c_v.html#ad7dce5824ba32bc07d2474c20b23e62d":[1,0,2,29,1],
+"classop_1_1_w_face_extractor.html":[1,0,2,30],
+"classop_1_1_w_face_extractor.html#a16522778f67bc544867929f5a4357934":[1,0,2,30,2],
+"classop_1_1_w_face_extractor.html#a65082b800f738413b1e76141487266dd":[1,0,2,30,0],
+"classop_1_1_w_face_extractor.html#aee8f96a5ce0080db31fe20ae202e59a5":[1,0,2,30,1],
+"classop_1_1_w_face_renderer.html":[1,0,2,31],
+"classop_1_1_w_face_renderer.html#a51e2a661867adee200f5c4029a585e5d":[1,0,2,31,0],
+"classop_1_1_w_face_renderer.html#a7b72c70dc02c9209d84992caad6ad7d0":[1,0,2,31,1]
};
diff --git a/html/navtreeindex2.js b/html/navtreeindex2.js
index 3181ade9..b50f7ef5 100644
--- a/html/navtreeindex2.js
+++ b/html/navtreeindex2.js
@@ -1,138 +1,139 @@
var NAVTREEINDEX2 =
{
-"classop_1_1_w_face_saver.html":[1,0,1,41],
-"classop_1_1_w_face_saver.html#a026bfad8cd9e0d1289a1db473cef34a0":[1,0,1,41,2],
-"classop_1_1_w_face_saver.html#a5dc60ede4b88594d59ece4ce3e4683d6":[1,0,1,41,0],
-"classop_1_1_w_face_saver.html#ae8401789881462eb8438c65e9d2d3fb2":[1,0,1,41,1],
-"classop_1_1_w_gui.html":[1,0,1,51],
-"classop_1_1_w_gui.html#a4e4db210b87f78cc1238dd3ab2bedaa4":[1,0,1,51,1],
-"classop_1_1_w_gui.html#a4e7d3f5b3ddaf02109738b4348250611":[1,0,1,51,0],
-"classop_1_1_w_gui.html#a664e1f76211510e38b8d5f5bed37ffcb":[1,0,1,51,2],
-"classop_1_1_w_gui_info_adder.html":[1,0,1,52],
-"classop_1_1_w_gui_info_adder.html#a0b2c539b72ef09106ab0306dc88c5ac5":[1,0,1,52,0],
-"classop_1_1_w_gui_info_adder.html#ae620275d6570fd5c74f33728cd340217":[1,0,1,52,1],
-"classop_1_1_w_gui_info_adder.html#ae90a68c6ef7b4f45595a020efd232612":[1,0,1,52,2],
-"classop_1_1_w_hand_detector.html":[1,0,1,60],
-"classop_1_1_w_hand_detector.html#a5c29c944205ee0727f76c282ef55ae52":[1,0,1,60,1],
-"classop_1_1_w_hand_detector.html#aa82ef40fad1d343b5856b41ec4dbcd5c":[1,0,1,60,2],
-"classop_1_1_w_hand_detector.html#ac44b474c7d8bd4876e32ceb9c9a322fe":[1,0,1,60,0],
-"classop_1_1_w_hand_detector_from_txt.html":[1,0,1,61],
-"classop_1_1_w_hand_detector_from_txt.html#a01a5f73b0a8a1b8998937e7ba3d747a3":[1,0,1,61,0],
-"classop_1_1_w_hand_detector_from_txt.html#a51ebff94734350463fcf507a84eeefdc":[1,0,1,61,2],
-"classop_1_1_w_hand_detector_from_txt.html#acd7d37555c09a58dc660811724930276":[1,0,1,61,1],
-"classop_1_1_w_hand_detector_tracking.html":[1,0,1,62],
-"classop_1_1_w_hand_detector_tracking.html#a20ef6206194a873c2cfa7fe13d905d92":[1,0,1,62,1],
-"classop_1_1_w_hand_detector_tracking.html#a7c849c5a423ffc150c6a4aee9055d34e":[1,0,1,62,2],
-"classop_1_1_w_hand_detector_tracking.html#ad2a5ac720f4ed651f4cf5e42d21c05dd":[1,0,1,62,0],
-"classop_1_1_w_hand_detector_update.html":[1,0,1,63],
-"classop_1_1_w_hand_detector_update.html#a729aaa628e4f4c24e7cb9afca1cdc761":[1,0,1,63,1],
-"classop_1_1_w_hand_detector_update.html#abd8b56fbfbd2a619a4f37d148592f61b":[1,0,1,63,0],
-"classop_1_1_w_hand_detector_update.html#af9287dc0a3c67abd35974c1c74614f3c":[1,0,1,63,2],
-"classop_1_1_w_hand_extractor.html":[1,0,1,64],
-"classop_1_1_w_hand_extractor.html#a4cadfafe08e816e69a91fe7c51dad0b0":[1,0,1,64,2],
-"classop_1_1_w_hand_extractor.html#a6fbef214cc89b07ba163ad874c8442af":[1,0,1,64,1],
-"classop_1_1_w_hand_extractor.html#a9096e2d826133036c223286c6bc97453":[1,0,1,64,0],
-"classop_1_1_w_hand_renderer.html":[1,0,1,65],
-"classop_1_1_w_hand_renderer.html#a2ee88145b38fea1a6a2bb7987a33bd40":[1,0,1,65,1],
-"classop_1_1_w_hand_renderer.html#a30121b55c601aed3644996d010b6bf8c":[1,0,1,65,0],
-"classop_1_1_w_hand_renderer.html#ad178e8d413b3b15edc53625e1f5119d7":[1,0,1,65,2],
-"classop_1_1_w_hand_saver.html":[1,0,1,42],
-"classop_1_1_w_hand_saver.html#aa234a68d1cc7ec97fefbf30239149baa":[1,0,1,42,1],
-"classop_1_1_w_hand_saver.html#ab41ecc429abfe0a1424facd6ee4acd1f":[1,0,1,42,0],
-"classop_1_1_w_hand_saver.html#afc3976b394070927b9396163137317e5":[1,0,1,42,2],
-"classop_1_1_w_heat_map_saver.html":[1,0,1,43],
-"classop_1_1_w_heat_map_saver.html#a20e82b121a580c578f69cbb0401c4cb0":[1,0,1,43,1],
-"classop_1_1_w_heat_map_saver.html#a5b72d5f3bcbdacb26ba440b80eef0109":[1,0,1,43,0],
-"classop_1_1_w_heat_map_saver.html#a5fd729a47f0cdbe94001219f971f8f51":[1,0,1,43,2],
-"classop_1_1_w_id_generator.html":[1,0,1,92],
-"classop_1_1_w_id_generator.html#a03bd005cf88749702fb8a29c20d4cb91":[1,0,1,92,2],
-"classop_1_1_w_id_generator.html#a50a1b7929810daae87ee6443c659edad":[1,0,1,92,1],
-"classop_1_1_w_id_generator.html#a6112733ee0b537d4d91191f93f0a84f8":[1,0,1,92,0],
-"classop_1_1_w_image_saver.html":[1,0,1,44],
-"classop_1_1_w_image_saver.html#a11add012ee88b64a4f36d3f63cb65ee0":[1,0,1,44,0],
-"classop_1_1_w_image_saver.html#a198bbfcf625354ddda419e0121d0cb33":[1,0,1,44,2],
-"classop_1_1_w_image_saver.html#a78655ea3d4dac28bdf7e2e4a80b5a337":[1,0,1,44,1],
-"classop_1_1_w_keypoint_json_saver.html":[1,0,1,45],
-"classop_1_1_w_keypoint_json_saver.html#aa90e672fd245fd105ed45cfe6b7ecd66":[1,0,1,45,2],
-"classop_1_1_w_keypoint_json_saver.html#ad6b170f027c3b145c51adee3019a9cbd":[1,0,1,45,1],
-"classop_1_1_w_keypoint_json_saver.html#aff660868a7508e61fb92e3fbca3bf4c7":[1,0,1,45,0],
-"classop_1_1_w_keypoint_scaler.html":[1,0,1,18],
-"classop_1_1_w_keypoint_scaler.html#a31624e262988b0840a8ddbf098e56e9b":[1,0,1,18,0],
-"classop_1_1_w_keypoint_scaler.html#aacad5116921e2ff746fbdf9f6c0cbb25":[1,0,1,18,2],
-"classop_1_1_w_keypoint_scaler.html#aba4fb004818f3adc22959e382a90cd2c":[1,0,1,18,1],
-"classop_1_1_w_op_output_to_cv_mat.html":[1,0,1,19],
-"classop_1_1_w_op_output_to_cv_mat.html#a6f632a83de4cdc731c3f52d1541060f3":[1,0,1,19,0],
-"classop_1_1_w_op_output_to_cv_mat.html#adea2e8b1d33e6c091640c7d904dac7cd":[1,0,1,19,1],
-"classop_1_1_w_op_output_to_cv_mat.html#ae3fc21569d56a648c606b23fcc016349":[1,0,1,19,2],
-"classop_1_1_w_pose_extractor.html":[1,0,1,72],
-"classop_1_1_w_pose_extractor.html#a9b621ed9915da9bf3cce49db547de9e6":[1,0,1,72,1],
-"classop_1_1_w_pose_extractor.html#ae0f02aaefccab05bbbd919dd7a9e0f61":[1,0,1,72,2],
-"classop_1_1_w_pose_extractor.html#ae85b1ec41bf47dcf1aed7bdae1d91915":[1,0,1,72,0],
-"classop_1_1_w_pose_renderer.html":[1,0,1,73],
-"classop_1_1_w_pose_renderer.html#a10b1631d78d8270ed2a16e538b30eb76":[1,0,1,73,2],
-"classop_1_1_w_pose_renderer.html#aba989a73cef9a807879ad2196725c61c":[1,0,1,73,1],
-"classop_1_1_w_pose_renderer.html#ae74189143175b89ccd36662cec4de72e":[1,0,1,73,0],
-"classop_1_1_w_pose_saver.html":[1,0,1,46],
-"classop_1_1_w_pose_saver.html#a039027281498168b57df8dfeefd82cd8":[1,0,1,46,2],
-"classop_1_1_w_pose_saver.html#a4f0774832e12389593361186f1b83128":[1,0,1,46,1],
-"classop_1_1_w_pose_saver.html#aa9dd0f4649c9e8efef10201caf9e4cfd":[1,0,1,46,0],
-"classop_1_1_w_queue_orderer.html":[1,0,1,96],
-"classop_1_1_w_queue_orderer.html#a01bc7495ec992cc9c54a040534cb3634":[1,0,1,96,2],
-"classop_1_1_w_queue_orderer.html#a1ea314eeaa8d99fbf33885d9a4c6d044":[1,0,1,96,3],
-"classop_1_1_w_queue_orderer.html#a3303add5fa8cc36593d3d859ffdd8ae0":[1,0,1,96,0],
-"classop_1_1_w_queue_orderer.html#a85598f83f6f3a30b7ddce9bc7beddf33":[1,0,1,96,1],
-"classop_1_1_w_scale_and_size_extractor.html":[1,0,1,20],
-"classop_1_1_w_scale_and_size_extractor.html#a8e6ef291bd809987f06fbb1cc2173b0f":[1,0,1,20,0],
-"classop_1_1_w_scale_and_size_extractor.html#ac1203ef395a836b13f5586432f284c41":[1,0,1,20,1],
-"classop_1_1_w_scale_and_size_extractor.html#afddf54d061dc5325e78252a3bba482b9":[1,0,1,20,2],
-"classop_1_1_w_video_saver.html":[1,0,1,47],
-"classop_1_1_w_video_saver.html#a04dc4e6f039d047a0da6f94283c145d9":[1,0,1,47,0],
-"classop_1_1_w_video_saver.html#a40bcb8ccf137c6cbee3ca31e6cc3bfbf":[1,0,1,47,2],
-"classop_1_1_w_video_saver.html#ada90f76b28e4bafe9c8ecbb9bcbb2d14":[1,0,1,47,1],
-"classop_1_1_webcam_reader.html":[1,0,1,81],
-"classop_1_1_webcam_reader.html#a31fa72f65d40416e812ad72d43b43649":[1,0,1,81,3],
-"classop_1_1_webcam_reader.html#a38ccbdf61f21fba0694362077cb6bdb1":[1,0,1,81,2],
-"classop_1_1_webcam_reader.html#a71212bd9e00be96b09650e86d465b42c":[1,0,1,81,1],
-"classop_1_1_webcam_reader.html#ae66b26829cc2d6e3f02109d4431a7bc2":[1,0,1,81,4],
-"classop_1_1_webcam_reader.html#afbfa9ebf32ab1c95f0378b49fce0df35":[1,0,1,81,0],
-"classop_1_1_worker.html":[1,0,1,93],
-"classop_1_1_worker.html#a3f7c86ab1c4ce15c0f0ef12a1d4647e0":[1,0,1,93,4],
-"classop_1_1_worker.html#a5008fc4ef4e41366ba0022f5cd79edba":[1,0,1,93,0],
-"classop_1_1_worker.html#a6e4e84bd2052919bc48df1ec4b913ecf":[1,0,1,93,2],
-"classop_1_1_worker.html#a6ebe180098e00ac062a1bb31d462df60":[1,0,1,93,1],
-"classop_1_1_worker.html#a9acadd6df7af03b31b9e354ae815f781":[1,0,1,93,7],
-"classop_1_1_worker.html#aa5be4df9d4d8302728c653870e7d2a23":[1,0,1,93,3],
-"classop_1_1_worker.html#ad689b232d68f3b3e0b41f9e219b01134":[1,0,1,93,6],
-"classop_1_1_worker.html#ae45ac828f6e8f6055203c224e50f145b":[1,0,1,93,5],
-"classop_1_1_worker_consumer.html":[1,0,1,94],
-"classop_1_1_worker_consumer.html#a26cf5c40df363d94d603fce92a5b69eb":[1,0,1,94,2],
-"classop_1_1_worker_consumer.html#a7383747b3bdc6ac79e6f9afbf2c28d27":[1,0,1,94,1],
-"classop_1_1_worker_consumer.html#a9aaa75f194df6b3ed4994c8e95aa0ab5":[1,0,1,94,0],
-"classop_1_1_worker_producer.html":[1,0,1,95],
-"classop_1_1_worker_producer.html#a0259f0b387e2b868388ba0a6769f4691":[1,0,1,95,1],
-"classop_1_1_worker_producer.html#a364992ef862fe84a78416e2b556daae7":[1,0,1,95,2],
-"classop_1_1_worker_producer.html#a8f2592f70d723de4b818c97b25c5a476":[1,0,1,95,0],
-"classop_1_1_wrapper.html":[1,0,1,102],
-"classop_1_1_wrapper.html#a081797a2abda2f91d80876ca6fbb4dbc":[1,0,1,102,14],
-"classop_1_1_wrapper.html#a1eb0c88ab1eab9bc50e224d208cfb310":[1,0,1,102,18],
-"classop_1_1_wrapper.html#a338b70f93bfb0ad11b7df6b8db407749":[1,0,1,102,12],
-"classop_1_1_wrapper.html#a3e9f8993c9a27a012671d671998aa15d":[1,0,1,102,10],
-"classop_1_1_wrapper.html#a51ab9e8a63f8fb822550365fc0417d01":[1,0,1,102,8],
-"classop_1_1_wrapper.html#a5a3885bb1b984cad4745fa6e9e0715ad":[1,0,1,102,2],
-"classop_1_1_wrapper.html#a6f2cf45c8b571b99ee92114ba8462589":[1,0,1,102,11],
-"classop_1_1_wrapper.html#a74f1287f8e4f998504e2ce571ef36f58":[1,0,1,102,9],
-"classop_1_1_wrapper.html#a8919b80a6f82330da63da9ffd9ca89be":[1,0,1,102,1],
-"classop_1_1_wrapper.html#a8ae0f91a6882f04464d8897a7c81d174":[1,0,1,102,7],
-"classop_1_1_wrapper.html#a90a58d4866cef24edced2979205c87cc":[1,0,1,102,5],
-"classop_1_1_wrapper.html#aafe5cbb9729cee18531bcbc5e1b2a66e":[1,0,1,102,15],
-"classop_1_1_wrapper.html#ab23c57fa6b88a0c0bd2348e69a3ad5d3":[1,0,1,102,17],
-"classop_1_1_wrapper.html#ab71f75a631e341dde1c07abcd3a4773f":[1,0,1,102,13],
-"classop_1_1_wrapper.html#ac1deb4a8fc1d942dc1f9b3eb16f74b8b":[1,0,1,102,3],
-"classop_1_1_wrapper.html#acb7c1cff00cd254216b92a0698bf2b6f":[1,0,1,102,19],
-"classop_1_1_wrapper.html#ad0d02645583cd58d11923df3aa064dc7":[1,0,1,102,6],
-"classop_1_1_wrapper.html#adec2ef07f9796142254cd6dd9a2bf318":[1,0,1,102,0],
-"classop_1_1_wrapper.html#aea063b69ea6d68bd7f5292d945667fb7":[1,0,1,102,4],
-"classop_1_1_wrapper.html#af3316c0f86d9d7ca6e246a50d4558e75":[1,0,1,102,16],
+"classop_1_1_w_face_renderer.html#aa52166ea2d5e0f201c94d5c4fe74216e":[1,0,2,31,2],
+"classop_1_1_w_face_saver.html":[1,0,2,41],
+"classop_1_1_w_face_saver.html#a026bfad8cd9e0d1289a1db473cef34a0":[1,0,2,41,2],
+"classop_1_1_w_face_saver.html#a5dc60ede4b88594d59ece4ce3e4683d6":[1,0,2,41,0],
+"classop_1_1_w_face_saver.html#ae8401789881462eb8438c65e9d2d3fb2":[1,0,2,41,1],
+"classop_1_1_w_gui.html":[1,0,2,51],
+"classop_1_1_w_gui.html#a4e4db210b87f78cc1238dd3ab2bedaa4":[1,0,2,51,1],
+"classop_1_1_w_gui.html#a4e7d3f5b3ddaf02109738b4348250611":[1,0,2,51,0],
+"classop_1_1_w_gui.html#a664e1f76211510e38b8d5f5bed37ffcb":[1,0,2,51,2],
+"classop_1_1_w_gui_info_adder.html":[1,0,2,52],
+"classop_1_1_w_gui_info_adder.html#a0b2c539b72ef09106ab0306dc88c5ac5":[1,0,2,52,0],
+"classop_1_1_w_gui_info_adder.html#ae620275d6570fd5c74f33728cd340217":[1,0,2,52,1],
+"classop_1_1_w_gui_info_adder.html#ae90a68c6ef7b4f45595a020efd232612":[1,0,2,52,2],
+"classop_1_1_w_hand_detector.html":[1,0,2,60],
+"classop_1_1_w_hand_detector.html#a5c29c944205ee0727f76c282ef55ae52":[1,0,2,60,1],
+"classop_1_1_w_hand_detector.html#aa82ef40fad1d343b5856b41ec4dbcd5c":[1,0,2,60,2],
+"classop_1_1_w_hand_detector.html#ac44b474c7d8bd4876e32ceb9c9a322fe":[1,0,2,60,0],
+"classop_1_1_w_hand_detector_from_txt.html":[1,0,2,61],
+"classop_1_1_w_hand_detector_from_txt.html#a01a5f73b0a8a1b8998937e7ba3d747a3":[1,0,2,61,0],
+"classop_1_1_w_hand_detector_from_txt.html#a51ebff94734350463fcf507a84eeefdc":[1,0,2,61,2],
+"classop_1_1_w_hand_detector_from_txt.html#acd7d37555c09a58dc660811724930276":[1,0,2,61,1],
+"classop_1_1_w_hand_detector_tracking.html":[1,0,2,62],
+"classop_1_1_w_hand_detector_tracking.html#a20ef6206194a873c2cfa7fe13d905d92":[1,0,2,62,1],
+"classop_1_1_w_hand_detector_tracking.html#a7c849c5a423ffc150c6a4aee9055d34e":[1,0,2,62,2],
+"classop_1_1_w_hand_detector_tracking.html#ad2a5ac720f4ed651f4cf5e42d21c05dd":[1,0,2,62,0],
+"classop_1_1_w_hand_detector_update.html":[1,0,2,63],
+"classop_1_1_w_hand_detector_update.html#a729aaa628e4f4c24e7cb9afca1cdc761":[1,0,2,63,1],
+"classop_1_1_w_hand_detector_update.html#abd8b56fbfbd2a619a4f37d148592f61b":[1,0,2,63,0],
+"classop_1_1_w_hand_detector_update.html#af9287dc0a3c67abd35974c1c74614f3c":[1,0,2,63,2],
+"classop_1_1_w_hand_extractor.html":[1,0,2,64],
+"classop_1_1_w_hand_extractor.html#a4cadfafe08e816e69a91fe7c51dad0b0":[1,0,2,64,2],
+"classop_1_1_w_hand_extractor.html#a6fbef214cc89b07ba163ad874c8442af":[1,0,2,64,1],
+"classop_1_1_w_hand_extractor.html#a9096e2d826133036c223286c6bc97453":[1,0,2,64,0],
+"classop_1_1_w_hand_renderer.html":[1,0,2,65],
+"classop_1_1_w_hand_renderer.html#a2ee88145b38fea1a6a2bb7987a33bd40":[1,0,2,65,1],
+"classop_1_1_w_hand_renderer.html#a30121b55c601aed3644996d010b6bf8c":[1,0,2,65,0],
+"classop_1_1_w_hand_renderer.html#ad178e8d413b3b15edc53625e1f5119d7":[1,0,2,65,2],
+"classop_1_1_w_hand_saver.html":[1,0,2,42],
+"classop_1_1_w_hand_saver.html#aa234a68d1cc7ec97fefbf30239149baa":[1,0,2,42,1],
+"classop_1_1_w_hand_saver.html#ab41ecc429abfe0a1424facd6ee4acd1f":[1,0,2,42,0],
+"classop_1_1_w_hand_saver.html#afc3976b394070927b9396163137317e5":[1,0,2,42,2],
+"classop_1_1_w_heat_map_saver.html":[1,0,2,43],
+"classop_1_1_w_heat_map_saver.html#a20e82b121a580c578f69cbb0401c4cb0":[1,0,2,43,1],
+"classop_1_1_w_heat_map_saver.html#a5b72d5f3bcbdacb26ba440b80eef0109":[1,0,2,43,0],
+"classop_1_1_w_heat_map_saver.html#a5fd729a47f0cdbe94001219f971f8f51":[1,0,2,43,2],
+"classop_1_1_w_id_generator.html":[1,0,2,92],
+"classop_1_1_w_id_generator.html#a03bd005cf88749702fb8a29c20d4cb91":[1,0,2,92,2],
+"classop_1_1_w_id_generator.html#a50a1b7929810daae87ee6443c659edad":[1,0,2,92,1],
+"classop_1_1_w_id_generator.html#a6112733ee0b537d4d91191f93f0a84f8":[1,0,2,92,0],
+"classop_1_1_w_image_saver.html":[1,0,2,44],
+"classop_1_1_w_image_saver.html#a11add012ee88b64a4f36d3f63cb65ee0":[1,0,2,44,0],
+"classop_1_1_w_image_saver.html#a198bbfcf625354ddda419e0121d0cb33":[1,0,2,44,2],
+"classop_1_1_w_image_saver.html#a78655ea3d4dac28bdf7e2e4a80b5a337":[1,0,2,44,1],
+"classop_1_1_w_keypoint_json_saver.html":[1,0,2,45],
+"classop_1_1_w_keypoint_json_saver.html#aa90e672fd245fd105ed45cfe6b7ecd66":[1,0,2,45,2],
+"classop_1_1_w_keypoint_json_saver.html#ad6b170f027c3b145c51adee3019a9cbd":[1,0,2,45,1],
+"classop_1_1_w_keypoint_json_saver.html#aff660868a7508e61fb92e3fbca3bf4c7":[1,0,2,45,0],
+"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],
+"classop_1_1_w_keypoint_scaler.html#aba4fb004818f3adc22959e382a90cd2c":[1,0,2,18,1],
+"classop_1_1_w_op_output_to_cv_mat.html":[1,0,2,19],
+"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_pose_extractor.html":[1,0,2,72],
+"classop_1_1_w_pose_extractor.html#a9b621ed9915da9bf3cce49db547de9e6":[1,0,2,72,1],
+"classop_1_1_w_pose_extractor.html#ae0f02aaefccab05bbbd919dd7a9e0f61":[1,0,2,72,2],
+"classop_1_1_w_pose_extractor.html#ae85b1ec41bf47dcf1aed7bdae1d91915":[1,0,2,72,0],
+"classop_1_1_w_pose_renderer.html":[1,0,2,73],
+"classop_1_1_w_pose_renderer.html#a10b1631d78d8270ed2a16e538b30eb76":[1,0,2,73,2],
+"classop_1_1_w_pose_renderer.html#aba989a73cef9a807879ad2196725c61c":[1,0,2,73,1],
+"classop_1_1_w_pose_renderer.html#ae74189143175b89ccd36662cec4de72e":[1,0,2,73,0],
+"classop_1_1_w_pose_saver.html":[1,0,2,46],
+"classop_1_1_w_pose_saver.html#a039027281498168b57df8dfeefd82cd8":[1,0,2,46,2],
+"classop_1_1_w_pose_saver.html#a4f0774832e12389593361186f1b83128":[1,0,2,46,1],
+"classop_1_1_w_pose_saver.html#aa9dd0f4649c9e8efef10201caf9e4cfd":[1,0,2,46,0],
+"classop_1_1_w_queue_orderer.html":[1,0,2,96],
+"classop_1_1_w_queue_orderer.html#a01bc7495ec992cc9c54a040534cb3634":[1,0,2,96,2],
+"classop_1_1_w_queue_orderer.html#a1ea314eeaa8d99fbf33885d9a4c6d044":[1,0,2,96,3],
+"classop_1_1_w_queue_orderer.html#a3303add5fa8cc36593d3d859ffdd8ae0":[1,0,2,96,0],
+"classop_1_1_w_queue_orderer.html#a85598f83f6f3a30b7ddce9bc7beddf33":[1,0,2,96,1],
+"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,47],
+"classop_1_1_w_video_saver.html#a04dc4e6f039d047a0da6f94283c145d9":[1,0,2,47,0],
+"classop_1_1_w_video_saver.html#a40bcb8ccf137c6cbee3ca31e6cc3bfbf":[1,0,2,47,2],
+"classop_1_1_w_video_saver.html#ada90f76b28e4bafe9c8ecbb9bcbb2d14":[1,0,2,47,1],
+"classop_1_1_webcam_reader.html":[1,0,2,81],
+"classop_1_1_webcam_reader.html#a31fa72f65d40416e812ad72d43b43649":[1,0,2,81,3],
+"classop_1_1_webcam_reader.html#a38ccbdf61f21fba0694362077cb6bdb1":[1,0,2,81,2],
+"classop_1_1_webcam_reader.html#a71212bd9e00be96b09650e86d465b42c":[1,0,2,81,1],
+"classop_1_1_webcam_reader.html#ae66b26829cc2d6e3f02109d4431a7bc2":[1,0,2,81,4],
+"classop_1_1_webcam_reader.html#afbfa9ebf32ab1c95f0378b49fce0df35":[1,0,2,81,0],
+"classop_1_1_worker.html":[1,0,2,93],
+"classop_1_1_worker.html#a3f7c86ab1c4ce15c0f0ef12a1d4647e0":[1,0,2,93,4],
+"classop_1_1_worker.html#a5008fc4ef4e41366ba0022f5cd79edba":[1,0,2,93,0],
+"classop_1_1_worker.html#a6e4e84bd2052919bc48df1ec4b913ecf":[1,0,2,93,2],
+"classop_1_1_worker.html#a6ebe180098e00ac062a1bb31d462df60":[1,0,2,93,1],
+"classop_1_1_worker.html#a9acadd6df7af03b31b9e354ae815f781":[1,0,2,93,7],
+"classop_1_1_worker.html#aa5be4df9d4d8302728c653870e7d2a23":[1,0,2,93,3],
+"classop_1_1_worker.html#ad689b232d68f3b3e0b41f9e219b01134":[1,0,2,93,6],
+"classop_1_1_worker.html#ae45ac828f6e8f6055203c224e50f145b":[1,0,2,93,5],
+"classop_1_1_worker_consumer.html":[1,0,2,94],
+"classop_1_1_worker_consumer.html#a26cf5c40df363d94d603fce92a5b69eb":[1,0,2,94,2],
+"classop_1_1_worker_consumer.html#a7383747b3bdc6ac79e6f9afbf2c28d27":[1,0,2,94,1],
+"classop_1_1_worker_consumer.html#a9aaa75f194df6b3ed4994c8e95aa0ab5":[1,0,2,94,0],
+"classop_1_1_worker_producer.html":[1,0,2,95],
+"classop_1_1_worker_producer.html#a0259f0b387e2b868388ba0a6769f4691":[1,0,2,95,1],
+"classop_1_1_worker_producer.html#a364992ef862fe84a78416e2b556daae7":[1,0,2,95,2],
+"classop_1_1_worker_producer.html#a8f2592f70d723de4b818c97b25c5a476":[1,0,2,95,0],
+"classop_1_1_wrapper.html":[1,0,2,102],
+"classop_1_1_wrapper.html#a081797a2abda2f91d80876ca6fbb4dbc":[1,0,2,102,14],
+"classop_1_1_wrapper.html#a1eb0c88ab1eab9bc50e224d208cfb310":[1,0,2,102,18],
+"classop_1_1_wrapper.html#a338b70f93bfb0ad11b7df6b8db407749":[1,0,2,102,12],
+"classop_1_1_wrapper.html#a3e9f8993c9a27a012671d671998aa15d":[1,0,2,102,10],
+"classop_1_1_wrapper.html#a51ab9e8a63f8fb822550365fc0417d01":[1,0,2,102,8],
+"classop_1_1_wrapper.html#a5a3885bb1b984cad4745fa6e9e0715ad":[1,0,2,102,2],
+"classop_1_1_wrapper.html#a6f2cf45c8b571b99ee92114ba8462589":[1,0,2,102,11],
+"classop_1_1_wrapper.html#a74f1287f8e4f998504e2ce571ef36f58":[1,0,2,102,9],
+"classop_1_1_wrapper.html#a8919b80a6f82330da63da9ffd9ca89be":[1,0,2,102,1],
+"classop_1_1_wrapper.html#a8ae0f91a6882f04464d8897a7c81d174":[1,0,2,102,7],
+"classop_1_1_wrapper.html#a90a58d4866cef24edced2979205c87cc":[1,0,2,102,5],
+"classop_1_1_wrapper.html#aafe5cbb9729cee18531bcbc5e1b2a66e":[1,0,2,102,15],
+"classop_1_1_wrapper.html#ab23c57fa6b88a0c0bd2348e69a3ad5d3":[1,0,2,102,17],
+"classop_1_1_wrapper.html#ab71f75a631e341dde1c07abcd3a4773f":[1,0,2,102,13],
+"classop_1_1_wrapper.html#ac1deb4a8fc1d942dc1f9b3eb16f74b8b":[1,0,2,102,3],
+"classop_1_1_wrapper.html#acb7c1cff00cd254216b92a0698bf2b6f":[1,0,2,102,19],
+"classop_1_1_wrapper.html#ad0d02645583cd58d11923df3aa064dc7":[1,0,2,102,6],
+"classop_1_1_wrapper.html#adec2ef07f9796142254cd6dd9a2bf318":[1,0,2,102,0],
+"classop_1_1_wrapper.html#aea063b69ea6d68bd7f5292d945667fb7":[1,0,2,102,4],
+"classop_1_1_wrapper.html#af3316c0f86d9d7ca6e246a50d4558e75":[1,0,2,102,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],
@@ -248,6 +249,5 @@ var NAVTREEINDEX2 =
"file_stream_8hpp.html#a46e815df32db67d78a94367b7f97df25":[2,0,0,0,3,3,9],
"file_stream_8hpp.html#a4ad86d3eb323343248342de0368d65b1":[2,0,0,0,3,3,0],
"file_stream_8hpp.html#a5aed82f96e76f818d663e4f36d538070":[2,0,0,0,3,3,7],
-"file_stream_8hpp.html#a7dbf8ae7dec5eb913da4bd2e27e49f7d":[2,0,0,0,3,3,4],
-"file_stream_8hpp.html#a80f8d102523be3fd8a884d14e38cbce9":[2,0,0,0,3,3,6]
+"file_stream_8hpp.html#a7dbf8ae7dec5eb913da4bd2e27e49f7d":[2,0,0,0,3,3,4]
};
diff --git a/html/navtreeindex3.js b/html/navtreeindex3.js
index 490e9687..a9e18ada 100644
--- a/html/navtreeindex3.js
+++ b/html/navtreeindex3.js
@@ -1,5 +1,6 @@
var NAVTREEINDEX3 =
{
+"file_stream_8hpp.html#a80f8d102523be3fd8a884d14e38cbce9":[2,0,0,0,3,3,6],
"file_stream_8hpp.html#a9aa59e0cf663360a10f372d7680ad39c":[2,0,0,0,3,3,5],
"file_stream_8hpp.html#ad8705cea162a5874afc33fdec9a37d9f":[2,0,0,0,3,3,3],
"file_stream_8hpp.html#adbf40f4d71086d4e072e8dba79e8a41a":[2,0,0,0,3,3,8],
@@ -168,19 +169,19 @@ var NAVTREEINDEX3 =
"keypoint_scaler_8hpp.html":[2,0,0,0,0,8],
"keypoint_scaler_8hpp_source.html":[2,0,0,0,0,8],
"macros_8hpp.html":[2,0,0,0,0,9],
-"macros_8hpp.html#a07cabbfba0fbaa740292d7ffca1e33ed":[2,0,0,0,0,9,8],
-"macros_8hpp.html#a1eadbb31e92e7fbc799bf7cf4d2a6f50":[2,0,0,0,0,9,6],
-"macros_8hpp.html#a4ba443bb7a0e5dbe8054a9ac37a5e000":[2,0,0,0,0,9,12],
-"macros_8hpp.html#a60e010d8a2352d94b8b57d97cf4a7d73":[2,0,0,0,0,9,2],
-"macros_8hpp.html#a6bf32c65e0f388d5b09d8b2424416c0e":[2,0,0,0,0,9,1],
-"macros_8hpp.html#a80404791b46a15fd601feaa11f1e5028":[2,0,0,0,0,9,5],
-"macros_8hpp.html#abef96b5dd35dd9d44ad27ddf0e2f5f2e":[2,0,0,0,0,9,11],
-"macros_8hpp.html#ac5627744abe5fd0c8eacfe9c7f8bd32e":[2,0,0,0,0,9,3],
-"macros_8hpp.html#ad11d52b69bc54e48ceb2f5787f700431":[2,0,0,0,0,9,10],
-"macros_8hpp.html#ad96b23e17e179ed25d779d31b8ee2c07":[2,0,0,0,0,9,9],
-"macros_8hpp.html#af57a843cfdae82e064838c20b3b54851":[2,0,0,0,0,9,13],
-"macros_8hpp.html#af87cd873cebb915837ae27248f67e822":[2,0,0,0,0,9,4],
-"macros_8hpp.html#af9fed593b7a4237bc6ede717a1ae70f0":[2,0,0,0,0,9,7],
+"macros_8hpp.html#a07cabbfba0fbaa740292d7ffca1e33ed":[2,0,0,0,0,9,9],
+"macros_8hpp.html#a1eadbb31e92e7fbc799bf7cf4d2a6f50":[2,0,0,0,0,9,7],
+"macros_8hpp.html#a4ba443bb7a0e5dbe8054a9ac37a5e000":[2,0,0,0,0,9,13],
+"macros_8hpp.html#a60e010d8a2352d94b8b57d97cf4a7d73":[2,0,0,0,0,9,3],
+"macros_8hpp.html#a6bf32c65e0f388d5b09d8b2424416c0e":[2,0,0,0,0,9,2],
+"macros_8hpp.html#a80404791b46a15fd601feaa11f1e5028":[2,0,0,0,0,9,6],
+"macros_8hpp.html#abef96b5dd35dd9d44ad27ddf0e2f5f2e":[2,0,0,0,0,9,12],
+"macros_8hpp.html#ac5627744abe5fd0c8eacfe9c7f8bd32e":[2,0,0,0,0,9,4],
+"macros_8hpp.html#ad11d52b69bc54e48ceb2f5787f700431":[2,0,0,0,0,9,11],
+"macros_8hpp.html#ad96b23e17e179ed25d779d31b8ee2c07":[2,0,0,0,0,9,10],
+"macros_8hpp.html#af57a843cfdae82e064838c20b3b54851":[2,0,0,0,0,9,14],
+"macros_8hpp.html#af87cd873cebb915837ae27248f67e822":[2,0,0,0,0,9,5],
+"macros_8hpp.html#af9fed593b7a4237bc6ede717a1ae70f0":[2,0,0,0,0,9,8],
"macros_8hpp_source.html":[2,0,0,0,0,9],
"maximum_base_8hpp.html":[2,0,0,0,0,10],
"maximum_base_8hpp.html#a4852b0b78742b27c332f4b9e95d0106c":[2,0,0,0,0,10,1],
@@ -188,8 +189,10 @@ 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],
-"namespacecaffe.html":[1,0,0],
-"namespacecaffe.html":[0,0,0],
+"namespaceboost.html":[0,0,0],
+"namespaceboost.html":[1,0,0],
+"namespacecaffe.html":[0,0,1],
+"namespacecaffe.html":[1,0,1],
"namespacemembers.html":[0,1,0,0],
"namespacemembers.html":[0,1,0],
"namespacemembers_b.html":[0,1,0,1],
@@ -219,8 +222,8 @@ var NAVTREEINDEX3 =
"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,1],
-"namespaceop.html":[0,0,1],
+"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],
@@ -246,8 +249,5 @@ var NAVTREEINDEX3 =
"point_8hpp.html":[2,0,0,0,0,17],
"point_8hpp_source.html":[2,0,0,0,0,17],
"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],
-"pose_2enum_classes_8hpp.html":[2,0,0,0,6,2],
-"pose_2enum_classes_8hpp.html#a37c58b781e5bcd9fee67a7768afc5d0e":[2,0,0,0,6,2,1]
+"pointer_container_8hpp.html#a02164ca0af9e838190f584f5d1d8465e":[2,0,0,0,9,10,2]
};
diff --git a/html/navtreeindex4.js b/html/navtreeindex4.js
index c4c6d8f7..932e2ee8 100644
--- a/html/navtreeindex4.js
+++ b/html/navtreeindex4.js
@@ -1,5 +1,8 @@
var NAVTREEINDEX4 =
{
+"pointer_container_8hpp_source.html":[2,0,0,0,9,10],
+"pose_2enum_classes_8hpp.html":[2,0,0,0,6,2],
+"pose_2enum_classes_8hpp.html#a37c58b781e5bcd9fee67a7768afc5d0e":[2,0,0,0,6,2,1],
"pose_2enum_classes_8hpp.html#a37c58b781e5bcd9fee67a7768afc5d0ea04576b26f5dc3637bf3c8168fba1641d":[2,0,0,0,6,2,1,4],
"pose_2enum_classes_8hpp.html#a37c58b781e5bcd9fee67a7768afc5d0ea240f10f3a39507d858c743971fd4298f":[2,0,0,0,6,2,1,2],
"pose_2enum_classes_8hpp.html#a37c58b781e5bcd9fee67a7768afc5d0ea6f6cb72d544962fa333e2e34ce64f719":[2,0,0,0,6,2,1,5],
@@ -154,100 +157,97 @@ var NAVTREEINDEX4 =
"string_8hpp.html#ab670c693d8e4a540cfe75ce8383b6d10":[2,0,0,0,9,12,0],
"string_8hpp.html#ae80a103d8a4308bc435342b3d31404c8":[2,0,0,0,9,12,1],
"string_8hpp_source.html":[2,0,0,0,9,12],
-"structop_1_1_datum.html":[1,0,1,3],
-"structop_1_1_datum.html#a0b105b52ce12f2689c7aa26708117254":[1,0,1,3,23],
-"structop_1_1_datum.html#a0b2c8ccac37be088524cc7c24a502c7b":[1,0,1,3,13],
-"structop_1_1_datum.html#a0b2f6955a1751fc79b107789272effad":[1,0,1,3,18],
-"structop_1_1_datum.html#a0d1f1c3d3494386e2d652268f6e17b5a":[1,0,1,3,14],
-"structop_1_1_datum.html#a0e416771f275be98c83aaff01e482a71":[1,0,1,3,30],
-"structop_1_1_datum.html#a16b968aec06e9b904751216402972e74":[1,0,1,3,3],
-"structop_1_1_datum.html#a24f3bfcb0ffffeb5742eb1530bc9e367":[1,0,1,3,9],
-"structop_1_1_datum.html#a2d4940d8cb12d95b8588cd0280f6524c":[1,0,1,3,2],
-"structop_1_1_datum.html#a32ad4b55b76a6eadf5cbd07f644f656c":[1,0,1,3,7],
-"structop_1_1_datum.html#a32d164c01acf6b4f7eb1323d74edbdca":[1,0,1,3,25],
-"structop_1_1_datum.html#a35212700ef2a2ac290a6666e2993a192":[1,0,1,3,15],
-"structop_1_1_datum.html#a42b953c082f479eddc527da9a3a4cc75":[1,0,1,3,27],
-"structop_1_1_datum.html#a42f9aef848c6335c5a81cad374319f0b":[1,0,1,3,1],
-"structop_1_1_datum.html#a44af7162e180c6856ce909057f43d8e1":[1,0,1,3,32],
-"structop_1_1_datum.html#a52d75e3273490624414f0602785bb608":[1,0,1,3,21],
-"structop_1_1_datum.html#a5429e97e0ab9b0e2209a3947af668381":[1,0,1,3,28],
-"structop_1_1_datum.html#a59d455dbddc50d700809c5e102c40d4e":[1,0,1,3,20],
-"structop_1_1_datum.html#a65deddd49d0fbca81f367198fc600015":[1,0,1,3,22],
-"structop_1_1_datum.html#a6cf96c250c236a03f13da69e1d4336d9":[1,0,1,3,31],
-"structop_1_1_datum.html#a6d629b1f6f7b958fe4cf2ef4cdf57c5b":[1,0,1,3,29],
-"structop_1_1_datum.html#a72c75834671aebe44705738fb5efc3c5":[1,0,1,3,0],
-"structop_1_1_datum.html#a72ee10bf507aea368cfd3dba3dd38cb5":[1,0,1,3,8],
-"structop_1_1_datum.html#a731a7179ac03f831019441981455282e":[1,0,1,3,10],
-"structop_1_1_datum.html#a847f62b3060c5d0d106e60c29df87a0b":[1,0,1,3,4],
-"structop_1_1_datum.html#aab9997004b6b761267f8ce312b8048e9":[1,0,1,3,5],
-"structop_1_1_datum.html#aae900e3c8101ab5acce9fc5e4d50830a":[1,0,1,3,6],
-"structop_1_1_datum.html#ac734d4262a5a7892c6d4094cdd2bcc7c":[1,0,1,3,26],
-"structop_1_1_datum.html#acdf94a3ee6504d8b70afffa997d52d4b":[1,0,1,3,11],
-"structop_1_1_datum.html#ae0c0f33a6b75c7f47e11112dd33f23c1":[1,0,1,3,16],
-"structop_1_1_datum.html#ae6adcdacea12a9cfa445cf0cac1985b0":[1,0,1,3,24],
-"structop_1_1_datum.html#aebd19bf50725a5cd87de1efd96f6ebfe":[1,0,1,3,17],
-"structop_1_1_datum.html#aef6c478313691ab5101664c1df55aa58":[1,0,1,3,19],
-"structop_1_1_datum.html#afcdbf1d87e08761d952d19ef6a8ace10":[1,0,1,3,12],
-"structop_1_1_point.html":[1,0,1,11],
-"structop_1_1_point.html#a0374ab7bcd19af664a6c01328346d238":[1,0,1,11,24],
-"structop_1_1_point.html#a44559988e3980e21568b5d9dd2897368":[1,0,1,11,1],
-"structop_1_1_point.html#a480b8feec1a2c0652ea0ab6dd7717e6d":[1,0,1,11,23],
-"structop_1_1_point.html#a5821bc77a416629916e671793df3ce3b":[1,0,1,11,26],
-"structop_1_1_point.html#a5d825f6fdc9a72abe5f3f52c852bdf13":[1,0,1,11,4],
-"structop_1_1_point.html#a60488ca743d82fe8dd574b01f992460c":[1,0,1,11,10],
-"structop_1_1_point.html#a767e96d42e4653ac09ada5c5cdceb776":[1,0,1,11,21],
-"structop_1_1_point.html#a7688d4f0cadcf1970380519df4cfffd7":[1,0,1,11,7],
-"structop_1_1_point.html#a812d4ef29d102f4ad18f32ae54eb17ec":[1,0,1,11,25],
-"structop_1_1_point.html#a81a09bde4e8e27ec6e8b4808f0f60f57":[1,0,1,11,17],
-"structop_1_1_point.html#a9759f95e852025014cb071aefb242cef":[1,0,1,11,5],
-"structop_1_1_point.html#a9f80114d18ec8055360222d975bcd5a8":[1,0,1,11,0],
-"structop_1_1_point.html#aa389e5c56126074997b4a6fb1a471b45":[1,0,1,11,12],
-"structop_1_1_point.html#aa50152ec0736b622c159eb0ec8f7ad2b":[1,0,1,11,8],
-"structop_1_1_point.html#aa902ce5b63f3cb8b8b0b04e2f40288fe":[1,0,1,11,15],
-"structop_1_1_point.html#aabc0dee51a101fefbf1fdcd56f54b48c":[1,0,1,11,11],
-"structop_1_1_point.html#aada0e9eecee2fb30fb903b32f9f33047":[1,0,1,11,19],
-"structop_1_1_point.html#ab3b92e4a40cd58d948647484f21dd9ef":[1,0,1,11,2],
-"structop_1_1_point.html#aba8ffdc78fdec7d45222f640eb130874":[1,0,1,11,3],
-"structop_1_1_point.html#abf2bb2d2d5b3dba3424b489b99faa760":[1,0,1,11,14],
-"structop_1_1_point.html#ac8596f2b3b50464b6c6eaa34b0a2c48b":[1,0,1,11,20],
-"structop_1_1_point.html#ac97b928be312686c6438f0260ff4e004":[1,0,1,11,18],
-"structop_1_1_point.html#ad1bbf8b8bb32aedc9e6dbab99c82e1e9":[1,0,1,11,22],
-"structop_1_1_point.html#ad42deecd0077f7c962ca383cbc87e08f":[1,0,1,11,13],
-"structop_1_1_point.html#ad5005ff994bfcd1846854d6af103a3a6":[1,0,1,11,9],
-"structop_1_1_point.html#af8e49e33dad417d05ce8fb5f9dd68762":[1,0,1,11,16],
-"structop_1_1_point.html#afb53230d0d884ca5432e948605b5c2e6":[1,0,1,11,6],
-"structop_1_1_rectangle.html":[1,0,1,12],
-"structop_1_1_rectangle.html#a0112ddaa9782f3ccbb76a319b05f030b":[1,0,1,12,0],
-"structop_1_1_rectangle.html#a0bfef7eb53dc556ad80383742cdd0f99":[1,0,1,12,8],
-"structop_1_1_rectangle.html#a0d0ae826039b0961fae8723708809cdf":[1,0,1,12,16],
-"structop_1_1_rectangle.html#a1c9a572db2c17fb02a7d19e965c1d3dc":[1,0,1,12,12],
-"structop_1_1_rectangle.html#a2d3d7951770da3954d5af9e365f5780c":[1,0,1,12,7],
-"structop_1_1_rectangle.html#a3e2d164e2da15c298e4d5bc7b70c0a30":[1,0,1,12,4],
-"structop_1_1_rectangle.html#a5a9a60fdfd9c88ab8ded6275d64333ea":[1,0,1,12,2],
-"structop_1_1_rectangle.html#a5db1a105c3b95578a7532ce85e9f562c":[1,0,1,12,5],
-"structop_1_1_rectangle.html#a5db9f0e8c946d837a1d351cc0bc72811":[1,0,1,12,15],
-"structop_1_1_rectangle.html#a64e6891af0088a4ad271a725601b8043":[1,0,1,12,18],
-"structop_1_1_rectangle.html#a65620c7efbb3db95d85c90c2be3a851d":[1,0,1,12,9],
-"structop_1_1_rectangle.html#a85cabb0d2f3af02e32be35bb9841c1f3":[1,0,1,12,3],
-"structop_1_1_rectangle.html#abd3476f9a32ad2058ea67c75c2a547a2":[1,0,1,12,10],
-"structop_1_1_rectangle.html#abea1a6760629dc4ed99875dae9d5ac36":[1,0,1,12,11],
-"structop_1_1_rectangle.html#ac4ae58fe6ffd2f811f5cbc48661c1856":[1,0,1,12,17],
-"structop_1_1_rectangle.html#addb67763ca3a0ca9fd4f7184ad9d11ae":[1,0,1,12,13],
-"structop_1_1_rectangle.html#aed0ca00eb295de406ec8ec6dd03c1da5":[1,0,1,12,14],
-"structop_1_1_rectangle.html#aed48a0008434867b879a678c1da015b3":[1,0,1,12,6],
-"structop_1_1_rectangle.html#afbb0da8956e35178d3f28d2b1d998175":[1,0,1,12,1],
-"structop_1_1_wrapper_struct_face.html":[1,0,1,103],
-"structop_1_1_wrapper_struct_face.html#a48844c4c23c71372258518015d0b81b1":[1,0,1,103,0],
-"structop_1_1_wrapper_struct_face.html#a49f609ae1c075f272bbaf32e128cc3a9":[1,0,1,103,1],
-"structop_1_1_wrapper_struct_face.html#a65a0244cbcea06621c6f8c41e519990f":[1,0,1,103,2],
-"structop_1_1_wrapper_struct_face.html#a8fadeca500dde0df2a35f864bf05ee05":[1,0,1,103,3],
-"structop_1_1_wrapper_struct_face.html#a982e3f1a13358a522e1882d17cb80d57":[1,0,1,103,6],
-"structop_1_1_wrapper_struct_face.html#a9845712fd6ebb66fccb0c1647e3491a0":[1,0,1,103,4],
-"structop_1_1_wrapper_struct_face.html#accc6e564598130b9bf0a6d0ec9c304c4":[1,0,1,103,5],
-"structop_1_1_wrapper_struct_hand.html":[1,0,1,104],
-"structop_1_1_wrapper_struct_hand.html#a3283127d10840219bf2aacedeef0b72b":[1,0,1,104,0],
-"structop_1_1_wrapper_struct_hand.html#a667ad7eed9f4f96b460f331d25f3d87f":[1,0,1,104,3],
-"structop_1_1_wrapper_struct_hand.html#a6a54d5b5766d23412c87bd10c26cb291":[1,0,1,104,4],
-"structop_1_1_wrapper_struct_hand.html#a716f9c98cbee1a4a70d5978875795c4d":[1,0,1,104,1],
-"structop_1_1_wrapper_struct_hand.html#a8074cf22f8926d7f4d1d60cacae99c3e":[1,0,1,104,2]
+"structop_1_1_datum.html":[1,0,2,3],
+"structop_1_1_datum.html#a0b105b52ce12f2689c7aa26708117254":[1,0,2,3,23],
+"structop_1_1_datum.html#a0b2c8ccac37be088524cc7c24a502c7b":[1,0,2,3,13],
+"structop_1_1_datum.html#a0b2f6955a1751fc79b107789272effad":[1,0,2,3,18],
+"structop_1_1_datum.html#a0d1f1c3d3494386e2d652268f6e17b5a":[1,0,2,3,14],
+"structop_1_1_datum.html#a0e416771f275be98c83aaff01e482a71":[1,0,2,3,30],
+"structop_1_1_datum.html#a16b968aec06e9b904751216402972e74":[1,0,2,3,3],
+"structop_1_1_datum.html#a24f3bfcb0ffffeb5742eb1530bc9e367":[1,0,2,3,9],
+"structop_1_1_datum.html#a2d4940d8cb12d95b8588cd0280f6524c":[1,0,2,3,2],
+"structop_1_1_datum.html#a32ad4b55b76a6eadf5cbd07f644f656c":[1,0,2,3,7],
+"structop_1_1_datum.html#a32d164c01acf6b4f7eb1323d74edbdca":[1,0,2,3,25],
+"structop_1_1_datum.html#a35212700ef2a2ac290a6666e2993a192":[1,0,2,3,15],
+"structop_1_1_datum.html#a42b953c082f479eddc527da9a3a4cc75":[1,0,2,3,27],
+"structop_1_1_datum.html#a42f9aef848c6335c5a81cad374319f0b":[1,0,2,3,1],
+"structop_1_1_datum.html#a44af7162e180c6856ce909057f43d8e1":[1,0,2,3,32],
+"structop_1_1_datum.html#a52d75e3273490624414f0602785bb608":[1,0,2,3,21],
+"structop_1_1_datum.html#a5429e97e0ab9b0e2209a3947af668381":[1,0,2,3,28],
+"structop_1_1_datum.html#a59d455dbddc50d700809c5e102c40d4e":[1,0,2,3,20],
+"structop_1_1_datum.html#a65deddd49d0fbca81f367198fc600015":[1,0,2,3,22],
+"structop_1_1_datum.html#a6cf96c250c236a03f13da69e1d4336d9":[1,0,2,3,31],
+"structop_1_1_datum.html#a6d629b1f6f7b958fe4cf2ef4cdf57c5b":[1,0,2,3,29],
+"structop_1_1_datum.html#a72c75834671aebe44705738fb5efc3c5":[1,0,2,3,0],
+"structop_1_1_datum.html#a72ee10bf507aea368cfd3dba3dd38cb5":[1,0,2,3,8],
+"structop_1_1_datum.html#a731a7179ac03f831019441981455282e":[1,0,2,3,10],
+"structop_1_1_datum.html#a847f62b3060c5d0d106e60c29df87a0b":[1,0,2,3,4],
+"structop_1_1_datum.html#aab9997004b6b761267f8ce312b8048e9":[1,0,2,3,5],
+"structop_1_1_datum.html#aae900e3c8101ab5acce9fc5e4d50830a":[1,0,2,3,6],
+"structop_1_1_datum.html#ac734d4262a5a7892c6d4094cdd2bcc7c":[1,0,2,3,26],
+"structop_1_1_datum.html#acdf94a3ee6504d8b70afffa997d52d4b":[1,0,2,3,11],
+"structop_1_1_datum.html#ae0c0f33a6b75c7f47e11112dd33f23c1":[1,0,2,3,16],
+"structop_1_1_datum.html#ae6adcdacea12a9cfa445cf0cac1985b0":[1,0,2,3,24],
+"structop_1_1_datum.html#aebd19bf50725a5cd87de1efd96f6ebfe":[1,0,2,3,17],
+"structop_1_1_datum.html#aef6c478313691ab5101664c1df55aa58":[1,0,2,3,19],
+"structop_1_1_datum.html#afcdbf1d87e08761d952d19ef6a8ace10":[1,0,2,3,12],
+"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],
+"structop_1_1_point.html#a480b8feec1a2c0652ea0ab6dd7717e6d":[1,0,2,11,23],
+"structop_1_1_point.html#a5821bc77a416629916e671793df3ce3b":[1,0,2,11,26],
+"structop_1_1_point.html#a5d825f6fdc9a72abe5f3f52c852bdf13":[1,0,2,11,4],
+"structop_1_1_point.html#a60488ca743d82fe8dd574b01f992460c":[1,0,2,11,10],
+"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_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,103],
+"structop_1_1_wrapper_struct_face.html#a48844c4c23c71372258518015d0b81b1":[1,0,2,103,0],
+"structop_1_1_wrapper_struct_face.html#a49f609ae1c075f272bbaf32e128cc3a9":[1,0,2,103,1],
+"structop_1_1_wrapper_struct_face.html#a65a0244cbcea06621c6f8c41e519990f":[1,0,2,103,2],
+"structop_1_1_wrapper_struct_face.html#a8fadeca500dde0df2a35f864bf05ee05":[1,0,2,103,3],
+"structop_1_1_wrapper_struct_face.html#a982e3f1a13358a522e1882d17cb80d57":[1,0,2,103,6],
+"structop_1_1_wrapper_struct_face.html#a9845712fd6ebb66fccb0c1647e3491a0":[1,0,2,103,4],
+"structop_1_1_wrapper_struct_face.html#accc6e564598130b9bf0a6d0ec9c304c4":[1,0,2,103,5],
+"structop_1_1_wrapper_struct_hand.html":[1,0,2,104],
+"structop_1_1_wrapper_struct_hand.html#a3283127d10840219bf2aacedeef0b72b":[1,0,2,104,0],
+"structop_1_1_wrapper_struct_hand.html#a667ad7eed9f4f96b460f331d25f3d87f":[1,0,2,104,3]
};
diff --git a/html/navtreeindex5.js b/html/navtreeindex5.js
index 5661583d..5633cebc 100644
--- a/html/navtreeindex5.js
+++ b/html/navtreeindex5.js
@@ -1,53 +1,56 @@
var NAVTREEINDEX5 =
{
-"structop_1_1_wrapper_struct_hand.html#a86ca862d3d24a5cf0b1122b64aac7a68":[1,0,1,104,9],
-"structop_1_1_wrapper_struct_hand.html#a90ddd24ee55b6aabd9a1728ccd91525e":[1,0,1,104,5],
-"structop_1_1_wrapper_struct_hand.html#a9655c0dfa83eefde174d09e622482089":[1,0,1,104,6],
-"structop_1_1_wrapper_struct_hand.html#adaea15e182e5c75129293873cd94e35f":[1,0,1,104,7],
-"structop_1_1_wrapper_struct_hand.html#aea6263dc96708b11fab72416d810b3d6":[1,0,1,104,8],
-"structop_1_1_wrapper_struct_input.html":[1,0,1,105],
-"structop_1_1_wrapper_struct_input.html#a06aaa39948ac1a83a234b99f270ee14b":[1,0,1,105,0],
-"structop_1_1_wrapper_struct_input.html#a2eeea9ee711a1dcbec99c3dc871fbc47":[1,0,1,105,7],
-"structop_1_1_wrapper_struct_input.html#a5cffb282052bdd812217e54f0b2ec7d5":[1,0,1,105,3],
-"structop_1_1_wrapper_struct_input.html#a5ee9722814fe2b5a695511cabd12b613":[1,0,1,105,2],
-"structop_1_1_wrapper_struct_input.html#a7c80f6a3687696ba30d3ce0902ac162f":[1,0,1,105,5],
-"structop_1_1_wrapper_struct_input.html#a86df98e50b680b30afe100d8b2b50685":[1,0,1,105,4],
-"structop_1_1_wrapper_struct_input.html#acc72b8efe09ec3888823ed5680a19fe4":[1,0,1,105,1],
-"structop_1_1_wrapper_struct_input.html#adb77e57fd11db9950d9754a2c8c8eaa5":[1,0,1,105,6],
-"structop_1_1_wrapper_struct_output.html":[1,0,1,106],
-"structop_1_1_wrapper_struct_output.html#a34d5796e02b8afaaaef99fc26e7f3056":[1,0,1,106,6],
-"structop_1_1_wrapper_struct_output.html#a398edf95214b90d8fed2239b4f7e096e":[1,0,1,106,11],
-"structop_1_1_wrapper_struct_output.html#a4e2dea7ddcfe36b51c160e4fd24b8a47":[1,0,1,106,1],
-"structop_1_1_wrapper_struct_output.html#a5f56c15d410645442b5ac21c316b9c85":[1,0,1,106,7],
-"structop_1_1_wrapper_struct_output.html#a6efbd77da8ebcea3abc4109bb2f39c0b":[1,0,1,106,4],
-"structop_1_1_wrapper_struct_output.html#a73d6a5687ab8abac22f5cd29690b6277":[1,0,1,106,12],
-"structop_1_1_wrapper_struct_output.html#aaf5df884418d2bf1df36505009264ece":[1,0,1,106,2],
-"structop_1_1_wrapper_struct_output.html#aba2aed26f1d01771a0c896bc50e477a5":[1,0,1,106,8],
-"structop_1_1_wrapper_struct_output.html#ac4aae88f15d8a856435f44c16a78dc2a":[1,0,1,106,0],
-"structop_1_1_wrapper_struct_output.html#ac72ad601daf957b9b000206e9f1fe0ad":[1,0,1,106,3],
-"structop_1_1_wrapper_struct_output.html#ad338fd4719d6f243bb64bc67f68bc7c9":[1,0,1,106,10],
-"structop_1_1_wrapper_struct_output.html#ad9ca696781cb7c250752f078f5c937fc":[1,0,1,106,9],
-"structop_1_1_wrapper_struct_output.html#adca0d08aa43e2280ca06a8db0deb81bc":[1,0,1,106,5],
-"structop_1_1_wrapper_struct_pose.html":[1,0,1,107],
-"structop_1_1_wrapper_struct_pose.html#a13fc8197737fdb399df5b9ec0c091b4b":[1,0,1,107,0],
-"structop_1_1_wrapper_struct_pose.html#a322ff95b6a2838fe0d55afb28d2a4224":[1,0,1,107,16],
-"structop_1_1_wrapper_struct_pose.html#a35147b6fb9e300d79b71637793053a1b":[1,0,1,107,14],
-"structop_1_1_wrapper_struct_pose.html#a4900b6c522150140d27f2e98a260e0ec":[1,0,1,107,10],
-"structop_1_1_wrapper_struct_pose.html#a4d3ad84b14697d5f1009fa29e2ff1998":[1,0,1,107,2],
-"structop_1_1_wrapper_struct_pose.html#a536ea76d50e94d513066e9e5767d0c03":[1,0,1,107,6],
-"structop_1_1_wrapper_struct_pose.html#a646ae142f821411d22d772b76960d585":[1,0,1,107,17],
-"structop_1_1_wrapper_struct_pose.html#a80ead0f411ddab86f643345e4effe805":[1,0,1,107,13],
-"structop_1_1_wrapper_struct_pose.html#a8be188d871061079432ead77b278fe0d":[1,0,1,107,7],
-"structop_1_1_wrapper_struct_pose.html#a8ff78782ff1bfdcec3e20e42fc03dbc6":[1,0,1,107,11],
-"structop_1_1_wrapper_struct_pose.html#aa2cee9019b708d48cc18313615d0189e":[1,0,1,107,3],
-"structop_1_1_wrapper_struct_pose.html#aa459f2f26c1f1a929af55b8c2d39ccf6":[1,0,1,107,9],
-"structop_1_1_wrapper_struct_pose.html#ab6810e97aa62a728aa09dbbe6b9b6c06":[1,0,1,107,4],
-"structop_1_1_wrapper_struct_pose.html#abeb9ae450a7b37e76075c8dca64b3617":[1,0,1,107,8],
-"structop_1_1_wrapper_struct_pose.html#ac1233492c750fbd98df353bffa8f9b78":[1,0,1,107,1],
-"structop_1_1_wrapper_struct_pose.html#acad34562a52b7474f928a021b03a9f90":[1,0,1,107,5],
-"structop_1_1_wrapper_struct_pose.html#acff912f14ba3c0ba706ea99e1cef790e":[1,0,1,107,12],
-"structop_1_1_wrapper_struct_pose.html#ad23a9c103a60709eed9d7b7381828e5e":[1,0,1,107,18],
-"structop_1_1_wrapper_struct_pose.html#ad6b5ea0cef8eb81d20ab39099ba7716e":[1,0,1,107,15],
+"structop_1_1_wrapper_struct_hand.html#a6a54d5b5766d23412c87bd10c26cb291":[1,0,2,104,4],
+"structop_1_1_wrapper_struct_hand.html#a716f9c98cbee1a4a70d5978875795c4d":[1,0,2,104,1],
+"structop_1_1_wrapper_struct_hand.html#a8074cf22f8926d7f4d1d60cacae99c3e":[1,0,2,104,2],
+"structop_1_1_wrapper_struct_hand.html#a86ca862d3d24a5cf0b1122b64aac7a68":[1,0,2,104,9],
+"structop_1_1_wrapper_struct_hand.html#a90ddd24ee55b6aabd9a1728ccd91525e":[1,0,2,104,5],
+"structop_1_1_wrapper_struct_hand.html#a9655c0dfa83eefde174d09e622482089":[1,0,2,104,6],
+"structop_1_1_wrapper_struct_hand.html#adaea15e182e5c75129293873cd94e35f":[1,0,2,104,7],
+"structop_1_1_wrapper_struct_hand.html#aea6263dc96708b11fab72416d810b3d6":[1,0,2,104,8],
+"structop_1_1_wrapper_struct_input.html":[1,0,2,105],
+"structop_1_1_wrapper_struct_input.html#a06aaa39948ac1a83a234b99f270ee14b":[1,0,2,105,0],
+"structop_1_1_wrapper_struct_input.html#a2eeea9ee711a1dcbec99c3dc871fbc47":[1,0,2,105,7],
+"structop_1_1_wrapper_struct_input.html#a5cffb282052bdd812217e54f0b2ec7d5":[1,0,2,105,3],
+"structop_1_1_wrapper_struct_input.html#a5ee9722814fe2b5a695511cabd12b613":[1,0,2,105,2],
+"structop_1_1_wrapper_struct_input.html#a7c80f6a3687696ba30d3ce0902ac162f":[1,0,2,105,5],
+"structop_1_1_wrapper_struct_input.html#a86df98e50b680b30afe100d8b2b50685":[1,0,2,105,4],
+"structop_1_1_wrapper_struct_input.html#acc72b8efe09ec3888823ed5680a19fe4":[1,0,2,105,1],
+"structop_1_1_wrapper_struct_input.html#adb77e57fd11db9950d9754a2c8c8eaa5":[1,0,2,105,6],
+"structop_1_1_wrapper_struct_output.html":[1,0,2,106],
+"structop_1_1_wrapper_struct_output.html#a34d5796e02b8afaaaef99fc26e7f3056":[1,0,2,106,6],
+"structop_1_1_wrapper_struct_output.html#a398edf95214b90d8fed2239b4f7e096e":[1,0,2,106,11],
+"structop_1_1_wrapper_struct_output.html#a4e2dea7ddcfe36b51c160e4fd24b8a47":[1,0,2,106,1],
+"structop_1_1_wrapper_struct_output.html#a5f56c15d410645442b5ac21c316b9c85":[1,0,2,106,7],
+"structop_1_1_wrapper_struct_output.html#a6efbd77da8ebcea3abc4109bb2f39c0b":[1,0,2,106,4],
+"structop_1_1_wrapper_struct_output.html#a73d6a5687ab8abac22f5cd29690b6277":[1,0,2,106,12],
+"structop_1_1_wrapper_struct_output.html#aaf5df884418d2bf1df36505009264ece":[1,0,2,106,2],
+"structop_1_1_wrapper_struct_output.html#aba2aed26f1d01771a0c896bc50e477a5":[1,0,2,106,8],
+"structop_1_1_wrapper_struct_output.html#ac4aae88f15d8a856435f44c16a78dc2a":[1,0,2,106,0],
+"structop_1_1_wrapper_struct_output.html#ac72ad601daf957b9b000206e9f1fe0ad":[1,0,2,106,3],
+"structop_1_1_wrapper_struct_output.html#ad338fd4719d6f243bb64bc67f68bc7c9":[1,0,2,106,10],
+"structop_1_1_wrapper_struct_output.html#ad9ca696781cb7c250752f078f5c937fc":[1,0,2,106,9],
+"structop_1_1_wrapper_struct_output.html#adca0d08aa43e2280ca06a8db0deb81bc":[1,0,2,106,5],
+"structop_1_1_wrapper_struct_pose.html":[1,0,2,107],
+"structop_1_1_wrapper_struct_pose.html#a13fc8197737fdb399df5b9ec0c091b4b":[1,0,2,107,0],
+"structop_1_1_wrapper_struct_pose.html#a322ff95b6a2838fe0d55afb28d2a4224":[1,0,2,107,16],
+"structop_1_1_wrapper_struct_pose.html#a35147b6fb9e300d79b71637793053a1b":[1,0,2,107,14],
+"structop_1_1_wrapper_struct_pose.html#a4900b6c522150140d27f2e98a260e0ec":[1,0,2,107,10],
+"structop_1_1_wrapper_struct_pose.html#a4d3ad84b14697d5f1009fa29e2ff1998":[1,0,2,107,2],
+"structop_1_1_wrapper_struct_pose.html#a536ea76d50e94d513066e9e5767d0c03":[1,0,2,107,6],
+"structop_1_1_wrapper_struct_pose.html#a646ae142f821411d22d772b76960d585":[1,0,2,107,17],
+"structop_1_1_wrapper_struct_pose.html#a80ead0f411ddab86f643345e4effe805":[1,0,2,107,13],
+"structop_1_1_wrapper_struct_pose.html#a8be188d871061079432ead77b278fe0d":[1,0,2,107,7],
+"structop_1_1_wrapper_struct_pose.html#a8ff78782ff1bfdcec3e20e42fc03dbc6":[1,0,2,107,11],
+"structop_1_1_wrapper_struct_pose.html#aa2cee9019b708d48cc18313615d0189e":[1,0,2,107,3],
+"structop_1_1_wrapper_struct_pose.html#aa459f2f26c1f1a929af55b8c2d39ccf6":[1,0,2,107,9],
+"structop_1_1_wrapper_struct_pose.html#ab6810e97aa62a728aa09dbbe6b9b6c06":[1,0,2,107,4],
+"structop_1_1_wrapper_struct_pose.html#abeb9ae450a7b37e76075c8dca64b3617":[1,0,2,107,8],
+"structop_1_1_wrapper_struct_pose.html#ac1233492c750fbd98df353bffa8f9b78":[1,0,2,107,1],
+"structop_1_1_wrapper_struct_pose.html#acad34562a52b7474f928a021b03a9f90":[1,0,2,107,5],
+"structop_1_1_wrapper_struct_pose.html#acff912f14ba3c0ba706ea99e1cef790e":[1,0,2,107,12],
+"structop_1_1_wrapper_struct_pose.html#ad23a9c103a60709eed9d7b7381828e5e":[1,0,2,107,18],
+"structop_1_1_wrapper_struct_pose.html#ad6b5ea0cef8eb81d20ab39099ba7716e":[1,0,2,107,15],
"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],
diff --git a/html/net_caffe_8hpp_source.html b/html/net_caffe_8hpp_source.html
index eb84563b..63ef39db 100644
--- a/html/net_caffe_8hpp_source.html
+++ b/html/net_caffe_8hpp_source.html
@@ -134,7 +134,7 @@ $(document).ready(function(){initNavTree('net_caffe_8hpp_source.html','');});
26 void forwardPass(
const float *
const inputNetData =
nullptr )
const ;
- 28 boost::shared_ptr<caffe::Blob<float>> getOutputBlob()
const ;
+
@@ -152,6 +152,7 @@ $(document).ready(function(){initNavTree('net_caffe_8hpp_source.html','');});
#define DELETE_COPY(className)
Definition: macros.hpp:25
Definition: netCaffe.hpp:9
+Definition: macros.hpp:65
#define OP_API
Definition: macros.hpp:5
diff --git a/html/search/all_1.js b/html/search/all_1.js
index 6a268dec..058a8181 100644
--- a/html/search/all_1.js
+++ b/html/search/all_1.js
@@ -12,5 +12,6 @@ var searchData=
['bodypartconnectorcaffe',['BodyPartConnectorCaffe',['../classop_1_1_body_part_connector_caffe.html',1,'op']]],
['bodypartconnectorcaffe',['BodyPartConnectorCaffe',['../classop_1_1_body_part_connector_caffe.html#a94e2364fa13ea79b2d6fd72c5db34765',1,'op::BodyPartConnectorCaffe']]],
['bodypartconnectorcaffe_2ehpp',['bodyPartConnectorCaffe.hpp',['../body_part_connector_caffe_8hpp.html',1,'']]],
+ ['boost',['boost',['../namespaceboost.html',1,'']]],
['bottomright',['bottomRight',['../structop_1_1_rectangle.html#a3e2d164e2da15c298e4d5bc7b70c0a30',1,'op::Rectangle']]]
];
diff --git a/html/search/all_12.js b/html/search/all_12.js
index 236a0452..44ea1508 100644
--- a/html/search/all_12.js
+++ b/html/search/all_12.js
@@ -46,6 +46,7 @@ var searchData=
['setworkerinput',['setWorkerInput',['../classop_1_1_wrapper.html#a74f1287f8e4f998504e2ce571ef36f58',1,'op::Wrapper']]],
['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_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']]],
@@ -63,17 +64,17 @@ var searchData=
['stoppusher',['stopPusher',['../classop_1_1_queue_base.html#a32ac0e4b14a310aee62ce817e86c0356',1,'op::QueueBase']]],
['string_2ehpp',['string.hpp',['../string_8hpp.html',1,'']]],
['stringtodataformat',['stringToDataFormat',['../namespaceop.html#a46e815df32db67d78a94367b7f97df25',1,'op']]],
- ['subthread',['SubThread',['../classop_1_1_sub_thread.html',1,'op']]],
['subthread',['SubThread',['../classop_1_1_sub_thread.html#aa551df0d8f0b30aaf9e0840ecf29d749',1,'op::SubThread']]],
+ ['subthread',['SubThread',['../classop_1_1_sub_thread.html',1,'op']]],
['subthread_2ehpp',['subThread.hpp',['../sub_thread_8hpp.html',1,'']]],
- ['subthreadnoqueue',['SubThreadNoQueue',['../classop_1_1_sub_thread_no_queue.html#afbaf89d7a8fb4d19f67064fb954a31eb',1,'op::SubThreadNoQueue']]],
['subthreadnoqueue',['SubThreadNoQueue',['../classop_1_1_sub_thread_no_queue.html',1,'op']]],
+ ['subthreadnoqueue',['SubThreadNoQueue',['../classop_1_1_sub_thread_no_queue.html#afbaf89d7a8fb4d19f67064fb954a31eb',1,'op::SubThreadNoQueue']]],
['subthreadnoqueue_2ehpp',['subThreadNoQueue.hpp',['../sub_thread_no_queue_8hpp.html',1,'']]],
- ['subthreadqueuein',['SubThreadQueueIn',['../classop_1_1_sub_thread_queue_in.html',1,'op']]],
['subthreadqueuein',['SubThreadQueueIn',['../classop_1_1_sub_thread_queue_in.html#a11aa71a818430c4eb435a1626e54f29a',1,'op::SubThreadQueueIn']]],
+ ['subthreadqueuein',['SubThreadQueueIn',['../classop_1_1_sub_thread_queue_in.html',1,'op']]],
['subthreadqueuein_2ehpp',['subThreadQueueIn.hpp',['../sub_thread_queue_in_8hpp.html',1,'']]],
- ['subthreadqueueinout',['SubThreadQueueInOut',['../classop_1_1_sub_thread_queue_in_out.html',1,'op']]],
['subthreadqueueinout',['SubThreadQueueInOut',['../classop_1_1_sub_thread_queue_in_out.html#aa5b9beea615b8b968c5da74dd66a6d78',1,'op::SubThreadQueueInOut']]],
+ ['subthreadqueueinout',['SubThreadQueueInOut',['../classop_1_1_sub_thread_queue_in_out.html',1,'op']]],
['subthreadqueueinout_2ehpp',['subThreadQueueInOut.hpp',['../sub_thread_queue_in_out_8hpp.html',1,'']]],
['subthreadqueueout',['SubThreadQueueOut',['../classop_1_1_sub_thread_queue_out.html',1,'op']]],
['subthreadqueueout',['SubThreadQueueOut',['../classop_1_1_sub_thread_queue_out.html#aa4a827932f632f1f30b5650a4fcc77ff',1,'op::SubThreadQueueOut']]],
diff --git a/html/search/classes_10.js b/html/search/classes_10.js
index cb8620a2..7378b1fb 100644
--- a/html/search/classes_10.js
+++ b/html/search/classes_10.js
@@ -1,6 +1,7 @@
var searchData=
[
['scaleandsizeextractor',['ScaleAndSizeExtractor',['../classop_1_1_scale_and_size_extractor.html',1,'op']]],
+ ['shared_5fptr',['shared_ptr',['../classboost_1_1shared__ptr.html',1,'boost']]],
['subthread',['SubThread',['../classop_1_1_sub_thread.html',1,'op']]],
['subthreadnoqueue',['SubThreadNoQueue',['../classop_1_1_sub_thread_no_queue.html',1,'op']]],
['subthreadqueuein',['SubThreadQueueIn',['../classop_1_1_sub_thread_queue_in.html',1,'op']]],
diff --git a/html/search/namespaces_0.js b/html/search/namespaces_0.js
index d0d32bdc..10278d4d 100644
--- a/html/search/namespaces_0.js
+++ b/html/search/namespaces_0.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['caffe',['caffe',['../namespacecaffe.html',1,'']]]
+ ['boost',['boost',['../namespaceboost.html',1,'']]]
];
diff --git a/html/search/namespaces_1.js b/html/search/namespaces_1.js
index 7b2275ad..d0d32bdc 100644
--- a/html/search/namespaces_1.js
+++ b/html/search/namespaces_1.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['op',['op',['../namespaceop.html',1,'']]]
+ ['caffe',['caffe',['../namespacecaffe.html',1,'']]]
];
diff --git a/html/search/namespaces_2.html b/html/search/namespaces_2.html
new file mode 100644
index 00000000..da0fa4a1
--- /dev/null
+++ b/html/search/namespaces_2.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/html/search/namespaces_2.js b/html/search/namespaces_2.js
new file mode 100644
index 00000000..7b2275ad
--- /dev/null
+++ b/html/search/namespaces_2.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['op',['op',['../namespaceop.html',1,'']]]
+];
diff --git a/html/search/search.js b/html/search/search.js
index f8fd9c5a..706648f1 100644
--- a/html/search/search.js
+++ b/html/search/search.js
@@ -9,7 +9,7 @@ var indexSectionsWithContent =
{
0: "abcdefghijklmnopqrstuvwxyz~",
1: "abcdfghijkmnopqrstvw",
- 2: "co",
+ 2: "bco",
3: "abcdefghijkmnopqrstvw",
4: "abcdefghijklmnopqrstuvw~",
5: "abcdefghikmnoprstwxy",