@@ -258,7 +258,7 @@ template<typename TDatums>
-template<typename TDatums>
+template<typename TDatums >
@@ -283,7 +283,7 @@ template<typename TDatums>
-template<typename TDatums>
+template<typename TDatums >
@@ -310,7 +310,7 @@ template<typename TDatums>
-template<typename TDatums>
+template<typename TDatums >
@@ -330,7 +330,7 @@ template<typename TDatums>
-
Implemented in op::WQueueOrderer< TDatums > , op::WPoseTriangulation< TDatums > , op::WCvMatToOpInput< TDatums > , op::WCvMatToOpOutput< TDatums > , op::WKeepTopNPeople< TDatums > , op::WKeypointScaler< TDatums > , op::WOpOutputToCvMat< TDatums > , op::WScaleAndSizeExtractor< TDatums > , op::WPersonIdExtractor< 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::WPoseExtractor< TDatums > , op::WPoseRenderer< TDatums > , op::WIdGenerator< TDatums > , op::WorkerConsumer< TDatums > , op::WorkerProducer< TDatums > , and op::WorkerProducer< std::shared_ptr< std::vector< Datum > > > .
+
Implemented in op::WQueueOrderer< TDatums > , op::WPoseTriangulation< TDatums > , op::WCvMatToOpInput< TDatums > , op::WCvMatToOpOutput< TDatums > , op::WKeepTopNPeople< TDatums > , op::WKeypointScaler< TDatums > , op::WOpOutputToCvMat< TDatums > , op::WScaleAndSizeExtractor< TDatums > , op::WPersonIdExtractor< 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::WPoseExtractor< TDatums > , op::WPoseRenderer< TDatums > , op::WIdGenerator< TDatums > , op::WorkerConsumer< TDatums > , and op::WorkerProducer< TDatums > .
diff --git a/html/classop_1_1_worker_producer.html b/html/classop_1_1_worker_producer.html
index ae8e93b7..7c63e296 100644
--- a/html/classop_1_1_worker_producer.html
+++ b/html/classop_1_1_worker_producer.html
@@ -178,7 +178,7 @@ template<typename TDatums >
-template<typename TDatums>
+template<typename TDatums >
@@ -206,7 +206,7 @@ template<typename TDatums>
-template<typename TDatums>
+template<typename TDatums >
@@ -225,7 +225,7 @@ template<typename TDatums>
diff --git a/html/datum_8hpp_source.html b/html/datum_8hpp_source.html
index 268df838..349c745b 100644
--- a/html/datum_8hpp_source.html
+++ b/html/datum_8hpp_source.html
@@ -160,7 +160,7 @@ $(document).ready(function(){initNavTree('datum_8hpp_source.html','');});
-
+
@@ -240,6 +240,7 @@ $(document).ready(function(){initNavTree('datum_8hpp_source.html','');});
std::vector< Array< float > > inputNetData
Definition: datum.hpp:41
Array< float > faceKeypoints3D
Definition: datum.hpp:166
Array< float > poseHeatMaps
Definition: datum.hpp:98
+cv::Mat cameraMatrix
Definition: datum.hpp:179
std::array< Array< float >, 2 > handHeatMaps
Definition: datum.hpp:152
double scaleNetToOutput
Definition: datum.hpp:206
std::pair< int, std::string > elementRendered
Definition: datum.hpp:212
@@ -260,7 +261,6 @@ $(document).ready(function(){initNavTree('datum_8hpp_source.html','');});
Point< int > netOutputSize
Definition: datum.hpp:201
Array< float > faceHeatMaps
Definition: datum.hpp:130
-cv::Mat cameraParameterMatrix
Definition: datum.hpp:179
cv::Mat cvInputData
Definition: datum.hpp:30
cv::Mat cvOutputData
Definition: datum.hpp:57
diff --git a/html/datum_producer_8hpp_source.html b/html/datum_producer_8hpp_source.html
index d2004edb..7a04a66e 100644
--- a/html/datum_producer_8hpp_source.html
+++ b/html/datum_producer_8hpp_source.html
@@ -182,81 +182,106 @@ $(document).ready(function(){initNavTree('datum_producer_8hpp_source.html','');}
-
- 77 if (mNumberFramesToProcess != std::numeric_limits<unsigned long long>::max()
- 78 && mGlobalCounter > mNumberFramesToProcess)
-
- 80 spProducer->release();
-
-
- 83 const bool datumProducerRunning = spProducer->isOpened();
- 84 auto datums = std::make_shared<TDatumsNoPtr>(1);
- 85 auto & datum = (*datums)[0];
-
- 87 if (datumProducerRunning)
-
-
- 90 if (spVideoSeek !=
nullptr )
-
-
- 93 const auto increment = spVideoSeek->second + (spVideoSeek->first ? 1 : 0);
-
-
-
- 97 spProducer->set(CV_CAP_PROP_POS_FRAMES, spProducer->get(CV_CAP_PROP_POS_FRAMES) + increment);
- 98 spVideoSeek->second = 0;
-
-
-
- 102 datum.name = spProducer->getFrameName();
- 103 datum.cvInputData = spProducer->getFrame();
- 104 if (datum.cvInputData.channels() != 3)
+ 76 auto datums = std::make_shared<TDatumsNoPtr>();
+
+ 78 if (mNumberFramesToProcess != std::numeric_limits<unsigned long long>::max()
+ 79 && mGlobalCounter > mNumberFramesToProcess)
+
+ 81 spProducer->release();
+
+
+ 84 const bool datumProducerRunning = spProducer->isOpened();
+
+ 86 if (datumProducerRunning)
+
+
+ 89 if (spVideoSeek !=
nullptr )
+
+
+ 92 const auto increment = spVideoSeek->second + (spVideoSeek->first ? 1 : 0);
+
+
+
+ 96 spProducer->set(CV_CAP_PROP_POS_FRAMES, spProducer->get(CV_CAP_PROP_POS_FRAMES) + increment);
+ 97 spVideoSeek->second = 0;
+
+
+ 100 auto cvMats = spProducer->getFrames();
+ 101 auto cameraMatrices = spProducer->getCameraMatrices();
+
+ 103 checkIfTooManyConsecutiveEmptyFrames(mNumberConsecutiveEmptyFrames, cvMats.empty() || cvMats[0].empty());
+
- 106 const std::string commonMessage{
"Input images must be 3-channel BGR." };
- 107 if (datum.cvInputData.channels() == 1)
-
-
- 110 cv::cvtColor(datum.cvInputData, datum.cvInputData, CV_GRAY2BGR);
-
-
- 113 error (commonMessage, __LINE__, __FUNCTION__, __FILE__);
-
- 115 datum.cvOutputData = datum.cvInputData;
-
- 117 checkIfTooManyConsecutiveEmptyFrames(mNumberConsecutiveEmptyFrames, datum.cvInputData.empty());
-
-
- 120 if (!datumProducerRunning || datum.cvInputData.empty())
-
-
- 123 if (datums !=
nullptr )
-
-
- 126 return std::make_pair(datumProducerRunning, datums);
-
- 128 catch (
const std::exception& e)
-
- 130 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
- 131 return std::make_pair(
false , std::make_shared<TDatumsNoPtr>());
-
-
-
- 135 template <
typename TDatumsNoPtr>
-
- 137 const bool emptyFrame)
const
-
- 139 numberConsecutiveEmptyFrames = (emptyFrame ? numberConsecutiveEmptyFrames+1 : 0);
- 140 const auto threshold = 500u;
- 141 if (numberConsecutiveEmptyFrames >= threshold)
- 142 error (
"Detected too many (" + std::to_string(numberConsecutiveEmptyFrames) +
") empty frames in a row." ,
- 143 __LINE__, __FUNCTION__, __FILE__);
-
-
- 146 extern template class DatumProducer<DATUM_BASE_NO_PTR>;
-
-
-
- 150 #endif // OPENPOSE_PRODUCER_DATUM_PRODUCER_HPP
+ 106 datums->resize(cvMats.size());
+
+ 108 auto & datum = (*datums)[0];
+
+ 110 datum.name = spProducer->getFrameName();
+ 111 datum.cvInputData = cvMats[0];
+ 112 if (!cameraMatrices.empty())
+ 113 datum.cameraMatrix = cameraMatrices[0];
+
+ 115 if (datum.cvInputData.channels() != 3)
+
+ 117 const std::string commonMessage{
"Input images must be 3-channel BGR." };
+
+ 119 if (datum.cvInputData.channels() == 1)
+
+
+ 122 cv::cvtColor(datum.cvInputData, datum.cvInputData, CV_GRAY2BGR);
+
+
+ 125 error (commonMessage, __LINE__, __FUNCTION__, __FILE__);
+
+ 127 datum.cvOutputData = datum.cvInputData;
+
+ 129 if (datums->size() > 1)
+
+
+ 132 for (
auto i = 1u ; i < datums->size() ; i++)
+
+ 134 auto & datumI = (*datums)[i];
+ 135 datumI.name = datum.name;
+ 136 datumI.cvInputData = cvMats[i];
+ 137 datumI.cvOutputData = datumI.cvInputData;
+ 138 if (cameraMatrices.size() > i)
+ 139 datumI.cameraMatrix = cameraMatrices[i];
+
+
+
+ 143 if (!datumProducerRunning || (*datums)[0].cvInputData.empty())
+
+
+ 146 if (datums !=
nullptr )
+
+
+
+
+ 151 return std::make_pair(datumProducerRunning, datums);
+
+ 153 catch (
const std::exception& e)
+
+ 155 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
+ 156 return std::make_pair(
false , std::make_shared<TDatumsNoPtr>());
+
+
+
+ 160 template <
typename TDatumsNoPtr>
+
+ 162 const bool emptyFrame)
const
+
+ 164 numberConsecutiveEmptyFrames = (emptyFrame ? numberConsecutiveEmptyFrames+1 : 0);
+ 165 const auto threshold = 500u;
+ 166 if (numberConsecutiveEmptyFrames >= threshold)
+ 167 error (
"Detected too many (" + std::to_string(numberConsecutiveEmptyFrames) +
") empty frames in a row." ,
+ 168 __LINE__, __FUNCTION__, __FILE__);
+
+
+ 171 extern template class DatumProducer<DATUM_BASE_NO_PTR>;
+
+
+
+ 175 #endif // OPENPOSE_PRODUCER_DATUM_PRODUCER_HPP
std::pair< bool, std::shared_ptr< TDatumsNoPtr > > checkIfRunningAndGetDatum()
Definition: datumProducer.hpp:72
diff --git a/html/dir_064336ecb4157cb3f6fdf6ebb1eb8973.html b/html/dir_064336ecb4157cb3f6fdf6ebb1eb8973.html
index 1b97c38c..82f82c3a 100644
--- a/html/dir_064336ecb4157cb3f6fdf6ebb1eb8973.html
+++ b/html/dir_064336ecb4157cb3f6fdf6ebb1eb8973.html
@@ -104,8 +104,6 @@ $(document).ready(function(){initNavTree('dir_064336ecb4157cb3f6fdf6ebb1eb8973.h
-directory 3d
-
directory producer
directory tracking
diff --git a/html/dir_064336ecb4157cb3f6fdf6ebb1eb8973.js b/html/dir_064336ecb4157cb3f6fdf6ebb1eb8973.js
index 8c2bce8a..4203bb4b 100644
--- a/html/dir_064336ecb4157cb3f6fdf6ebb1eb8973.js
+++ b/html/dir_064336ecb4157cb3f6fdf6ebb1eb8973.js
@@ -1,6 +1,5 @@
var dir_064336ecb4157cb3f6fdf6ebb1eb8973 =
[
- [ "3d", "dir_6905540930e2894785a7f1c5aa3bda2e.html", "dir_6905540930e2894785a7f1c5aa3bda2e" ],
[ "producer", "dir_dacb83de4055df6541fe915266a25b23.html", "dir_dacb83de4055df6541fe915266a25b23" ],
[ "tracking", "dir_811fac311eed76aeb4070c1afd4abeac.html", "dir_811fac311eed76aeb4070c1afd4abeac" ],
[ "headers.hpp", "experimental_2headers_8hpp.html", null ]
diff --git a/html/dir_42711a84df077d9f3052c908e6dd3c59.html b/html/dir_42711a84df077d9f3052c908e6dd3c59.html
index 211a671d..ccbcb5a2 100644
--- a/html/dir_42711a84df077d9f3052c908e6dd3c59.html
+++ b/html/dir_42711a84df077d9f3052c908e6dd3c59.html
@@ -104,6 +104,8 @@ $(document).ready(function(){initNavTree('dir_42711a84df077d9f3052c908e6dd3c59.h
+file cameraParameterReader.hpp [code]
+
file poseTriangulation.hpp [code]
diff --git a/html/dir_42711a84df077d9f3052c908e6dd3c59.js b/html/dir_42711a84df077d9f3052c908e6dd3c59.js
index 007e309d..30eaf0e5 100644
--- a/html/dir_42711a84df077d9f3052c908e6dd3c59.js
+++ b/html/dir_42711a84df077d9f3052c908e6dd3c59.js
@@ -1,5 +1,6 @@
var dir_42711a84df077d9f3052c908e6dd3c59 =
[
+ [ "cameraParameterReader.hpp", "camera_parameter_reader_8hpp.html", "camera_parameter_reader_8hpp" ],
[ "headers.hpp", "3d_2headers_8hpp.html", null ],
[ "poseTriangulation.hpp", "pose_triangulation_8hpp.html", "pose_triangulation_8hpp" ],
[ "wPoseTriangulation.hpp", "w_pose_triangulation_8hpp.html", "w_pose_triangulation_8hpp" ]
diff --git a/html/dir_6905540930e2894785a7f1c5aa3bda2e.html b/html/dir_6905540930e2894785a7f1c5aa3bda2e.html
deleted file mode 100644
index 7d8afd58..00000000
--- a/html/dir_6905540930e2894785a7f1c5aa3bda2e.html
+++ /dev/null
@@ -1,126 +0,0 @@
-
-
-
-
-
-
-OpenPose: /home/travis/build/CMU-Perceptual-Computing-Lab/openpose/include/openpose/experimental/3d Directory Reference
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- OpenPose
- 1.0.0rc2
-
- OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/html/dir_6905540930e2894785a7f1c5aa3bda2e.js b/html/dir_6905540930e2894785a7f1c5aa3bda2e.js
deleted file mode 100644
index b17df75f..00000000
--- a/html/dir_6905540930e2894785a7f1c5aa3bda2e.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var dir_6905540930e2894785a7f1c5aa3bda2e =
-[
- [ "cameraParameters.hpp", "camera_parameters_8hpp.html", "camera_parameters_8hpp" ],
- [ "flirReader.hpp", "flir_reader_8hpp.html", [
- [ "WFlirReader", "classop_1_1_w_flir_reader.html", "classop_1_1_w_flir_reader" ]
- ] ],
- [ "headers.hpp", "experimental_23d_2headers_8hpp.html", null ]
-];
\ No newline at end of file
diff --git a/html/dir_b2e62255944e9e5a8b460230324e9449.html b/html/dir_b2e62255944e9e5a8b460230324e9449.html
index fc59d730..62992229 100644
--- a/html/dir_b2e62255944e9e5a8b460230324e9449.html
+++ b/html/dir_b2e62255944e9e5a8b460230324e9449.html
@@ -108,6 +108,8 @@ Files
file enumClasses.hpp [code]
+file flirReader.hpp [code]
+
file imageDirectoryReader.hpp [code]
diff --git a/html/dir_b2e62255944e9e5a8b460230324e9449.js b/html/dir_b2e62255944e9e5a8b460230324e9449.js
index 9a16980e..b80c594f 100644
--- a/html/dir_b2e62255944e9e5a8b460230324e9449.js
+++ b/html/dir_b2e62255944e9e5a8b460230324e9449.js
@@ -4,6 +4,9 @@ var dir_b2e62255944e9e5a8b460230324e9449 =
[ "DatumProducer", "classop_1_1_datum_producer.html", "classop_1_1_datum_producer" ]
] ],
[ "enumClasses.hpp", "producer_2enum_classes_8hpp.html", "producer_2enum_classes_8hpp" ],
+ [ "flirReader.hpp", "flir_reader_8hpp.html", [
+ [ "FlirReader", "classop_1_1_flir_reader.html", "classop_1_1_flir_reader" ]
+ ] ],
[ "headers.hpp", "producer_2headers_8hpp.html", null ],
[ "imageDirectoryReader.hpp", "image_directory_reader_8hpp.html", [
[ "ImageDirectoryReader", "classop_1_1_image_directory_reader.html", "classop_1_1_image_directory_reader" ]
diff --git a/html/experimental_23d_2headers_8hpp.html b/html/experimental_23d_2headers_8hpp.html
deleted file mode 100644
index df0770f5..00000000
--- a/html/experimental_23d_2headers_8hpp.html
+++ /dev/null
@@ -1,126 +0,0 @@
-
-
-
-
-
-
-OpenPose: /home/travis/build/CMU-Perceptual-Computing-Lab/openpose/include/openpose/experimental/3d/headers.hpp File Reference
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- OpenPose
- 1.0.0rc2
-
- OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/html/experimental_23d_2headers_8hpp_source.html b/html/experimental_23d_2headers_8hpp_source.html
deleted file mode 100644
index b40fbe8e..00000000
--- a/html/experimental_23d_2headers_8hpp_source.html
+++ /dev/null
@@ -1,132 +0,0 @@
-
-
-
-
-
-
-OpenPose: /home/travis/build/CMU-Perceptual-Computing-Lab/openpose/include/openpose/experimental/3d/headers.hpp Source File
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- OpenPose
- 1.0.0rc2
-
- OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Go to the documentation of this file. 1 #ifndef OPENPOSE_EXPERIMENTAL_3D_HEADERS_HPP
-
2 #define OPENPOSE_EXPERIMENTAL_3D_HEADERS_HPP
-
-
-
-
-
-
8 #endif // OPENPOSE_EXPERIMENTAL_3D_HEADERS_HPP
-
-
-
-
-
-
-
-
diff --git a/html/experimental_2headers_8hpp.html b/html/experimental_2headers_8hpp.html
index 12dd9188..07a156e8 100644
--- a/html/experimental_2headers_8hpp.html
+++ b/html/experimental_2headers_8hpp.html
@@ -107,8 +107,7 @@ $(document).ready(function(){initNavTree('experimental_2headers_8hpp.html','');}
headers.hpp File Reference
-
diff --git a/html/experimental_2headers_8hpp_source.html b/html/experimental_2headers_8hpp_source.html
index 8aa8d145..7d79018c 100644
--- a/html/experimental_2headers_8hpp_source.html
+++ b/html/experimental_2headers_8hpp_source.html
@@ -111,11 +111,9 @@ $(document).ready(function(){initNavTree('experimental_2headers_8hpp_source.html
2 #define OPENPOSE_EXPERIMENTAL_HEADERS_HPP
-
-
-
-
8 #endif // OPENPOSE_EXPERIMENTAL_HEADERS_HPP
-
+
+
+
7 #endif // OPENPOSE_EXPERIMENTAL_HEADERS_HPP
diff --git a/html/files.html b/html/files.html
index 16658e3c..90108588 100644
--- a/html/files.html
+++ b/html/files.html
@@ -112,9 +112,10 @@ $(document).ready(function(){initNavTree('files.html','');});
include
openpose
3d
-headers.hpp
-poseTriangulation.hpp
-wPoseTriangulation.hpp
+cameraParameterReader.hpp
+headers.hpp
+poseTriangulation.hpp
+wPoseTriangulation.hpp
core
array.hpp
common.hpp
@@ -147,18 +148,14 @@ $(document).ready(function(){initNavTree('files.html','');});
wOpOutputToCvMat.hpp
wScaleAndSizeExtractor.hpp
experimental
-3d
-cameraParameters.hpp
-flirReader.hpp
-headers.hpp
-producer
-headers.hpp
-wPeoplePoseLoader.hpp
-tracking
-headers.hpp
-personIdExtractor.hpp
-wPersonIdExtractor.hpp
-headers.hpp
+producer
+headers.hpp
+wPeoplePoseLoader.hpp
+tracking
+headers.hpp
+personIdExtractor.hpp
+wPersonIdExtractor.hpp
+headers.hpp
face
faceCpuRenderer.hpp
faceDetector.hpp
@@ -244,14 +241,15 @@ $(document).ready(function(){initNavTree('files.html','');});
producer
datumProducer.hpp
enumClasses.hpp
-headers.hpp
-imageDirectoryReader.hpp
-ipCameraReader.hpp
-producer.hpp
-videoCaptureReader.hpp
-videoReader.hpp
-wDatumProducer.hpp
-webcamReader.hpp
+flirReader.hpp
+headers.hpp
+imageDirectoryReader.hpp
+ipCameraReader.hpp
+producer.hpp
+videoCaptureReader.hpp
+videoReader.hpp
+wDatumProducer.hpp
+webcamReader.hpp
thread
enumClasses.hpp
headers.hpp
diff --git a/html/flags_to_open_pose_8hpp.html b/html/flags_to_open_pose_8hpp.html
index fd3a7cc1..344be570 100644
--- a/html/flags_to_open_pose_8hpp.html
+++ b/html/flags_to_open_pose_8hpp.html
@@ -133,10 +133,8 @@ Functions
OP_API ProducerType op::flagsToProducerType (const std::string &imageDirectory, const std::string &videoPath, const std::string &ipCameraPath, const int webcamIndex, const bool flirCamera)
-OP_API std::shared_ptr< Producer > op::flagsToProducer (const std::string &imageDirectory, const std::string &videoPath, const std::string &ipCameraPath, const int webcamIndex, const std::string &webcamResolution="1280x720", const double webcamFps=30.)
-
-OP_API std::shared_ptr< Producer > op::flagsToProducer (const std::string &imageDirectory, const std::string &videoPath, const std::string &ipCameraPath, const int webcamIndex, const bool flirCamera, const std::string &webcamResolution, const double webcamFps)
-
+OP_API std::shared_ptr< Producer > op::flagsToProducer (const std::string &imageDirectory, const std::string &videoPath, const std::string &ipCameraPath, const int webcamIndex, const bool flirCamera=false, const std::string &webcamResolution="1280x720", const double webcamFps=30.)
+
OP_API std::vector< HeatMapType > op::flagsToHeatMaps (const bool heatMapsAddParts=false, const bool heatMapsAddBkg=false, const bool heatMapsAddPAFs=false)
OP_API RenderMode op::flagsToRenderMode (const int renderFlag, const int renderPoseFlag=-2)
diff --git a/html/flags_to_open_pose_8hpp.js b/html/flags_to_open_pose_8hpp.js
index d1bf1adb..c738b9d2 100644
--- a/html/flags_to_open_pose_8hpp.js
+++ b/html/flags_to_open_pose_8hpp.js
@@ -5,8 +5,7 @@ var flags_to_open_pose_8hpp =
[ "flagsToHeatMapScaleMode", "flags_to_open_pose_8hpp.html#aa4a6fee7ba2cc543739477e9c1d64136", null ],
[ "flagsToPoint", "flags_to_open_pose_8hpp.html#a7961cb2fd04f59cbcd40df5872f12fd7", null ],
[ "flagsToPoseModel", "flags_to_open_pose_8hpp.html#aed592469f254f31c2356d4628f75aaea", null ],
- [ "flagsToProducer", "flags_to_open_pose_8hpp.html#a266801b568c885ef280c41ea82f3871f", null ],
- [ "flagsToProducer", "flags_to_open_pose_8hpp.html#abaa63fe1bf09e04dfdee3c23e0debde9", null ],
+ [ "flagsToProducer", "flags_to_open_pose_8hpp.html#a65ef62dc08ec0a13e3acb330535f9e8e", null ],
[ "flagsToProducerType", "flags_to_open_pose_8hpp.html#a1fbdd7c33f90d0237582c9441162a7d8", null ],
[ "flagsToRenderMode", "flags_to_open_pose_8hpp.html#a4526c07c6dafe2a5e3437b66d20a6dd3", null ],
[ "flagsToScaleMode", "flags_to_open_pose_8hpp.html#ac3bebe88bedbd7785d48159c8e3f0515", null ]
diff --git a/html/flags_to_open_pose_8hpp_source.html b/html/flags_to_open_pose_8hpp_source.html
index f4516ca5..dcc90f2b 100644
--- a/html/flags_to_open_pose_8hpp_source.html
+++ b/html/flags_to_open_pose_8hpp_source.html
@@ -129,29 +129,24 @@ $(document).ready(function(){initNavTree('flags_to_open_pose_8hpp_source.html','
20 const std::string& ipCameraPath,
const int webcamIndex,
21 const bool flirCamera);
- 23 OP_API std::shared_ptr<Producer>
flagsToProducer (
const std::string& imageDirectory,
const std::string& videoPath,
+ 23 OP_API std::shared_ptr<Producer>
flagsToProducer (
const std::string& imageDirectory,
const std::string& videoPath,
24 const std::string& ipCameraPath,
const int webcamIndex,
- 25 const std::string& webcamResolution =
"1280x720" ,
- 26 const double webcamFps = 30.);
-
- 28 OP_API std::shared_ptr<Producer>
flagsToProducer (
const std::string& imageDirectory,
const std::string& videoPath,
- 29 const std::string& ipCameraPath,
const int webcamIndex,
- 30 const bool flirCamera ,
- 31 const std::string& webcamResolution ,
- 32 const double webcamFps );
-
-
- 35 const bool heatMapsAddBkg =
false ,
- 36 const bool heatMapsAddPAFs =
false );
-
-
+ 25 const bool flirCamera =
false ,
+ 26 const std::string& webcamResolution =
"1280x720" ,
+ 27 const double webcamFps = 30.);
+
+
+ 30 const bool heatMapsAddBkg =
false ,
+ 31 const bool heatMapsAddPAFs =
false );
+
+
+
+
+
+ 37 OP_API Point<int>
flagsToPoint (
const std::string& pointString,
const std::string& pointExample =
"1280x720" );
+
-
-
- 42 OP_API Point<int>
flagsToPoint (
const std::string& pointString,
const std::string& pointExample =
"1280x720" );
-
-
- 45 #endif // OPENPOSE_UTILITIES_FLAGS_TO_OPEN_POSE_HPP
+ 40 #endif // OPENPOSE_UTILITIES_FLAGS_TO_OPEN_POSE_HPP
OP_API RenderMode flagsToRenderMode(const int renderFlag, const int renderPoseFlag=-2)
@@ -166,12 +161,12 @@ $(document).ready(function(){initNavTree('flags_to_open_pose_8hpp_source.html','
OP_API std::vector< HeatMapType > flagsToHeatMaps(const bool heatMapsAddParts=false, const bool heatMapsAddBkg=false, const bool heatMapsAddPAFs=false)
RenderMode
Definition: enumClasses.hpp:24
OP_API PoseModel flagsToPoseModel(const std::string &poseModeString)
+OP_API std::shared_ptr< Producer > flagsToProducer(const std::string &imageDirectory, const std::string &videoPath, const std::string &ipCameraPath, const int webcamIndex, const bool flirCamera=false, const std::string &webcamResolution="1280x720", const double webcamFps=30.)
OP_API Point< int > flagsToPoint(const std::string &pointString, const std::string &pointExample="1280x720")
ProducerType
Definition: enumClasses.hpp:25
#define OP_API
Definition: macros.hpp:15
-OP_API std::shared_ptr< Producer > flagsToProducer(const std::string &imageDirectory, const std::string &videoPath, const std::string &ipCameraPath, const int webcamIndex, const std::string &webcamResolution="1280x720", const double webcamFps=30.)
diff --git a/html/flir_reader_8hpp.html b/html/flir_reader_8hpp.html
index c52d1d5d..5c14cbd9 100644
--- a/html/flir_reader_8hpp.html
+++ b/html/flir_reader_8hpp.html
@@ -4,7 +4,7 @@
-OpenPose: /home/travis/build/CMU-Perceptual-Computing-Lab/openpose/include/openpose/experimental/3d/flirReader.hpp File Reference
+OpenPose: /home/travis/build/CMU-Perceptual-Computing-Lab/openpose/include/openpose/producer/flirReader.hpp File Reference
@@ -111,13 +111,13 @@ $(document).ready(function(){initNavTree('flir_reader_8hpp.html','');});
Go to the source code of this file.
- include openpose experimental 3d flirReader.hpp
+ include openpose producer flirReader.hpp
diff --git a/html/flir_reader_8hpp_source.html b/html/flir_reader_8hpp_source.html
index c090f3a3..a7d37961 100644
--- a/html/flir_reader_8hpp_source.html
+++ b/html/flir_reader_8hpp_source.html
@@ -4,7 +4,7 @@
-OpenPose: /home/travis/build/CMU-Perceptual-Computing-Lab/openpose/include/openpose/experimental/3d/flirReader.hpp Source File
+OpenPose: /home/travis/build/CMU-Perceptual-Computing-Lab/openpose/include/openpose/producer/flirReader.hpp Source File
@@ -107,45 +107,68 @@ $(document).ready(function(){initNavTree('flir_reader_8hpp_source.html','');});
flirReader.hpp
-
Go to the documentation of this file. 1 #ifndef OPENPOSE_EXPERIMENTAL_3D_POINT_GREY_HPP
-
2 #define OPENPOSE_EXPERIMENTAL_3D_POINT_GREY_HPP
+
Go to the documentation of this file. 1 #ifndef OPENPOSE_PRODUCER_FLIR_READER_HPP
+
2 #define OPENPOSE_PRODUCER_FLIR_READER_HPP
-
+
-
-
-
-
-
-
-
-
29 void initializationOnThread();
-
-
31 std::shared_ptr<std::vector<Datum>> workProducer();
-
-
-
-
-
36 struct ImplWFlirReader;
-
37 std::unique_ptr<ImplWFlirReader> upImpl;
-
-
+
+
+
+
+
+
+
+
26 std::vector<cv::Mat> getCameraMatrices();
+
+
28 std::string getFrameName();
+
+
+
+
+
+
+
+
+
37 double get (
const int capProperty);
+
+
39 void set(
const int capProperty,
const double value);
-
41 #endif // OPENPOSE_EXPERIMENTAL_3D_POINT_GREY_HPP
+
+
+
+
44 struct ImplFlirReader;
+
45 std::shared_ptr<ImplFlirReader> upImpl;
+
+
+
48 long long mFrameNameCounter;
+
+
50 cv::Mat getRawFrame();
+
+
52 std::vector<cv::Mat> getRawFrames();
+
+
+
+
+
+
58 #endif // OPENPOSE_PRODUCER_FLIR_READER_HPP
+
#define DELETE_COPY(className)
Definition: macros.hpp:30
+
bool isOpened() const
Definition: flirReader.hpp:30
+
Definition: producer.hpp:16
+
-
Definition: workerProducer.hpp:10
-
+
Definition: flirReader.hpp:14
+
#define OP_API
Definition: macros.hpp:15
-
Definition: flirReader.hpp:22
diff --git a/html/hierarchy.js b/html/hierarchy.js
index 4b59ff75..a6aba8a6 100644
--- a/html/hierarchy.js
+++ b/html/hierarchy.js
@@ -63,6 +63,7 @@ var hierarchy =
[ "op::PoseGpuRenderer", "classop_1_1_pose_gpu_renderer.html", null ]
] ],
[ "op::Producer", "classop_1_1_producer.html", [
+ [ "op::FlirReader", "classop_1_1_flir_reader.html", null ],
[ "op::ImageDirectoryReader", "classop_1_1_image_directory_reader.html", null ],
[ "op::VideoCaptureReader", "classop_1_1_video_capture_reader.html", [
[ "op::IpCameraReader", "classop_1_1_ip_camera_reader.html", null ],
@@ -139,11 +140,6 @@ var hierarchy =
[ "op::WQueueOrderer< TDatums >", "classop_1_1_w_queue_orderer.html", null ],
[ "op::WScaleAndSizeExtractor< TDatums >", "classop_1_1_w_scale_and_size_extractor.html", null ]
] ],
- [ "op::Worker< std::shared_ptr< std::vector< Datum > > >", "classop_1_1_worker.html", [
- [ "op::WorkerProducer< std::shared_ptr< std::vector< Datum > > >", "classop_1_1_worker_producer.html", [
- [ "op::WFlirReader", "classop_1_1_w_flir_reader.html", null ]
- ] ]
- ] ],
[ "op::Wrapper< TDatums, TWorker, TQueue >", "classop_1_1_wrapper.html", null ],
[ "op::WrapperStructFace", "structop_1_1_wrapper_struct_face.html", null ],
[ "op::WrapperStructHand", "structop_1_1_wrapper_struct_hand.html", null ],
diff --git a/html/image_directory_reader_8hpp_source.html b/html/image_directory_reader_8hpp_source.html
index 4e94f9db..1ed7b5ba 100644
--- a/html/image_directory_reader_8hpp_source.html
+++ b/html/image_directory_reader_8hpp_source.html
@@ -120,55 +120,45 @@ $(document).ready(function(){initNavTree('image_directory_reader_8hpp_source.htm
- 24 std::string getFrameName();
+ 24 std::vector<cv::Mat> getCameraMatrices();
-
-
- 28 return (mFrameNameCounter >= 0);
-
-
-
-
- 33 mFrameNameCounter = {-1ll};
-
-
- 36 double get (
const int capProperty);
+ 26 std::string getFrameName();
+
+
+
+ 30 return (mFrameNameCounter >= 0);
+
+
+
+
+ 35 mFrameNameCounter = {-1ll};
+
- 38 void set(
const int capProperty,
const double value);
+ 38 double get (
const int capProperty);
-
-
-
-
-
-
-
-
-
+ 40 void set(
const int capProperty,
const double value);
+
+
+ 43 const std::string mImageDirectoryPath;
+ 44 const std::vector<std::string> mFilePaths;
+
+ 46 long long mFrameNameCounter;
+
+ 48 cv::Mat getRawFrame();
-
- 51 const std::string mImageDirectoryPath;
- 52 const std::vector<std::string> mFilePaths;
-
- 54 long long mFrameNameCounter;
+ 50 std::vector<cv::Mat> getRawFrames();
+
+
+
+
- 56 cv::Mat getRawFrame();
-
-
-
-
-
- 62 #endif // OPENPOSE_PRODUCER_IMAGE_DIRECTORY_READER_HPP
+ 56 #endif // OPENPOSE_PRODUCER_IMAGE_DIRECTORY_READER_HPP
#define DELETE_COPY(className)
Definition: macros.hpp:30
-ProducerProperty
Definition: enumClasses.hpp:12
Definition: producer.hpp:16
-virtual void set(const int capProperty, const double value)=0
-void set(const ProducerProperty property, const double value)
Definition: imageDirectoryReader.hpp:45
-void release()
Definition: imageDirectoryReader.hpp:31
-virtual double get(const int capProperty)=0
-bool isOpened() const
Definition: imageDirectoryReader.hpp:26
+void release()
Definition: imageDirectoryReader.hpp:33
+bool isOpened() const
Definition: imageDirectoryReader.hpp:28
Definition: imageDirectoryReader.hpp:14
#define OP_API
Definition: macros.hpp:15
diff --git a/html/ip_camera_reader_8hpp_source.html b/html/ip_camera_reader_8hpp_source.html
index efc5d711..1139befa 100644
--- a/html/ip_camera_reader_8hpp_source.html
+++ b/html/ip_camera_reader_8hpp_source.html
@@ -120,31 +120,35 @@ $(document).ready(function(){initNavTree('ip_camera_reader_8hpp_source.html','')
- 21 std::string getFrameName();
+ 21 std::vector<cv::Mat> getCameraMatrices();
- 23 inline double get (
const int capProperty)
-
-
-
-
- 28 inline void set (
const int capProperty,
const double value)
-
-
-
-
-
- 34 const std::string mPathName;
-
- 36 cv::Mat getRawFrame();
+ 23 std::string getFrameName();
+
+ 25 inline double get (
const int capProperty)
+
+
+
+
+ 30 inline void set (
const int capProperty,
const double value)
+
+
+
+
+
+ 36 const std::string mPathName;
-
-
-
+ 38 cv::Mat getRawFrame();
+
+ 40 std::vector<cv::Mat> getRawFrames();
- 42 #endif // OPENPOSE_PRODUCER_IP_CAMERA_READER_HPP
+
+
+
+
+ 46 #endif // OPENPOSE_PRODUCER_IP_CAMERA_READER_HPP
#define DELETE_COPY(className)
Definition: macros.hpp:30
virtual double get(const int capProperty)=0
-void set(const int capProperty, const double value)
Definition: ipCameraReader.hpp:28
+void set(const int capProperty, const double value)
Definition: ipCameraReader.hpp:30
Definition: videoCaptureReader.hpp:15
virtual void set(const int capProperty, const double value)=0
diff --git a/html/namespacemembers_eval.html b/html/namespacemembers_eval.html
index 70d06d88..1e6a998a 100644
--- a/html/namespacemembers_eval.html
+++ b/html/namespacemembers_eval.html
@@ -226,6 +226,9 @@ $(document).ready(function(){initNavTree('namespacemembers_eval.html','');});
Flip
: op
+FlirCamera
+: op
+
FullScreen
: op
diff --git a/html/namespacemembers_f.html b/html/namespacemembers_f.html
index 8ebd58c7..6f1916aa 100644
--- a/html/namespacemembers_f.html
+++ b/html/namespacemembers_f.html
@@ -201,7 +201,7 @@ $(document).ready(function(){initNavTree('namespacemembers_f.html','');});
: op
flagsToProducer()
-: op
+: op
flagsToProducerType()
: op
@@ -215,6 +215,9 @@ $(document).ready(function(){initNavTree('namespacemembers_f.html','');});
Flip
: op
+FlirCamera
+: op
+
floatPtrToUCharCvMat()
: op
diff --git a/html/namespacemembers_func.html b/html/namespacemembers_func.html
index 02a50c5b..78e5c835 100644
--- a/html/namespacemembers_func.html
+++ b/html/namespacemembers_func.html
@@ -231,7 +231,7 @@ $(document).ready(function(){initNavTree('namespacemembers_func.html','');});
: op
flagsToProducer()
-: op
+: op
flagsToProducerType()
: op
diff --git a/html/namespaceop.html b/html/namespaceop.html
index fb2c50e9..231cf252 100644
--- a/html/namespaceop.html
+++ b/html/namespaceop.html
@@ -163,8 +163,6 @@ Classes
class WScaleAndSizeExtractor
-class WFlirReader
-
class PersonIdExtractor
class WPersonIdExtractor
@@ -281,6 +279,8 @@ Classes
class DatumProducer
+class FlirReader
+
class ImageDirectoryReader
class IpCameraReader
@@ -431,12 +431,13 @@ Enumerations
}
enum ProducerType : unsigned char {
- ProducerType::ImageDirectory ,
+ ProducerType::FlirCamera ,
+ProducerType::ImageDirectory ,
ProducerType::IPCamera ,
ProducerType::Video ,
-ProducerType::Webcam ,
- ProducerType::None
+ ProducerType::Webcam ,
+ProducerType::None
}
@@ -471,6 +472,14 @@ Enumerations
+OP_API const cv::Mat getIntrinsics (const int cameraIndex)
+
+OP_API const cv::Mat getDistorsion (const int cameraIndex)
+
+OP_API cv::Mat getM (const int cameraIndex)
+
+OP_API unsigned long long getNumberCameras ()
+
OP_API Array < float > reconstructArray (const std::vector< Array < float >> &keypointsVector, const std::vector< cv::Mat > &matrixEachCamera)
COMPILE_TEMPLATE_DATUM (WPoseTriangulation )
@@ -508,14 +517,6 @@ Functions
COMPILE_TEMPLATE_DATUM (WScaleAndSizeExtractor )
-OP_API const cv::Mat getIntrinsics (const int cameraIndex)
-
-OP_API const cv::Mat getDistorsion (const int cameraIndex)
-
-OP_API cv::Mat getM (const int cameraIndex)
-
-OP_API unsigned long long getNumberCameras ()
-
COMPILE_TEMPLATE_DATUM (WPersonIdExtractor )
OP_API void renderFaceKeypointsCpu (Array < float > &frameArray, const Array < float > &faceKeypoints, const float renderThreshold)
@@ -786,10 +787,8 @@ Functions
OP_API ProducerType flagsToProducerType (const std::string &imageDirectory, const std::string &videoPath, const std::string &ipCameraPath, const int webcamIndex, const bool flirCamera)
-OP_API std::shared_ptr< Producer > flagsToProducer (const std::string &imageDirectory, const std::string &videoPath, const std::string &ipCameraPath, const int webcamIndex, const std::string &webcamResolution="1280x720", const double webcamFps=30.)
-
-OP_API std::shared_ptr< Producer > flagsToProducer (const std::string &imageDirectory, const std::string &videoPath, const std::string &ipCameraPath, const int webcamIndex, const bool flirCamera, const std::string &webcamResolution, const double webcamFps)
-
+OP_API std::shared_ptr< Producer > flagsToProducer (const std::string &imageDirectory, const std::string &videoPath, const std::string &ipCameraPath, const int webcamIndex, const bool flirCamera=false, const std::string &webcamResolution="1280x720", const double webcamFps=30.)
+
OP_API std::vector< HeatMapType > flagsToHeatMaps (const bool heatMapsAddParts=false, const bool heatMapsAddBkg=false, const bool heatMapsAddPAFs=false)
OP_API RenderMode flagsToRenderMode (const int renderFlag, const int renderPoseFlag=-2)
@@ -1313,7 +1312,10 @@ Variables
Type of producers An enum class in which all the possible type of Producer are included. In order to add a new Producer , include its name in this enum and add a new 'else if' statement inside ProducerFactory::createProducer().
-Enumerator ImageDirectory
+ Enumerator FlirCamera
+Stereo FLIR (Point-Grey) camera reader. Based on Spinnaker SDK.
+
+ ImageDirectory
An image directory reader. It is able to read images on a folder with a interface similar to the OpenCV cv::VideoCapture.
IPCamera
@@ -2128,6 +2130,22 @@ template<typename TPointerContainer >
+
+
+
+
+
+
+
+ op::COMPILE_TEMPLATE_DATUM
+ (
+ WKeypointScaler
+ )
+
+
+
+
+
@@ -2208,22 +2226,6 @@ template<typename TPointerContainer >
-
-
-
-
-
-
-
- op::COMPILE_TEMPLATE_DATUM
- (
- WKeypointScaler
- )
-
-
-
-
-
@@ -2256,6 +2258,38 @@ template<typename TPointerContainer >
+
+
+
+
+
+
+
+ op::COMPILE_TEMPLATE_DATUM
+ (
+ WKeepTopNPeople
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ op::COMPILE_TEMPLATE_DATUM
+ (
+ WScaleAndSizeExtractor
+ )
+
+
+
+
+
@@ -2288,22 +2322,6 @@ template<typename TPointerContainer >
-
-
-
-
-
-
-
- op::COMPILE_TEMPLATE_DATUM
- (
- WKeepTopNPeople
- )
-
-
-
-
-
@@ -2320,22 +2338,6 @@ template<typename TPointerContainer >
-
-
-
-
-
-
-
- op::COMPILE_TEMPLATE_DATUM
- (
- WScaleAndSizeExtractor
- )
-
-
-
-
-
@@ -3152,57 +3154,7 @@ template<class T >
-
-
-
-
-
- OP_API std::shared_ptr<Producer > op::flagsToProducer
- (
- const std::string &
- imageDirectory ,
-
-
-
-
- const std::string &
- videoPath ,
-
-
-
-
- const std::string &
- ipCameraPath ,
-
-
-
-
- const int
- webcamIndex ,
-
-
-
-
- const std::string &
- webcamResolution = "1280x720",
-
-
-
-
- const double
- webcamFps = 30.
-
-
-
- )
-
-
-
-
-
-
-
-
+
@@ -3234,19 +3186,19 @@ template<class T >
const bool
- flirCamera ,
+ flirCamera = false,
const std::string &
- webcamResolution ,
+ webcamResolution = "1280x720",
const double
- webcamFps
+ webcamFps = 30.
diff --git a/html/namespaceop.js b/html/namespaceop.js
index 2a6b0739..7ef43c6d 100644
--- a/html/namespaceop.js
+++ b/html/namespaceop.js
@@ -24,7 +24,6 @@ var namespaceop =
[ "WKeypointScaler", "classop_1_1_w_keypoint_scaler.html", "classop_1_1_w_keypoint_scaler" ],
[ "WOpOutputToCvMat", "classop_1_1_w_op_output_to_cv_mat.html", "classop_1_1_w_op_output_to_cv_mat" ],
[ "WScaleAndSizeExtractor", "classop_1_1_w_scale_and_size_extractor.html", "classop_1_1_w_scale_and_size_extractor" ],
- [ "WFlirReader", "classop_1_1_w_flir_reader.html", "classop_1_1_w_flir_reader" ],
[ "PersonIdExtractor", "classop_1_1_person_id_extractor.html", "classop_1_1_person_id_extractor" ],
[ "WPersonIdExtractor", "classop_1_1_w_person_id_extractor.html", "classop_1_1_w_person_id_extractor" ],
[ "FaceCpuRenderer", "classop_1_1_face_cpu_renderer.html", "classop_1_1_face_cpu_renderer" ],
@@ -83,6 +82,7 @@ var namespaceop =
[ "WPoseExtractor", "classop_1_1_w_pose_extractor.html", "classop_1_1_w_pose_extractor" ],
[ "WPoseRenderer", "classop_1_1_w_pose_renderer.html", "classop_1_1_w_pose_renderer" ],
[ "DatumProducer", "classop_1_1_datum_producer.html", "classop_1_1_datum_producer" ],
+ [ "FlirReader", "classop_1_1_flir_reader.html", "classop_1_1_flir_reader" ],
[ "ImageDirectoryReader", "classop_1_1_image_directory_reader.html", "classop_1_1_image_directory_reader" ],
[ "IpCameraReader", "classop_1_1_ip_camera_reader.html", "classop_1_1_ip_camera_reader" ],
[ "Producer", "classop_1_1_producer.html", "classop_1_1_producer" ],
diff --git a/html/navtree.js b/html/navtree.js
index d0ec21bb..b5b9d85e 100644
--- a/html/navtree.js
+++ b/html/navtree.js
@@ -36,12 +36,12 @@ var NAVTREE =
var NAVTREEINDEX =
[
"3d_2headers_8hpp.html",
-"classop_1_1_maximum_caffe.html#a6d32a5327b1f6552339227e171e9674c",
-"classop_1_1_w_cv_mat_to_op_input.html",
-"error_and_log_8hpp_source.html",
-"keypoint_8hpp.html#a88b83fabe52c73ed5c4f131c4ce75651",
-"structop_1_1_datum.html#a24f3bfcb0ffffeb5742eb1530bc9e367",
-"w_hand_detector_update_8hpp_source.html"
+"classop_1_1_keypoint_scaler.html",
+"classop_1_1_video_reader.html#a93742fd892cdb09b99b29f8e8036d803",
+"error_and_log_8hpp.html",
+"keypoint_8hpp.html#a1c6d17a9f442da1795540e2d1023129c",
+"structop_1_1_datum.html#a0b2c8ccac37be088524cc7c24a502c7b",
+"w_hand_detector_tracking_8hpp.html"
];
var SYNCONMSG = 'click to disable panel synchronisation';
diff --git a/html/navtreeindex0.js b/html/navtreeindex0.js
index 8ee524d2..17e1b37b 100644
--- a/html/navtreeindex0.js
+++ b/html/navtreeindex0.js
@@ -1,7 +1,7 @@
var NAVTREEINDEX0 =
{
-"3d_2headers_8hpp.html":[2,0,0,0,0,0],
-"3d_2headers_8hpp_source.html":[2,0,0,0,0,0],
+"3d_2headers_8hpp.html":[2,0,0,0,0,1],
+"3d_2headers_8hpp_source.html":[2,0,0,0,0,1],
"annotated.html":[1,0],
"array_8hpp.html":[2,0,0,0,1,0],
"array_8hpp_source.html":[2,0,0,0,1,0],
@@ -11,12 +11,12 @@ var NAVTREEINDEX0 =
"body_part_connector_base_8hpp_source.html":[2,0,0,0,8,0],
"body_part_connector_caffe_8hpp.html":[2,0,0,0,8,1],
"body_part_connector_caffe_8hpp_source.html":[2,0,0,0,8,1],
-"camera_parameters_8hpp.html":[2,0,0,0,2,0,0],
-"camera_parameters_8hpp.html#a34c8a6e6a2dd93488a416814c40fc8ae":[2,0,0,0,2,0,0,2],
-"camera_parameters_8hpp.html#a6183a85d3790e568f4994c2ee661247d":[2,0,0,0,2,0,0,3],
-"camera_parameters_8hpp.html#a6c638486a8791c7c3bd652682823fb0b":[2,0,0,0,2,0,0,0],
-"camera_parameters_8hpp.html#a9f5d182aa1bd043391165e3f38f51bd7":[2,0,0,0,2,0,0,1],
-"camera_parameters_8hpp_source.html":[2,0,0,0,2,0,0],
+"camera_parameter_reader_8hpp.html":[2,0,0,0,0,0],
+"camera_parameter_reader_8hpp.html#a34c8a6e6a2dd93488a416814c40fc8ae":[2,0,0,0,0,0,2],
+"camera_parameter_reader_8hpp.html#a6183a85d3790e568f4994c2ee661247d":[2,0,0,0,0,0,3],
+"camera_parameter_reader_8hpp.html#a6c638486a8791c7c3bd652682823fb0b":[2,0,0,0,0,0,0],
+"camera_parameter_reader_8hpp.html#a9f5d182aa1bd043391165e3f38f51bd7":[2,0,0,0,0,0,1],
+"camera_parameter_reader_8hpp_source.html":[2,0,0,0,0,0],
"check_8hpp.html":[2,0,0,0,11,0],
"check_8hpp.html#a07a8efb4ba66a49653062365a07dc23f":[2,0,0,0,11,0,5],
"check_8hpp.html#a13e8e79ada0bde9f9b83e7b06a7b7758":[2,0,0,0,11,0,6],
@@ -65,80 +65,89 @@ var NAVTREEINDEX0 =
"classop_1_1_array.html#af42f4570122d1b8259c211f52335909b":[1,0,2,1,10],
"classop_1_1_array.html#af4715967fd2b028a97fd30257e697275":[1,0,2,1,16],
"classop_1_1_array.html#afee5e6149bc917586b3fd56323d20a87":[1,0,2,1,19],
-"classop_1_1_body_part_connector_caffe.html":[1,0,2,74],
-"classop_1_1_body_part_connector_caffe.html#a0bad959b2da005b62cab962327ccba01":[1,0,2,74,11],
-"classop_1_1_body_part_connector_caffe.html#a104744fdab14d4c1335eb8778edea21e":[1,0,2,74,10],
-"classop_1_1_body_part_connector_caffe.html#a2fa59ad0cad1b95721663815ca51ff93":[1,0,2,74,12],
-"classop_1_1_body_part_connector_caffe.html#a4a42a1d04cbca147da6e9392fdc73327":[1,0,2,74,2],
-"classop_1_1_body_part_connector_caffe.html#a54918b6b114568d7bafe26319e96d644":[1,0,2,74,5],
-"classop_1_1_body_part_connector_caffe.html#a6442721373481873ddeb9ffd7c6fdb7b":[1,0,2,74,8],
-"classop_1_1_body_part_connector_caffe.html#a75d0a3f3c8dca99c8a9e1b680098da16":[1,0,2,74,7],
-"classop_1_1_body_part_connector_caffe.html#a789c77e69e5590a78b22e1e5f5cc4efc":[1,0,2,74,6],
-"classop_1_1_body_part_connector_caffe.html#a886f7dc30e999b7fa8488ae95cc3ac8b":[1,0,2,74,3],
-"classop_1_1_body_part_connector_caffe.html#a8b70616dc1b45f4a3c2b10308e45b5ce":[1,0,2,74,1],
-"classop_1_1_body_part_connector_caffe.html#a94e2364fa13ea79b2d6fd72c5db34765":[1,0,2,74,0],
-"classop_1_1_body_part_connector_caffe.html#a9b9fa9490fef0121a70c3d6d749272f7":[1,0,2,74,9],
-"classop_1_1_body_part_connector_caffe.html#affde8d06784ca9896a1d2d62f7088d76":[1,0,2,74,4],
-"classop_1_1_coco_json_saver.html":[1,0,2,38],
-"classop_1_1_coco_json_saver.html#a3122eeb93844224d787d0bd67ee06794":[1,0,2,38,1],
-"classop_1_1_coco_json_saver.html#a3a7fd417aa5d85044fb0703379af1a23":[1,0,2,38,2],
-"classop_1_1_coco_json_saver.html#aad0899bead458df67c49f23eddb3113d":[1,0,2,38,0],
+"classop_1_1_body_part_connector_caffe.html":[1,0,2,73],
+"classop_1_1_body_part_connector_caffe.html#a0bad959b2da005b62cab962327ccba01":[1,0,2,73,11],
+"classop_1_1_body_part_connector_caffe.html#a104744fdab14d4c1335eb8778edea21e":[1,0,2,73,10],
+"classop_1_1_body_part_connector_caffe.html#a2fa59ad0cad1b95721663815ca51ff93":[1,0,2,73,12],
+"classop_1_1_body_part_connector_caffe.html#a4a42a1d04cbca147da6e9392fdc73327":[1,0,2,73,2],
+"classop_1_1_body_part_connector_caffe.html#a54918b6b114568d7bafe26319e96d644":[1,0,2,73,5],
+"classop_1_1_body_part_connector_caffe.html#a6442721373481873ddeb9ffd7c6fdb7b":[1,0,2,73,8],
+"classop_1_1_body_part_connector_caffe.html#a75d0a3f3c8dca99c8a9e1b680098da16":[1,0,2,73,7],
+"classop_1_1_body_part_connector_caffe.html#a789c77e69e5590a78b22e1e5f5cc4efc":[1,0,2,73,6],
+"classop_1_1_body_part_connector_caffe.html#a886f7dc30e999b7fa8488ae95cc3ac8b":[1,0,2,73,3],
+"classop_1_1_body_part_connector_caffe.html#a8b70616dc1b45f4a3c2b10308e45b5ce":[1,0,2,73,1],
+"classop_1_1_body_part_connector_caffe.html#a94e2364fa13ea79b2d6fd72c5db34765":[1,0,2,73,0],
+"classop_1_1_body_part_connector_caffe.html#a9b9fa9490fef0121a70c3d6d749272f7":[1,0,2,73,9],
+"classop_1_1_body_part_connector_caffe.html#affde8d06784ca9896a1d2d62f7088d76":[1,0,2,73,4],
+"classop_1_1_coco_json_saver.html":[1,0,2,37],
+"classop_1_1_coco_json_saver.html#a3122eeb93844224d787d0bd67ee06794":[1,0,2,37,1],
+"classop_1_1_coco_json_saver.html#a3a7fd417aa5d85044fb0703379af1a23":[1,0,2,37,2],
+"classop_1_1_coco_json_saver.html#aad0899bead458df67c49f23eddb3113d":[1,0,2,37,0],
"classop_1_1_configure_error.html":[1,0,2,105],
"classop_1_1_configure_log.html":[1,0,2,106],
"classop_1_1_cv_mat_to_op_input.html":[1,0,2,2],
"classop_1_1_cv_mat_to_op_input.html#acf0c43174fe8e3b1c71d76aca861a6ab":[1,0,2,2,0],
"classop_1_1_cv_mat_to_op_output.html":[1,0,2,3],
"classop_1_1_cv_mat_to_op_output.html#a003515873bf34525e2a6d313d8619ff3":[1,0,2,3,0],
-"classop_1_1_datum_producer.html":[1,0,2,82],
-"classop_1_1_datum_producer.html#a627c16307864f02251eeb77f2320052f":[1,0,2,82,0],
-"classop_1_1_datum_producer.html#aeab20304e6ff9970a970a7b865da9d02":[1,0,2,82,1],
-"classop_1_1_face_cpu_renderer.html":[1,0,2,27],
-"classop_1_1_face_cpu_renderer.html#a233f2a83930d07e4d420b43c8a660f32":[1,0,2,27,1],
-"classop_1_1_face_cpu_renderer.html#a9f8b158aca09eca94ad1b0cd8418cbb5":[1,0,2,27,2],
-"classop_1_1_face_cpu_renderer.html#afb0dcfff75c4a89d5971d7b0bbd0b51b":[1,0,2,27,0],
-"classop_1_1_face_detector.html":[1,0,2,28],
-"classop_1_1_face_detector.html#ac884684046a89394c5179f8175188c1d":[1,0,2,28,1],
-"classop_1_1_face_detector.html#adfeab6977c93b7bef66c1dfbcf6f8150":[1,0,2,28,0],
-"classop_1_1_face_detector_open_c_v.html":[1,0,2,29],
-"classop_1_1_face_detector_open_c_v.html#a3cbd067534f06315ab8a2332f7ba246a":[1,0,2,29,1],
-"classop_1_1_face_detector_open_c_v.html#a8c4d55863b726448762a142fa91bb69d":[1,0,2,29,0],
-"classop_1_1_face_extractor.html":[1,0,2,30],
-"classop_1_1_face_extractor.html#a11a301f43c8ff06e06170200f3410590":[1,0,2,30,6],
-"classop_1_1_face_extractor.html#a13d7920f4029a4aa6d63b3609956c475":[1,0,2,30,3],
-"classop_1_1_face_extractor.html#a1cd07622445ab4efcc364da2e028ff13":[1,0,2,30,11],
-"classop_1_1_face_extractor.html#a247dcd3ae33bd85509126ec0a735d380":[1,0,2,30,12],
-"classop_1_1_face_extractor.html#a2692c0040bb8c0b84a84d195194d037a":[1,0,2,30,5],
-"classop_1_1_face_extractor.html#a3d99b0fa2706ef64fc7b8c54c3251c76":[1,0,2,30,1],
-"classop_1_1_face_extractor.html#a6f3faf536edd57fa9198969f633c01f4":[1,0,2,30,0],
-"classop_1_1_face_extractor.html#a7e6d4f9d0154551ea050c94dd90cd2fb":[1,0,2,30,2],
-"classop_1_1_face_extractor.html#a9d408bb492f490fa46b71b3bcbe28b62":[1,0,2,30,8],
-"classop_1_1_face_extractor.html#ab1924617d954db6fc86fb60dfab0dde4":[1,0,2,30,9],
-"classop_1_1_face_extractor.html#ab2f1f5bf37949e0357091c80363dac0a":[1,0,2,30,10],
-"classop_1_1_face_extractor.html#aec29268798b50ef752d6ec62c3cc5dc4":[1,0,2,30,7],
-"classop_1_1_face_extractor.html#af326457ed8977781fe48f1086ac5efee":[1,0,2,30,4],
-"classop_1_1_face_extractor_caffe.html":[1,0,2,31],
-"classop_1_1_face_extractor_caffe.html#a399c6709f8fe93d40f38b03938d39966":[1,0,2,31,0],
-"classop_1_1_face_extractor_caffe.html#a4450e656f21a8cb7f1d9bf5f545012f1":[1,0,2,31,1],
-"classop_1_1_face_extractor_caffe.html#ad9cb84599f76e7836379890bde577b50":[1,0,2,31,2],
-"classop_1_1_face_extractor_caffe.html#add2a24d9bd5e03ff90034239e90523c2":[1,0,2,31,3],
-"classop_1_1_face_gpu_renderer.html":[1,0,2,32],
-"classop_1_1_face_gpu_renderer.html#a01a207676e3ec1a8718b8717cd999f53":[1,0,2,32,1],
-"classop_1_1_face_gpu_renderer.html#a344b4f1d256d6ad805273eb8ba29cde1":[1,0,2,32,0],
-"classop_1_1_face_gpu_renderer.html#a6ebd9287927529ffaa4200890190896b":[1,0,2,32,2],
-"classop_1_1_face_gpu_renderer.html#a8f4cb47d5a6829f6b19c377d523069eb":[1,0,2,32,3],
-"classop_1_1_face_renderer.html":[1,0,2,33],
-"classop_1_1_face_renderer.html#a045da831a9476bfc0e58e08ebb6c84c1":[1,0,2,33,1],
-"classop_1_1_face_renderer.html#aa34ce7a0602b0994cc3043b80627a31c":[1,0,2,33,0],
-"classop_1_1_file_saver.html":[1,0,2,39],
-"classop_1_1_file_saver.html#a91818f12a9409eae7c1caf6e2b525282":[1,0,2,39,2],
-"classop_1_1_file_saver.html#a9de8d694a526f981906c54bd48ea9b21":[1,0,2,39,1],
-"classop_1_1_file_saver.html#aa4632ae62ac77dbad85523845ce79999":[1,0,2,39,0],
-"classop_1_1_frame_displayer.html":[1,0,2,54],
-"classop_1_1_frame_displayer.html#a21a746ef46172c6a18ea72da6e7b5721":[1,0,2,54,0],
-"classop_1_1_frame_displayer.html#a2df856e4cf7542c7cda2757553674fb8":[1,0,2,54,3],
-"classop_1_1_frame_displayer.html#ad83a47005c52f066587f49d62c109802":[1,0,2,54,4],
-"classop_1_1_frame_displayer.html#ada237c384d55d6e141dce886e6fe97e3":[1,0,2,54,1],
-"classop_1_1_frame_displayer.html#af5d2e1c8bcd2012c66347252e8dbc543":[1,0,2,54,2],
+"classop_1_1_datum_producer.html":[1,0,2,81],
+"classop_1_1_datum_producer.html#a627c16307864f02251eeb77f2320052f":[1,0,2,81,0],
+"classop_1_1_datum_producer.html#aeab20304e6ff9970a970a7b865da9d02":[1,0,2,81,1],
+"classop_1_1_face_cpu_renderer.html":[1,0,2,26],
+"classop_1_1_face_cpu_renderer.html#a233f2a83930d07e4d420b43c8a660f32":[1,0,2,26,1],
+"classop_1_1_face_cpu_renderer.html#a9f8b158aca09eca94ad1b0cd8418cbb5":[1,0,2,26,2],
+"classop_1_1_face_cpu_renderer.html#afb0dcfff75c4a89d5971d7b0bbd0b51b":[1,0,2,26,0],
+"classop_1_1_face_detector.html":[1,0,2,27],
+"classop_1_1_face_detector.html#ac884684046a89394c5179f8175188c1d":[1,0,2,27,1],
+"classop_1_1_face_detector.html#adfeab6977c93b7bef66c1dfbcf6f8150":[1,0,2,27,0],
+"classop_1_1_face_detector_open_c_v.html":[1,0,2,28],
+"classop_1_1_face_detector_open_c_v.html#a3cbd067534f06315ab8a2332f7ba246a":[1,0,2,28,1],
+"classop_1_1_face_detector_open_c_v.html#a8c4d55863b726448762a142fa91bb69d":[1,0,2,28,0],
+"classop_1_1_face_extractor.html":[1,0,2,29],
+"classop_1_1_face_extractor.html#a11a301f43c8ff06e06170200f3410590":[1,0,2,29,6],
+"classop_1_1_face_extractor.html#a13d7920f4029a4aa6d63b3609956c475":[1,0,2,29,3],
+"classop_1_1_face_extractor.html#a1cd07622445ab4efcc364da2e028ff13":[1,0,2,29,11],
+"classop_1_1_face_extractor.html#a247dcd3ae33bd85509126ec0a735d380":[1,0,2,29,12],
+"classop_1_1_face_extractor.html#a2692c0040bb8c0b84a84d195194d037a":[1,0,2,29,5],
+"classop_1_1_face_extractor.html#a3d99b0fa2706ef64fc7b8c54c3251c76":[1,0,2,29,1],
+"classop_1_1_face_extractor.html#a6f3faf536edd57fa9198969f633c01f4":[1,0,2,29,0],
+"classop_1_1_face_extractor.html#a7e6d4f9d0154551ea050c94dd90cd2fb":[1,0,2,29,2],
+"classop_1_1_face_extractor.html#a9d408bb492f490fa46b71b3bcbe28b62":[1,0,2,29,8],
+"classop_1_1_face_extractor.html#ab1924617d954db6fc86fb60dfab0dde4":[1,0,2,29,9],
+"classop_1_1_face_extractor.html#ab2f1f5bf37949e0357091c80363dac0a":[1,0,2,29,10],
+"classop_1_1_face_extractor.html#aec29268798b50ef752d6ec62c3cc5dc4":[1,0,2,29,7],
+"classop_1_1_face_extractor.html#af326457ed8977781fe48f1086ac5efee":[1,0,2,29,4],
+"classop_1_1_face_extractor_caffe.html":[1,0,2,30],
+"classop_1_1_face_extractor_caffe.html#a399c6709f8fe93d40f38b03938d39966":[1,0,2,30,0],
+"classop_1_1_face_extractor_caffe.html#a4450e656f21a8cb7f1d9bf5f545012f1":[1,0,2,30,1],
+"classop_1_1_face_extractor_caffe.html#ad9cb84599f76e7836379890bde577b50":[1,0,2,30,2],
+"classop_1_1_face_extractor_caffe.html#add2a24d9bd5e03ff90034239e90523c2":[1,0,2,30,3],
+"classop_1_1_face_gpu_renderer.html":[1,0,2,31],
+"classop_1_1_face_gpu_renderer.html#a01a207676e3ec1a8718b8717cd999f53":[1,0,2,31,1],
+"classop_1_1_face_gpu_renderer.html#a344b4f1d256d6ad805273eb8ba29cde1":[1,0,2,31,0],
+"classop_1_1_face_gpu_renderer.html#a6ebd9287927529ffaa4200890190896b":[1,0,2,31,2],
+"classop_1_1_face_gpu_renderer.html#a8f4cb47d5a6829f6b19c377d523069eb":[1,0,2,31,3],
+"classop_1_1_face_renderer.html":[1,0,2,32],
+"classop_1_1_face_renderer.html#a045da831a9476bfc0e58e08ebb6c84c1":[1,0,2,32,1],
+"classop_1_1_face_renderer.html#aa34ce7a0602b0994cc3043b80627a31c":[1,0,2,32,0],
+"classop_1_1_file_saver.html":[1,0,2,38],
+"classop_1_1_file_saver.html#a91818f12a9409eae7c1caf6e2b525282":[1,0,2,38,2],
+"classop_1_1_file_saver.html#a9de8d694a526f981906c54bd48ea9b21":[1,0,2,38,1],
+"classop_1_1_file_saver.html#aa4632ae62ac77dbad85523845ce79999":[1,0,2,38,0],
+"classop_1_1_flir_reader.html":[1,0,2,82],
+"classop_1_1_flir_reader.html#a3ce5e34848ef03804f6261964c6f6a77":[1,0,2,82,5],
+"classop_1_1_flir_reader.html#a5101cdbcd46e51bf7f35995a3d87e900":[1,0,2,82,2],
+"classop_1_1_flir_reader.html#a550d05614a7b33344ad74a886aad5d46":[1,0,2,82,0],
+"classop_1_1_flir_reader.html#a7c3450fd4b5c6f81ade293ee95da7ba6":[1,0,2,82,3],
+"classop_1_1_flir_reader.html#a9f22ac3a8f7c7b032f43562c2c87f673":[1,0,2,82,4],
+"classop_1_1_flir_reader.html#ab28f40422c9edff8594d855bbef91f58":[1,0,2,82,6],
+"classop_1_1_flir_reader.html#acb4bd608210c5c58f587e1e220692e03":[1,0,2,82,1],
+"classop_1_1_flir_reader.html#af14f63c79272781429341dc3a0720485":[1,0,2,82,7],
+"classop_1_1_frame_displayer.html":[1,0,2,53],
+"classop_1_1_frame_displayer.html#a21a746ef46172c6a18ea72da6e7b5721":[1,0,2,53,0],
+"classop_1_1_frame_displayer.html#a2df856e4cf7542c7cda2757553674fb8":[1,0,2,53,3],
+"classop_1_1_frame_displayer.html#ad83a47005c52f066587f49d62c109802":[1,0,2,53,4],
+"classop_1_1_frame_displayer.html#ada237c384d55d6e141dce886e6fe97e3":[1,0,2,53,1],
+"classop_1_1_frame_displayer.html#af5d2e1c8bcd2012c66347252e8dbc543":[1,0,2,53,2],
"classop_1_1_gpu_renderer.html":[1,0,2,5],
"classop_1_1_gpu_renderer.html#a5576d2da79ef7ff38ee86b35383d6d46":[1,0,2,5,3],
"classop_1_1_gpu_renderer.html#a5d729aab549908c758953be742dd0115":[1,0,2,5,6],
@@ -147,107 +156,98 @@ var NAVTREEINDEX0 =
"classop_1_1_gpu_renderer.html#a9852b2017e972637b47250bb7fbc53ea":[1,0,2,5,0],
"classop_1_1_gpu_renderer.html#ac1642afb73d94c84eb12f4a97abfb9ac":[1,0,2,5,5],
"classop_1_1_gpu_renderer.html#ac7c1ab0eebf1d54b55cc65a5560bad7b":[1,0,2,5,2],
-"classop_1_1_gui.html":[1,0,2,55],
-"classop_1_1_gui.html#a07cf9b4e7757979666d097278df02c20":[1,0,2,55,1],
-"classop_1_1_gui.html#a0ad7be7018e634769da8d22d60e7edc0":[1,0,2,55,5],
-"classop_1_1_gui.html#a637966de704cfffc247e9db9aded20f5":[1,0,2,55,3],
-"classop_1_1_gui.html#a892a74fac9f123a4cb9e196bfcc3432a":[1,0,2,55,0],
-"classop_1_1_gui.html#a8e9a67dd507598654a5db06273d50c94":[1,0,2,55,4],
-"classop_1_1_gui.html#a9391ffe3fb09f881327f55d65cbe52eb":[1,0,2,55,2],
-"classop_1_1_gui3_d.html":[1,0,2,56],
-"classop_1_1_gui3_d.html#a7dd41a7f0427f13db3f52bf9ffff75b2":[1,0,2,56,4],
-"classop_1_1_gui3_d.html#abd245c07a53d1d25c237aff22a2b6e6f":[1,0,2,56,3],
-"classop_1_1_gui3_d.html#ad3a1969180e399e811b7b980b56923e7":[1,0,2,56,2],
-"classop_1_1_gui3_d.html#af4907876f0c601443b4b3eef2dc98058":[1,0,2,56,1],
-"classop_1_1_gui3_d.html#af49460bc8b18fd0065f7e4fca41168a8":[1,0,2,56,0],
-"classop_1_1_gui_info_adder.html":[1,0,2,57],
-"classop_1_1_gui_info_adder.html#a208806933d0e0932f7cddfad3cf04343":[1,0,2,57,1],
-"classop_1_1_gui_info_adder.html#af23e17f9eeb51c7473cd0940292efa61":[1,0,2,57,0],
-"classop_1_1_hand_cpu_renderer.html":[1,0,2,61],
-"classop_1_1_hand_cpu_renderer.html#a3145d482c0378288e7ba3e42091a56c2":[1,0,2,61,0],
-"classop_1_1_hand_cpu_renderer.html#a66a7d318b240c73687320bf092363409":[1,0,2,61,1],
-"classop_1_1_hand_cpu_renderer.html#a98a3cc7f939105224bcc4be07782563a":[1,0,2,61,2],
-"classop_1_1_hand_detector.html":[1,0,2,62],
-"classop_1_1_hand_detector.html#a20b127dd7b51afcd336d1f16b40ee0b1":[1,0,2,62,0],
-"classop_1_1_hand_detector.html#a58513169f01ab7c705979f1f2a88b571":[1,0,2,62,3],
-"classop_1_1_hand_detector.html#a660199dc2080df40f67cd6680997f6d0":[1,0,2,62,1],
-"classop_1_1_hand_detector.html#aa5eae5b3c86642906806129fc511d229":[1,0,2,62,2],
-"classop_1_1_hand_detector_from_txt.html":[1,0,2,63],
-"classop_1_1_hand_detector_from_txt.html#a1e6ba23fa1486e92a3bdca36b2e86d22":[1,0,2,63,1],
-"classop_1_1_hand_detector_from_txt.html#a94ef5e925c5d25b181c56ae79bb1eed2":[1,0,2,63,0],
-"classop_1_1_hand_extractor.html":[1,0,2,64],
-"classop_1_1_hand_extractor.html#a1d4eb3fc406aa44bb2c8e320ba3cb377":[1,0,2,64,2],
-"classop_1_1_hand_extractor.html#a2eee4878f6e9ae76ada521e45354be89":[1,0,2,64,13],
-"classop_1_1_hand_extractor.html#a322a1c3a0ab7abaf0c697246af9309cc":[1,0,2,64,3],
-"classop_1_1_hand_extractor.html#a34b8ccd65d526ce3cacd57b80e889296":[1,0,2,64,0],
-"classop_1_1_hand_extractor.html#a95a512748828a04713b4cde582fb4901":[1,0,2,64,1],
-"classop_1_1_hand_extractor.html#aa31fd82cb8900c24841f3ef9cce6a0c8":[1,0,2,64,10],
-"classop_1_1_hand_extractor.html#aa5592a468cfdcfdd687d6f9d465d3eda":[1,0,2,64,5],
-"classop_1_1_hand_extractor.html#aa8f444ce4953a41081acaac9ca8d2570":[1,0,2,64,11],
-"classop_1_1_hand_extractor.html#aba2046c5363f11f14719f104b0780e9f":[1,0,2,64,12],
-"classop_1_1_hand_extractor.html#ac98085241dfd326a1aabf8b29e7be950":[1,0,2,64,6],
-"classop_1_1_hand_extractor.html#acbe2c75c57b1df7279eae30ddcc63241":[1,0,2,64,9],
-"classop_1_1_hand_extractor.html#aee0c5e4607643a978243d9432b704e3d":[1,0,2,64,8],
-"classop_1_1_hand_extractor.html#af5ce8cd602820921de3ec3f676aacf0d":[1,0,2,64,4],
-"classop_1_1_hand_extractor.html#afe80be5a3b786ad71cd0e0ff6443ff22":[1,0,2,64,7],
-"classop_1_1_hand_extractor_caffe.html":[1,0,2,65],
-"classop_1_1_hand_extractor_caffe.html#a3ac44c32806b647fc11daa14da2bda16":[1,0,2,65,0],
-"classop_1_1_hand_extractor_caffe.html#a892d6233b92a7862c32adfa85574236c":[1,0,2,65,2],
-"classop_1_1_hand_extractor_caffe.html#ace3ee9d717887ee9dc0f00ce69bd0c82":[1,0,2,65,3],
-"classop_1_1_hand_extractor_caffe.html#aee681b43b8691ac1f07e08616522f6af":[1,0,2,65,1],
-"classop_1_1_hand_gpu_renderer.html":[1,0,2,66],
-"classop_1_1_hand_gpu_renderer.html#a0489f10ddc9e37e87084ebf9a5138f3a":[1,0,2,66,2],
-"classop_1_1_hand_gpu_renderer.html#a0d2f742b995a6f34e414f9731db847d5":[1,0,2,66,0],
-"classop_1_1_hand_gpu_renderer.html#a27915745de10184ef073f34b86a2706e":[1,0,2,66,1],
-"classop_1_1_hand_gpu_renderer.html#a3a05fd1d74868c1766e49ccf3979b9c9":[1,0,2,66,3],
-"classop_1_1_hand_renderer.html":[1,0,2,67],
-"classop_1_1_hand_renderer.html#aca16bfb051c891ea7c020df48602b111":[1,0,2,67,1],
-"classop_1_1_hand_renderer.html#adb91ae2a8ccf24671ad86e99e786b120":[1,0,2,67,0],
-"classop_1_1_heat_map_saver.html":[1,0,2,40],
-"classop_1_1_heat_map_saver.html#a6f67771a43b746a86a9793f19e7b6974":[1,0,2,40,1],
-"classop_1_1_heat_map_saver.html#aa6a339b70a9535a018584b93c932b12d":[1,0,2,40,0],
+"classop_1_1_gui.html":[1,0,2,54],
+"classop_1_1_gui.html#a07cf9b4e7757979666d097278df02c20":[1,0,2,54,1],
+"classop_1_1_gui.html#a0ad7be7018e634769da8d22d60e7edc0":[1,0,2,54,5],
+"classop_1_1_gui.html#a637966de704cfffc247e9db9aded20f5":[1,0,2,54,3],
+"classop_1_1_gui.html#a892a74fac9f123a4cb9e196bfcc3432a":[1,0,2,54,0],
+"classop_1_1_gui.html#a8e9a67dd507598654a5db06273d50c94":[1,0,2,54,4],
+"classop_1_1_gui.html#a9391ffe3fb09f881327f55d65cbe52eb":[1,0,2,54,2],
+"classop_1_1_gui3_d.html":[1,0,2,55],
+"classop_1_1_gui3_d.html#a7dd41a7f0427f13db3f52bf9ffff75b2":[1,0,2,55,4],
+"classop_1_1_gui3_d.html#abd245c07a53d1d25c237aff22a2b6e6f":[1,0,2,55,3],
+"classop_1_1_gui3_d.html#ad3a1969180e399e811b7b980b56923e7":[1,0,2,55,2],
+"classop_1_1_gui3_d.html#af4907876f0c601443b4b3eef2dc98058":[1,0,2,55,1],
+"classop_1_1_gui3_d.html#af49460bc8b18fd0065f7e4fca41168a8":[1,0,2,55,0],
+"classop_1_1_gui_info_adder.html":[1,0,2,56],
+"classop_1_1_gui_info_adder.html#a208806933d0e0932f7cddfad3cf04343":[1,0,2,56,1],
+"classop_1_1_gui_info_adder.html#af23e17f9eeb51c7473cd0940292efa61":[1,0,2,56,0],
+"classop_1_1_hand_cpu_renderer.html":[1,0,2,60],
+"classop_1_1_hand_cpu_renderer.html#a3145d482c0378288e7ba3e42091a56c2":[1,0,2,60,0],
+"classop_1_1_hand_cpu_renderer.html#a66a7d318b240c73687320bf092363409":[1,0,2,60,1],
+"classop_1_1_hand_cpu_renderer.html#a98a3cc7f939105224bcc4be07782563a":[1,0,2,60,2],
+"classop_1_1_hand_detector.html":[1,0,2,61],
+"classop_1_1_hand_detector.html#a20b127dd7b51afcd336d1f16b40ee0b1":[1,0,2,61,0],
+"classop_1_1_hand_detector.html#a58513169f01ab7c705979f1f2a88b571":[1,0,2,61,3],
+"classop_1_1_hand_detector.html#a660199dc2080df40f67cd6680997f6d0":[1,0,2,61,1],
+"classop_1_1_hand_detector.html#aa5eae5b3c86642906806129fc511d229":[1,0,2,61,2],
+"classop_1_1_hand_detector_from_txt.html":[1,0,2,62],
+"classop_1_1_hand_detector_from_txt.html#a1e6ba23fa1486e92a3bdca36b2e86d22":[1,0,2,62,1],
+"classop_1_1_hand_detector_from_txt.html#a94ef5e925c5d25b181c56ae79bb1eed2":[1,0,2,62,0],
+"classop_1_1_hand_extractor.html":[1,0,2,63],
+"classop_1_1_hand_extractor.html#a1d4eb3fc406aa44bb2c8e320ba3cb377":[1,0,2,63,2],
+"classop_1_1_hand_extractor.html#a2eee4878f6e9ae76ada521e45354be89":[1,0,2,63,13],
+"classop_1_1_hand_extractor.html#a322a1c3a0ab7abaf0c697246af9309cc":[1,0,2,63,3],
+"classop_1_1_hand_extractor.html#a34b8ccd65d526ce3cacd57b80e889296":[1,0,2,63,0],
+"classop_1_1_hand_extractor.html#a95a512748828a04713b4cde582fb4901":[1,0,2,63,1],
+"classop_1_1_hand_extractor.html#aa31fd82cb8900c24841f3ef9cce6a0c8":[1,0,2,63,10],
+"classop_1_1_hand_extractor.html#aa5592a468cfdcfdd687d6f9d465d3eda":[1,0,2,63,5],
+"classop_1_1_hand_extractor.html#aa8f444ce4953a41081acaac9ca8d2570":[1,0,2,63,11],
+"classop_1_1_hand_extractor.html#aba2046c5363f11f14719f104b0780e9f":[1,0,2,63,12],
+"classop_1_1_hand_extractor.html#ac98085241dfd326a1aabf8b29e7be950":[1,0,2,63,6],
+"classop_1_1_hand_extractor.html#acbe2c75c57b1df7279eae30ddcc63241":[1,0,2,63,9],
+"classop_1_1_hand_extractor.html#aee0c5e4607643a978243d9432b704e3d":[1,0,2,63,8],
+"classop_1_1_hand_extractor.html#af5ce8cd602820921de3ec3f676aacf0d":[1,0,2,63,4],
+"classop_1_1_hand_extractor.html#afe80be5a3b786ad71cd0e0ff6443ff22":[1,0,2,63,7],
+"classop_1_1_hand_extractor_caffe.html":[1,0,2,64],
+"classop_1_1_hand_extractor_caffe.html#a3ac44c32806b647fc11daa14da2bda16":[1,0,2,64,0],
+"classop_1_1_hand_extractor_caffe.html#a892d6233b92a7862c32adfa85574236c":[1,0,2,64,2],
+"classop_1_1_hand_extractor_caffe.html#ace3ee9d717887ee9dc0f00ce69bd0c82":[1,0,2,64,3],
+"classop_1_1_hand_extractor_caffe.html#aee681b43b8691ac1f07e08616522f6af":[1,0,2,64,1],
+"classop_1_1_hand_gpu_renderer.html":[1,0,2,65],
+"classop_1_1_hand_gpu_renderer.html#a0489f10ddc9e37e87084ebf9a5138f3a":[1,0,2,65,2],
+"classop_1_1_hand_gpu_renderer.html#a0d2f742b995a6f34e414f9731db847d5":[1,0,2,65,0],
+"classop_1_1_hand_gpu_renderer.html#a27915745de10184ef073f34b86a2706e":[1,0,2,65,1],
+"classop_1_1_hand_gpu_renderer.html#a3a05fd1d74868c1766e49ccf3979b9c9":[1,0,2,65,3],
+"classop_1_1_hand_renderer.html":[1,0,2,66],
+"classop_1_1_hand_renderer.html#aca16bfb051c891ea7c020df48602b111":[1,0,2,66,1],
+"classop_1_1_hand_renderer.html#adb91ae2a8ccf24671ad86e99e786b120":[1,0,2,66,0],
+"classop_1_1_heat_map_saver.html":[1,0,2,39],
+"classop_1_1_heat_map_saver.html#a6f67771a43b746a86a9793f19e7b6974":[1,0,2,39,1],
+"classop_1_1_heat_map_saver.html#aa6a339b70a9535a018584b93c932b12d":[1,0,2,39,0],
"classop_1_1_image_directory_reader.html":[1,0,2,83],
"classop_1_1_image_directory_reader.html#a1965a4dca2ddb86b24e69e2da90b9dbf":[1,0,2,83,6],
"classop_1_1_image_directory_reader.html#a3362f046204ba85d9a25b2b8fa62b6c3":[1,0,2,83,0],
"classop_1_1_image_directory_reader.html#a432bc94339019f251cc48bbb4c5ae1e8":[1,0,2,83,4],
+"classop_1_1_image_directory_reader.html#a7e6c27d0796e087a6975c607d4b4227a":[1,0,2,83,2],
"classop_1_1_image_directory_reader.html#a964d60140081c79353b637405dda962c":[1,0,2,83,3],
-"classop_1_1_image_directory_reader.html#a9b63b935effebd29d2140b0b657b8392":[1,0,2,83,7],
"classop_1_1_image_directory_reader.html#aa05bfd69272e81115ba23a3c0731b596":[1,0,2,83,1],
-"classop_1_1_image_directory_reader.html#ac8ce09240af2edb08e0428316f734774":[1,0,2,83,2],
"classop_1_1_image_directory_reader.html#af74e192f8cba5c10f8e252674a85185a":[1,0,2,83,5],
-"classop_1_1_image_saver.html":[1,0,2,41],
-"classop_1_1_image_saver.html#a723387e62a6b701202dd6cf35c57429f":[1,0,2,41,0],
-"classop_1_1_image_saver.html#a8495143c9ddbe39744a4be0a4703007c":[1,0,2,41,1],
+"classop_1_1_image_saver.html":[1,0,2,40],
+"classop_1_1_image_saver.html#a723387e62a6b701202dd6cf35c57429f":[1,0,2,40,0],
+"classop_1_1_image_saver.html#a8495143c9ddbe39744a4be0a4703007c":[1,0,2,40,1],
"classop_1_1_ip_camera_reader.html":[1,0,2,84],
-"classop_1_1_ip_camera_reader.html#a2277d9a58316bfb4314bf345369e37c1":[1,0,2,84,2],
+"classop_1_1_ip_camera_reader.html#a2277d9a58316bfb4314bf345369e37c1":[1,0,2,84,3],
+"classop_1_1_ip_camera_reader.html#a48a168a0913697493da1a9d95151f5ce":[1,0,2,84,2],
"classop_1_1_ip_camera_reader.html#aa7ad6adac6e401193e03d279176dd889":[1,0,2,84,1],
"classop_1_1_ip_camera_reader.html#abbe7f1bbf200ed9c6c0868eb3c6b0764":[1,0,2,84,0],
-"classop_1_1_ip_camera_reader.html#ac13cc7da97a31d8e69eaa64b2a7b31ba":[1,0,2,84,3],
-"classop_1_1_json_ofstream.html":[1,0,2,42],
-"classop_1_1_json_ofstream.html#a32f058b961605d418df1258a1dc5e6a0":[1,0,2,42,5],
-"classop_1_1_json_ofstream.html#a3f940d3ad51d0acb7126d62a5617fd69":[1,0,2,42,2],
-"classop_1_1_json_ofstream.html#a45eeb25d9413fc31786f315b46c341cc":[1,0,2,42,7],
-"classop_1_1_json_ofstream.html#a4cc6d50256354b3dc7385e2db01aabc0":[1,0,2,42,3],
-"classop_1_1_json_ofstream.html#a5c38e36c1449d808dd4ab6558d65289c":[1,0,2,42,8],
-"classop_1_1_json_ofstream.html#a6a5e0e4f3cdf8f93fb1bdef8cb63b0a2":[1,0,2,42,10],
-"classop_1_1_json_ofstream.html#aa432ff172e10bb9e3b6e2bfa6124c648":[1,0,2,42,9],
-"classop_1_1_json_ofstream.html#ae4468279f789c8026d431b2ef62646f9":[1,0,2,42,4],
-"classop_1_1_json_ofstream.html#aede35260c04b9be2ce145df435ce49b7":[1,0,2,42,1],
-"classop_1_1_json_ofstream.html#af0c7f763e7e809810c00b394a260672e":[1,0,2,42,6],
-"classop_1_1_json_ofstream.html#afa4b3e1dee27f5afd0017b95c0f5e364":[1,0,2,42,0],
+"classop_1_1_ip_camera_reader.html#ac13cc7da97a31d8e69eaa64b2a7b31ba":[1,0,2,84,4],
+"classop_1_1_json_ofstream.html":[1,0,2,41],
+"classop_1_1_json_ofstream.html#a32f058b961605d418df1258a1dc5e6a0":[1,0,2,41,5],
+"classop_1_1_json_ofstream.html#a3f940d3ad51d0acb7126d62a5617fd69":[1,0,2,41,2],
+"classop_1_1_json_ofstream.html#a45eeb25d9413fc31786f315b46c341cc":[1,0,2,41,7],
+"classop_1_1_json_ofstream.html#a4cc6d50256354b3dc7385e2db01aabc0":[1,0,2,41,3],
+"classop_1_1_json_ofstream.html#a5c38e36c1449d808dd4ab6558d65289c":[1,0,2,41,8],
+"classop_1_1_json_ofstream.html#a6a5e0e4f3cdf8f93fb1bdef8cb63b0a2":[1,0,2,41,10],
+"classop_1_1_json_ofstream.html#aa432ff172e10bb9e3b6e2bfa6124c648":[1,0,2,41,9],
+"classop_1_1_json_ofstream.html#ae4468279f789c8026d431b2ef62646f9":[1,0,2,41,4],
+"classop_1_1_json_ofstream.html#aede35260c04b9be2ce145df435ce49b7":[1,0,2,41,1],
+"classop_1_1_json_ofstream.html#af0c7f763e7e809810c00b394a260672e":[1,0,2,41,6],
+"classop_1_1_json_ofstream.html#afa4b3e1dee27f5afd0017b95c0f5e364":[1,0,2,41,0],
"classop_1_1_keep_top_n_people.html":[1,0,2,6],
"classop_1_1_keep_top_n_people.html#a4b8d23181894008ca55af6a20ecf242b":[1,0,2,6,1],
"classop_1_1_keep_top_n_people.html#ae9419ae35da5b0547989f19795a26808":[1,0,2,6,0],
-"classop_1_1_keypoint_saver.html":[1,0,2,43],
-"classop_1_1_keypoint_saver.html#a52ce5a2c462ab8dd22606f697e69d2dc":[1,0,2,43,1],
-"classop_1_1_keypoint_saver.html#aa6d9eb36cfd40c5cfa3995420cdf3dfa":[1,0,2,43,0],
-"classop_1_1_keypoint_scaler.html":[1,0,2,7],
-"classop_1_1_keypoint_scaler.html#a0f556c1b0fad63c7c3551a5d4fd72219":[1,0,2,7,0],
-"classop_1_1_keypoint_scaler.html#ab85b497b5676c72c4bd62eaef98ec56c":[1,0,2,7,1],
-"classop_1_1_keypoint_scaler.html#accfefe6f4be7d2886c3720b751b4c36a":[1,0,2,7,2],
-"classop_1_1_maximum_caffe.html":[1,0,2,8],
-"classop_1_1_maximum_caffe.html#a2dd1f7f0221d602596a14b720e5594b2":[1,0,2,8,4],
-"classop_1_1_maximum_caffe.html#a30bc085753e2d2434254475f1d1efa1b":[1,0,2,8,1],
-"classop_1_1_maximum_caffe.html#a66bd0aa863a97647ae6350d1f886ea51":[1,0,2,8,0],
-"classop_1_1_maximum_caffe.html#a694c1077ac5141ff377c4e98a87cc249":[1,0,2,8,3]
+"classop_1_1_keypoint_saver.html":[1,0,2,42],
+"classop_1_1_keypoint_saver.html#a52ce5a2c462ab8dd22606f697e69d2dc":[1,0,2,42,1],
+"classop_1_1_keypoint_saver.html#aa6d9eb36cfd40c5cfa3995420cdf3dfa":[1,0,2,42,0]
};
diff --git a/html/navtreeindex1.js b/html/navtreeindex1.js
index c44761ca..bc9f0b0b 100644
--- a/html/navtreeindex1.js
+++ b/html/navtreeindex1.js
@@ -1,5 +1,14 @@
var NAVTREEINDEX1 =
{
+"classop_1_1_keypoint_scaler.html":[1,0,2,7],
+"classop_1_1_keypoint_scaler.html#a0f556c1b0fad63c7c3551a5d4fd72219":[1,0,2,7,0],
+"classop_1_1_keypoint_scaler.html#ab85b497b5676c72c4bd62eaef98ec56c":[1,0,2,7,1],
+"classop_1_1_keypoint_scaler.html#accfefe6f4be7d2886c3720b751b4c36a":[1,0,2,7,2],
+"classop_1_1_maximum_caffe.html":[1,0,2,8],
+"classop_1_1_maximum_caffe.html#a2dd1f7f0221d602596a14b720e5594b2":[1,0,2,8,4],
+"classop_1_1_maximum_caffe.html#a30bc085753e2d2434254475f1d1efa1b":[1,0,2,8,1],
+"classop_1_1_maximum_caffe.html#a66bd0aa863a97647ae6350d1f886ea51":[1,0,2,8,0],
+"classop_1_1_maximum_caffe.html#a694c1077ac5141ff377c4e98a87cc249":[1,0,2,8,3],
"classop_1_1_maximum_caffe.html#a6d32a5327b1f6552339227e171e9674c":[1,0,2,8,2],
"classop_1_1_maximum_caffe.html#a865622ef2653c14f3ca1059113fb96c0":[1,0,2,8,7],
"classop_1_1_maximum_caffe.html#aa9ab7eab51c9539b141a0aac998b2223":[1,0,2,8,6],
@@ -26,89 +35,92 @@ var NAVTREEINDEX1 =
"classop_1_1_nms_caffe.html#afb808d9a264ce50664f8641e477d9e2d":[1,0,2,11,0],
"classop_1_1_op_output_to_cv_mat.html":[1,0,2,12],
"classop_1_1_op_output_to_cv_mat.html#a478daa5915f60a6a962f29fcb64aaac5":[1,0,2,12,0],
-"classop_1_1_people_json_saver.html":[1,0,2,44],
-"classop_1_1_people_json_saver.html#a601ec8a006692ee1b4c3faff06df3582":[1,0,2,44,1],
-"classop_1_1_people_json_saver.html#aa6e2f479d959752c5c0f71cd8b4427c2":[1,0,2,44,0],
-"classop_1_1_person_id_extractor.html":[1,0,2,25],
-"classop_1_1_person_id_extractor.html#a11e4afb87a5c4aa1b5af3e779da0a7c2":[1,0,2,25,2],
-"classop_1_1_person_id_extractor.html#a7ff9f8faf42bff0dbd7207105c149a1e":[1,0,2,25,1],
-"classop_1_1_person_id_extractor.html#aca3f66962826e85b7a089050fee407d2":[1,0,2,25,0],
+"classop_1_1_people_json_saver.html":[1,0,2,43],
+"classop_1_1_people_json_saver.html#a601ec8a006692ee1b4c3faff06df3582":[1,0,2,43,1],
+"classop_1_1_people_json_saver.html#aa6e2f479d959752c5c0f71cd8b4427c2":[1,0,2,43,0],
+"classop_1_1_person_id_extractor.html":[1,0,2,24],
+"classop_1_1_person_id_extractor.html#a11e4afb87a5c4aa1b5af3e779da0a7c2":[1,0,2,24,2],
+"classop_1_1_person_id_extractor.html#a7ff9f8faf42bff0dbd7207105c149a1e":[1,0,2,24,1],
+"classop_1_1_person_id_extractor.html#aca3f66962826e85b7a089050fee407d2":[1,0,2,24,0],
"classop_1_1_pointer_container_greater.html":[1,0,2,107],
"classop_1_1_pointer_container_greater.html#ab63e3088591d6593c6539b91499f5063":[1,0,2,107,0],
"classop_1_1_pointer_container_less.html":[1,0,2,108],
"classop_1_1_pointer_container_less.html#a67b34e75390dda005246a77a12166abc":[1,0,2,108,0],
-"classop_1_1_pose_cpu_renderer.html":[1,0,2,75],
-"classop_1_1_pose_cpu_renderer.html#a5863733d560345d4890557b0f8c0d08e":[1,0,2,75,0],
-"classop_1_1_pose_cpu_renderer.html#a98541b982847713472411402314efd96":[1,0,2,75,1],
-"classop_1_1_pose_extractor.html":[1,0,2,76],
-"classop_1_1_pose_extractor.html#a034f1fe33fe83967d8c7c4901ce3b4b4":[1,0,2,76,23],
-"classop_1_1_pose_extractor.html#a0b895e3e582bd504b531ba525ed77430":[1,0,2,76,9],
-"classop_1_1_pose_extractor.html#a0bb5cf37e5b93e347e355be126d22ead":[1,0,2,76,8],
-"classop_1_1_pose_extractor.html#a32b108f24cfc892ed17c2ec752e30ab6":[1,0,2,76,19],
-"classop_1_1_pose_extractor.html#a50f1a79f774b3cd9e9c0825669e8a154":[1,0,2,76,12],
-"classop_1_1_pose_extractor.html#a53eac2bf280492baca5aeb1a777d3646":[1,0,2,76,10],
-"classop_1_1_pose_extractor.html#a54b0c911456746d4faf493bb4e9b0c1e":[1,0,2,76,0],
-"classop_1_1_pose_extractor.html#a57ba3e70a7ac01a687337c66ca36c8da":[1,0,2,76,22],
-"classop_1_1_pose_extractor.html#a5fd73c053c293c59eb3d6eb38335c157":[1,0,2,76,15],
-"classop_1_1_pose_extractor.html#a63432a905e6fcd9be8d9464a80a7fd52":[1,0,2,76,13],
-"classop_1_1_pose_extractor.html#a6395a4bb77e0198c7cf554ce4674d33c":[1,0,2,76,16],
-"classop_1_1_pose_extractor.html#a67f2afb1a7e0de01dd3271b5dc30cd5a":[1,0,2,76,5],
-"classop_1_1_pose_extractor.html#a73d36833224b7071bb0918682a441850":[1,0,2,76,18],
-"classop_1_1_pose_extractor.html#a7507183ad2d2fe5eaff3d351443d97e0":[1,0,2,76,20],
-"classop_1_1_pose_extractor.html#a7dc82be227cc759582184de9c26f0b64":[1,0,2,76,4],
-"classop_1_1_pose_extractor.html#a81157b4616955598fcf6de5d9676f21b":[1,0,2,76,11],
-"classop_1_1_pose_extractor.html#a99e7a656f0bace55402a187e9326ded1":[1,0,2,76,14],
-"classop_1_1_pose_extractor.html#a9f98eef4ac08cacefe74e002ac086582":[1,0,2,76,1],
-"classop_1_1_pose_extractor.html#aab1cccc9ad99f6b007abaa14600ea6df":[1,0,2,76,17],
-"classop_1_1_pose_extractor.html#ab32d08e00cf4321682ba9acc2b78a289":[1,0,2,76,24],
-"classop_1_1_pose_extractor.html#ac432c3f9265f6dbeb1dfff5621df25de":[1,0,2,76,21],
-"classop_1_1_pose_extractor.html#ae087157035d7b81da560328dce1d0728":[1,0,2,76,6],
-"classop_1_1_pose_extractor.html#ae3477e0ab1a350fd044215b0ba6f7520":[1,0,2,76,2],
-"classop_1_1_pose_extractor.html#af26c5b9f93407b74bdd06357aa7566a9":[1,0,2,76,7],
-"classop_1_1_pose_extractor.html#afe4ceae04443242148c563eb6d8b954c":[1,0,2,76,3],
-"classop_1_1_pose_extractor_caffe.html":[1,0,2,77],
-"classop_1_1_pose_extractor_caffe.html#a3359641c1199c712a07859dcb76b7dcf":[1,0,2,77,1],
-"classop_1_1_pose_extractor_caffe.html#a5e84521120bcee4a9f047ae1d7fec8af":[1,0,2,77,3],
-"classop_1_1_pose_extractor_caffe.html#a6982cb1a7203129610fe0959a45c81cf":[1,0,2,77,8],
-"classop_1_1_pose_extractor_caffe.html#a7cefba61d8a4f69a0f8790505bd6b0d3":[1,0,2,77,9],
-"classop_1_1_pose_extractor_caffe.html#a8e7ae6b63ccd0ab6eb61c5530fa44731":[1,0,2,77,2],
-"classop_1_1_pose_extractor_caffe.html#a98dc1c67a589a5493b194f23446c5759":[1,0,2,77,5],
-"classop_1_1_pose_extractor_caffe.html#aa030dcbaa38473ab86aff084600ae4b1":[1,0,2,77,6],
-"classop_1_1_pose_extractor_caffe.html#ab58c3ab4b745b35f542165ce27293554":[1,0,2,77,0],
-"classop_1_1_pose_extractor_caffe.html#abacfbe7f39819671b47d9ca2ef793046":[1,0,2,77,4],
-"classop_1_1_pose_extractor_caffe.html#afbc016c8dcd439d6389c63b9f4cebf22":[1,0,2,77,7],
-"classop_1_1_pose_gpu_renderer.html":[1,0,2,78],
-"classop_1_1_pose_gpu_renderer.html#a4705b3c47cd9ac8174e357999960a28f":[1,0,2,78,3],
-"classop_1_1_pose_gpu_renderer.html#a97cf6c235bd66a2ea893ab95c2f5f8d2":[1,0,2,78,1],
-"classop_1_1_pose_gpu_renderer.html#a9e94ab926baf360dd6b23e14fba09836":[1,0,2,78,2],
-"classop_1_1_pose_gpu_renderer.html#afc6fbf8fcf13fad9c824136f8f8ec409":[1,0,2,78,0],
-"classop_1_1_pose_renderer.html":[1,0,2,79],
-"classop_1_1_pose_renderer.html#a1dfd34d42fa69913a9702e0a0ebcd04e":[1,0,2,79,0],
-"classop_1_1_pose_renderer.html#a9fea1f9ce47b4b5f1015cae13f4ddcb1":[1,0,2,79,4],
-"classop_1_1_pose_renderer.html#ad1e96ceb47bf205b56b50c6b2792f9e3":[1,0,2,79,2],
-"classop_1_1_pose_renderer.html#aecc0a9296ca880ad6ceaf38ecd8c3c53":[1,0,2,79,3],
-"classop_1_1_pose_renderer.html#af861d8213f1444b3246402061cea1b33":[1,0,2,79,1],
+"classop_1_1_pose_cpu_renderer.html":[1,0,2,74],
+"classop_1_1_pose_cpu_renderer.html#a5863733d560345d4890557b0f8c0d08e":[1,0,2,74,0],
+"classop_1_1_pose_cpu_renderer.html#a98541b982847713472411402314efd96":[1,0,2,74,1],
+"classop_1_1_pose_extractor.html":[1,0,2,75],
+"classop_1_1_pose_extractor.html#a034f1fe33fe83967d8c7c4901ce3b4b4":[1,0,2,75,23],
+"classop_1_1_pose_extractor.html#a0b895e3e582bd504b531ba525ed77430":[1,0,2,75,9],
+"classop_1_1_pose_extractor.html#a0bb5cf37e5b93e347e355be126d22ead":[1,0,2,75,8],
+"classop_1_1_pose_extractor.html#a32b108f24cfc892ed17c2ec752e30ab6":[1,0,2,75,19],
+"classop_1_1_pose_extractor.html#a50f1a79f774b3cd9e9c0825669e8a154":[1,0,2,75,12],
+"classop_1_1_pose_extractor.html#a53eac2bf280492baca5aeb1a777d3646":[1,0,2,75,10],
+"classop_1_1_pose_extractor.html#a54b0c911456746d4faf493bb4e9b0c1e":[1,0,2,75,0],
+"classop_1_1_pose_extractor.html#a57ba3e70a7ac01a687337c66ca36c8da":[1,0,2,75,22],
+"classop_1_1_pose_extractor.html#a5fd73c053c293c59eb3d6eb38335c157":[1,0,2,75,15],
+"classop_1_1_pose_extractor.html#a63432a905e6fcd9be8d9464a80a7fd52":[1,0,2,75,13],
+"classop_1_1_pose_extractor.html#a6395a4bb77e0198c7cf554ce4674d33c":[1,0,2,75,16],
+"classop_1_1_pose_extractor.html#a67f2afb1a7e0de01dd3271b5dc30cd5a":[1,0,2,75,5],
+"classop_1_1_pose_extractor.html#a73d36833224b7071bb0918682a441850":[1,0,2,75,18],
+"classop_1_1_pose_extractor.html#a7507183ad2d2fe5eaff3d351443d97e0":[1,0,2,75,20],
+"classop_1_1_pose_extractor.html#a7dc82be227cc759582184de9c26f0b64":[1,0,2,75,4],
+"classop_1_1_pose_extractor.html#a81157b4616955598fcf6de5d9676f21b":[1,0,2,75,11],
+"classop_1_1_pose_extractor.html#a99e7a656f0bace55402a187e9326ded1":[1,0,2,75,14],
+"classop_1_1_pose_extractor.html#a9f98eef4ac08cacefe74e002ac086582":[1,0,2,75,1],
+"classop_1_1_pose_extractor.html#aab1cccc9ad99f6b007abaa14600ea6df":[1,0,2,75,17],
+"classop_1_1_pose_extractor.html#ab32d08e00cf4321682ba9acc2b78a289":[1,0,2,75,24],
+"classop_1_1_pose_extractor.html#ac432c3f9265f6dbeb1dfff5621df25de":[1,0,2,75,21],
+"classop_1_1_pose_extractor.html#ae087157035d7b81da560328dce1d0728":[1,0,2,75,6],
+"classop_1_1_pose_extractor.html#ae3477e0ab1a350fd044215b0ba6f7520":[1,0,2,75,2],
+"classop_1_1_pose_extractor.html#af26c5b9f93407b74bdd06357aa7566a9":[1,0,2,75,7],
+"classop_1_1_pose_extractor.html#afe4ceae04443242148c563eb6d8b954c":[1,0,2,75,3],
+"classop_1_1_pose_extractor_caffe.html":[1,0,2,76],
+"classop_1_1_pose_extractor_caffe.html#a3359641c1199c712a07859dcb76b7dcf":[1,0,2,76,1],
+"classop_1_1_pose_extractor_caffe.html#a5e84521120bcee4a9f047ae1d7fec8af":[1,0,2,76,3],
+"classop_1_1_pose_extractor_caffe.html#a6982cb1a7203129610fe0959a45c81cf":[1,0,2,76,8],
+"classop_1_1_pose_extractor_caffe.html#a7cefba61d8a4f69a0f8790505bd6b0d3":[1,0,2,76,9],
+"classop_1_1_pose_extractor_caffe.html#a8e7ae6b63ccd0ab6eb61c5530fa44731":[1,0,2,76,2],
+"classop_1_1_pose_extractor_caffe.html#a98dc1c67a589a5493b194f23446c5759":[1,0,2,76,5],
+"classop_1_1_pose_extractor_caffe.html#aa030dcbaa38473ab86aff084600ae4b1":[1,0,2,76,6],
+"classop_1_1_pose_extractor_caffe.html#ab58c3ab4b745b35f542165ce27293554":[1,0,2,76,0],
+"classop_1_1_pose_extractor_caffe.html#abacfbe7f39819671b47d9ca2ef793046":[1,0,2,76,4],
+"classop_1_1_pose_extractor_caffe.html#afbc016c8dcd439d6389c63b9f4cebf22":[1,0,2,76,7],
+"classop_1_1_pose_gpu_renderer.html":[1,0,2,77],
+"classop_1_1_pose_gpu_renderer.html#a4705b3c47cd9ac8174e357999960a28f":[1,0,2,77,3],
+"classop_1_1_pose_gpu_renderer.html#a97cf6c235bd66a2ea893ab95c2f5f8d2":[1,0,2,77,1],
+"classop_1_1_pose_gpu_renderer.html#a9e94ab926baf360dd6b23e14fba09836":[1,0,2,77,2],
+"classop_1_1_pose_gpu_renderer.html#afc6fbf8fcf13fad9c824136f8f8ec409":[1,0,2,77,0],
+"classop_1_1_pose_renderer.html":[1,0,2,78],
+"classop_1_1_pose_renderer.html#a1dfd34d42fa69913a9702e0a0ebcd04e":[1,0,2,78,0],
+"classop_1_1_pose_renderer.html#a9fea1f9ce47b4b5f1015cae13f4ddcb1":[1,0,2,78,4],
+"classop_1_1_pose_renderer.html#ad1e96ceb47bf205b56b50c6b2792f9e3":[1,0,2,78,2],
+"classop_1_1_pose_renderer.html#aecc0a9296ca880ad6ceaf38ecd8c3c53":[1,0,2,78,3],
+"classop_1_1_pose_renderer.html#af861d8213f1444b3246402061cea1b33":[1,0,2,78,1],
"classop_1_1_priority_queue.html":[1,0,2,90],
"classop_1_1_priority_queue.html#a1c0dbd77bbd40ce80818ced0664a0ac0":[1,0,2,90,1],
"classop_1_1_priority_queue.html#acecdd3c5789942777652b66d08578d93":[1,0,2,90,0],
"classop_1_1_producer.html":[1,0,2,85],
-"classop_1_1_producer.html#a000e881f647f84cd98e90091e8976326":[1,0,2,85,5],
-"classop_1_1_producer.html#a024e55b4ec769cdbc40ee21613a6ef6f":[1,0,2,85,16],
+"classop_1_1_producer.html#a024e55b4ec769cdbc40ee21613a6ef6f":[1,0,2,85,19],
+"classop_1_1_producer.html#a06c471d5ac26fa20b323742ad4556104":[1,0,2,85,6],
"classop_1_1_producer.html#a366881a952ad34071cc719477f08b968":[1,0,2,85,4],
-"classop_1_1_producer.html#a39f52d80ac4146c82ed12aae0f05478e":[1,0,2,85,8],
-"classop_1_1_producer.html#a46c9e458cfe9a01dabbd0e8d4b5f1e30":[1,0,2,85,15],
+"classop_1_1_producer.html#a39f52d80ac4146c82ed12aae0f05478e":[1,0,2,85,10],
+"classop_1_1_producer.html#a3fbf3df1e02d326d7c954d78aa0dca0d":[1,0,2,85,9],
"classop_1_1_producer.html#a4fe2921798031db39fef934848a23c82":[1,0,2,85,0],
-"classop_1_1_producer.html#a58590e4a409d31f839184b4bf030a68b":[1,0,2,85,11],
-"classop_1_1_producer.html#a7753ffb0daa486ab0f82873b3567f95e":[1,0,2,85,13],
+"classop_1_1_producer.html#a58590e4a409d31f839184b4bf030a68b":[1,0,2,85,14],
+"classop_1_1_producer.html#a7753ffb0daa486ab0f82873b3567f95e":[1,0,2,85,16],
"classop_1_1_producer.html#a8b48342b2c4003a080b17ac411f3454f":[1,0,2,85,1],
"classop_1_1_producer.html#a901c2ff1f56b551a058143ed884b1a5a":[1,0,2,85,2],
-"classop_1_1_producer.html#a9a9424027e5bc8e0fba7c65eccc460e0":[1,0,2,85,9],
+"classop_1_1_producer.html#a94d561f95384dfa0cd91113882869d06":[1,0,2,85,5],
+"classop_1_1_producer.html#a9a9424027e5bc8e0fba7c65eccc460e0":[1,0,2,85,12],
"classop_1_1_producer.html#aa1a13db305c7ab6a596a0dad122066cb":[1,0,2,85,3],
-"classop_1_1_producer.html#aacd96f08524772d8865bb187c881943e":[1,0,2,85,6],
-"classop_1_1_producer.html#ab30c7b3e34d962e0b17458d9a0947f6b":[1,0,2,85,14],
-"classop_1_1_producer.html#ac72a751759ae8b5a0a99552580f7fbad":[1,0,2,85,10],
-"classop_1_1_producer.html#adc348105fca58f18e39aa3439e2d627b":[1,0,2,85,7],
-"classop_1_1_producer.html#afad3eadd16cca0de2c2be8b083c0d56d":[1,0,2,85,12],
+"classop_1_1_producer.html#aacd96f08524772d8865bb187c881943e":[1,0,2,85,7],
+"classop_1_1_producer.html#ab30c7b3e34d962e0b17458d9a0947f6b":[1,0,2,85,17],
+"classop_1_1_producer.html#ac72a751759ae8b5a0a99552580f7fbad":[1,0,2,85,13],
+"classop_1_1_producer.html#ad51001c3e9f42722c52990d43b315f78":[1,0,2,85,11],
+"classop_1_1_producer.html#adc348105fca58f18e39aa3439e2d627b":[1,0,2,85,8],
+"classop_1_1_producer.html#af11f1bbfbd61b9534c02c3e4839e19b0":[1,0,2,85,18],
+"classop_1_1_producer.html#afad3eadd16cca0de2c2be8b083c0d56d":[1,0,2,85,15],
"classop_1_1_profiler.html":[1,0,2,109],
"classop_1_1_queue.html":[1,0,2,91],
"classop_1_1_queue.html#ab28fa9f713d05e55e5ba1510b34d57f0":[1,0,2,91,1],
@@ -224,30 +236,18 @@ var NAVTREEINDEX1 =
"classop_1_1_thread_manager.html#ace408d1d281193a9f3d3d6561181ef56":[1,0,2,99,7],
"classop_1_1_thread_manager.html#ae15857e155633662cd46616fc54a4877":[1,0,2,99,5],
"classop_1_1_video_capture_reader.html":[1,0,2,86],
+"classop_1_1_video_capture_reader.html#a07abbb0001dd9972ab416eb619812043":[1,0,2,86,6],
"classop_1_1_video_capture_reader.html#a2f73e10efe7f9b24a6cb75af2167de58":[1,0,2,86,8],
"classop_1_1_video_capture_reader.html#a41eac24222b6f0f62d8bf6b40e36e353":[1,0,2,86,1],
"classop_1_1_video_capture_reader.html#a59ce0932d49ee86c9e810cae22e9b519":[1,0,2,86,0],
"classop_1_1_video_capture_reader.html#a64e5cbfb1c556d64cabcebc6eb94eaf1":[1,0,2,86,3],
"classop_1_1_video_capture_reader.html#a7ea52eabf5133a1a01d38f95b1a4b601":[1,0,2,86,2],
-"classop_1_1_video_capture_reader.html#a83b4cd38f8eb2182711c506e84d97253":[1,0,2,86,5],
+"classop_1_1_video_capture_reader.html#a83b4cd38f8eb2182711c506e84d97253":[1,0,2,86,4],
"classop_1_1_video_capture_reader.html#ab2929b7d2d002b58ebaf7b9b56999cca":[1,0,2,86,9],
-"classop_1_1_video_capture_reader.html#ac3a270770d13ae351d711a7353b32b9b":[1,0,2,86,10],
"classop_1_1_video_capture_reader.html#ae10d37b58fe4f3daa8817b72eb3faa64":[1,0,2,86,7],
-"classop_1_1_video_capture_reader.html#ae9b111f8b4de16905a157bb6dda09f94":[1,0,2,86,4],
-"classop_1_1_video_capture_reader.html#af57cc02f86ee0c29ccb83f1f7c37bec2":[1,0,2,86,6],
+"classop_1_1_video_capture_reader.html#af57cc02f86ee0c29ccb83f1f7c37bec2":[1,0,2,86,5],
"classop_1_1_video_reader.html":[1,0,2,87],
"classop_1_1_video_reader.html#a057a7d0c498c48639b38c10ac7efc183":[1,0,2,87,1],
-"classop_1_1_video_reader.html#a0dd53334327642368d41ec860e64e756":[1,0,2,87,3],
-"classop_1_1_video_reader.html#a28244ab83836e0d0b2a896f33ad34403":[1,0,2,87,2],
-"classop_1_1_video_reader.html#ae5a3e34a4e9cc2f38875ac70a6b88496":[1,0,2,87,0],
-"classop_1_1_video_saver.html":[1,0,2,45],
-"classop_1_1_video_saver.html#a0c5dadfa4f687283c370e7890ae5037f":[1,0,2,45,2],
-"classop_1_1_video_saver.html#a0cb7b9b758efc9ce7e32aa4f2da631ff":[1,0,2,45,0],
-"classop_1_1_video_saver.html#a3cdbef8bada237edffaf7793eaa0fe8e":[1,0,2,45,4],
-"classop_1_1_video_saver.html#a7c79397b9be8b6d6d12b9f3e78e6c794":[1,0,2,45,3],
-"classop_1_1_video_saver.html#ac36a6a2bef54ac0a222cdf2c046c9646":[1,0,2,45,1],
-"classop_1_1_w_coco_json_saver.html":[1,0,2,46],
-"classop_1_1_w_coco_json_saver.html#a508c1105406b3cc55dc6bd1b299f6ed3":[1,0,2,46,0],
-"classop_1_1_w_coco_json_saver.html#a5cca095ff23c3134ab0addc9a4feabaf":[1,0,2,46,1],
-"classop_1_1_w_coco_json_saver.html#af152a61abc9ab46da651c9d87e6775f0":[1,0,2,46,2]
+"classop_1_1_video_reader.html#a0dd53334327642368d41ec860e64e756":[1,0,2,87,4],
+"classop_1_1_video_reader.html#a28244ab83836e0d0b2a896f33ad34403":[1,0,2,87,3]
};
diff --git a/html/navtreeindex2.js b/html/navtreeindex2.js
index 6637898b..376c1595 100644
--- a/html/navtreeindex2.js
+++ b/html/navtreeindex2.js
@@ -1,5 +1,17 @@
var NAVTREEINDEX2 =
{
+"classop_1_1_video_reader.html#a93742fd892cdb09b99b29f8e8036d803":[1,0,2,87,2],
+"classop_1_1_video_reader.html#ae5a3e34a4e9cc2f38875ac70a6b88496":[1,0,2,87,0],
+"classop_1_1_video_saver.html":[1,0,2,44],
+"classop_1_1_video_saver.html#a0c5dadfa4f687283c370e7890ae5037f":[1,0,2,44,2],
+"classop_1_1_video_saver.html#a0cb7b9b758efc9ce7e32aa4f2da631ff":[1,0,2,44,0],
+"classop_1_1_video_saver.html#a3cdbef8bada237edffaf7793eaa0fe8e":[1,0,2,44,4],
+"classop_1_1_video_saver.html#a7c79397b9be8b6d6d12b9f3e78e6c794":[1,0,2,44,3],
+"classop_1_1_video_saver.html#ac36a6a2bef54ac0a222cdf2c046c9646":[1,0,2,44,1],
+"classop_1_1_w_coco_json_saver.html":[1,0,2,45],
+"classop_1_1_w_coco_json_saver.html#a508c1105406b3cc55dc6bd1b299f6ed3":[1,0,2,45,0],
+"classop_1_1_w_coco_json_saver.html#a5cca095ff23c3134ab0addc9a4feabaf":[1,0,2,45,1],
+"classop_1_1_w_coco_json_saver.html#af152a61abc9ab46da651c9d87e6775f0":[1,0,2,45,2],
"classop_1_1_w_cv_mat_to_op_input.html":[1,0,2,18],
"classop_1_1_w_cv_mat_to_op_input.html#a82c13641d071fdb5db50afdee7cfa849":[1,0,2,18,0],
"classop_1_1_w_cv_mat_to_op_input.html#aa7faa9e2671a85d36aad3366a7958f58":[1,0,2,18,2],
@@ -12,83 +24,78 @@ var NAVTREEINDEX2 =
"classop_1_1_w_datum_producer.html#a26babf9992c710c948ee912dd055e063":[1,0,2,88,1],
"classop_1_1_w_datum_producer.html#a389004c2bffc0fffca82395d09632c2b":[1,0,2,88,2],
"classop_1_1_w_datum_producer.html#aaba921d1cf641dc44ab509c0e460c5f1":[1,0,2,88,0],
-"classop_1_1_w_face_detector.html":[1,0,2,34],
-"classop_1_1_w_face_detector.html#a721ced99378516c04cb3cff296cc274a":[1,0,2,34,2],
-"classop_1_1_w_face_detector.html#a77355426bc59b212a8eb1730ff6289f3":[1,0,2,34,0],
-"classop_1_1_w_face_detector.html#afaca53a669f0cd43103f7317aded75d3":[1,0,2,34,1],
-"classop_1_1_w_face_detector_open_c_v.html":[1,0,2,35],
-"classop_1_1_w_face_detector_open_c_v.html#a4d3a4a29bcb7b8c141ae1917634ca4c9":[1,0,2,35,2],
-"classop_1_1_w_face_detector_open_c_v.html#a8c765201f0cc9440f8d172c8d8c76a62":[1,0,2,35,0],
-"classop_1_1_w_face_detector_open_c_v.html#ad7dce5824ba32bc07d2474c20b23e62d":[1,0,2,35,1],
-"classop_1_1_w_face_extractor.html":[1,0,2,36],
-"classop_1_1_w_face_extractor.html#a16522778f67bc544867929f5a4357934":[1,0,2,36,2],
-"classop_1_1_w_face_extractor.html#a65082b800f738413b1e76141487266dd":[1,0,2,36,0],
-"classop_1_1_w_face_extractor.html#aee8f96a5ce0080db31fe20ae202e59a5":[1,0,2,36,1],
-"classop_1_1_w_face_renderer.html":[1,0,2,37],
-"classop_1_1_w_face_renderer.html#a51e2a661867adee200f5c4029a585e5d":[1,0,2,37,0],
-"classop_1_1_w_face_renderer.html#a7b72c70dc02c9209d84992caad6ad7d0":[1,0,2,37,1],
-"classop_1_1_w_face_renderer.html#aa52166ea2d5e0f201c94d5c4fe74216e":[1,0,2,37,2],
-"classop_1_1_w_face_saver.html":[1,0,2,47],
-"classop_1_1_w_face_saver.html#a026bfad8cd9e0d1289a1db473cef34a0":[1,0,2,47,2],
-"classop_1_1_w_face_saver.html#a5dc60ede4b88594d59ece4ce3e4683d6":[1,0,2,47,0],
-"classop_1_1_w_face_saver.html#ae8401789881462eb8438c65e9d2d3fb2":[1,0,2,47,1],
-"classop_1_1_w_flir_reader.html":[1,0,2,24],
-"classop_1_1_w_flir_reader.html#a099b08a1ee62092b5e1e73d6fc0e43ce":[1,0,2,24,2],
-"classop_1_1_w_flir_reader.html#a414f5ca2c1519e2708f6b9d79cc2e4a5":[1,0,2,24,1],
-"classop_1_1_w_flir_reader.html#a82b6d4b4c7033871ef0e887e5102a1c8":[1,0,2,24,3],
-"classop_1_1_w_flir_reader.html#a9e20b2c656cb83cdccdb8874f8df447f":[1,0,2,24,0],
-"classop_1_1_w_gui.html":[1,0,2,58],
-"classop_1_1_w_gui.html#a4e4db210b87f78cc1238dd3ab2bedaa4":[1,0,2,58,1],
-"classop_1_1_w_gui.html#a4e7d3f5b3ddaf02109738b4348250611":[1,0,2,58,0],
-"classop_1_1_w_gui.html#a664e1f76211510e38b8d5f5bed37ffcb":[1,0,2,58,2],
-"classop_1_1_w_gui3_d.html":[1,0,2,59],
-"classop_1_1_w_gui3_d.html#a7da4f85892e0d7d9e105c6d471a706a3":[1,0,2,59,1],
-"classop_1_1_w_gui3_d.html#ab61a31574460ff87efa99ed7362474ed":[1,0,2,59,0],
-"classop_1_1_w_gui3_d.html#afe019cff8fd5ed2f59f59d886de7473a":[1,0,2,59,2],
-"classop_1_1_w_gui_info_adder.html":[1,0,2,60],
-"classop_1_1_w_gui_info_adder.html#a0b2c539b72ef09106ab0306dc88c5ac5":[1,0,2,60,0],
-"classop_1_1_w_gui_info_adder.html#ae620275d6570fd5c74f33728cd340217":[1,0,2,60,1],
-"classop_1_1_w_gui_info_adder.html#ae90a68c6ef7b4f45595a020efd232612":[1,0,2,60,2],
-"classop_1_1_w_hand_detector.html":[1,0,2,68],
-"classop_1_1_w_hand_detector.html#a5c29c944205ee0727f76c282ef55ae52":[1,0,2,68,1],
-"classop_1_1_w_hand_detector.html#aa82ef40fad1d343b5856b41ec4dbcd5c":[1,0,2,68,2],
-"classop_1_1_w_hand_detector.html#ac44b474c7d8bd4876e32ceb9c9a322fe":[1,0,2,68,0],
-"classop_1_1_w_hand_detector_from_txt.html":[1,0,2,69],
-"classop_1_1_w_hand_detector_from_txt.html#a01a5f73b0a8a1b8998937e7ba3d747a3":[1,0,2,69,0],
-"classop_1_1_w_hand_detector_from_txt.html#a51ebff94734350463fcf507a84eeefdc":[1,0,2,69,2],
-"classop_1_1_w_hand_detector_from_txt.html#acd7d37555c09a58dc660811724930276":[1,0,2,69,1],
-"classop_1_1_w_hand_detector_tracking.html":[1,0,2,70],
-"classop_1_1_w_hand_detector_tracking.html#a20ef6206194a873c2cfa7fe13d905d92":[1,0,2,70,1],
-"classop_1_1_w_hand_detector_tracking.html#a7c849c5a423ffc150c6a4aee9055d34e":[1,0,2,70,2],
-"classop_1_1_w_hand_detector_tracking.html#ad2a5ac720f4ed651f4cf5e42d21c05dd":[1,0,2,70,0],
-"classop_1_1_w_hand_detector_update.html":[1,0,2,71],
-"classop_1_1_w_hand_detector_update.html#a729aaa628e4f4c24e7cb9afca1cdc761":[1,0,2,71,1],
-"classop_1_1_w_hand_detector_update.html#abd8b56fbfbd2a619a4f37d148592f61b":[1,0,2,71,0],
-"classop_1_1_w_hand_detector_update.html#af9287dc0a3c67abd35974c1c74614f3c":[1,0,2,71,2],
-"classop_1_1_w_hand_extractor.html":[1,0,2,72],
-"classop_1_1_w_hand_extractor.html#a4cadfafe08e816e69a91fe7c51dad0b0":[1,0,2,72,2],
-"classop_1_1_w_hand_extractor.html#a6fbef214cc89b07ba163ad874c8442af":[1,0,2,72,1],
-"classop_1_1_w_hand_extractor.html#a9096e2d826133036c223286c6bc97453":[1,0,2,72,0],
-"classop_1_1_w_hand_renderer.html":[1,0,2,73],
-"classop_1_1_w_hand_renderer.html#a2ee88145b38fea1a6a2bb7987a33bd40":[1,0,2,73,1],
-"classop_1_1_w_hand_renderer.html#a30121b55c601aed3644996d010b6bf8c":[1,0,2,73,0],
-"classop_1_1_w_hand_renderer.html#ad178e8d413b3b15edc53625e1f5119d7":[1,0,2,73,2],
-"classop_1_1_w_hand_saver.html":[1,0,2,48],
-"classop_1_1_w_hand_saver.html#aa234a68d1cc7ec97fefbf30239149baa":[1,0,2,48,1],
-"classop_1_1_w_hand_saver.html#ab41ecc429abfe0a1424facd6ee4acd1f":[1,0,2,48,0],
-"classop_1_1_w_hand_saver.html#afc3976b394070927b9396163137317e5":[1,0,2,48,2],
-"classop_1_1_w_heat_map_saver.html":[1,0,2,49],
-"classop_1_1_w_heat_map_saver.html#a20e82b121a580c578f69cbb0401c4cb0":[1,0,2,49,1],
-"classop_1_1_w_heat_map_saver.html#a5b72d5f3bcbdacb26ba440b80eef0109":[1,0,2,49,0],
-"classop_1_1_w_heat_map_saver.html#a5fd729a47f0cdbe94001219f971f8f51":[1,0,2,49,2],
+"classop_1_1_w_face_detector.html":[1,0,2,33],
+"classop_1_1_w_face_detector.html#a721ced99378516c04cb3cff296cc274a":[1,0,2,33,2],
+"classop_1_1_w_face_detector.html#a77355426bc59b212a8eb1730ff6289f3":[1,0,2,33,0],
+"classop_1_1_w_face_detector.html#afaca53a669f0cd43103f7317aded75d3":[1,0,2,33,1],
+"classop_1_1_w_face_detector_open_c_v.html":[1,0,2,34],
+"classop_1_1_w_face_detector_open_c_v.html#a4d3a4a29bcb7b8c141ae1917634ca4c9":[1,0,2,34,2],
+"classop_1_1_w_face_detector_open_c_v.html#a8c765201f0cc9440f8d172c8d8c76a62":[1,0,2,34,0],
+"classop_1_1_w_face_detector_open_c_v.html#ad7dce5824ba32bc07d2474c20b23e62d":[1,0,2,34,1],
+"classop_1_1_w_face_extractor.html":[1,0,2,35],
+"classop_1_1_w_face_extractor.html#a16522778f67bc544867929f5a4357934":[1,0,2,35,2],
+"classop_1_1_w_face_extractor.html#a65082b800f738413b1e76141487266dd":[1,0,2,35,0],
+"classop_1_1_w_face_extractor.html#aee8f96a5ce0080db31fe20ae202e59a5":[1,0,2,35,1],
+"classop_1_1_w_face_renderer.html":[1,0,2,36],
+"classop_1_1_w_face_renderer.html#a51e2a661867adee200f5c4029a585e5d":[1,0,2,36,0],
+"classop_1_1_w_face_renderer.html#a7b72c70dc02c9209d84992caad6ad7d0":[1,0,2,36,1],
+"classop_1_1_w_face_renderer.html#aa52166ea2d5e0f201c94d5c4fe74216e":[1,0,2,36,2],
+"classop_1_1_w_face_saver.html":[1,0,2,46],
+"classop_1_1_w_face_saver.html#a026bfad8cd9e0d1289a1db473cef34a0":[1,0,2,46,2],
+"classop_1_1_w_face_saver.html#a5dc60ede4b88594d59ece4ce3e4683d6":[1,0,2,46,0],
+"classop_1_1_w_face_saver.html#ae8401789881462eb8438c65e9d2d3fb2":[1,0,2,46,1],
+"classop_1_1_w_gui.html":[1,0,2,57],
+"classop_1_1_w_gui.html#a4e4db210b87f78cc1238dd3ab2bedaa4":[1,0,2,57,1],
+"classop_1_1_w_gui.html#a4e7d3f5b3ddaf02109738b4348250611":[1,0,2,57,0],
+"classop_1_1_w_gui.html#a664e1f76211510e38b8d5f5bed37ffcb":[1,0,2,57,2],
+"classop_1_1_w_gui3_d.html":[1,0,2,58],
+"classop_1_1_w_gui3_d.html#a7da4f85892e0d7d9e105c6d471a706a3":[1,0,2,58,1],
+"classop_1_1_w_gui3_d.html#ab61a31574460ff87efa99ed7362474ed":[1,0,2,58,0],
+"classop_1_1_w_gui3_d.html#afe019cff8fd5ed2f59f59d886de7473a":[1,0,2,58,2],
+"classop_1_1_w_gui_info_adder.html":[1,0,2,59],
+"classop_1_1_w_gui_info_adder.html#a0b2c539b72ef09106ab0306dc88c5ac5":[1,0,2,59,0],
+"classop_1_1_w_gui_info_adder.html#ae620275d6570fd5c74f33728cd340217":[1,0,2,59,1],
+"classop_1_1_w_gui_info_adder.html#ae90a68c6ef7b4f45595a020efd232612":[1,0,2,59,2],
+"classop_1_1_w_hand_detector.html":[1,0,2,67],
+"classop_1_1_w_hand_detector.html#a5c29c944205ee0727f76c282ef55ae52":[1,0,2,67,1],
+"classop_1_1_w_hand_detector.html#aa82ef40fad1d343b5856b41ec4dbcd5c":[1,0,2,67,2],
+"classop_1_1_w_hand_detector.html#ac44b474c7d8bd4876e32ceb9c9a322fe":[1,0,2,67,0],
+"classop_1_1_w_hand_detector_from_txt.html":[1,0,2,68],
+"classop_1_1_w_hand_detector_from_txt.html#a01a5f73b0a8a1b8998937e7ba3d747a3":[1,0,2,68,0],
+"classop_1_1_w_hand_detector_from_txt.html#a51ebff94734350463fcf507a84eeefdc":[1,0,2,68,2],
+"classop_1_1_w_hand_detector_from_txt.html#acd7d37555c09a58dc660811724930276":[1,0,2,68,1],
+"classop_1_1_w_hand_detector_tracking.html":[1,0,2,69],
+"classop_1_1_w_hand_detector_tracking.html#a20ef6206194a873c2cfa7fe13d905d92":[1,0,2,69,1],
+"classop_1_1_w_hand_detector_tracking.html#a7c849c5a423ffc150c6a4aee9055d34e":[1,0,2,69,2],
+"classop_1_1_w_hand_detector_tracking.html#ad2a5ac720f4ed651f4cf5e42d21c05dd":[1,0,2,69,0],
+"classop_1_1_w_hand_detector_update.html":[1,0,2,70],
+"classop_1_1_w_hand_detector_update.html#a729aaa628e4f4c24e7cb9afca1cdc761":[1,0,2,70,1],
+"classop_1_1_w_hand_detector_update.html#abd8b56fbfbd2a619a4f37d148592f61b":[1,0,2,70,0],
+"classop_1_1_w_hand_detector_update.html#af9287dc0a3c67abd35974c1c74614f3c":[1,0,2,70,2],
+"classop_1_1_w_hand_extractor.html":[1,0,2,71],
+"classop_1_1_w_hand_extractor.html#a4cadfafe08e816e69a91fe7c51dad0b0":[1,0,2,71,2],
+"classop_1_1_w_hand_extractor.html#a6fbef214cc89b07ba163ad874c8442af":[1,0,2,71,1],
+"classop_1_1_w_hand_extractor.html#a9096e2d826133036c223286c6bc97453":[1,0,2,71,0],
+"classop_1_1_w_hand_renderer.html":[1,0,2,72],
+"classop_1_1_w_hand_renderer.html#a2ee88145b38fea1a6a2bb7987a33bd40":[1,0,2,72,1],
+"classop_1_1_w_hand_renderer.html#a30121b55c601aed3644996d010b6bf8c":[1,0,2,72,0],
+"classop_1_1_w_hand_renderer.html#ad178e8d413b3b15edc53625e1f5119d7":[1,0,2,72,2],
+"classop_1_1_w_hand_saver.html":[1,0,2,47],
+"classop_1_1_w_hand_saver.html#aa234a68d1cc7ec97fefbf30239149baa":[1,0,2,47,1],
+"classop_1_1_w_hand_saver.html#ab41ecc429abfe0a1424facd6ee4acd1f":[1,0,2,47,0],
+"classop_1_1_w_hand_saver.html#afc3976b394070927b9396163137317e5":[1,0,2,47,2],
+"classop_1_1_w_heat_map_saver.html":[1,0,2,48],
+"classop_1_1_w_heat_map_saver.html#a20e82b121a580c578f69cbb0401c4cb0":[1,0,2,48,1],
+"classop_1_1_w_heat_map_saver.html#a5b72d5f3bcbdacb26ba440b80eef0109":[1,0,2,48,0],
+"classop_1_1_w_heat_map_saver.html#a5fd729a47f0cdbe94001219f971f8f51":[1,0,2,48,2],
"classop_1_1_w_id_generator.html":[1,0,2,100],
"classop_1_1_w_id_generator.html#a03bd005cf88749702fb8a29c20d4cb91":[1,0,2,100,2],
"classop_1_1_w_id_generator.html#a50a1b7929810daae87ee6443c659edad":[1,0,2,100,1],
"classop_1_1_w_id_generator.html#a6112733ee0b537d4d91191f93f0a84f8":[1,0,2,100,0],
-"classop_1_1_w_image_saver.html":[1,0,2,50],
-"classop_1_1_w_image_saver.html#a11add012ee88b64a4f36d3f63cb65ee0":[1,0,2,50,0],
-"classop_1_1_w_image_saver.html#a198bbfcf625354ddda419e0121d0cb33":[1,0,2,50,2],
-"classop_1_1_w_image_saver.html#a78655ea3d4dac28bdf7e2e4a80b5a337":[1,0,2,50,1],
+"classop_1_1_w_image_saver.html":[1,0,2,49],
+"classop_1_1_w_image_saver.html#a11add012ee88b64a4f36d3f63cb65ee0":[1,0,2,49,0],
+"classop_1_1_w_image_saver.html#a198bbfcf625354ddda419e0121d0cb33":[1,0,2,49,2],
+"classop_1_1_w_image_saver.html#a78655ea3d4dac28bdf7e2e4a80b5a337":[1,0,2,49,1],
"classop_1_1_w_keep_top_n_people.html":[1,0,2,20],
"classop_1_1_w_keep_top_n_people.html#a56371016b6fe1fbacdba8d558685719b":[1,0,2,20,1],
"classop_1_1_w_keep_top_n_people.html#a5928a091e0990706ab2ea5e5e07629dd":[1,0,2,20,2],
@@ -101,26 +108,26 @@ var NAVTREEINDEX2 =
"classop_1_1_w_op_output_to_cv_mat.html#a6f632a83de4cdc731c3f52d1541060f3":[1,0,2,22,0],
"classop_1_1_w_op_output_to_cv_mat.html#adea2e8b1d33e6c091640c7d904dac7cd":[1,0,2,22,1],
"classop_1_1_w_op_output_to_cv_mat.html#ae3fc21569d56a648c606b23fcc016349":[1,0,2,22,2],
-"classop_1_1_w_people_json_saver.html":[1,0,2,51],
-"classop_1_1_w_people_json_saver.html#a5d4239596a996723a20a1031d32c7446":[1,0,2,51,1],
-"classop_1_1_w_people_json_saver.html#ac12dfe8c1414ec36ace474ecbf148f67":[1,0,2,51,0],
-"classop_1_1_w_people_json_saver.html#af874a16a06a9a3452a0e3792ac15647e":[1,0,2,51,2],
-"classop_1_1_w_person_id_extractor.html":[1,0,2,26],
-"classop_1_1_w_person_id_extractor.html#a3906beb17be6ef09d4e7734face4ebf1":[1,0,2,26,0],
-"classop_1_1_w_person_id_extractor.html#a4066bf1c8cad753c74de1ceabdd76505":[1,0,2,26,2],
-"classop_1_1_w_person_id_extractor.html#a72b888875be18eb3fc8d0a8c267630de":[1,0,2,26,1],
-"classop_1_1_w_pose_extractor.html":[1,0,2,80],
-"classop_1_1_w_pose_extractor.html#a9b621ed9915da9bf3cce49db547de9e6":[1,0,2,80,1],
-"classop_1_1_w_pose_extractor.html#ae0f02aaefccab05bbbd919dd7a9e0f61":[1,0,2,80,2],
-"classop_1_1_w_pose_extractor.html#ae85b1ec41bf47dcf1aed7bdae1d91915":[1,0,2,80,0],
-"classop_1_1_w_pose_renderer.html":[1,0,2,81],
-"classop_1_1_w_pose_renderer.html#a10b1631d78d8270ed2a16e538b30eb76":[1,0,2,81,2],
-"classop_1_1_w_pose_renderer.html#aba989a73cef9a807879ad2196725c61c":[1,0,2,81,1],
-"classop_1_1_w_pose_renderer.html#ae74189143175b89ccd36662cec4de72e":[1,0,2,81,0],
-"classop_1_1_w_pose_saver.html":[1,0,2,52],
-"classop_1_1_w_pose_saver.html#a039027281498168b57df8dfeefd82cd8":[1,0,2,52,2],
-"classop_1_1_w_pose_saver.html#a4f0774832e12389593361186f1b83128":[1,0,2,52,1],
-"classop_1_1_w_pose_saver.html#aa9dd0f4649c9e8efef10201caf9e4cfd":[1,0,2,52,0],
+"classop_1_1_w_people_json_saver.html":[1,0,2,50],
+"classop_1_1_w_people_json_saver.html#a5d4239596a996723a20a1031d32c7446":[1,0,2,50,1],
+"classop_1_1_w_people_json_saver.html#ac12dfe8c1414ec36ace474ecbf148f67":[1,0,2,50,0],
+"classop_1_1_w_people_json_saver.html#af874a16a06a9a3452a0e3792ac15647e":[1,0,2,50,2],
+"classop_1_1_w_person_id_extractor.html":[1,0,2,25],
+"classop_1_1_w_person_id_extractor.html#a3906beb17be6ef09d4e7734face4ebf1":[1,0,2,25,0],
+"classop_1_1_w_person_id_extractor.html#a4066bf1c8cad753c74de1ceabdd76505":[1,0,2,25,2],
+"classop_1_1_w_person_id_extractor.html#a72b888875be18eb3fc8d0a8c267630de":[1,0,2,25,1],
+"classop_1_1_w_pose_extractor.html":[1,0,2,79],
+"classop_1_1_w_pose_extractor.html#a9b621ed9915da9bf3cce49db547de9e6":[1,0,2,79,1],
+"classop_1_1_w_pose_extractor.html#ae0f02aaefccab05bbbd919dd7a9e0f61":[1,0,2,79,2],
+"classop_1_1_w_pose_extractor.html#ae85b1ec41bf47dcf1aed7bdae1d91915":[1,0,2,79,0],
+"classop_1_1_w_pose_renderer.html":[1,0,2,80],
+"classop_1_1_w_pose_renderer.html#a10b1631d78d8270ed2a16e538b30eb76":[1,0,2,80,2],
+"classop_1_1_w_pose_renderer.html#aba989a73cef9a807879ad2196725c61c":[1,0,2,80,1],
+"classop_1_1_w_pose_renderer.html#ae74189143175b89ccd36662cec4de72e":[1,0,2,80,0],
+"classop_1_1_w_pose_saver.html":[1,0,2,51],
+"classop_1_1_w_pose_saver.html#a039027281498168b57df8dfeefd82cd8":[1,0,2,51,2],
+"classop_1_1_w_pose_saver.html#a4f0774832e12389593361186f1b83128":[1,0,2,51,1],
+"classop_1_1_w_pose_saver.html#aa9dd0f4649c9e8efef10201caf9e4cfd":[1,0,2,51,0],
"classop_1_1_w_pose_triangulation.html":[1,0,2,0],
"classop_1_1_w_pose_triangulation.html#a202252a219701add862251f1761e238c":[1,0,2,0,0],
"classop_1_1_w_pose_triangulation.html#a495b29e03933d750827acc0531c72c78":[1,0,2,0,2],
@@ -134,15 +141,16 @@ var NAVTREEINDEX2 =
"classop_1_1_w_scale_and_size_extractor.html#a8e6ef291bd809987f06fbb1cc2173b0f":[1,0,2,23,0],
"classop_1_1_w_scale_and_size_extractor.html#ac1203ef395a836b13f5586432f284c41":[1,0,2,23,1],
"classop_1_1_w_scale_and_size_extractor.html#afddf54d061dc5325e78252a3bba482b9":[1,0,2,23,2],
-"classop_1_1_w_video_saver.html":[1,0,2,53],
-"classop_1_1_w_video_saver.html#a04dc4e6f039d047a0da6f94283c145d9":[1,0,2,53,0],
-"classop_1_1_w_video_saver.html#a40bcb8ccf137c6cbee3ca31e6cc3bfbf":[1,0,2,53,2],
-"classop_1_1_w_video_saver.html#ada90f76b28e4bafe9c8ecbb9bcbb2d14":[1,0,2,53,1],
+"classop_1_1_w_video_saver.html":[1,0,2,52],
+"classop_1_1_w_video_saver.html#a04dc4e6f039d047a0da6f94283c145d9":[1,0,2,52,0],
+"classop_1_1_w_video_saver.html#a40bcb8ccf137c6cbee3ca31e6cc3bfbf":[1,0,2,52,2],
+"classop_1_1_w_video_saver.html#ada90f76b28e4bafe9c8ecbb9bcbb2d14":[1,0,2,52,1],
"classop_1_1_webcam_reader.html":[1,0,2,89],
-"classop_1_1_webcam_reader.html#a31fa72f65d40416e812ad72d43b43649":[1,0,2,89,3],
+"classop_1_1_webcam_reader.html#a31fa72f65d40416e812ad72d43b43649":[1,0,2,89,4],
"classop_1_1_webcam_reader.html#a38ccbdf61f21fba0694362077cb6bdb1":[1,0,2,89,2],
"classop_1_1_webcam_reader.html#a71212bd9e00be96b09650e86d465b42c":[1,0,2,89,1],
-"classop_1_1_webcam_reader.html#ae66b26829cc2d6e3f02109d4431a7bc2":[1,0,2,89,4],
+"classop_1_1_webcam_reader.html#ae66b26829cc2d6e3f02109d4431a7bc2":[1,0,2,89,5],
+"classop_1_1_webcam_reader.html#afbad75f82bf39bfd503bbc8bd881592d":[1,0,2,89,3],
"classop_1_1_webcam_reader.html#afbfa9ebf32ab1c95f0378b49fce0df35":[1,0,2,89,0],
"classop_1_1_worker.html":[1,0,2,101],
"classop_1_1_worker.html#a3f7c86ab1c4ce15c0f0ef12a1d4647e0":[1,0,2,101,4],
@@ -233,21 +241,13 @@ var NAVTREEINDEX2 =
"dir_4506be49ee7fb2593b2eb7f8b65ab365.html":[2,0,0,0,6],
"dir_5e264839c35dab04bf5009e4b1c2721d.html":[2,0,0,0,11],
"dir_656bab9d729ebd6e2f5fd290e8e58c67.html":[2,0,0,0,12],
-"dir_6905540930e2894785a7f1c5aa3bda2e.html":[2,0,0,0,2,0],
"dir_7f012205977c6890af7afa3b7477c2d1.html":[2,0,0],
-"dir_811fac311eed76aeb4070c1afd4abeac.html":[2,0,0,0,2,2],
+"dir_811fac311eed76aeb4070c1afd4abeac.html":[2,0,0,0,2,1],
"dir_b2e62255944e9e5a8b460230324e9449.html":[2,0,0,0,9],
"dir_d6e567c8390b6a30c30307f931e28950.html":[2,0,0,0,1],
"dir_da8f0331eb5f441599a7c56ee4b45b7a.html":[2,0,0,0,4],
-"dir_dacb83de4055df6541fe915266a25b23.html":[2,0,0,0,2,1],
+"dir_dacb83de4055df6541fe915266a25b23.html":[2,0,0,0,2,0],
"dir_e6a46dbf99f5b50e7fc745799cfa5168.html":[2,0,0,0,7],
"dir_f405bd8e18e06aa171eb4c66f2ad61ec.html":[2,0,0,0,3],
-"dir_fb1fa93424b14541859dcbe39f791178.html":[2,0,0,0,8],
-"error_and_log_8hpp.html":[2,0,0,0,11,2],
-"error_and_log_8hpp.html#a42d364d9fbd1a719341bd7187d97cf18":[2,0,0,0,11,2,4],
-"error_and_log_8hpp.html#a4eb991aa18818196d35c66455a437a32":[2,0,0,0,11,2,2],
-"error_and_log_8hpp.html#a5f092bd36c716a894cb035e1ead2aca3":[2,0,0,0,11,2,3],
-"error_and_log_8hpp.html#a9912b2bfa3dbe427b4e72dd34c605df2":[2,0,0,0,11,2,5],
-"error_and_log_8hpp.html#ad671f60788fdc2f4a04beda1dc3728c5":[2,0,0,0,11,2,6],
-"error_and_log_8hpp.html#af548fe1a2ad2b392a25afe9b0b87b8dd":[2,0,0,0,11,2,7]
+"dir_fb1fa93424b14541859dcbe39f791178.html":[2,0,0,0,8]
};
diff --git a/html/navtreeindex3.js b/html/navtreeindex3.js
index 0b3b118a..6bb76256 100644
--- a/html/navtreeindex3.js
+++ b/html/navtreeindex3.js
@@ -1,14 +1,19 @@
var NAVTREEINDEX3 =
{
+"error_and_log_8hpp.html":[2,0,0,0,11,2],
+"error_and_log_8hpp.html#a42d364d9fbd1a719341bd7187d97cf18":[2,0,0,0,11,2,4],
+"error_and_log_8hpp.html#a4eb991aa18818196d35c66455a437a32":[2,0,0,0,11,2,2],
+"error_and_log_8hpp.html#a5f092bd36c716a894cb035e1ead2aca3":[2,0,0,0,11,2,3],
+"error_and_log_8hpp.html#a9912b2bfa3dbe427b4e72dd34c605df2":[2,0,0,0,11,2,5],
+"error_and_log_8hpp.html#ad671f60788fdc2f4a04beda1dc3728c5":[2,0,0,0,11,2,6],
+"error_and_log_8hpp.html#af548fe1a2ad2b392a25afe9b0b87b8dd":[2,0,0,0,11,2,7],
"error_and_log_8hpp_source.html":[2,0,0,0,11,2],
-"experimental_23d_2headers_8hpp.html":[2,0,0,0,2,0,2],
-"experimental_23d_2headers_8hpp_source.html":[2,0,0,0,2,0,2],
-"experimental_2headers_8hpp.html":[2,0,0,0,2,3],
-"experimental_2headers_8hpp_source.html":[2,0,0,0,2,3],
-"experimental_2producer_2headers_8hpp.html":[2,0,0,0,2,1,0],
-"experimental_2producer_2headers_8hpp_source.html":[2,0,0,0,2,1,0],
-"experimental_2tracking_2headers_8hpp.html":[2,0,0,0,2,2,0],
-"experimental_2tracking_2headers_8hpp_source.html":[2,0,0,0,2,2,0],
+"experimental_2headers_8hpp.html":[2,0,0,0,2,2],
+"experimental_2headers_8hpp_source.html":[2,0,0,0,2,2],
+"experimental_2producer_2headers_8hpp.html":[2,0,0,0,2,0,0],
+"experimental_2producer_2headers_8hpp_source.html":[2,0,0,0,2,0,0],
+"experimental_2tracking_2headers_8hpp.html":[2,0,0,0,2,1,0],
+"experimental_2tracking_2headers_8hpp_source.html":[2,0,0,0,2,1,0],
"face_2headers_8hpp.html":[2,0,0,0,3,8],
"face_2headers_8hpp_source.html":[2,0,0,0,3,8],
"face_cpu_renderer_8hpp.html":[2,0,0,0,3,0],
@@ -91,19 +96,18 @@ var NAVTREEINDEX3 =
"filestream_2headers_8hpp.html":[2,0,0,0,4,4],
"filestream_2headers_8hpp_source.html":[2,0,0,0,4,4],
"flags_to_open_pose_8hpp.html":[2,0,0,0,11,5],
-"flags_to_open_pose_8hpp.html#a1fbdd7c33f90d0237582c9441162a7d8":[2,0,0,0,11,5,7],
-"flags_to_open_pose_8hpp.html#a266801b568c885ef280c41ea82f3871f":[2,0,0,0,11,5,5],
-"flags_to_open_pose_8hpp.html#a4526c07c6dafe2a5e3437b66d20a6dd3":[2,0,0,0,11,5,8],
+"flags_to_open_pose_8hpp.html#a1fbdd7c33f90d0237582c9441162a7d8":[2,0,0,0,11,5,6],
+"flags_to_open_pose_8hpp.html#a4526c07c6dafe2a5e3437b66d20a6dd3":[2,0,0,0,11,5,7],
+"flags_to_open_pose_8hpp.html#a65ef62dc08ec0a13e3acb330535f9e8e":[2,0,0,0,11,5,5],
"flags_to_open_pose_8hpp.html#a7961cb2fd04f59cbcd40df5872f12fd7":[2,0,0,0,11,5,3],
"flags_to_open_pose_8hpp.html#aa4a6fee7ba2cc543739477e9c1d64136":[2,0,0,0,11,5,2],
-"flags_to_open_pose_8hpp.html#abaa63fe1bf09e04dfdee3c23e0debde9":[2,0,0,0,11,5,6],
-"flags_to_open_pose_8hpp.html#ac3bebe88bedbd7785d48159c8e3f0515":[2,0,0,0,11,5,9],
+"flags_to_open_pose_8hpp.html#ac3bebe88bedbd7785d48159c8e3f0515":[2,0,0,0,11,5,8],
"flags_to_open_pose_8hpp.html#ad3b02ca66d11f4129372f4a9f98c6437":[2,0,0,0,11,5,1],
"flags_to_open_pose_8hpp.html#aed592469f254f31c2356d4628f75aaea":[2,0,0,0,11,5,4],
"flags_to_open_pose_8hpp.html#afdf2dd76cbae54789a139d9415790f82":[2,0,0,0,11,5,0],
"flags_to_open_pose_8hpp_source.html":[2,0,0,0,11,5],
-"flir_reader_8hpp.html":[2,0,0,0,2,0,1],
-"flir_reader_8hpp_source.html":[2,0,0,0,2,0,1],
+"flir_reader_8hpp.html":[2,0,0,0,9,2],
+"flir_reader_8hpp_source.html":[2,0,0,0,9,2],
"frame_displayer_8hpp.html":[2,0,0,0,6,1],
"frame_displayer_8hpp_source.html":[2,0,0,0,6,1],
"functions.html":[1,3,0],
@@ -232,22 +236,18 @@ var NAVTREEINDEX3 =
"heat_map_saver_8hpp.html":[2,0,0,0,4,5],
"heat_map_saver_8hpp_source.html":[2,0,0,0,4,5],
"hierarchy.html":[1,2],
-"image_directory_reader_8hpp.html":[2,0,0,0,9,3],
-"image_directory_reader_8hpp_source.html":[2,0,0,0,9,3],
+"image_directory_reader_8hpp.html":[2,0,0,0,9,4],
+"image_directory_reader_8hpp_source.html":[2,0,0,0,9,4],
"image_saver_8hpp.html":[2,0,0,0,4,6],
"image_saver_8hpp_source.html":[2,0,0,0,4,6],
"index.html":[],
-"ip_camera_reader_8hpp.html":[2,0,0,0,9,4],
-"ip_camera_reader_8hpp_source.html":[2,0,0,0,9,4],
+"ip_camera_reader_8hpp.html":[2,0,0,0,9,5],
+"ip_camera_reader_8hpp_source.html":[2,0,0,0,9,5],
"json_ofstream_8hpp.html":[2,0,0,0,4,7],
"json_ofstream_8hpp_source.html":[2,0,0,0,4,7],
"keep_top_n_people_8hpp.html":[2,0,0,0,1,8],
"keep_top_n_people_8hpp_source.html":[2,0,0,0,1,8],
"keypoint_8hpp.html":[2,0,0,0,11,7],
"keypoint_8hpp.html#a07d0092a7c9ce5130cd26a7bbba927e9":[2,0,0,0,11,7,6],
-"keypoint_8hpp.html#a0d3788b482df5017c8214d4f8cdaf660":[2,0,0,0,11,7,7],
-"keypoint_8hpp.html#a1c6d17a9f442da1795540e2d1023129c":[2,0,0,0,11,7,9],
-"keypoint_8hpp.html#a22864d3d38f8020596d921951cf67750":[2,0,0,0,11,7,2],
-"keypoint_8hpp.html#a29e26ec36e2ca8b8e0b7b6180f9315e3":[2,0,0,0,11,7,1],
-"keypoint_8hpp.html#a5333b783eb8c9dbd4295d472a0dd44a4":[2,0,0,0,11,7,0]
+"keypoint_8hpp.html#a0d3788b482df5017c8214d4f8cdaf660":[2,0,0,0,11,7,7]
};
diff --git a/html/navtreeindex4.js b/html/navtreeindex4.js
index f011c073..6059743c 100644
--- a/html/navtreeindex4.js
+++ b/html/navtreeindex4.js
@@ -1,5 +1,9 @@
var NAVTREEINDEX4 =
{
+"keypoint_8hpp.html#a1c6d17a9f442da1795540e2d1023129c":[2,0,0,0,11,7,9],
+"keypoint_8hpp.html#a22864d3d38f8020596d921951cf67750":[2,0,0,0,11,7,2],
+"keypoint_8hpp.html#a29e26ec36e2ca8b8e0b7b6180f9315e3":[2,0,0,0,11,7,1],
+"keypoint_8hpp.html#a5333b783eb8c9dbd4295d472a0dd44a4":[2,0,0,0,11,7,0],
"keypoint_8hpp.html#a88b83fabe52c73ed5c4f131c4ce75651":[2,0,0,0,11,7,3],
"keypoint_8hpp.html#aa2cc07e56f471c5e1d5f228c70ce6a05":[2,0,0,0,11,7,4],
"keypoint_8hpp.html#afb230634bc4a07f84ca91ebaf13e385f":[2,0,0,0,11,7,5],
@@ -30,12 +34,12 @@ var NAVTREEINDEX4 =
"maximum_base_8hpp_source.html":[2,0,0,0,1,11],
"maximum_caffe_8hpp.html":[2,0,0,0,1,12],
"maximum_caffe_8hpp_source.html":[2,0,0,0,1,12],
-"namespaceboost.html":[1,0,0],
"namespaceboost.html":[0,0,0],
+"namespaceboost.html":[1,0,0],
"namespacecaffe.html":[1,0,1],
"namespacecaffe.html":[0,0,1],
-"namespacemembers.html":[0,1,0,0],
"namespacemembers.html":[0,1,0],
+"namespacemembers.html":[0,1,0,0],
"namespacemembers_b.html":[0,1,0,1],
"namespacemembers_c.html":[0,1,0,2],
"namespacemembers_d.html":[0,1,0,3],
@@ -89,8 +93,8 @@ var NAVTREEINDEX4 =
"pages.html":[],
"people_json_saver_8hpp.html":[2,0,0,0,4,9],
"people_json_saver_8hpp_source.html":[2,0,0,0,4,9],
-"person_id_extractor_8hpp.html":[2,0,0,0,2,2,1],
-"person_id_extractor_8hpp_source.html":[2,0,0,0,2,2,1],
+"person_id_extractor_8hpp.html":[2,0,0,0,2,1,1],
+"person_id_extractor_8hpp_source.html":[2,0,0,0,2,1,1],
"point_8hpp.html":[2,0,0,0,1,18],
"point_8hpp_source.html":[2,0,0,0,1,18],
"pointer_container_8hpp.html":[2,0,0,0,11,9],
@@ -171,19 +175,20 @@ var NAVTREEINDEX4 =
"pose_parameters_render_8hpp_source.html":[2,0,0,0,8,9],
"pose_renderer_8hpp.html":[2,0,0,0,8,10],
"pose_renderer_8hpp_source.html":[2,0,0,0,8,10],
-"pose_triangulation_8hpp.html":[2,0,0,0,0,1],
-"pose_triangulation_8hpp.html#aebaf536d172c504ac2bdd3e9f7bcf6fb":[2,0,0,0,0,1,0],
-"pose_triangulation_8hpp_source.html":[2,0,0,0,0,1],
+"pose_triangulation_8hpp.html":[2,0,0,0,0,2],
+"pose_triangulation_8hpp.html#aebaf536d172c504ac2bdd3e9f7bcf6fb":[2,0,0,0,0,2,0],
+"pose_triangulation_8hpp_source.html":[2,0,0,0,0,2],
"priority_queue_8hpp.html":[2,0,0,0,10,2],
"priority_queue_8hpp.html#aa65c081c13e0d0453938a3c41d04dc49":[2,0,0,0,10,2,1],
"priority_queue_8hpp_source.html":[2,0,0,0,10,2],
"producer_2enum_classes_8hpp.html":[2,0,0,0,9,1],
"producer_2enum_classes_8hpp.html#a54b73745852c270cfd891eed0f6f2332":[2,0,0,0,9,1,2],
-"producer_2enum_classes_8hpp.html#a54b73745852c270cfd891eed0f6f2332a34e2d1989a1dbf75cd631596133ee5ee":[2,0,0,0,9,1,2,2],
-"producer_2enum_classes_8hpp.html#a54b73745852c270cfd891eed0f6f2332a54a365e86ee42cff91ca36532c9bbabf":[2,0,0,0,9,1,2,0],
-"producer_2enum_classes_8hpp.html#a54b73745852c270cfd891eed0f6f2332a6adf97f83acf6453d4a6a4b1070f3754":[2,0,0,0,9,1,2,4],
-"producer_2enum_classes_8hpp.html#a54b73745852c270cfd891eed0f6f2332ae2faa2a74b6a4134d0b3e84c7c0e2a01":[2,0,0,0,9,1,2,3],
-"producer_2enum_classes_8hpp.html#a54b73745852c270cfd891eed0f6f2332af40a40a04a078c4449cda2f326d7fb18":[2,0,0,0,9,1,2,1],
+"producer_2enum_classes_8hpp.html#a54b73745852c270cfd891eed0f6f2332a34e2d1989a1dbf75cd631596133ee5ee":[2,0,0,0,9,1,2,3],
+"producer_2enum_classes_8hpp.html#a54b73745852c270cfd891eed0f6f2332a54a365e86ee42cff91ca36532c9bbabf":[2,0,0,0,9,1,2,1],
+"producer_2enum_classes_8hpp.html#a54b73745852c270cfd891eed0f6f2332a6adf97f83acf6453d4a6a4b1070f3754":[2,0,0,0,9,1,2,5],
+"producer_2enum_classes_8hpp.html#a54b73745852c270cfd891eed0f6f2332ae2faa2a74b6a4134d0b3e84c7c0e2a01":[2,0,0,0,9,1,2,4],
+"producer_2enum_classes_8hpp.html#a54b73745852c270cfd891eed0f6f2332af40a40a04a078c4449cda2f326d7fb18":[2,0,0,0,9,1,2,2],
+"producer_2enum_classes_8hpp.html#a54b73745852c270cfd891eed0f6f2332af436d4d7a472ac39a7cb227e3ea24f8d":[2,0,0,0,9,1,2,0],
"producer_2enum_classes_8hpp.html#abc501c56c6cf6cf1989c84b1692cb774":[2,0,0,0,9,1,1],
"producer_2enum_classes_8hpp.html#abc501c56c6cf6cf1989c84b1692cb774a3ebbca1b84060b0caaf823639739945d":[2,0,0,0,9,1,1,0],
"producer_2enum_classes_8hpp.html#abc501c56c6cf6cf1989c84b1692cb774a6f6cb72d544962fa333e2e34ce64f719":[2,0,0,0,9,1,1,3],
@@ -193,10 +198,10 @@ var NAVTREEINDEX4 =
"producer_2enum_classes_8hpp.html#ac0230b669b296920c0cfc41b7587268fa0123c3afc0fac5edaf8b1672cb12626c":[2,0,0,0,9,1,0,0],
"producer_2enum_classes_8hpp.html#ac0230b669b296920c0cfc41b7587268fa6bcd0f3b66e42d1aacd18d1c3b532473":[2,0,0,0,9,1,0,1],
"producer_2enum_classes_8hpp_source.html":[2,0,0,0,9,1],
-"producer_2headers_8hpp.html":[2,0,0,0,9,2],
-"producer_2headers_8hpp_source.html":[2,0,0,0,9,2],
-"producer_8hpp.html":[2,0,0,0,9,5],
-"producer_8hpp_source.html":[2,0,0,0,9,5],
+"producer_2headers_8hpp.html":[2,0,0,0,9,3],
+"producer_2headers_8hpp_source.html":[2,0,0,0,9,3],
+"producer_8hpp.html":[2,0,0,0,9,6],
+"producer_8hpp_source.html":[2,0,0,0,9,6],
"profiler_8hpp.html":[2,0,0,0,11,10],
"profiler_8hpp_source.html":[2,0,0,0,11,10],
"queue_8hpp.html":[2,0,0,0,10,3],
@@ -244,10 +249,5 @@ var NAVTREEINDEX4 =
"string_8hpp.html#ab670c693d8e4a540cfe75ce8383b6d10":[2,0,0,0,11,12,0],
"string_8hpp.html#ae80a103d8a4308bc435342b3d31404c8":[2,0,0,0,11,12,1],
"string_8hpp_source.html":[2,0,0,0,11,12],
-"structop_1_1_datum.html":[1,0,2,4],
-"structop_1_1_datum.html#a0b2c8ccac37be088524cc7c24a502c7b":[1,0,2,4,14],
-"structop_1_1_datum.html#a0b2f6955a1751fc79b107789272effad":[1,0,2,4,20],
-"structop_1_1_datum.html#a0d1f1c3d3494386e2d652268f6e17b5a":[1,0,2,4,15],
-"structop_1_1_datum.html#a0e416771f275be98c83aaff01e482a71":[1,0,2,4,37],
-"structop_1_1_datum.html#a16b968aec06e9b904751216402972e74":[1,0,2,4,3]
+"structop_1_1_datum.html":[1,0,2,4]
};
diff --git a/html/navtreeindex5.js b/html/navtreeindex5.js
index 6808ed05..526a3165 100644
--- a/html/navtreeindex5.js
+++ b/html/navtreeindex5.js
@@ -1,5 +1,10 @@
var NAVTREEINDEX5 =
{
+"structop_1_1_datum.html#a0b2c8ccac37be088524cc7c24a502c7b":[1,0,2,4,14],
+"structop_1_1_datum.html#a0b2f6955a1751fc79b107789272effad":[1,0,2,4,20],
+"structop_1_1_datum.html#a0d1f1c3d3494386e2d652268f6e17b5a":[1,0,2,4,15],
+"structop_1_1_datum.html#a0e416771f275be98c83aaff01e482a71":[1,0,2,4,37],
+"structop_1_1_datum.html#a16b968aec06e9b904751216402972e74":[1,0,2,4,3],
"structop_1_1_datum.html#a24f3bfcb0ffffeb5742eb1530bc9e367":[1,0,2,4,9],
"structop_1_1_datum.html#a27bb38102b5ebecd9b13a3619e658316":[1,0,2,4,23],
"structop_1_1_datum.html#a2d4940d8cb12d95b8588cd0280f6524c":[1,0,2,4,2],
@@ -29,8 +34,8 @@ var NAVTREEINDEX5 =
"structop_1_1_datum.html#ac734d4262a5a7892c6d4094cdd2bcc7c":[1,0,2,4,29],
"structop_1_1_datum.html#acdf94a3ee6504d8b70afffa997d52d4b":[1,0,2,4,11],
"structop_1_1_datum.html#ae0c0f33a6b75c7f47e11112dd33f23c1":[1,0,2,4,17],
-"structop_1_1_datum.html#ae2649c324c3e554fe5111fdd0b4c77b9":[1,0,2,4,13],
"structop_1_1_datum.html#ae6adcdacea12a9cfa445cf0cac1985b0":[1,0,2,4,27],
+"structop_1_1_datum.html#aeab7638276f1d9eb14847302bd0d0287":[1,0,2,4,13],
"structop_1_1_datum.html#aebd19bf50725a5cd87de1efd96f6ebfe":[1,0,2,4,18],
"structop_1_1_datum.html#aef6c478313691ab5101664c1df55aa58":[1,0,2,4,21],
"structop_1_1_datum.html#afb117821de7aff9ac3c219ef3bbc0c14":[1,0,2,4,36],
@@ -198,10 +203,10 @@ var NAVTREEINDEX5 =
"utilities_2enum_classes_8hpp_source.html":[2,0,0,0,11,1],
"utilities_2headers_8hpp.html":[2,0,0,0,11,6],
"utilities_2headers_8hpp_source.html":[2,0,0,0,11,6],
-"video_capture_reader_8hpp.html":[2,0,0,0,9,6],
-"video_capture_reader_8hpp_source.html":[2,0,0,0,9,6],
-"video_reader_8hpp.html":[2,0,0,0,9,7],
-"video_reader_8hpp_source.html":[2,0,0,0,9,7],
+"video_capture_reader_8hpp.html":[2,0,0,0,9,7],
+"video_capture_reader_8hpp_source.html":[2,0,0,0,9,7],
+"video_reader_8hpp.html":[2,0,0,0,9,8],
+"video_reader_8hpp_source.html":[2,0,0,0,9,8],
"video_saver_8hpp.html":[2,0,0,0,4,10],
"video_saver_8hpp_source.html":[2,0,0,0,4,10],
"w_coco_json_saver_8hpp.html":[2,0,0,0,4,11],
@@ -213,8 +218,8 @@ var NAVTREEINDEX5 =
"w_cv_mat_to_op_output_8hpp.html":[2,0,0,0,1,25],
"w_cv_mat_to_op_output_8hpp.html#a6d12bd1e42cfb63d2f780bed55fa01fb":[2,0,0,0,1,25,1],
"w_cv_mat_to_op_output_8hpp_source.html":[2,0,0,0,1,25],
-"w_datum_producer_8hpp.html":[2,0,0,0,9,8],
-"w_datum_producer_8hpp_source.html":[2,0,0,0,9,8],
+"w_datum_producer_8hpp.html":[2,0,0,0,9,9],
+"w_datum_producer_8hpp_source.html":[2,0,0,0,9,9],
"w_face_detector_8hpp.html":[2,0,0,0,3,10],
"w_face_detector_8hpp.html#a196f17357cd1c1bb02e24e4e8a0e6ec3":[2,0,0,0,3,10,1],
"w_face_detector_8hpp_source.html":[2,0,0,0,3,10],
@@ -244,10 +249,5 @@ var NAVTREEINDEX5 =
"w_hand_detector_8hpp_source.html":[2,0,0,0,7,10],
"w_hand_detector_from_txt_8hpp.html":[2,0,0,0,7,11],
"w_hand_detector_from_txt_8hpp.html#a767385c8d3ebe736e1752825ab4d4ea0":[2,0,0,0,7,11,1],
-"w_hand_detector_from_txt_8hpp_source.html":[2,0,0,0,7,11],
-"w_hand_detector_tracking_8hpp.html":[2,0,0,0,7,12],
-"w_hand_detector_tracking_8hpp.html#a361310c59d16e88a4d2450a80f078f01":[2,0,0,0,7,12,1],
-"w_hand_detector_tracking_8hpp_source.html":[2,0,0,0,7,12],
-"w_hand_detector_update_8hpp.html":[2,0,0,0,7,13],
-"w_hand_detector_update_8hpp.html#a5cc3f625b2644b1aade85a9458b5503a":[2,0,0,0,7,13,1]
+"w_hand_detector_from_txt_8hpp_source.html":[2,0,0,0,7,11]
};
diff --git a/html/navtreeindex6.js b/html/navtreeindex6.js
index 6bd832ff..69db3bbe 100644
--- a/html/navtreeindex6.js
+++ b/html/navtreeindex6.js
@@ -1,5 +1,10 @@
var NAVTREEINDEX6 =
{
+"w_hand_detector_tracking_8hpp.html":[2,0,0,0,7,12],
+"w_hand_detector_tracking_8hpp.html#a361310c59d16e88a4d2450a80f078f01":[2,0,0,0,7,12,1],
+"w_hand_detector_tracking_8hpp_source.html":[2,0,0,0,7,12],
+"w_hand_detector_update_8hpp.html":[2,0,0,0,7,13],
+"w_hand_detector_update_8hpp.html#a5cc3f625b2644b1aade85a9458b5503a":[2,0,0,0,7,13,1],
"w_hand_detector_update_8hpp_source.html":[2,0,0,0,7,13],
"w_hand_extractor_8hpp.html":[2,0,0,0,7,14],
"w_hand_extractor_8hpp.html#af858fa24c3fb51cfb695f4e78972f345":[2,0,0,0,7,14,1],
@@ -31,11 +36,11 @@ var NAVTREEINDEX6 =
"w_people_json_saver_8hpp.html":[2,0,0,0,4,16],
"w_people_json_saver_8hpp.html#a774871462f7fefb8cadea1e49f501e45":[2,0,0,0,4,16,1],
"w_people_json_saver_8hpp_source.html":[2,0,0,0,4,16],
-"w_people_pose_loader_8hpp.html":[2,0,0,0,2,1,1],
-"w_people_pose_loader_8hpp_source.html":[2,0,0,0,2,1,1],
-"w_person_id_extractor_8hpp.html":[2,0,0,0,2,2,2],
-"w_person_id_extractor_8hpp.html#a674a652ad38b355285417529fc050847":[2,0,0,0,2,2,2,1],
-"w_person_id_extractor_8hpp_source.html":[2,0,0,0,2,2,2],
+"w_people_pose_loader_8hpp.html":[2,0,0,0,2,0,1],
+"w_people_pose_loader_8hpp_source.html":[2,0,0,0,2,0,1],
+"w_person_id_extractor_8hpp.html":[2,0,0,0,2,1,2],
+"w_person_id_extractor_8hpp.html#a674a652ad38b355285417529fc050847":[2,0,0,0,2,1,2,1],
+"w_person_id_extractor_8hpp_source.html":[2,0,0,0,2,1,2],
"w_pose_extractor_8hpp.html":[2,0,0,0,8,12],
"w_pose_extractor_8hpp.html#a020603e3ad6326cb1dce43485157f768":[2,0,0,0,8,12,1],
"w_pose_extractor_8hpp_source.html":[2,0,0,0,8,12],
@@ -45,9 +50,9 @@ var NAVTREEINDEX6 =
"w_pose_saver_8hpp.html":[2,0,0,0,4,17],
"w_pose_saver_8hpp.html#a31ad937a2e52ea08ce925031d26616b9":[2,0,0,0,4,17,1],
"w_pose_saver_8hpp_source.html":[2,0,0,0,4,17],
-"w_pose_triangulation_8hpp.html":[2,0,0,0,0,2],
-"w_pose_triangulation_8hpp.html#a53f346232d0743f3dd0f547de1fc508f":[2,0,0,0,0,2,1],
-"w_pose_triangulation_8hpp_source.html":[2,0,0,0,0,2],
+"w_pose_triangulation_8hpp.html":[2,0,0,0,0,3],
+"w_pose_triangulation_8hpp.html#a53f346232d0743f3dd0f547de1fc508f":[2,0,0,0,0,3,1],
+"w_pose_triangulation_8hpp_source.html":[2,0,0,0,0,3],
"w_queue_orderer_8hpp.html":[2,0,0,0,10,16],
"w_queue_orderer_8hpp.html#add981a5f6a49d35cc316a54c613497f3":[2,0,0,0,10,16,1],
"w_queue_orderer_8hpp_source.html":[2,0,0,0,10,16],
@@ -57,8 +62,8 @@ var NAVTREEINDEX6 =
"w_video_saver_8hpp.html":[2,0,0,0,4,18],
"w_video_saver_8hpp.html#a49bd4106b0cd1cb81980329b06c0d2c8":[2,0,0,0,4,18,1],
"w_video_saver_8hpp_source.html":[2,0,0,0,4,18],
-"webcam_reader_8hpp.html":[2,0,0,0,9,9],
-"webcam_reader_8hpp_source.html":[2,0,0,0,9,9],
+"webcam_reader_8hpp.html":[2,0,0,0,9,10],
+"webcam_reader_8hpp_source.html":[2,0,0,0,9,10],
"worker_8hpp.html":[2,0,0,0,10,13],
"worker_8hpp.html#a5642545fda1c3bbaf60810cf0e2d2c1d":[2,0,0,0,10,13,1],
"worker_8hpp_source.html":[2,0,0,0,10,13],
diff --git a/html/pose_triangulation_8hpp_source.html b/html/pose_triangulation_8hpp_source.html
index 149faa0b..6958626e 100644
--- a/html/pose_triangulation_8hpp_source.html
+++ b/html/pose_triangulation_8hpp_source.html
@@ -113,16 +113,15 @@ $(document).ready(function(){initNavTree('pose_triangulation_8hpp_source.html','
4 #include <opencv2/core/core.hpp>
-
+
-
+
10 const std::vector<cv::Mat>& matrixEachCamera);
13 #endif // OPENPOSE_3D_POSE_TRIANGULATION_HPP
OP_API Array< float > reconstructArray(const std::vector< Array< float >> &keypointsVector, const std::vector< cv::Mat > &matrixEachCamera)
-
#define OP_API
Definition: macros.hpp:15
diff --git a/html/producer_2enum_classes_8hpp.html b/html/producer_2enum_classes_8hpp.html
index 8f491b35..f5e476b5 100644
--- a/html/producer_2enum_classes_8hpp.html
+++ b/html/producer_2enum_classes_8hpp.html
@@ -131,12 +131,13 @@ Enumerations
}
enum op::ProducerType : unsigned char {
- op::ProducerType::ImageDirectory ,
+ op::ProducerType::FlirCamera ,
+op::ProducerType::ImageDirectory ,
op::ProducerType::IPCamera ,
op::ProducerType::Video ,
-op::ProducerType::Webcam ,
- op::ProducerType::None
+ op::ProducerType::Webcam ,
+op::ProducerType::None
}
diff --git a/html/producer_2enum_classes_8hpp.js b/html/producer_2enum_classes_8hpp.js
index ee9a498b..f5d7fd62 100644
--- a/html/producer_2enum_classes_8hpp.js
+++ b/html/producer_2enum_classes_8hpp.js
@@ -11,6 +11,7 @@ var producer_2enum_classes_8hpp =
[ "Size", "producer_2enum_classes_8hpp.html#abc501c56c6cf6cf1989c84b1692cb774a6f6cb72d544962fa333e2e34ce64f719", null ]
] ],
[ "ProducerType", "producer_2enum_classes_8hpp.html#a54b73745852c270cfd891eed0f6f2332", [
+ [ "FlirCamera", "producer_2enum_classes_8hpp.html#a54b73745852c270cfd891eed0f6f2332af436d4d7a472ac39a7cb227e3ea24f8d", null ],
[ "ImageDirectory", "producer_2enum_classes_8hpp.html#a54b73745852c270cfd891eed0f6f2332a54a365e86ee42cff91ca36532c9bbabf", null ],
[ "IPCamera", "producer_2enum_classes_8hpp.html#a54b73745852c270cfd891eed0f6f2332af40a40a04a078c4449cda2f326d7fb18", null ],
[ "Video", "producer_2enum_classes_8hpp.html#a54b73745852c270cfd891eed0f6f2332a34e2d1989a1dbf75cd631596133ee5ee", null ],
diff --git a/html/producer_2enum_classes_8hpp_source.html b/html/producer_2enum_classes_8hpp_source.html
index 8cdab333..b4325bea 100644
--- a/html/producer_2enum_classes_8hpp_source.html
+++ b/html/producer_2enum_classes_8hpp_source.html
@@ -128,15 +128,16 @@ $(document).ready(function(){initNavTree('producer_2enum_classes_8hpp_source.htm
-
-
-
-
-
-
-
-
- 35 #endif // OPENPOSE_PRODUCER_ENUM_CLASSES_HPP
+
+
+
+
+
+
+
+
+
+ 36 #endif // OPENPOSE_PRODUCER_ENUM_CLASSES_HPP
@@ -147,6 +148,7 @@ $(document).ready(function(){initNavTree('producer_2enum_classes_8hpp_source.htm
+
diff --git a/html/producer_2headers_8hpp.html b/html/producer_2headers_8hpp.html
index f26153e2..23127682 100644
--- a/html/producer_2headers_8hpp.html
+++ b/html/producer_2headers_8hpp.html
@@ -109,6 +109,7 @@ $(document).ready(function(){initNavTree('producer_2headers_8hpp.html','');});
#include <openpose/producer/datumProducer.hpp >
#include <openpose/producer/enumClasses.hpp >
+
#include <openpose/producer/flirReader.hpp >
#include <openpose/producer/imageDirectoryReader.hpp >
#include <openpose/producer/ipCameraReader.hpp >
#include <openpose/producer/producer.hpp >
diff --git a/html/producer_2headers_8hpp_source.html b/html/producer_2headers_8hpp_source.html
index 93477302..2da29354 100644
--- a/html/producer_2headers_8hpp_source.html
+++ b/html/producer_2headers_8hpp_source.html
@@ -113,15 +113,16 @@ $(document).ready(function(){initNavTree('producer_2headers_8hpp_source.html',''
-
-
-
-
-
-
-
-
-
15 #endif // OPENPOSE_PRODUCER_HEADERS_HPP
+
+
+
+
+
+
+
+
+
+
16 #endif // OPENPOSE_PRODUCER_HEADERS_HPP
@@ -129,6 +130,7 @@ $(document).ready(function(){initNavTree('producer_2headers_8hpp_source.html',''
+
diff --git a/html/producer_8hpp_source.html b/html/producer_8hpp_source.html
index 0e31c832..2207d481 100644
--- a/html/producer_8hpp_source.html
+++ b/html/producer_8hpp_source.html
@@ -127,61 +127,67 @@ $(document).ready(function(){initNavTree('producer_8hpp_source.html','');});
- 43 virtual std::string getFrameName() = 0;
-
-
-
-
-
-
-
-
- 66 virtual bool isOpened()
const = 0;
-
- 72 virtual void release() = 0;
-
- 81 virtual double get (
const int capProperty) = 0;
-
- 90 virtual void set(
const int capProperty,
const double value) = 0;
-
-
-
-
-
-
- 103 void checkFrameIntegrity(cv::Mat& frame);
-
- 109 void flipAndRotate(cv::Mat& cvMat)
const ;
-
- 115 void ifEndedResetOrRelease();
+ 42 std::vector<cv::Mat> getFrames();
+
+ 48 virtual std::vector<cv::Mat> getCameraMatrices() = 0;
+
+ 55 virtual std::string getFrameName() = 0;
+
+
+
+
+
+
+
+
+ 78 virtual bool isOpened()
const = 0;
+
+ 84 virtual void release() = 0;
+
+ 93 virtual double get (
const int capProperty) = 0;
+
+ 102 virtual void set(
const int capProperty,
const double value) = 0;
+
+
+
+
- 120 void keepDesiredFrameRate();
-
- 126 virtual cv::Mat getRawFrame() = 0;
-
-
-
-
- 131 std::array<double, (int)ProducerProperty::Size> mProperties;
- 132 unsigned int mNumberEmptyFrames;
-
-
- 135 unsigned long long mFirstFrameTrackingFps;
- 136 unsigned long long mNumberFramesTrackingFps;
- 137 unsigned int mNumberSetPositionTrackingFps;
- 138 std::chrono::high_resolution_clock::time_point mClockTrackingFps;
-
-
-
-
-
- 144 #endif // OPENPOSE_PRODUCER_PRODUCER_HPP
+
+ 124 void checkFrameIntegrity(cv::Mat& frame);
+
+ 130 void flipAndRotate(cv::Mat& cvMat)
const ;
+
+ 136 void ifEndedResetOrRelease();
+
+ 141 void keepDesiredFrameRate();
+
+ 147 virtual cv::Mat getRawFrame() = 0;
+
+ 154 virtual std::vector<cv::Mat> getRawFrames() = 0;
+
+
+
+
+ 159 std::array<double, (int)ProducerProperty::Size> mProperties;
+ 160 unsigned int mNumberEmptyFrames;
+
+
+ 163 unsigned long long mFirstFrameTrackingFps;
+ 164 unsigned long long mNumberFramesTrackingFps;
+ 165 unsigned int mNumberSetPositionTrackingFps;
+ 166 std::chrono::high_resolution_clock::time_point mClockTrackingFps;
+
+
+
+
+
+ 172 #endif // OPENPOSE_PRODUCER_PRODUCER_HPP
#define DELETE_COPY(className)
Definition: macros.hpp:30
ProducerFpsMode
Definition: enumClasses.hpp:6
ProducerProperty
Definition: enumClasses.hpp:12
Definition: producer.hpp:16
-ProducerType getType()
Definition: producer.hpp:56
+ProducerType getType()
Definition: producer.hpp:68
ProducerType
Definition: enumClasses.hpp:25
#define OP_API
Definition: macros.hpp:15
diff --git a/html/search/all_11.js b/html/search/all_11.js
index 257f2031..5aa2120e 100644
--- a/html/search/all_11.js
+++ b/html/search/all_11.js
@@ -10,7 +10,7 @@ var searchData=
['rectangle',['Rectangle',['../structop_1_1_rectangle.html#a0112ddaa9782f3ccbb76a319b05f030b',1,'op::Rectangle::Rectangle(const T x=0, const T y=0, const T width=0, const T height=0)'],['../structop_1_1_rectangle.html#afbb0da8956e35178d3f28d2b1d998175',1,'op::Rectangle::Rectangle(const Rectangle< T > &rectangle)'],['../structop_1_1_rectangle.html#a5a9a60fdfd9c88ab8ded6275d64333ea',1,'op::Rectangle::Rectangle(Rectangle< T > &&rectangle)']]],
['rectangle_2ehpp',['rectangle.hpp',['../rectangle_8hpp.html',1,'']]],
['relbow',['RElbow',['../classop_1_1_hand_detector.html#a4d058446e66aff15d8702558fd256b73a6957f13571097d3ddddc63474dccf0bf',1,'op::HandDetector']]],
- ['release',['release',['../classop_1_1_image_directory_reader.html#af74e192f8cba5c10f8e252674a85185a',1,'op::ImageDirectoryReader::release()'],['../classop_1_1_producer.html#a7753ffb0daa486ab0f82873b3567f95e',1,'op::Producer::release()'],['../classop_1_1_video_capture_reader.html#a2f73e10efe7f9b24a6cb75af2167de58',1,'op::VideoCaptureReader::release()']]],
+ ['release',['release',['../classop_1_1_flir_reader.html#ab28f40422c9edff8594d855bbef91f58',1,'op::FlirReader::release()'],['../classop_1_1_image_directory_reader.html#af74e192f8cba5c10f8e252674a85185a',1,'op::ImageDirectoryReader::release()'],['../classop_1_1_producer.html#a7753ffb0daa486ab0f82873b3567f95e',1,'op::Producer::release()'],['../classop_1_1_video_capture_reader.html#a2f73e10efe7f9b24a6cb75af2167de58',1,'op::VideoCaptureReader::release()']]],
['renderer',['Renderer',['../classop_1_1_renderer.html',1,'op']]],
['renderer',['Renderer',['../classop_1_1_renderer.html#a00caf604fad781dfcf3bc311ef6a6623',1,'op::Renderer']]],
['renderer_2ehpp',['renderer.hpp',['../renderer_8hpp.html',1,'']]],
diff --git a/html/search/all_12.js b/html/search/all_12.js
index a33db090..7d269151 100644
--- a/html/search/all_12.js
+++ b/html/search/all_12.js
@@ -21,7 +21,7 @@ var searchData=
['scalerange',['scaleRange',['../structop_1_1_wrapper_struct_hand.html#adaea15e182e5c75129293873cd94e35f',1,'op::WrapperStructHand']]],
['scalesnumber',['scalesNumber',['../structop_1_1_wrapper_struct_hand.html#aea6263dc96708b11fab72416d810b3d6',1,'op::WrapperStructHand::scalesNumber()'],['../structop_1_1_wrapper_struct_pose.html#ad23a9c103a60709eed9d7b7381828e5e',1,'op::WrapperStructPose::scalesNumber()']]],
['scharround',['sCharRound',['../namespaceop.html#a65c35aa5a4461e819a01371f152a7407',1,'op']]],
- ['set',['set',['../classop_1_1_pose_extractor.html#a32b108f24cfc892ed17c2ec752e30ab6',1,'op::PoseExtractor::set()'],['../classop_1_1_image_directory_reader.html#a1965a4dca2ddb86b24e69e2da90b9dbf',1,'op::ImageDirectoryReader::set(const int capProperty, const double value)'],['../classop_1_1_image_directory_reader.html#a9b63b935effebd29d2140b0b657b8392',1,'op::ImageDirectoryReader::set(const ProducerProperty property, const double value)'],['../classop_1_1_ip_camera_reader.html#ac13cc7da97a31d8e69eaa64b2a7b31ba',1,'op::IpCameraReader::set()'],['../classop_1_1_producer.html#ab30c7b3e34d962e0b17458d9a0947f6b',1,'op::Producer::set(const int capProperty, const double value)=0'],['../classop_1_1_producer.html#a46c9e458cfe9a01dabbd0e8d4b5f1e30',1,'op::Producer::set(const ProducerProperty property, const double value)=0'],['../classop_1_1_video_capture_reader.html#ab2929b7d2d002b58ebaf7b9b56999cca',1,'op::VideoCaptureReader::set(const int capProperty, const double value)=0'],['../classop_1_1_video_capture_reader.html#ac3a270770d13ae351d711a7353b32b9b',1,'op::VideoCaptureReader::set(const ProducerProperty property, const double value)'],['../classop_1_1_video_reader.html#a0dd53334327642368d41ec860e64e756',1,'op::VideoReader::set()'],['../classop_1_1_webcam_reader.html#ae66b26829cc2d6e3f02109d4431a7bc2',1,'op::WebcamReader::set()']]],
+ ['set',['set',['../classop_1_1_pose_extractor.html#a32b108f24cfc892ed17c2ec752e30ab6',1,'op::PoseExtractor::set()'],['../classop_1_1_flir_reader.html#af14f63c79272781429341dc3a0720485',1,'op::FlirReader::set()'],['../classop_1_1_image_directory_reader.html#a1965a4dca2ddb86b24e69e2da90b9dbf',1,'op::ImageDirectoryReader::set()'],['../classop_1_1_ip_camera_reader.html#ac13cc7da97a31d8e69eaa64b2a7b31ba',1,'op::IpCameraReader::set()'],['../classop_1_1_producer.html#ab30c7b3e34d962e0b17458d9a0947f6b',1,'op::Producer::set(const int capProperty, const double value)=0'],['../classop_1_1_producer.html#af11f1bbfbd61b9534c02c3e4839e19b0',1,'op::Producer::set(const ProducerProperty property, const double value)'],['../classop_1_1_video_capture_reader.html#ab2929b7d2d002b58ebaf7b9b56999cca',1,'op::VideoCaptureReader::set()'],['../classop_1_1_video_reader.html#a0dd53334327642368d41ec860e64e756',1,'op::VideoReader::set()'],['../classop_1_1_webcam_reader.html#ae66b26829cc2d6e3f02109d4431a7bc2',1,'op::WebcamReader::set()']]],
['setalphaheatmap',['setAlphaHeatMap',['../classop_1_1_renderer.html#abaea1725725ff775aed0c120b2ba3d1f',1,'op::Renderer']]],
['setalphakeypoint',['setAlphaKeypoint',['../classop_1_1_renderer.html#a039e88897ed844551cadb115ea98e9ef',1,'op::Renderer']]],
['setblendoriginalframe',['setBlendOriginalFrame',['../classop_1_1_renderer.html#aa8339054ed113d99ca70208d0cee5aa9',1,'op::Renderer']]],
@@ -51,7 +51,7 @@ var searchData=
['setworkeroutput',['setWorkerOutput',['../classop_1_1_wrapper.html#a3e9f8993c9a27a012671d671998aa15d',1,'op::Wrapper']]],
['setworkerpostprocessing',['setWorkerPostProcessing',['../classop_1_1_wrapper.html#a6f2cf45c8b571b99ee92114ba8462589',1,'op::Wrapper']]],
['shared_5fptr',['shared_ptr',['../classboost_1_1shared__ptr.html',1,'boost']]],
- ['size',['size',['../classop_1_1_queue_base.html#a12cdec56bfe72e722ecc722774989d1b',1,'op::QueueBase::size()'],['../classop_1_1_hand_detector.html#a4d058446e66aff15d8702558fd256b73a6f6cb72d544962fa333e2e34ce64f719',1,'op::HandDetector::Size()'],['../namespaceop.html#adbb34b5c8f2b6f0c051f831f18582e7fa6f6cb72d544962fa333e2e34ce64f719',1,'op::Size()'],['../namespaceop.html#af5b3ce2a5d3de87cb31b9b67e96f261fa6f6cb72d544962fa333e2e34ce64f719',1,'op::Size()'],['../namespaceop.html#a37c58b781e5bcd9fee67a7768afc5d0ea6f6cb72d544962fa333e2e34ce64f719',1,'op::Size()'],['../namespaceop.html#abc501c56c6cf6cf1989c84b1692cb774a6f6cb72d544962fa333e2e34ce64f719',1,'op::Size()']]],
+ ['size',['Size',['../classop_1_1_hand_detector.html#a4d058446e66aff15d8702558fd256b73a6f6cb72d544962fa333e2e34ce64f719',1,'op::HandDetector::Size()'],['../classop_1_1_queue_base.html#a12cdec56bfe72e722ecc722774989d1b',1,'op::QueueBase::size()'],['../namespaceop.html#adbb34b5c8f2b6f0c051f831f18582e7fa6f6cb72d544962fa333e2e34ce64f719',1,'op::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']]],
['spisrunning',['spIsRunning',['../classop_1_1_gui.html#a0ad7be7018e634769da8d22d60e7edc0',1,'op::Gui']]],
diff --git a/html/search/all_16.js b/html/search/all_16.js
index c020fad3..58c32da7 100644
--- a/html/search/all_16.js
+++ b/html/search/all_16.js
@@ -9,8 +9,8 @@ var searchData=
['wcvmattoopinput',['WCvMatToOpInput',['../classop_1_1_w_cv_mat_to_op_input.html',1,'op']]],
['wcvmattoopinput',['WCvMatToOpInput',['../classop_1_1_w_cv_mat_to_op_input.html#a82c13641d071fdb5db50afdee7cfa849',1,'op::WCvMatToOpInput']]],
['wcvmattoopinput_2ehpp',['wCvMatToOpInput.hpp',['../w_cv_mat_to_op_input_8hpp.html',1,'']]],
- ['wcvmattoopoutput',['WCvMatToOpOutput',['../classop_1_1_w_cv_mat_to_op_output.html',1,'op']]],
['wcvmattoopoutput',['WCvMatToOpOutput',['../classop_1_1_w_cv_mat_to_op_output.html#a04cd3d8e91d731a36e3c7830631e47af',1,'op::WCvMatToOpOutput']]],
+ ['wcvmattoopoutput',['WCvMatToOpOutput',['../classop_1_1_w_cv_mat_to_op_output.html',1,'op']]],
['wcvmattoopoutput_2ehpp',['wCvMatToOpOutput.hpp',['../w_cv_mat_to_op_output_8hpp.html',1,'']]],
['wdatumproducer',['WDatumProducer',['../classop_1_1_w_datum_producer.html',1,'op']]],
['wdatumproducer',['WDatumProducer',['../classop_1_1_w_datum_producer.html#aaba921d1cf641dc44ab509c0e460c5f1',1,'op::WDatumProducer']]],
@@ -34,8 +34,6 @@ var searchData=
['wfacesaver',['WFaceSaver',['../classop_1_1_w_face_saver.html',1,'op']]],
['wfacesaver',['WFaceSaver',['../classop_1_1_w_face_saver.html#a5dc60ede4b88594d59ece4ce3e4683d6',1,'op::WFaceSaver']]],
['wfacesaver_2ehpp',['wFaceSaver.hpp',['../w_face_saver_8hpp.html',1,'']]],
- ['wflirreader',['WFlirReader',['../classop_1_1_w_flir_reader.html',1,'op']]],
- ['wflirreader',['WFlirReader',['../classop_1_1_w_flir_reader.html#a9e20b2c656cb83cdccdb8874f8df447f',1,'op::WFlirReader']]],
['wgui',['WGui',['../classop_1_1_w_gui.html',1,'op']]],
['wgui',['WGui',['../classop_1_1_w_gui.html#a4e7d3f5b3ddaf02109738b4348250611',1,'op::WGui']]],
['wgui_2ehpp',['wGui.hpp',['../w_gui_8hpp.html',1,'']]],
@@ -48,8 +46,8 @@ var searchData=
['whanddetector',['WHandDetector',['../classop_1_1_w_hand_detector.html#ac44b474c7d8bd4876e32ceb9c9a322fe',1,'op::WHandDetector']]],
['whanddetector',['WHandDetector',['../classop_1_1_w_hand_detector.html',1,'op']]],
['whanddetector_2ehpp',['wHandDetector.hpp',['../w_hand_detector_8hpp.html',1,'']]],
- ['whanddetectorfromtxt',['WHandDetectorFromTxt',['../classop_1_1_w_hand_detector_from_txt.html',1,'op']]],
['whanddetectorfromtxt',['WHandDetectorFromTxt',['../classop_1_1_w_hand_detector_from_txt.html#a01a5f73b0a8a1b8998937e7ba3d747a3',1,'op::WHandDetectorFromTxt']]],
+ ['whanddetectorfromtxt',['WHandDetectorFromTxt',['../classop_1_1_w_hand_detector_from_txt.html',1,'op']]],
['whanddetectorfromtxt_2ehpp',['wHandDetectorFromTxt.hpp',['../w_hand_detector_from_txt_8hpp.html',1,'']]],
['whanddetectortracking',['WHandDetectorTracking',['../classop_1_1_w_hand_detector_tracking.html',1,'op']]],
['whanddetectortracking',['WHandDetectorTracking',['../classop_1_1_w_hand_detector_tracking.html#ad2a5ac720f4ed651f4cf5e42d21c05dd',1,'op::WHandDetectorTracking']]],
@@ -69,8 +67,8 @@ var searchData=
['wheatmapsaver',['WHeatMapSaver',['../classop_1_1_w_heat_map_saver.html',1,'op']]],
['wheatmapsaver',['WHeatMapSaver',['../classop_1_1_w_heat_map_saver.html#a5b72d5f3bcbdacb26ba440b80eef0109',1,'op::WHeatMapSaver']]],
['wheatmapsaver_2ehpp',['wHeatMapSaver.hpp',['../w_heat_map_saver_8hpp.html',1,'']]],
- ['widgenerator',['WIdGenerator',['../classop_1_1_w_id_generator.html',1,'op']]],
['widgenerator',['WIdGenerator',['../classop_1_1_w_id_generator.html#a6112733ee0b537d4d91191f93f0a84f8',1,'op::WIdGenerator']]],
+ ['widgenerator',['WIdGenerator',['../classop_1_1_w_id_generator.html',1,'op']]],
['widgenerator_2ehpp',['wIdGenerator.hpp',['../w_id_generator_8hpp.html',1,'']]],
['width',['width',['../structop_1_1_rectangle.html#a0d0ae826039b0961fae8723708809cdf',1,'op::Rectangle']]],
['wimagesaver',['WImageSaver',['../classop_1_1_w_image_saver.html',1,'op']]],
@@ -80,37 +78,35 @@ var searchData=
['wkeeptopnpeople',['WKeepTopNPeople',['../classop_1_1_w_keep_top_n_people.html',1,'op']]],
['wkeeptopnpeople',['WKeepTopNPeople',['../classop_1_1_w_keep_top_n_people.html#aebe939c354cfb62cb6d950f73d14731b',1,'op::WKeepTopNPeople']]],
['wkeeptopnpeople_2ehpp',['wKeepTopNPeople.hpp',['../w_keep_top_n_people_8hpp.html',1,'']]],
- ['wkeypointscaler',['WKeypointScaler',['../classop_1_1_w_keypoint_scaler.html#a31624e262988b0840a8ddbf098e56e9b',1,'op::WKeypointScaler']]],
['wkeypointscaler',['WKeypointScaler',['../classop_1_1_w_keypoint_scaler.html',1,'op']]],
+ ['wkeypointscaler',['WKeypointScaler',['../classop_1_1_w_keypoint_scaler.html#a31624e262988b0840a8ddbf098e56e9b',1,'op::WKeypointScaler']]],
['wkeypointscaler_2ehpp',['wKeypointScaler.hpp',['../w_keypoint_scaler_8hpp.html',1,'']]],
['wopoutputtocvmat',['WOpOutputToCvMat',['../classop_1_1_w_op_output_to_cv_mat.html',1,'op']]],
['wopoutputtocvmat',['WOpOutputToCvMat',['../classop_1_1_w_op_output_to_cv_mat.html#a6f632a83de4cdc731c3f52d1541060f3',1,'op::WOpOutputToCvMat']]],
['wopoutputtocvmat_2ehpp',['wOpOutputToCvMat.hpp',['../w_op_output_to_cv_mat_8hpp.html',1,'']]],
['work',['work',['../classop_1_1_w_pose_triangulation.html#a495b29e03933d750827acc0531c72c78',1,'op::WPoseTriangulation::work()'],['../classop_1_1_w_cv_mat_to_op_input.html#aa7faa9e2671a85d36aad3366a7958f58',1,'op::WCvMatToOpInput::work()'],['../classop_1_1_w_cv_mat_to_op_output.html#a0bf2e43d2586c83fdd5cb0b1b54aefca',1,'op::WCvMatToOpOutput::work()'],['../classop_1_1_w_keep_top_n_people.html#a5928a091e0990706ab2ea5e5e07629dd',1,'op::WKeepTopNPeople::work()'],['../classop_1_1_w_keypoint_scaler.html#aacad5116921e2ff746fbdf9f6c0cbb25',1,'op::WKeypointScaler::work()'],['../classop_1_1_w_op_output_to_cv_mat.html#ae3fc21569d56a648c606b23fcc016349',1,'op::WOpOutputToCvMat::work()'],['../classop_1_1_w_scale_and_size_extractor.html#afddf54d061dc5325e78252a3bba482b9',1,'op::WScaleAndSizeExtractor::work()'],['../classop_1_1_w_person_id_extractor.html#a4066bf1c8cad753c74de1ceabdd76505',1,'op::WPersonIdExtractor::work()'],['../classop_1_1_w_face_detector.html#a721ced99378516c04cb3cff296cc274a',1,'op::WFaceDetector::work()'],['../classop_1_1_w_face_detector_open_c_v.html#a4d3a4a29bcb7b8c141ae1917634ca4c9',1,'op::WFaceDetectorOpenCV::work()'],['../classop_1_1_w_face_extractor.html#a16522778f67bc544867929f5a4357934',1,'op::WFaceExtractor::work()'],['../classop_1_1_w_face_renderer.html#aa52166ea2d5e0f201c94d5c4fe74216e',1,'op::WFaceRenderer::work()'],['../classop_1_1_w_gui_info_adder.html#ae90a68c6ef7b4f45595a020efd232612',1,'op::WGuiInfoAdder::work()'],['../classop_1_1_w_hand_detector.html#aa82ef40fad1d343b5856b41ec4dbcd5c',1,'op::WHandDetector::work()'],['../classop_1_1_w_hand_detector_from_txt.html#a51ebff94734350463fcf507a84eeefdc',1,'op::WHandDetectorFromTxt::work()'],['../classop_1_1_w_hand_detector_tracking.html#a7c849c5a423ffc150c6a4aee9055d34e',1,'op::WHandDetectorTracking::work()'],['../classop_1_1_w_hand_detector_update.html#af9287dc0a3c67abd35974c1c74614f3c',1,'op::WHandDetectorUpdate::work()'],['../classop_1_1_w_hand_extractor.html#a4cadfafe08e816e69a91fe7c51dad0b0',1,'op::WHandExtractor::work()'],['../classop_1_1_w_hand_renderer.html#ad178e8d413b3b15edc53625e1f5119d7',1,'op::WHandRenderer::work()'],['../classop_1_1_w_pose_extractor.html#ae0f02aaefccab05bbbd919dd7a9e0f61',1,'op::WPoseExtractor::work()'],['../classop_1_1_w_pose_renderer.html#a10b1631d78d8270ed2a16e538b30eb76',1,'op::WPoseRenderer::work()'],['../classop_1_1_sub_thread.html#a14330cbc1117f32b6d69c1733ccdeb61',1,'op::SubThread::work()'],['../classop_1_1_sub_thread_no_queue.html#acb7edd02e1724e0fd131235666009f42',1,'op::SubThreadNoQueue::work()'],['../classop_1_1_sub_thread_queue_in.html#a7e9bd6ca09bb77a8de76ae8a02ee8ed4',1,'op::SubThreadQueueIn::work()'],['../classop_1_1_sub_thread_queue_in_out.html#abb65911e9d9b6d5efe782ca0e599be3b',1,'op::SubThreadQueueInOut::work()'],['../classop_1_1_sub_thread_queue_out.html#a0ff5f79e63038ffa5b4aca24cfea7e7c',1,'op::SubThreadQueueOut::work()'],['../classop_1_1_w_id_generator.html#a03bd005cf88749702fb8a29c20d4cb91',1,'op::WIdGenerator::work()'],['../classop_1_1_worker.html#a9acadd6df7af03b31b9e354ae815f781',1,'op::Worker::work()'],['../classop_1_1_worker_consumer.html#a7383747b3bdc6ac79e6f9afbf2c28d27',1,'op::WorkerConsumer::work()'],['../classop_1_1_worker_producer.html#a0259f0b387e2b868388ba0a6769f4691',1,'op::WorkerProducer::work()'],['../classop_1_1_w_queue_orderer.html#a1ea314eeaa8d99fbf33885d9a4c6d044',1,'op::WQueueOrderer::work()']]],
['workconsumer',['workConsumer',['../classop_1_1_w_coco_json_saver.html#af152a61abc9ab46da651c9d87e6775f0',1,'op::WCocoJsonSaver::workConsumer()'],['../classop_1_1_w_face_saver.html#a026bfad8cd9e0d1289a1db473cef34a0',1,'op::WFaceSaver::workConsumer()'],['../classop_1_1_w_hand_saver.html#afc3976b394070927b9396163137317e5',1,'op::WHandSaver::workConsumer()'],['../classop_1_1_w_heat_map_saver.html#a5fd729a47f0cdbe94001219f971f8f51',1,'op::WHeatMapSaver::workConsumer()'],['../classop_1_1_w_image_saver.html#a198bbfcf625354ddda419e0121d0cb33',1,'op::WImageSaver::workConsumer()'],['../classop_1_1_w_people_json_saver.html#af874a16a06a9a3452a0e3792ac15647e',1,'op::WPeopleJsonSaver::workConsumer()'],['../classop_1_1_w_pose_saver.html#a039027281498168b57df8dfeefd82cd8',1,'op::WPoseSaver::workConsumer()'],['../classop_1_1_w_video_saver.html#a40bcb8ccf137c6cbee3ca31e6cc3bfbf',1,'op::WVideoSaver::workConsumer()'],['../classop_1_1_w_gui.html#a664e1f76211510e38b8d5f5bed37ffcb',1,'op::WGui::workConsumer()'],['../classop_1_1_w_gui3_d.html#afe019cff8fd5ed2f59f59d886de7473a',1,'op::WGui3D::workConsumer()'],['../classop_1_1_worker_consumer.html#a26cf5c40df363d94d603fce92a5b69eb',1,'op::WorkerConsumer::workConsumer()']]],
- ['worker',['Worker',['../classop_1_1_worker.html',1,'op']]],
['worker',['Worker',['../classop_1_1_worker.html#a5008fc4ef4e41366ba0022f5cd79edba',1,'op::Worker']]],
+ ['worker',['Worker',['../classop_1_1_worker.html',1,'op']]],
['worker_2ehpp',['worker.hpp',['../worker_8hpp.html',1,'']]],
- ['worker_3c_20std_3a_3ashared_5fptr_3c_20std_3a_3avector_3c_20datum_20_3e_20_3e_20_3e',['Worker< std::shared_ptr< std::vector< Datum > > >',['../classop_1_1_worker.html',1,'op']]],
['workerconsumer',['WorkerConsumer',['../classop_1_1_worker_consumer.html',1,'op']]],
['workerconsumer_2ehpp',['workerConsumer.hpp',['../worker_consumer_8hpp.html',1,'']]],
['workerproducer',['WorkerProducer',['../classop_1_1_worker_producer.html',1,'op']]],
['workerproducer_2ehpp',['workerProducer.hpp',['../worker_producer_8hpp.html',1,'']]],
- ['workerproducer_3c_20std_3a_3ashared_5fptr_3c_20std_3a_3avector_3c_20datum_20_3e_20_3e_20_3e',['WorkerProducer< std::shared_ptr< std::vector< Datum > > >',['../classop_1_1_worker_producer.html',1,'op']]],
- ['workproducer',['workProducer',['../classop_1_1_w_flir_reader.html#a82b6d4b4c7033871ef0e887e5102a1c8',1,'op::WFlirReader::workProducer()'],['../classop_1_1_w_datum_producer.html#a389004c2bffc0fffca82395d09632c2b',1,'op::WDatumProducer::workProducer()'],['../classop_1_1_worker_producer.html#a364992ef862fe84a78416e2b556daae7',1,'op::WorkerProducer::workProducer()']]],
+ ['workproducer',['workProducer',['../classop_1_1_w_datum_producer.html#a389004c2bffc0fffca82395d09632c2b',1,'op::WDatumProducer::workProducer()'],['../classop_1_1_worker_producer.html#a364992ef862fe84a78416e2b556daae7',1,'op::WorkerProducer::workProducer()']]],
['worktworkers',['workTWorkers',['../classop_1_1_sub_thread.html#ad9f2d3be9e05739b102fad350e1a1364',1,'op::SubThread']]],
['wpeoplejsonsaver',['WPeopleJsonSaver',['../classop_1_1_w_people_json_saver.html',1,'op']]],
['wpeoplejsonsaver',['WPeopleJsonSaver',['../classop_1_1_w_people_json_saver.html#ac12dfe8c1414ec36ace474ecbf148f67',1,'op::WPeopleJsonSaver']]],
['wpeoplejsonsaver_2ehpp',['wPeopleJsonSaver.hpp',['../w_people_json_saver_8hpp.html',1,'']]],
['wpeopleposeloader_2ehpp',['wPeoplePoseLoader.hpp',['../w_people_pose_loader_8hpp.html',1,'']]],
- ['wpersonidextractor',['WPersonIdExtractor',['../classop_1_1_w_person_id_extractor.html',1,'op']]],
['wpersonidextractor',['WPersonIdExtractor',['../classop_1_1_w_person_id_extractor.html#a3906beb17be6ef09d4e7734face4ebf1',1,'op::WPersonIdExtractor']]],
+ ['wpersonidextractor',['WPersonIdExtractor',['../classop_1_1_w_person_id_extractor.html',1,'op']]],
['wpersonidextractor_2ehpp',['wPersonIdExtractor.hpp',['../w_person_id_extractor_8hpp.html',1,'']]],
['wposeextractor',['WPoseExtractor',['../classop_1_1_w_pose_extractor.html',1,'op']]],
['wposeextractor',['WPoseExtractor',['../classop_1_1_w_pose_extractor.html#ae85b1ec41bf47dcf1aed7bdae1d91915',1,'op::WPoseExtractor']]],
['wposeextractor_2ehpp',['wPoseExtractor.hpp',['../w_pose_extractor_8hpp.html',1,'']]],
- ['wposerenderer',['WPoseRenderer',['../classop_1_1_w_pose_renderer.html',1,'op']]],
['wposerenderer',['WPoseRenderer',['../classop_1_1_w_pose_renderer.html#ae74189143175b89ccd36662cec4de72e',1,'op::WPoseRenderer']]],
+ ['wposerenderer',['WPoseRenderer',['../classop_1_1_w_pose_renderer.html',1,'op']]],
['wposerenderer_2ehpp',['wPoseRenderer.hpp',['../w_pose_renderer_8hpp.html',1,'']]],
['wposesaver',['WPoseSaver',['../classop_1_1_w_pose_saver.html',1,'op']]],
['wposesaver',['WPoseSaver',['../classop_1_1_w_pose_saver.html#aa9dd0f4649c9e8efef10201caf9e4cfd',1,'op::WPoseSaver']]],
@@ -118,22 +114,22 @@ var searchData=
['wposetriangulation',['WPoseTriangulation',['../classop_1_1_w_pose_triangulation.html',1,'op']]],
['wposetriangulation',['WPoseTriangulation',['../classop_1_1_w_pose_triangulation.html#a202252a219701add862251f1761e238c',1,'op::WPoseTriangulation']]],
['wposetriangulation_2ehpp',['wPoseTriangulation.hpp',['../w_pose_triangulation_8hpp.html',1,'']]],
- ['wqueueorderer',['WQueueOrderer',['../classop_1_1_w_queue_orderer.html#a3303add5fa8cc36593d3d859ffdd8ae0',1,'op::WQueueOrderer']]],
['wqueueorderer',['WQueueOrderer',['../classop_1_1_w_queue_orderer.html',1,'op']]],
+ ['wqueueorderer',['WQueueOrderer',['../classop_1_1_w_queue_orderer.html#a3303add5fa8cc36593d3d859ffdd8ae0',1,'op::WQueueOrderer']]],
['wqueueorderer_2ehpp',['wQueueOrderer.hpp',['../w_queue_orderer_8hpp.html',1,'']]],
- ['wrapper',['Wrapper',['../classop_1_1_wrapper.html#adec2ef07f9796142254cd6dd9a2bf318',1,'op::Wrapper']]],
['wrapper',['Wrapper',['../classop_1_1_wrapper.html',1,'op']]],
+ ['wrapper',['Wrapper',['../classop_1_1_wrapper.html#adec2ef07f9796142254cd6dd9a2bf318',1,'op::Wrapper']]],
['wrapper_2ehpp',['wrapper.hpp',['../wrapper_8hpp.html',1,'']]],
['wrapperauxiliary_2ehpp',['wrapperAuxiliary.hpp',['../wrapper_auxiliary_8hpp.html',1,'']]],
['wrapperconfiguresecuritychecks',['wrapperConfigureSecurityChecks',['../namespaceop.html#a860009264f3fc46e18120faef1d62ac7',1,'op']]],
['wrapperstructface',['WrapperStructFace',['../structop_1_1_wrapper_struct_face.html',1,'op']]],
['wrapperstructface',['WrapperStructFace',['../structop_1_1_wrapper_struct_face.html#a48844c4c23c71372258518015d0b81b1',1,'op::WrapperStructFace']]],
['wrapperstructface_2ehpp',['wrapperStructFace.hpp',['../wrapper_struct_face_8hpp.html',1,'']]],
- ['wrapperstructhand',['WrapperStructHand',['../structop_1_1_wrapper_struct_hand.html#a3283127d10840219bf2aacedeef0b72b',1,'op::WrapperStructHand']]],
['wrapperstructhand',['WrapperStructHand',['../structop_1_1_wrapper_struct_hand.html',1,'op']]],
+ ['wrapperstructhand',['WrapperStructHand',['../structop_1_1_wrapper_struct_hand.html#a3283127d10840219bf2aacedeef0b72b',1,'op::WrapperStructHand']]],
['wrapperstructhand_2ehpp',['wrapperStructHand.hpp',['../wrapper_struct_hand_8hpp.html',1,'']]],
- ['wrapperstructinput',['WrapperStructInput',['../structop_1_1_wrapper_struct_input.html',1,'op']]],
['wrapperstructinput',['WrapperStructInput',['../structop_1_1_wrapper_struct_input.html#a06aaa39948ac1a83a234b99f270ee14b',1,'op::WrapperStructInput']]],
+ ['wrapperstructinput',['WrapperStructInput',['../structop_1_1_wrapper_struct_input.html',1,'op']]],
['wrapperstructinput_2ehpp',['wrapperStructInput.hpp',['../wrapper_struct_input_8hpp.html',1,'']]],
['wrapperstructoutput',['WrapperStructOutput',['../structop_1_1_wrapper_struct_output.html#a7b7ff64e4b2f4ee5716396f529076f2f',1,'op::WrapperStructOutput']]],
['wrapperstructoutput',['WrapperStructOutput',['../structop_1_1_wrapper_struct_output.html',1,'op']]],
@@ -151,10 +147,10 @@ var searchData=
['writekeypoint',['writeKeypoint',['../structop_1_1_wrapper_struct_output.html#ad9ca696781cb7c250752f078f5c937fc',1,'op::WrapperStructOutput']]],
['writekeypointformat',['writeKeypointFormat',['../structop_1_1_wrapper_struct_output.html#ad338fd4719d6f243bb64bc67f68bc7c9',1,'op::WrapperStructOutput']]],
['writevideo',['writeVideo',['../structop_1_1_wrapper_struct_output.html#a73d6a5687ab8abac22f5cd29690b6277',1,'op::WrapperStructOutput']]],
- ['wscaleandsizeextractor',['WScaleAndSizeExtractor',['../classop_1_1_w_scale_and_size_extractor.html#a8e6ef291bd809987f06fbb1cc2173b0f',1,'op::WScaleAndSizeExtractor']]],
['wscaleandsizeextractor',['WScaleAndSizeExtractor',['../classop_1_1_w_scale_and_size_extractor.html',1,'op']]],
+ ['wscaleandsizeextractor',['WScaleAndSizeExtractor',['../classop_1_1_w_scale_and_size_extractor.html#a8e6ef291bd809987f06fbb1cc2173b0f',1,'op::WScaleAndSizeExtractor']]],
['wscaleandsizeextractor_2ehpp',['wScaleAndSizeExtractor.hpp',['../w_scale_and_size_extractor_8hpp.html',1,'']]],
- ['wvideosaver',['WVideoSaver',['../classop_1_1_w_video_saver.html#a04dc4e6f039d047a0da6f94283c145d9',1,'op::WVideoSaver']]],
['wvideosaver',['WVideoSaver',['../classop_1_1_w_video_saver.html',1,'op']]],
+ ['wvideosaver',['WVideoSaver',['../classop_1_1_w_video_saver.html#a04dc4e6f039d047a0da6f94283c145d9',1,'op::WVideoSaver']]],
['wvideosaver_2ehpp',['wVideoSaver.hpp',['../w_video_saver_8hpp.html',1,'']]]
];
diff --git a/html/search/all_1a.js b/html/search/all_1a.js
index 25543386..a34038b7 100644
--- a/html/search/all_1a.js
+++ b/html/search/all_1a.js
@@ -5,6 +5,7 @@ var searchData=
['_7efaceextractor',['~FaceExtractor',['../classop_1_1_face_extractor.html#a3d99b0fa2706ef64fc7b8c54c3251c76',1,'op::FaceExtractor']]],
['_7efaceextractorcaffe',['~FaceExtractorCaffe',['../classop_1_1_face_extractor_caffe.html#a4450e656f21a8cb7f1d9bf5f545012f1',1,'op::FaceExtractorCaffe']]],
['_7efacegpurenderer',['~FaceGpuRenderer',['../classop_1_1_face_gpu_renderer.html#a01a207676e3ec1a8718b8717cd999f53',1,'op::FaceGpuRenderer']]],
+ ['_7eflirreader',['~FlirReader',['../classop_1_1_flir_reader.html#acb4bd608210c5c58f587e1e220692e03',1,'op::FlirReader']]],
['_7egpurenderer',['~GpuRenderer',['../classop_1_1_gpu_renderer.html#a7fdc947348fcc14fe64f61a81c6f1447',1,'op::GpuRenderer']]],
['_7egui3d',['~Gui3D',['../classop_1_1_gui3_d.html#af4907876f0c601443b4b3eef2dc98058',1,'op::Gui3D']]],
['_7ehandextractor',['~HandExtractor',['../classop_1_1_hand_extractor.html#a95a512748828a04713b4cde582fb4901',1,'op::HandExtractor']]],
@@ -23,7 +24,6 @@ var searchData=
['_7ethread',['~Thread',['../classop_1_1_thread.html#a151e4e647917f2351cc05a8861588e2a',1,'op::Thread']]],
['_7evideocapturereader',['~VideoCaptureReader',['../classop_1_1_video_capture_reader.html#a7ea52eabf5133a1a01d38f95b1a4b601',1,'op::VideoCaptureReader']]],
['_7ewebcamreader',['~WebcamReader',['../classop_1_1_webcam_reader.html#a71212bd9e00be96b09650e86d465b42c',1,'op::WebcamReader']]],
- ['_7ewflirreader',['~WFlirReader',['../classop_1_1_w_flir_reader.html#a414f5ca2c1519e2708f6b9d79cc2e4a5',1,'op::WFlirReader']]],
['_7eworker',['~Worker',['../classop_1_1_worker.html#a6ebe180098e00ac062a1bb31d462df60',1,'op::Worker']]],
['_7eworkerconsumer',['~WorkerConsumer',['../classop_1_1_worker_consumer.html#a9aaa75f194df6b3ed4994c8e95aa0ab5',1,'op::WorkerConsumer']]],
['_7eworkerproducer',['~WorkerProducer',['../classop_1_1_worker_producer.html#a8f2592f70d723de4b818c97b25c5a476',1,'op::WorkerProducer']]],
diff --git a/html/search/all_2.js b/html/search/all_2.js
index d24be685..f2d48714 100644
--- a/html/search/all_2.js
+++ b/html/search/all_2.js
@@ -1,8 +1,8 @@
var searchData=
[
['caffe',['caffe',['../namespacecaffe.html',1,'']]],
- ['cameraparametermatrix',['cameraParameterMatrix',['../structop_1_1_datum.html#ae2649c324c3e554fe5111fdd0b4c77b9',1,'op::Datum']]],
- ['cameraparameters_2ehpp',['cameraParameters.hpp',['../camera_parameters_8hpp.html',1,'']]],
+ ['cameramatrix',['cameraMatrix',['../structop_1_1_datum.html#aeab7638276f1d9eb14847302bd0d0287',1,'op::Datum']]],
+ ['cameraparameterreader_2ehpp',['cameraParameterReader.hpp',['../camera_parameter_reader_8hpp.html',1,'']]],
['center',['center',['../structop_1_1_rectangle.html#a5db1a105c3b95578a7532ce85e9f562c',1,'op::Rectangle']]],
['charround',['charRound',['../namespaceop.html#abbf62284718858335848e43bbeafb192',1,'op']]],
['check',['check',['../namespaceop.html#a9923237964bf29b59bb135478e929546',1,'op']]],
diff --git a/html/search/all_5.js b/html/search/all_5.js
index cf11a8d0..647da8b5 100644
--- a/html/search/all_5.js
+++ b/html/search/all_5.js
@@ -13,8 +13,8 @@ var searchData=
['face_5fscales_5frender',['FACE_SCALES_RENDER',['../namespaceop.html#a00c56c20997f734b2bd44d6f85b86cf0',1,'op']]],
['face_5fscales_5frender_5fgpu',['FACE_SCALES_RENDER_GPU',['../face_parameters_8hpp.html#a1a7ddb1a137c44091a1b4161725adfa0',1,'faceParameters.hpp']]],
['face_5ftrained_5fmodel',['FACE_TRAINED_MODEL',['../namespaceop.html#abd0ef2306478c3295283e7f1b59e3aff',1,'op']]],
- ['facecpurenderer',['FaceCpuRenderer',['../classop_1_1_face_cpu_renderer.html#afb0dcfff75c4a89d5971d7b0bbd0b51b',1,'op::FaceCpuRenderer']]],
['facecpurenderer',['FaceCpuRenderer',['../classop_1_1_face_cpu_renderer.html',1,'op']]],
+ ['facecpurenderer',['FaceCpuRenderer',['../classop_1_1_face_cpu_renderer.html#afb0dcfff75c4a89d5971d7b0bbd0b51b',1,'op::FaceCpuRenderer']]],
['facecpurenderer_2ehpp',['faceCpuRenderer.hpp',['../face_cpu_renderer_8hpp.html',1,'']]],
['facedetector',['FaceDetector',['../classop_1_1_face_detector.html',1,'op']]],
['facedetector',['FaceDetector',['../classop_1_1_face_detector.html#adfeab6977c93b7bef66c1dfbcf6f8150',1,'op::FaceDetector']]],
@@ -43,8 +43,8 @@ var searchData=
['fastmin',['fastMin',['../namespaceop.html#a6e1d1f90ef06cc7af576fdaad4b4e320',1,'op']]],
['fasttruncate',['fastTruncate',['../namespaceop.html#a2dafd3db8f922405b38240345dd1dce5',1,'op']]],
['filelogging',['FileLogging',['../namespaceop.html#a5f5a4cee9809deaf7201fb9caf5e400ca68ec2bf5b1662d1d27a523dcfc3c702a',1,'op::FileLogging()'],['../namespaceop.html#a5fa46d7c4b25c823d1cdcc8e9d460f94a68ec2bf5b1662d1d27a523dcfc3c702a',1,'op::FileLogging()']]],
- ['filesaver',['FileSaver',['../classop_1_1_file_saver.html#aa4632ae62ac77dbad85523845ce79999',1,'op::FileSaver']]],
['filesaver',['FileSaver',['../classop_1_1_file_saver.html',1,'op']]],
+ ['filesaver',['FileSaver',['../classop_1_1_file_saver.html#aa4632ae62ac77dbad85523845ce79999',1,'op::FileSaver']]],
['filesaver_2ehpp',['fileSaver.hpp',['../file_saver_8hpp.html',1,'']]],
['filestream_2ehpp',['fileStream.hpp',['../file_stream_8hpp.html',1,'']]],
['filesystem_2ehpp',['fileSystem.hpp',['../file_system_8hpp.html',1,'']]],
@@ -54,12 +54,15 @@ var searchData=
['flagstoopenpose_2ehpp',['flagsToOpenPose.hpp',['../flags_to_open_pose_8hpp.html',1,'']]],
['flagstopoint',['flagsToPoint',['../namespaceop.html#a7961cb2fd04f59cbcd40df5872f12fd7',1,'op']]],
['flagstoposemodel',['flagsToPoseModel',['../namespaceop.html#aed592469f254f31c2356d4628f75aaea',1,'op']]],
- ['flagstoproducer',['flagsToProducer',['../namespaceop.html#a266801b568c885ef280c41ea82f3871f',1,'op::flagsToProducer(const std::string &imageDirectory, const std::string &videoPath, const std::string &ipCameraPath, const int webcamIndex, const std::string &webcamResolution="1280x720", const double webcamFps=30.)'],['../namespaceop.html#abaa63fe1bf09e04dfdee3c23e0debde9',1,'op::flagsToProducer(const std::string &imageDirectory, const std::string &videoPath, const std::string &ipCameraPath, const int webcamIndex, const bool flirCamera, const std::string &webcamResolution, const double webcamFps)']]],
+ ['flagstoproducer',['flagsToProducer',['../namespaceop.html#a65ef62dc08ec0a13e3acb330535f9e8e',1,'op']]],
['flagstoproducertype',['flagsToProducerType',['../namespaceop.html#a1fbdd7c33f90d0237582c9441162a7d8',1,'op']]],
['flagstorendermode',['flagsToRenderMode',['../namespaceop.html#a4526c07c6dafe2a5e3437b66d20a6dd3',1,'op']]],
['flagstoscalemode',['flagsToScaleMode',['../namespaceop.html#ac3bebe88bedbd7785d48159c8e3f0515',1,'op']]],
['flip',['Flip',['../namespaceop.html#abc501c56c6cf6cf1989c84b1692cb774a9ffbd422925a6839ee820ddbc59278c5',1,'op']]],
['flipandrotate',['flipAndRotate',['../classop_1_1_producer.html#aa1a13db305c7ab6a596a0dad122066cb',1,'op::Producer']]],
+ ['flircamera',['FlirCamera',['../namespaceop.html#a54b73745852c270cfd891eed0f6f2332af436d4d7a472ac39a7cb227e3ea24f8d',1,'op']]],
+ ['flirreader',['FlirReader',['../classop_1_1_flir_reader.html',1,'op']]],
+ ['flirreader',['FlirReader',['../classop_1_1_flir_reader.html#a550d05614a7b33344ad74a886aad5d46',1,'op::FlirReader']]],
['flirreader_2ehpp',['flirReader.hpp',['../flir_reader_8hpp.html',1,'']]],
['floatptrtoucharcvmat',['floatPtrToUCharCvMat',['../namespaceop.html#a9cd0c6d2db81cd1de7568d805ef214ba',1,'op']]],
['forceemplace',['forceEmplace',['../classop_1_1_queue_base.html#a8d218f599b84194909691c72ee0de8d0',1,'op::QueueBase']]],
@@ -69,8 +72,8 @@ var searchData=
['forward_5fcpu',['Forward_cpu',['../classop_1_1_maximum_caffe.html#a694c1077ac5141ff377c4e98a87cc249',1,'op::MaximumCaffe::Forward_cpu()'],['../classop_1_1_nms_caffe.html#ac631ccb632041ab406859fa1118e8d6c',1,'op::NmsCaffe::Forward_cpu()'],['../classop_1_1_resize_and_merge_caffe.html#a9c8733511a410a60aa5509f3f8037af0',1,'op::ResizeAndMergeCaffe::Forward_cpu()'],['../classop_1_1_body_part_connector_caffe.html#a886f7dc30e999b7fa8488ae95cc3ac8b',1,'op::BodyPartConnectorCaffe::Forward_cpu()']]],
['forward_5fgpu',['Forward_gpu',['../classop_1_1_maximum_caffe.html#a2dd1f7f0221d602596a14b720e5594b2',1,'op::MaximumCaffe::Forward_gpu()'],['../classop_1_1_nms_caffe.html#a7bb4d872cd3673bcf868049a3aedb393',1,'op::NmsCaffe::Forward_gpu()'],['../classop_1_1_resize_and_merge_caffe.html#a404ed0d3f3102ca9afd1b191204d5a0b',1,'op::ResizeAndMergeCaffe::Forward_gpu()'],['../classop_1_1_body_part_connector_caffe.html#affde8d06784ca9896a1d2d62f7088d76',1,'op::BodyPartConnectorCaffe::Forward_gpu()']]],
['forwardpass',['forwardPass',['../classop_1_1_net.html#a65193e857c721f2f606ea6b010953dbc',1,'op::Net::forwardPass()'],['../classop_1_1_net_caffe.html#a4db7c5de8c0619ae39c3620fed5c577f',1,'op::NetCaffe::forwardPass()'],['../classop_1_1_face_extractor.html#a7e6d4f9d0154551ea050c94dd90cd2fb',1,'op::FaceExtractor::forwardPass()'],['../classop_1_1_face_extractor_caffe.html#ad9cb84599f76e7836379890bde577b50',1,'op::FaceExtractorCaffe::forwardPass()'],['../classop_1_1_hand_extractor.html#a1d4eb3fc406aa44bb2c8e320ba3cb377',1,'op::HandExtractor::forwardPass()'],['../classop_1_1_hand_extractor_caffe.html#a892d6233b92a7862c32adfa85574236c',1,'op::HandExtractorCaffe::forwardPass()'],['../classop_1_1_pose_extractor.html#afe4ceae04443242148c563eb6d8b954c',1,'op::PoseExtractor::forwardPass()'],['../classop_1_1_pose_extractor_caffe.html#a8e7ae6b63ccd0ab6eb61c5530fa44731',1,'op::PoseExtractorCaffe::forwardPass()']]],
- ['framedisplayer',['FrameDisplayer',['../classop_1_1_frame_displayer.html#a21a746ef46172c6a18ea72da6e7b5721',1,'op::FrameDisplayer']]],
['framedisplayer',['FrameDisplayer',['../classop_1_1_frame_displayer.html',1,'op']]],
+ ['framedisplayer',['FrameDisplayer',['../classop_1_1_frame_displayer.html#a21a746ef46172c6a18ea72da6e7b5721',1,'op::FrameDisplayer']]],
['framedisplayer_2ehpp',['frameDisplayer.hpp',['../frame_displayer_8hpp.html',1,'']]],
['framefirst',['frameFirst',['../structop_1_1_wrapper_struct_input.html#acc72b8efe09ec3888823ed5680a19fe4',1,'op::WrapperStructInput']]],
['frameflip',['frameFlip',['../structop_1_1_wrapper_struct_input.html#a5ee9722814fe2b5a695511cabd12b613',1,'op::WrapperStructInput']]],
diff --git a/html/search/all_6.js b/html/search/all_6.js
index 1a68639c..8cc4e62f 100644
--- a/html/search/all_6.js
+++ b/html/search/all_6.js
@@ -1,11 +1,12 @@
var searchData=
[
- ['get',['get',['../classop_1_1_pose_extractor.html#a7dc82be227cc759582184de9c26f0b64',1,'op::PoseExtractor::get()'],['../classop_1_1_image_directory_reader.html#aa05bfd69272e81115ba23a3c0731b596',1,'op::ImageDirectoryReader::get(const int capProperty)'],['../classop_1_1_image_directory_reader.html#ac8ce09240af2edb08e0428316f734774',1,'op::ImageDirectoryReader::get(const ProducerProperty property)'],['../classop_1_1_ip_camera_reader.html#aa7ad6adac6e401193e03d279176dd889',1,'op::IpCameraReader::get()'],['../classop_1_1_producer.html#a366881a952ad34071cc719477f08b968',1,'op::Producer::get(const int capProperty)=0'],['../classop_1_1_producer.html#a000e881f647f84cd98e90091e8976326',1,'op::Producer::get(const ProducerProperty property)=0'],['../classop_1_1_video_capture_reader.html#a64e5cbfb1c556d64cabcebc6eb94eaf1',1,'op::VideoCaptureReader::get(const int capProperty)=0'],['../classop_1_1_video_capture_reader.html#ae9b111f8b4de16905a157bb6dda09f94',1,'op::VideoCaptureReader::get(const ProducerProperty property)'],['../classop_1_1_video_reader.html#a057a7d0c498c48639b38c10ac7efc183',1,'op::VideoReader::get()'],['../classop_1_1_webcam_reader.html#a38ccbdf61f21fba0694362077cb6bdb1',1,'op::WebcamReader::get()']]],
+ ['get',['get',['../classop_1_1_pose_extractor.html#a7dc82be227cc759582184de9c26f0b64',1,'op::PoseExtractor::get()'],['../classop_1_1_flir_reader.html#a5101cdbcd46e51bf7f35995a3d87e900',1,'op::FlirReader::get()'],['../classop_1_1_image_directory_reader.html#aa05bfd69272e81115ba23a3c0731b596',1,'op::ImageDirectoryReader::get()'],['../classop_1_1_ip_camera_reader.html#aa7ad6adac6e401193e03d279176dd889',1,'op::IpCameraReader::get()'],['../classop_1_1_producer.html#a366881a952ad34071cc719477f08b968',1,'op::Producer::get(const int capProperty)=0'],['../classop_1_1_producer.html#a94d561f95384dfa0cd91113882869d06',1,'op::Producer::get(const ProducerProperty property)'],['../classop_1_1_video_capture_reader.html#a64e5cbfb1c556d64cabcebc6eb94eaf1',1,'op::VideoCaptureReader::get()'],['../classop_1_1_video_reader.html#a057a7d0c498c48639b38c10ac7efc183',1,'op::VideoReader::get()'],['../classop_1_1_webcam_reader.html#a38ccbdf61f21fba0694362077cb6bdb1',1,'op::WebcamReader::get()']]],
['getalphaheatmap',['getAlphaHeatMap',['../classop_1_1_renderer.html#a503d7fdba655b14348769ad3f69b6c00',1,'op::Renderer']]],
['getalphakeypoint',['getAlphaKeypoint',['../classop_1_1_renderer.html#ac4df12764776ba2e27c71a3c4181f647',1,'op::Renderer']]],
['getaveragescore',['getAverageScore',['../namespaceop.html#a29e26ec36e2ca8b8e0b7b6180f9315e3',1,'op']]],
['getbiggestperson',['getBiggestPerson',['../namespaceop.html#a22864d3d38f8020596d921951cf67750',1,'op']]],
['getblendoriginalframe',['getBlendOriginalFrame',['../classop_1_1_renderer.html#a8e0739fb55d61fc76918ca3fb6ac3bc4',1,'op::Renderer']]],
+ ['getcameramatrices',['getCameraMatrices',['../classop_1_1_flir_reader.html#a7c3450fd4b5c6f81ade293ee95da7ba6',1,'op::FlirReader::getCameraMatrices()'],['../classop_1_1_image_directory_reader.html#a7e6c27d0796e087a6975c607d4b4227a',1,'op::ImageDirectoryReader::getCameraMatrices()'],['../classop_1_1_ip_camera_reader.html#a48a168a0913697493da1a9d95151f5ce',1,'op::IpCameraReader::getCameraMatrices()'],['../classop_1_1_producer.html#a06c471d5ac26fa20b323742ad4556104',1,'op::Producer::getCameraMatrices()'],['../classop_1_1_video_reader.html#a93742fd892cdb09b99b29f8e8036d803',1,'op::VideoReader::getCameraMatrices()'],['../classop_1_1_webcam_reader.html#afbad75f82bf39bfd503bbc8bd881592d',1,'op::WebcamReader::getCameraMatrices()']]],
['getcandidatescopy',['getCandidatesCopy',['../classop_1_1_pose_extractor.html#a67f2afb1a7e0de01dd3271b5dc30cd5a',1,'op::PoseExtractor']]],
['getcandidatescpuconstptr',['getCandidatesCpuConstPtr',['../classop_1_1_pose_extractor.html#ae087157035d7b81da560328dce1d0728',1,'op::PoseExtractor::getCandidatesCpuConstPtr()'],['../classop_1_1_pose_extractor_caffe.html#a5e84521120bcee4a9f047ae1d7fec8af',1,'op::PoseExtractorCaffe::getCandidatesCpuConstPtr()']]],
['getcandidatesgpuconstptr',['getCandidatesGpuConstPtr',['../classop_1_1_pose_extractor.html#af26c5b9f93407b74bdd06357aa7566a9',1,'op::PoseExtractor::getCandidatesGpuConstPtr()'],['../classop_1_1_pose_extractor_caffe.html#abacfbe7f39819671b47d9ca2ef793046',1,'op::PoseExtractorCaffe::getCandidatesGpuConstPtr()']]],
@@ -22,7 +23,8 @@ var searchData=
['getfilenamenoextension',['getFileNameNoExtension',['../namespaceop.html#a6f37638480139a4076eef4d0c7dc6cd1',1,'op']]],
['getfilesondirectory',['getFilesOnDirectory',['../namespaceop.html#a3ff74a37eb4bf12e31bc5aa95b69f9e3',1,'op::getFilesOnDirectory(const std::string &directoryPath, const std::vector< std::string > &extensions={})'],['../namespaceop.html#adb26da2c52486e926d98471b5387c7e1',1,'op::getFilesOnDirectory(const std::string &directoryPath, const std::string &extension)']]],
['getframe',['getFrame',['../classop_1_1_producer.html#aacd96f08524772d8865bb187c881943e',1,'op::Producer']]],
- ['getframename',['getFrameName',['../classop_1_1_image_directory_reader.html#a964d60140081c79353b637405dda962c',1,'op::ImageDirectoryReader::getFrameName()'],['../classop_1_1_ip_camera_reader.html#a2277d9a58316bfb4314bf345369e37c1',1,'op::IpCameraReader::getFrameName()'],['../classop_1_1_producer.html#adc348105fca58f18e39aa3439e2d627b',1,'op::Producer::getFrameName()'],['../classop_1_1_video_capture_reader.html#a83b4cd38f8eb2182711c506e84d97253',1,'op::VideoCaptureReader::getFrameName()'],['../classop_1_1_video_reader.html#a28244ab83836e0d0b2a896f33ad34403',1,'op::VideoReader::getFrameName()'],['../classop_1_1_webcam_reader.html#a31fa72f65d40416e812ad72d43b43649',1,'op::WebcamReader::getFrameName()']]],
+ ['getframename',['getFrameName',['../classop_1_1_flir_reader.html#a9f22ac3a8f7c7b032f43562c2c87f673',1,'op::FlirReader::getFrameName()'],['../classop_1_1_image_directory_reader.html#a964d60140081c79353b637405dda962c',1,'op::ImageDirectoryReader::getFrameName()'],['../classop_1_1_ip_camera_reader.html#a2277d9a58316bfb4314bf345369e37c1',1,'op::IpCameraReader::getFrameName()'],['../classop_1_1_producer.html#adc348105fca58f18e39aa3439e2d627b',1,'op::Producer::getFrameName()'],['../classop_1_1_video_capture_reader.html#a83b4cd38f8eb2182711c506e84d97253',1,'op::VideoCaptureReader::getFrameName()'],['../classop_1_1_video_reader.html#a28244ab83836e0d0b2a896f33ad34403',1,'op::VideoReader::getFrameName()'],['../classop_1_1_webcam_reader.html#a31fa72f65d40416e812ad72d43b43649',1,'op::WebcamReader::getFrameName()']]],
+ ['getframes',['getFrames',['../classop_1_1_producer.html#a3fbf3df1e02d326d7c954d78aa0dca0d',1,'op::Producer']]],
['getgpumode',['getGpuMode',['../namespaceop.html#a971a7caa96be5b715b5c22f6e5dc6ad1',1,'op']]],
['getgpunumber',['getGpuNumber',['../namespaceop.html#aaad222b087dd041c35de2f3414c1a01f',1,'op']]],
['gethandkeypoints',['getHandKeypoints',['../classop_1_1_hand_extractor.html#a322a1c3a0ab7abaf0c697246af9309cc',1,'op::HandExtractor']]],
@@ -68,6 +70,7 @@ var searchData=
['getprioritythreshold',['getPriorityThreshold',['../classop_1_1_configure_log.html#a416a31ba539e8780480a0a48bcc9b95a',1,'op::ConfigureLog']]],
['getptr',['getPtr',['../classop_1_1_array.html#af4715967fd2b028a97fd30257e697275',1,'op::Array']]],
['getrawframe',['getRawFrame',['../classop_1_1_producer.html#a39f52d80ac4146c82ed12aae0f05478e',1,'op::Producer::getRawFrame()'],['../classop_1_1_video_capture_reader.html#af57cc02f86ee0c29ccb83f1f7c37bec2',1,'op::VideoCaptureReader::getRawFrame()']]],
+ ['getrawframes',['getRawFrames',['../classop_1_1_producer.html#ad51001c3e9f42722c52990d43b315f78',1,'op::Producer::getRawFrames()'],['../classop_1_1_video_capture_reader.html#a07abbb0001dd9972ab416eb619812043',1,'op::VideoCaptureReader::getRawFrames()']]],
['getscalenettooutput',['getScaleNetToOutput',['../classop_1_1_pose_extractor.html#a5fd73c053c293c59eb3d6eb38335c157',1,'op::PoseExtractor']]],
['getsharedparameters',['getSharedParameters',['../classop_1_1_gpu_renderer.html#a5576d2da79ef7ff38ee86b35383d6d46',1,'op::GpuRenderer']]],
['getshowgooglyeyes',['getShowGooglyEyes',['../classop_1_1_renderer.html#a891be57b699f6adbb7cd841870214b8e',1,'op::Renderer']]],
@@ -80,12 +83,12 @@ var searchData=
['gpumode',['GpuMode',['../namespaceop.html#adbb34b5c8f2b6f0c051f831f18582e7f',1,'op']]],
['gpunumber',['gpuNumber',['../structop_1_1_wrapper_struct_pose.html#a536ea76d50e94d513066e9e5767d0c03',1,'op::WrapperStructPose']]],
['gpunumberstart',['gpuNumberStart',['../structop_1_1_wrapper_struct_pose.html#a8be188d871061079432ead77b278fe0d',1,'op::WrapperStructPose']]],
- ['gpurenderer',['GpuRenderer',['../classop_1_1_gpu_renderer.html#a9852b2017e972637b47250bb7fbc53ea',1,'op::GpuRenderer']]],
['gpurenderer',['GpuRenderer',['../classop_1_1_gpu_renderer.html',1,'op']]],
+ ['gpurenderer',['GpuRenderer',['../classop_1_1_gpu_renderer.html#a9852b2017e972637b47250bb7fbc53ea',1,'op::GpuRenderer']]],
['gpurenderer_2ehpp',['gpuRenderer.hpp',['../gpu_renderer_8hpp.html',1,'']]],
['gputocpumemoryiflastrenderer',['gpuToCpuMemoryIfLastRenderer',['../classop_1_1_gpu_renderer.html#a6355f70d16c6427b028fa4596ce5d985',1,'op::GpuRenderer']]],
- ['gui',['Gui',['../classop_1_1_gui.html',1,'op']]],
['gui',['Gui',['../classop_1_1_gui.html#a892a74fac9f123a4cb9e196bfcc3432a',1,'op::Gui']]],
+ ['gui',['Gui',['../classop_1_1_gui.html',1,'op']]],
['gui_2ehpp',['gui.hpp',['../gui_8hpp.html',1,'']]],
['gui3d',['Gui3D',['../classop_1_1_gui3_d.html',1,'op']]],
['gui3d',['Gui3D',['../classop_1_1_gui3_d.html#af49460bc8b18fd0065f7e4fca41168a8',1,'op::Gui3D']]],
diff --git a/html/search/all_7.js b/html/search/all_7.js
index b67cf54e..ac9fd1b3 100644
--- a/html/search/all_7.js
+++ b/html/search/all_7.js
@@ -39,22 +39,21 @@ var searchData=
['handrenderer',['HandRenderer',['../classop_1_1_hand_renderer.html',1,'op']]],
['handrenderer_2ehpp',['handRenderer.hpp',['../hand_renderer_8hpp.html',1,'']]],
['headers_2ehpp',['headers.hpp',['../face_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../core_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../gpu_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../thread_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../experimental_23d_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../pose_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../gui_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../hand_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../experimental_2tracking_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../filestream_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../experimental_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../producer_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../headers_8hpp.html',1,'']]],
['headers_2ehpp',['headers.hpp',['../3d_2headers_8hpp.html',1,'']]],
['headers_2ehpp',['headers.hpp',['../utilities_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../wrapper_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../thread_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../gui_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../pose_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../hand_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../core_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../experimental_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../gpu_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../experimental_2tracking_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../producer_2headers_8hpp.html',1,'']]],
['headers_2ehpp',['headers.hpp',['../experimental_2producer_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../wrapper_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../filestream_2headers_8hpp.html',1,'']]],
['heatmapsaver',['HeatMapSaver',['../classop_1_1_heat_map_saver.html',1,'op']]],
['heatmapsaver',['HeatMapSaver',['../classop_1_1_heat_map_saver.html#aa6a339b70a9535a018584b93c932b12d',1,'op::HeatMapSaver']]],
['heatmapsaver_2ehpp',['heatMapSaver.hpp',['../heat_map_saver_8hpp.html',1,'']]],
diff --git a/html/search/all_8.js b/html/search/all_8.js
index ad5eb707..e95c1e58 100644
--- a/html/search/all_8.js
+++ b/html/search/all_8.js
@@ -12,7 +12,7 @@ var searchData=
['imagesaver_2ehpp',['imageSaver.hpp',['../image_saver_8hpp.html',1,'']]],
['increase',['increase',['../classop_1_1_pose_extractor.html#a6395a4bb77e0198c7cf554ce4674d33c',1,'op::PoseExtractor']]],
['increaseelementtorender',['increaseElementToRender',['../classop_1_1_renderer.html#a298a5a58bab80b7252db7d3386a0ed8a',1,'op::Renderer']]],
- ['initializationonthread',['initializationOnThread',['../classop_1_1_w_pose_triangulation.html#a5711329db1768eb77d2d96575c9fb668',1,'op::WPoseTriangulation::initializationOnThread()'],['../classop_1_1_net.html#a6e9e801f2c9950a798d0d2fa94a6c8f2',1,'op::Net::initializationOnThread()'],['../classop_1_1_net_caffe.html#a08b71387287339e68327dd6d4cb1e8b3',1,'op::NetCaffe::initializationOnThread()'],['../classop_1_1_w_cv_mat_to_op_input.html#ac03534bbe3b6c3c45efb61b5d78402da',1,'op::WCvMatToOpInput::initializationOnThread()'],['../classop_1_1_w_cv_mat_to_op_output.html#ad4c957d391e371b7ee56cdb5be6b1452',1,'op::WCvMatToOpOutput::initializationOnThread()'],['../classop_1_1_w_keep_top_n_people.html#a56371016b6fe1fbacdba8d558685719b',1,'op::WKeepTopNPeople::initializationOnThread()'],['../classop_1_1_w_keypoint_scaler.html#aba4fb004818f3adc22959e382a90cd2c',1,'op::WKeypointScaler::initializationOnThread()'],['../classop_1_1_w_op_output_to_cv_mat.html#adea2e8b1d33e6c091640c7d904dac7cd',1,'op::WOpOutputToCvMat::initializationOnThread()'],['../classop_1_1_w_scale_and_size_extractor.html#ac1203ef395a836b13f5586432f284c41',1,'op::WScaleAndSizeExtractor::initializationOnThread()'],['../classop_1_1_w_flir_reader.html#a099b08a1ee62092b5e1e73d6fc0e43ce',1,'op::WFlirReader::initializationOnThread()'],['../classop_1_1_w_person_id_extractor.html#a72b888875be18eb3fc8d0a8c267630de',1,'op::WPersonIdExtractor::initializationOnThread()'],['../classop_1_1_face_extractor.html#a2692c0040bb8c0b84a84d195194d037a',1,'op::FaceExtractor::initializationOnThread()'],['../classop_1_1_face_gpu_renderer.html#a6ebd9287927529ffaa4200890190896b',1,'op::FaceGpuRenderer::initializationOnThread()'],['../classop_1_1_face_renderer.html#aa34ce7a0602b0994cc3043b80627a31c',1,'op::FaceRenderer::initializationOnThread()'],['../classop_1_1_w_face_detector.html#afaca53a669f0cd43103f7317aded75d3',1,'op::WFaceDetector::initializationOnThread()'],['../classop_1_1_w_face_detector_open_c_v.html#ad7dce5824ba32bc07d2474c20b23e62d',1,'op::WFaceDetectorOpenCV::initializationOnThread()'],['../classop_1_1_w_face_extractor.html#aee8f96a5ce0080db31fe20ae202e59a5',1,'op::WFaceExtractor::initializationOnThread()'],['../classop_1_1_w_face_renderer.html#a7b72c70dc02c9209d84992caad6ad7d0',1,'op::WFaceRenderer::initializationOnThread()'],['../classop_1_1_w_coco_json_saver.html#a5cca095ff23c3134ab0addc9a4feabaf',1,'op::WCocoJsonSaver::initializationOnThread()'],['../classop_1_1_w_face_saver.html#ae8401789881462eb8438c65e9d2d3fb2',1,'op::WFaceSaver::initializationOnThread()'],['../classop_1_1_w_hand_saver.html#aa234a68d1cc7ec97fefbf30239149baa',1,'op::WHandSaver::initializationOnThread()'],['../classop_1_1_w_heat_map_saver.html#a20e82b121a580c578f69cbb0401c4cb0',1,'op::WHeatMapSaver::initializationOnThread()'],['../classop_1_1_w_image_saver.html#a78655ea3d4dac28bdf7e2e4a80b5a337',1,'op::WImageSaver::initializationOnThread()'],['../classop_1_1_w_people_json_saver.html#a5d4239596a996723a20a1031d32c7446',1,'op::WPeopleJsonSaver::initializationOnThread()'],['../classop_1_1_w_pose_saver.html#a4f0774832e12389593361186f1b83128',1,'op::WPoseSaver::initializationOnThread()'],['../classop_1_1_w_video_saver.html#ada90f76b28e4bafe9c8ecbb9bcbb2d14',1,'op::WVideoSaver::initializationOnThread()'],['../classop_1_1_frame_displayer.html#af5d2e1c8bcd2012c66347252e8dbc543',1,'op::FrameDisplayer::initializationOnThread()'],['../classop_1_1_gui.html#a07cf9b4e7757979666d097278df02c20',1,'op::Gui::initializationOnThread()'],['../classop_1_1_gui3_d.html#ad3a1969180e399e811b7b980b56923e7',1,'op::Gui3D::initializationOnThread()'],['../classop_1_1_w_gui.html#a4e4db210b87f78cc1238dd3ab2bedaa4',1,'op::WGui::initializationOnThread()'],['../classop_1_1_w_gui3_d.html#a7da4f85892e0d7d9e105c6d471a706a3',1,'op::WGui3D::initializationOnThread()'],['../classop_1_1_w_gui_info_adder.html#ae620275d6570fd5c74f33728cd340217',1,'op::WGuiInfoAdder::initializationOnThread()'],['../classop_1_1_hand_extractor.html#aa5592a468cfdcfdd687d6f9d465d3eda',1,'op::HandExtractor::initializationOnThread()'],['../classop_1_1_hand_gpu_renderer.html#a0489f10ddc9e37e87084ebf9a5138f3a',1,'op::HandGpuRenderer::initializationOnThread()'],['../classop_1_1_hand_renderer.html#adb91ae2a8ccf24671ad86e99e786b120',1,'op::HandRenderer::initializationOnThread()'],['../classop_1_1_w_hand_detector.html#a5c29c944205ee0727f76c282ef55ae52',1,'op::WHandDetector::initializationOnThread()'],['../classop_1_1_w_hand_detector_from_txt.html#acd7d37555c09a58dc660811724930276',1,'op::WHandDetectorFromTxt::initializationOnThread()'],['../classop_1_1_w_hand_detector_tracking.html#a20ef6206194a873c2cfa7fe13d905d92',1,'op::WHandDetectorTracking::initializationOnThread()'],['../classop_1_1_w_hand_detector_update.html#a729aaa628e4f4c24e7cb9afca1cdc761',1,'op::WHandDetectorUpdate::initializationOnThread()'],['../classop_1_1_w_hand_extractor.html#a6fbef214cc89b07ba163ad874c8442af',1,'op::WHandExtractor::initializationOnThread()'],['../classop_1_1_w_hand_renderer.html#a2ee88145b38fea1a6a2bb7987a33bd40',1,'op::WHandRenderer::initializationOnThread()'],['../classop_1_1_pose_extractor.html#aab1cccc9ad99f6b007abaa14600ea6df',1,'op::PoseExtractor::initializationOnThread()'],['../classop_1_1_pose_gpu_renderer.html#a9e94ab926baf360dd6b23e14fba09836',1,'op::PoseGpuRenderer::initializationOnThread()'],['../classop_1_1_pose_renderer.html#af861d8213f1444b3246402061cea1b33',1,'op::PoseRenderer::initializationOnThread()'],['../classop_1_1_w_pose_extractor.html#a9b621ed9915da9bf3cce49db547de9e6',1,'op::WPoseExtractor::initializationOnThread()'],['../classop_1_1_w_pose_renderer.html#aba989a73cef9a807879ad2196725c61c',1,'op::WPoseRenderer::initializationOnThread()'],['../classop_1_1_w_datum_producer.html#a26babf9992c710c948ee912dd055e063',1,'op::WDatumProducer::initializationOnThread()'],['../classop_1_1_sub_thread.html#a8debc3b655463847fed2c547d13326f7',1,'op::SubThread::initializationOnThread()'],['../classop_1_1_w_id_generator.html#a50a1b7929810daae87ee6443c659edad',1,'op::WIdGenerator::initializationOnThread()'],['../classop_1_1_worker.html#aa5be4df9d4d8302728c653870e7d2a23',1,'op::Worker::initializationOnThread()'],['../classop_1_1_w_queue_orderer.html#a85598f83f6f3a30b7ddce9bc7beddf33',1,'op::WQueueOrderer::initializationOnThread()']]],
+ ['initializationonthread',['initializationOnThread',['../classop_1_1_w_pose_triangulation.html#a5711329db1768eb77d2d96575c9fb668',1,'op::WPoseTriangulation::initializationOnThread()'],['../classop_1_1_net.html#a6e9e801f2c9950a798d0d2fa94a6c8f2',1,'op::Net::initializationOnThread()'],['../classop_1_1_net_caffe.html#a08b71387287339e68327dd6d4cb1e8b3',1,'op::NetCaffe::initializationOnThread()'],['../classop_1_1_w_cv_mat_to_op_input.html#ac03534bbe3b6c3c45efb61b5d78402da',1,'op::WCvMatToOpInput::initializationOnThread()'],['../classop_1_1_w_cv_mat_to_op_output.html#ad4c957d391e371b7ee56cdb5be6b1452',1,'op::WCvMatToOpOutput::initializationOnThread()'],['../classop_1_1_w_keep_top_n_people.html#a56371016b6fe1fbacdba8d558685719b',1,'op::WKeepTopNPeople::initializationOnThread()'],['../classop_1_1_w_keypoint_scaler.html#aba4fb004818f3adc22959e382a90cd2c',1,'op::WKeypointScaler::initializationOnThread()'],['../classop_1_1_w_op_output_to_cv_mat.html#adea2e8b1d33e6c091640c7d904dac7cd',1,'op::WOpOutputToCvMat::initializationOnThread()'],['../classop_1_1_w_scale_and_size_extractor.html#ac1203ef395a836b13f5586432f284c41',1,'op::WScaleAndSizeExtractor::initializationOnThread()'],['../classop_1_1_w_person_id_extractor.html#a72b888875be18eb3fc8d0a8c267630de',1,'op::WPersonIdExtractor::initializationOnThread()'],['../classop_1_1_face_extractor.html#a2692c0040bb8c0b84a84d195194d037a',1,'op::FaceExtractor::initializationOnThread()'],['../classop_1_1_face_gpu_renderer.html#a6ebd9287927529ffaa4200890190896b',1,'op::FaceGpuRenderer::initializationOnThread()'],['../classop_1_1_face_renderer.html#aa34ce7a0602b0994cc3043b80627a31c',1,'op::FaceRenderer::initializationOnThread()'],['../classop_1_1_w_face_detector.html#afaca53a669f0cd43103f7317aded75d3',1,'op::WFaceDetector::initializationOnThread()'],['../classop_1_1_w_face_detector_open_c_v.html#ad7dce5824ba32bc07d2474c20b23e62d',1,'op::WFaceDetectorOpenCV::initializationOnThread()'],['../classop_1_1_w_face_extractor.html#aee8f96a5ce0080db31fe20ae202e59a5',1,'op::WFaceExtractor::initializationOnThread()'],['../classop_1_1_w_face_renderer.html#a7b72c70dc02c9209d84992caad6ad7d0',1,'op::WFaceRenderer::initializationOnThread()'],['../classop_1_1_w_coco_json_saver.html#a5cca095ff23c3134ab0addc9a4feabaf',1,'op::WCocoJsonSaver::initializationOnThread()'],['../classop_1_1_w_face_saver.html#ae8401789881462eb8438c65e9d2d3fb2',1,'op::WFaceSaver::initializationOnThread()'],['../classop_1_1_w_hand_saver.html#aa234a68d1cc7ec97fefbf30239149baa',1,'op::WHandSaver::initializationOnThread()'],['../classop_1_1_w_heat_map_saver.html#a20e82b121a580c578f69cbb0401c4cb0',1,'op::WHeatMapSaver::initializationOnThread()'],['../classop_1_1_w_image_saver.html#a78655ea3d4dac28bdf7e2e4a80b5a337',1,'op::WImageSaver::initializationOnThread()'],['../classop_1_1_w_people_json_saver.html#a5d4239596a996723a20a1031d32c7446',1,'op::WPeopleJsonSaver::initializationOnThread()'],['../classop_1_1_w_pose_saver.html#a4f0774832e12389593361186f1b83128',1,'op::WPoseSaver::initializationOnThread()'],['../classop_1_1_w_video_saver.html#ada90f76b28e4bafe9c8ecbb9bcbb2d14',1,'op::WVideoSaver::initializationOnThread()'],['../classop_1_1_frame_displayer.html#af5d2e1c8bcd2012c66347252e8dbc543',1,'op::FrameDisplayer::initializationOnThread()'],['../classop_1_1_gui.html#a07cf9b4e7757979666d097278df02c20',1,'op::Gui::initializationOnThread()'],['../classop_1_1_gui3_d.html#ad3a1969180e399e811b7b980b56923e7',1,'op::Gui3D::initializationOnThread()'],['../classop_1_1_w_gui.html#a4e4db210b87f78cc1238dd3ab2bedaa4',1,'op::WGui::initializationOnThread()'],['../classop_1_1_w_gui3_d.html#a7da4f85892e0d7d9e105c6d471a706a3',1,'op::WGui3D::initializationOnThread()'],['../classop_1_1_w_gui_info_adder.html#ae620275d6570fd5c74f33728cd340217',1,'op::WGuiInfoAdder::initializationOnThread()'],['../classop_1_1_hand_extractor.html#aa5592a468cfdcfdd687d6f9d465d3eda',1,'op::HandExtractor::initializationOnThread()'],['../classop_1_1_hand_gpu_renderer.html#a0489f10ddc9e37e87084ebf9a5138f3a',1,'op::HandGpuRenderer::initializationOnThread()'],['../classop_1_1_hand_renderer.html#adb91ae2a8ccf24671ad86e99e786b120',1,'op::HandRenderer::initializationOnThread()'],['../classop_1_1_w_hand_detector.html#a5c29c944205ee0727f76c282ef55ae52',1,'op::WHandDetector::initializationOnThread()'],['../classop_1_1_w_hand_detector_from_txt.html#acd7d37555c09a58dc660811724930276',1,'op::WHandDetectorFromTxt::initializationOnThread()'],['../classop_1_1_w_hand_detector_tracking.html#a20ef6206194a873c2cfa7fe13d905d92',1,'op::WHandDetectorTracking::initializationOnThread()'],['../classop_1_1_w_hand_detector_update.html#a729aaa628e4f4c24e7cb9afca1cdc761',1,'op::WHandDetectorUpdate::initializationOnThread()'],['../classop_1_1_w_hand_extractor.html#a6fbef214cc89b07ba163ad874c8442af',1,'op::WHandExtractor::initializationOnThread()'],['../classop_1_1_w_hand_renderer.html#a2ee88145b38fea1a6a2bb7987a33bd40',1,'op::WHandRenderer::initializationOnThread()'],['../classop_1_1_pose_extractor.html#aab1cccc9ad99f6b007abaa14600ea6df',1,'op::PoseExtractor::initializationOnThread()'],['../classop_1_1_pose_gpu_renderer.html#a9e94ab926baf360dd6b23e14fba09836',1,'op::PoseGpuRenderer::initializationOnThread()'],['../classop_1_1_pose_renderer.html#af861d8213f1444b3246402061cea1b33',1,'op::PoseRenderer::initializationOnThread()'],['../classop_1_1_w_pose_extractor.html#a9b621ed9915da9bf3cce49db547de9e6',1,'op::WPoseExtractor::initializationOnThread()'],['../classop_1_1_w_pose_renderer.html#aba989a73cef9a807879ad2196725c61c',1,'op::WPoseRenderer::initializationOnThread()'],['../classop_1_1_w_datum_producer.html#a26babf9992c710c948ee912dd055e063',1,'op::WDatumProducer::initializationOnThread()'],['../classop_1_1_sub_thread.html#a8debc3b655463847fed2c547d13326f7',1,'op::SubThread::initializationOnThread()'],['../classop_1_1_w_id_generator.html#a50a1b7929810daae87ee6443c659edad',1,'op::WIdGenerator::initializationOnThread()'],['../classop_1_1_worker.html#aa5be4df9d4d8302728c653870e7d2a23',1,'op::Worker::initializationOnThread()'],['../classop_1_1_w_queue_orderer.html#a85598f83f6f3a30b7ddce9bc7beddf33',1,'op::WQueueOrderer::initializationOnThread()']]],
['inputnetdata',['inputNetData',['../structop_1_1_datum.html#a46ff336119fd0d67c8223b1a9371731d',1,'op::Datum']]],
['inputresolution',['InputResolution',['../namespaceop.html#af72fe4ed32846c12f41b049d3d0e1bdaa46f9a0da0a5d448fd0cc8b3aa0a9b228',1,'op']]],
['intround',['intRound',['../namespaceop.html#adcfd0bf5ba782278488c157667a80c54',1,'op']]],
@@ -20,6 +20,6 @@ var searchData=
['ipcamerareader',['IpCameraReader',['../classop_1_1_ip_camera_reader.html',1,'op']]],
['ipcamerareader',['IpCameraReader',['../classop_1_1_ip_camera_reader.html#abbe7f1bbf200ed9c6c0868eb3c6b0764',1,'op::IpCameraReader']]],
['ipcamerareader_2ehpp',['ipCameraReader.hpp',['../ip_camera_reader_8hpp.html',1,'']]],
- ['isopened',['isOpened',['../classop_1_1_video_saver.html#a0c5dadfa4f687283c370e7890ae5037f',1,'op::VideoSaver::isOpened()'],['../classop_1_1_image_directory_reader.html#a432bc94339019f251cc48bbb4c5ae1e8',1,'op::ImageDirectoryReader::isOpened()'],['../classop_1_1_producer.html#a58590e4a409d31f839184b4bf030a68b',1,'op::Producer::isOpened()'],['../classop_1_1_video_capture_reader.html#ae10d37b58fe4f3daa8817b72eb3faa64',1,'op::VideoCaptureReader::isOpened()']]],
+ ['isopened',['isOpened',['../classop_1_1_video_saver.html#a0c5dadfa4f687283c370e7890ae5037f',1,'op::VideoSaver::isOpened()'],['../classop_1_1_flir_reader.html#a3ce5e34848ef03804f6261964c6f6a77',1,'op::FlirReader::isOpened()'],['../classop_1_1_image_directory_reader.html#a432bc94339019f251cc48bbb4c5ae1e8',1,'op::ImageDirectoryReader::isOpened()'],['../classop_1_1_producer.html#a58590e4a409d31f839184b4bf030a68b',1,'op::Producer::isOpened()'],['../classop_1_1_video_capture_reader.html#ae10d37b58fe4f3daa8817b72eb3faa64',1,'op::VideoCaptureReader::isOpened()']]],
['isrunning',['isRunning',['../classop_1_1_queue_base.html#a42a873f65588219449e21ac4927311d7',1,'op::QueueBase::isRunning()'],['../classop_1_1_thread.html#af0471340c93fdcc0ba8e06c3f9524fef',1,'op::Thread::isRunning()'],['../classop_1_1_thread_manager.html#ae15857e155633662cd46616fc54a4877',1,'op::ThreadManager::isRunning()'],['../classop_1_1_worker.html#a3f7c86ab1c4ce15c0f0ef12a1d4647e0',1,'op::Worker::isRunning()'],['../classop_1_1_wrapper.html#a51ab9e8a63f8fb822550365fc0417d01',1,'op::Wrapper::isRunning()']]]
];
diff --git a/html/search/classes_13.js b/html/search/classes_13.js
index 8879cd98..cb491afa 100644
--- a/html/search/classes_13.js
+++ b/html/search/classes_13.js
@@ -10,7 +10,6 @@ var searchData=
['wfaceextractor',['WFaceExtractor',['../classop_1_1_w_face_extractor.html',1,'op']]],
['wfacerenderer',['WFaceRenderer',['../classop_1_1_w_face_renderer.html',1,'op']]],
['wfacesaver',['WFaceSaver',['../classop_1_1_w_face_saver.html',1,'op']]],
- ['wflirreader',['WFlirReader',['../classop_1_1_w_flir_reader.html',1,'op']]],
['wgui',['WGui',['../classop_1_1_w_gui.html',1,'op']]],
['wgui3d',['WGui3D',['../classop_1_1_w_gui3_d.html',1,'op']]],
['wguiinfoadder',['WGuiInfoAdder',['../classop_1_1_w_gui_info_adder.html',1,'op']]],
@@ -28,10 +27,8 @@ var searchData=
['wkeypointscaler',['WKeypointScaler',['../classop_1_1_w_keypoint_scaler.html',1,'op']]],
['wopoutputtocvmat',['WOpOutputToCvMat',['../classop_1_1_w_op_output_to_cv_mat.html',1,'op']]],
['worker',['Worker',['../classop_1_1_worker.html',1,'op']]],
- ['worker_3c_20std_3a_3ashared_5fptr_3c_20std_3a_3avector_3c_20datum_20_3e_20_3e_20_3e',['Worker< std::shared_ptr< std::vector< Datum > > >',['../classop_1_1_worker.html',1,'op']]],
['workerconsumer',['WorkerConsumer',['../classop_1_1_worker_consumer.html',1,'op']]],
['workerproducer',['WorkerProducer',['../classop_1_1_worker_producer.html',1,'op']]],
- ['workerproducer_3c_20std_3a_3ashared_5fptr_3c_20std_3a_3avector_3c_20datum_20_3e_20_3e_20_3e',['WorkerProducer< std::shared_ptr< std::vector< Datum > > >',['../classop_1_1_worker_producer.html',1,'op']]],
['wpeoplejsonsaver',['WPeopleJsonSaver',['../classop_1_1_w_people_json_saver.html',1,'op']]],
['wpersonidextractor',['WPersonIdExtractor',['../classop_1_1_w_person_id_extractor.html',1,'op']]],
['wposeextractor',['WPoseExtractor',['../classop_1_1_w_pose_extractor.html',1,'op']]],
diff --git a/html/search/classes_4.js b/html/search/classes_4.js
index 66e4a49c..d4535b76 100644
--- a/html/search/classes_4.js
+++ b/html/search/classes_4.js
@@ -8,5 +8,6 @@ var searchData=
['facegpurenderer',['FaceGpuRenderer',['../classop_1_1_face_gpu_renderer.html',1,'op']]],
['facerenderer',['FaceRenderer',['../classop_1_1_face_renderer.html',1,'op']]],
['filesaver',['FileSaver',['../classop_1_1_file_saver.html',1,'op']]],
+ ['flirreader',['FlirReader',['../classop_1_1_flir_reader.html',1,'op']]],
['framedisplayer',['FrameDisplayer',['../classop_1_1_frame_displayer.html',1,'op']]]
];
diff --git a/html/search/enumvalues_4.js b/html/search/enumvalues_4.js
index a48ce188..24798f39 100644
--- a/html/search/enumvalues_4.js
+++ b/html/search/enumvalues_4.js
@@ -2,5 +2,6 @@ var searchData=
[
['filelogging',['FileLogging',['../namespaceop.html#a5f5a4cee9809deaf7201fb9caf5e400ca68ec2bf5b1662d1d27a523dcfc3c702a',1,'op::FileLogging()'],['../namespaceop.html#a5fa46d7c4b25c823d1cdcc8e9d460f94a68ec2bf5b1662d1d27a523dcfc3c702a',1,'op::FileLogging()']]],
['flip',['Flip',['../namespaceop.html#abc501c56c6cf6cf1989c84b1692cb774a9ffbd422925a6839ee820ddbc59278c5',1,'op']]],
+ ['flircamera',['FlirCamera',['../namespaceop.html#a54b73745852c270cfd891eed0f6f2332af436d4d7a472ac39a7cb227e3ea24f8d',1,'op']]],
['fullscreen',['FullScreen',['../namespaceop.html#a6c22a72ce93c64e7582cb670492a50bfae7ec409749889353b8f83a6b04159420',1,'op']]]
];
diff --git a/html/search/files_2.js b/html/search/files_2.js
index 915cab25..5bcaf423 100644
--- a/html/search/files_2.js
+++ b/html/search/files_2.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['cameraparameters_2ehpp',['cameraParameters.hpp',['../camera_parameters_8hpp.html',1,'']]],
+ ['cameraparameterreader_2ehpp',['cameraParameterReader.hpp',['../camera_parameter_reader_8hpp.html',1,'']]],
['check_2ehpp',['check.hpp',['../check_8hpp.html',1,'']]],
['cocojsonsaver_2ehpp',['cocoJsonSaver.hpp',['../coco_json_saver_8hpp.html',1,'']]],
['common_2ehpp',['common.hpp',['../common_8hpp.html',1,'']]],
diff --git a/html/search/files_7.js b/html/search/files_7.js
index 4fbbf4e3..9debd265 100644
--- a/html/search/files_7.js
+++ b/html/search/files_7.js
@@ -8,22 +8,21 @@ var searchData=
['handgpurenderer_2ehpp',['handGpuRenderer.hpp',['../hand_gpu_renderer_8hpp.html',1,'']]],
['handparameters_2ehpp',['handParameters.hpp',['../hand_parameters_8hpp.html',1,'']]],
['handrenderer_2ehpp',['handRenderer.hpp',['../hand_renderer_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../gpu_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../pose_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../wrapper_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../core_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../thread_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../producer_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../hand_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../experimental_23d_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../gui_2headers_8hpp.html',1,'']]],
['headers_2ehpp',['headers.hpp',['../experimental_2tracking_2headers_8hpp.html',1,'']]],
['headers_2ehpp',['headers.hpp',['../3d_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../experimental_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../filestream_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../face_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../experimental_2producer_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../headers_8hpp.html',1,'']]],
['headers_2ehpp',['headers.hpp',['../utilities_2headers_8hpp.html',1,'']]],
- ['headers_2ehpp',['headers.hpp',['../gui_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../thread_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../producer_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../experimental_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../pose_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../face_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../core_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../gpu_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../filestream_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../hand_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../wrapper_2headers_8hpp.html',1,'']]],
+ ['headers_2ehpp',['headers.hpp',['../experimental_2producer_2headers_8hpp.html',1,'']]],
['heatmapsaver_2ehpp',['heatMapSaver.hpp',['../heat_map_saver_8hpp.html',1,'']]]
];
diff --git a/html/search/functions_11.js b/html/search/functions_11.js
index f1baade4..2b84e7ea 100644
--- a/html/search/functions_11.js
+++ b/html/search/functions_11.js
@@ -4,7 +4,7 @@ var searchData=
['reconstructarray',['reconstructArray',['../namespaceop.html#aebaf536d172c504ac2bdd3e9f7bcf6fb',1,'op']]],
['record',['record',['../classop_1_1_coco_json_saver.html#a3a7fd417aa5d85044fb0703379af1a23',1,'op::CocoJsonSaver']]],
['rectangle',['Rectangle',['../structop_1_1_rectangle.html#a0112ddaa9782f3ccbb76a319b05f030b',1,'op::Rectangle::Rectangle(const T x=0, const T y=0, const T width=0, const T height=0)'],['../structop_1_1_rectangle.html#afbb0da8956e35178d3f28d2b1d998175',1,'op::Rectangle::Rectangle(const Rectangle< T > &rectangle)'],['../structop_1_1_rectangle.html#a5a9a60fdfd9c88ab8ded6275d64333ea',1,'op::Rectangle::Rectangle(Rectangle< T > &&rectangle)']]],
- ['release',['release',['../classop_1_1_image_directory_reader.html#af74e192f8cba5c10f8e252674a85185a',1,'op::ImageDirectoryReader::release()'],['../classop_1_1_producer.html#a7753ffb0daa486ab0f82873b3567f95e',1,'op::Producer::release()'],['../classop_1_1_video_capture_reader.html#a2f73e10efe7f9b24a6cb75af2167de58',1,'op::VideoCaptureReader::release()']]],
+ ['release',['release',['../classop_1_1_flir_reader.html#ab28f40422c9edff8594d855bbef91f58',1,'op::FlirReader::release()'],['../classop_1_1_image_directory_reader.html#af74e192f8cba5c10f8e252674a85185a',1,'op::ImageDirectoryReader::release()'],['../classop_1_1_producer.html#a7753ffb0daa486ab0f82873b3567f95e',1,'op::Producer::release()'],['../classop_1_1_video_capture_reader.html#a2f73e10efe7f9b24a6cb75af2167de58',1,'op::VideoCaptureReader::release()']]],
['renderer',['Renderer',['../classop_1_1_renderer.html#a00caf604fad781dfcf3bc311ef6a6623',1,'op::Renderer']]],
['renderface',['renderFace',['../classop_1_1_face_cpu_renderer.html#a9f8b158aca09eca94ad1b0cd8418cbb5',1,'op::FaceCpuRenderer::renderFace()'],['../classop_1_1_face_gpu_renderer.html#a8f4cb47d5a6829f6b19c377d523069eb',1,'op::FaceGpuRenderer::renderFace()'],['../classop_1_1_face_renderer.html#a045da831a9476bfc0e58e08ebb6c84c1',1,'op::FaceRenderer::renderFace()']]],
['renderfacekeypointscpu',['renderFaceKeypointsCpu',['../namespaceop.html#a5fc85e8500dbeda3b75c1b6ecfac91cd',1,'op']]],
diff --git a/html/search/functions_12.js b/html/search/functions_12.js
index 508b8604..3b90744d 100644
--- a/html/search/functions_12.js
+++ b/html/search/functions_12.js
@@ -12,7 +12,7 @@ var searchData=
['scaleandsizeextractor',['ScaleAndSizeExtractor',['../classop_1_1_scale_and_size_extractor.html#a9ec53a73ac8a72d3c94cf998b4794d7b',1,'op::ScaleAndSizeExtractor']]],
['scalekeypoints',['scaleKeypoints',['../namespaceop.html#a0d3788b482df5017c8214d4f8cdaf660',1,'op::scaleKeypoints(Array< float > &keypoints, const float scale)'],['../namespaceop.html#affdd0ecec773d38da5348e6eb482396e',1,'op::scaleKeypoints(Array< float > &keypoints, const float scaleX, const float scaleY)'],['../namespaceop.html#a1c6d17a9f442da1795540e2d1023129c',1,'op::scaleKeypoints(Array< float > &keypoints, const float scaleX, const float scaleY, const float offsetX, const float offsetY)']]],
['scharround',['sCharRound',['../namespaceop.html#a65c35aa5a4461e819a01371f152a7407',1,'op']]],
- ['set',['set',['../classop_1_1_pose_extractor.html#a32b108f24cfc892ed17c2ec752e30ab6',1,'op::PoseExtractor::set()'],['../classop_1_1_image_directory_reader.html#a1965a4dca2ddb86b24e69e2da90b9dbf',1,'op::ImageDirectoryReader::set(const int capProperty, const double value)'],['../classop_1_1_image_directory_reader.html#a9b63b935effebd29d2140b0b657b8392',1,'op::ImageDirectoryReader::set(const ProducerProperty property, const double value)'],['../classop_1_1_ip_camera_reader.html#ac13cc7da97a31d8e69eaa64b2a7b31ba',1,'op::IpCameraReader::set()'],['../classop_1_1_producer.html#ab30c7b3e34d962e0b17458d9a0947f6b',1,'op::Producer::set(const int capProperty, const double value)=0'],['../classop_1_1_producer.html#a46c9e458cfe9a01dabbd0e8d4b5f1e30',1,'op::Producer::set(const ProducerProperty property, const double value)=0'],['../classop_1_1_video_capture_reader.html#ab2929b7d2d002b58ebaf7b9b56999cca',1,'op::VideoCaptureReader::set(const int capProperty, const double value)=0'],['../classop_1_1_video_capture_reader.html#ac3a270770d13ae351d711a7353b32b9b',1,'op::VideoCaptureReader::set(const ProducerProperty property, const double value)'],['../classop_1_1_video_reader.html#a0dd53334327642368d41ec860e64e756',1,'op::VideoReader::set()'],['../classop_1_1_webcam_reader.html#ae66b26829cc2d6e3f02109d4431a7bc2',1,'op::WebcamReader::set()']]],
+ ['set',['set',['../classop_1_1_pose_extractor.html#a32b108f24cfc892ed17c2ec752e30ab6',1,'op::PoseExtractor::set()'],['../classop_1_1_flir_reader.html#af14f63c79272781429341dc3a0720485',1,'op::FlirReader::set()'],['../classop_1_1_image_directory_reader.html#a1965a4dca2ddb86b24e69e2da90b9dbf',1,'op::ImageDirectoryReader::set()'],['../classop_1_1_ip_camera_reader.html#ac13cc7da97a31d8e69eaa64b2a7b31ba',1,'op::IpCameraReader::set()'],['../classop_1_1_producer.html#ab30c7b3e34d962e0b17458d9a0947f6b',1,'op::Producer::set(const int capProperty, const double value)=0'],['../classop_1_1_producer.html#af11f1bbfbd61b9534c02c3e4839e19b0',1,'op::Producer::set(const ProducerProperty property, const double value)'],['../classop_1_1_video_capture_reader.html#ab2929b7d2d002b58ebaf7b9b56999cca',1,'op::VideoCaptureReader::set()'],['../classop_1_1_video_reader.html#a0dd53334327642368d41ec860e64e756',1,'op::VideoReader::set()'],['../classop_1_1_webcam_reader.html#ae66b26829cc2d6e3f02109d4431a7bc2',1,'op::WebcamReader::set()']]],
['setalphaheatmap',['setAlphaHeatMap',['../classop_1_1_renderer.html#abaea1725725ff775aed0c120b2ba3d1f',1,'op::Renderer']]],
['setalphakeypoint',['setAlphaKeypoint',['../classop_1_1_renderer.html#a039e88897ed844551cadb115ea98e9ef',1,'op::Renderer']]],
['setblendoriginalframe',['setBlendOriginalFrame',['../classop_1_1_renderer.html#aa8339054ed113d99ca70208d0cee5aa9',1,'op::Renderer']]],
diff --git a/html/search/functions_16.js b/html/search/functions_16.js
index 6806c881..ac8b6cb1 100644
--- a/html/search/functions_16.js
+++ b/html/search/functions_16.js
@@ -13,7 +13,6 @@ var searchData=
['wfaceextractor',['WFaceExtractor',['../classop_1_1_w_face_extractor.html#a65082b800f738413b1e76141487266dd',1,'op::WFaceExtractor']]],
['wfacerenderer',['WFaceRenderer',['../classop_1_1_w_face_renderer.html#a51e2a661867adee200f5c4029a585e5d',1,'op::WFaceRenderer']]],
['wfacesaver',['WFaceSaver',['../classop_1_1_w_face_saver.html#a5dc60ede4b88594d59ece4ce3e4683d6',1,'op::WFaceSaver']]],
- ['wflirreader',['WFlirReader',['../classop_1_1_w_flir_reader.html#a9e20b2c656cb83cdccdb8874f8df447f',1,'op::WFlirReader']]],
['wgui',['WGui',['../classop_1_1_w_gui.html#a4e7d3f5b3ddaf02109738b4348250611',1,'op::WGui']]],
['wgui3d',['WGui3D',['../classop_1_1_w_gui3_d.html#ab61a31574460ff87efa99ed7362474ed',1,'op::WGui3D']]],
['wguiinfoadder',['WGuiInfoAdder',['../classop_1_1_w_gui_info_adder.html#a0b2c539b72ef09106ab0306dc88c5ac5',1,'op::WGuiInfoAdder']]],
@@ -33,7 +32,7 @@ var searchData=
['work',['work',['../classop_1_1_w_pose_triangulation.html#a495b29e03933d750827acc0531c72c78',1,'op::WPoseTriangulation::work()'],['../classop_1_1_w_cv_mat_to_op_input.html#aa7faa9e2671a85d36aad3366a7958f58',1,'op::WCvMatToOpInput::work()'],['../classop_1_1_w_cv_mat_to_op_output.html#a0bf2e43d2586c83fdd5cb0b1b54aefca',1,'op::WCvMatToOpOutput::work()'],['../classop_1_1_w_keep_top_n_people.html#a5928a091e0990706ab2ea5e5e07629dd',1,'op::WKeepTopNPeople::work()'],['../classop_1_1_w_keypoint_scaler.html#aacad5116921e2ff746fbdf9f6c0cbb25',1,'op::WKeypointScaler::work()'],['../classop_1_1_w_op_output_to_cv_mat.html#ae3fc21569d56a648c606b23fcc016349',1,'op::WOpOutputToCvMat::work()'],['../classop_1_1_w_scale_and_size_extractor.html#afddf54d061dc5325e78252a3bba482b9',1,'op::WScaleAndSizeExtractor::work()'],['../classop_1_1_w_person_id_extractor.html#a4066bf1c8cad753c74de1ceabdd76505',1,'op::WPersonIdExtractor::work()'],['../classop_1_1_w_face_detector.html#a721ced99378516c04cb3cff296cc274a',1,'op::WFaceDetector::work()'],['../classop_1_1_w_face_detector_open_c_v.html#a4d3a4a29bcb7b8c141ae1917634ca4c9',1,'op::WFaceDetectorOpenCV::work()'],['../classop_1_1_w_face_extractor.html#a16522778f67bc544867929f5a4357934',1,'op::WFaceExtractor::work()'],['../classop_1_1_w_face_renderer.html#aa52166ea2d5e0f201c94d5c4fe74216e',1,'op::WFaceRenderer::work()'],['../classop_1_1_w_gui_info_adder.html#ae90a68c6ef7b4f45595a020efd232612',1,'op::WGuiInfoAdder::work()'],['../classop_1_1_w_hand_detector.html#aa82ef40fad1d343b5856b41ec4dbcd5c',1,'op::WHandDetector::work()'],['../classop_1_1_w_hand_detector_from_txt.html#a51ebff94734350463fcf507a84eeefdc',1,'op::WHandDetectorFromTxt::work()'],['../classop_1_1_w_hand_detector_tracking.html#a7c849c5a423ffc150c6a4aee9055d34e',1,'op::WHandDetectorTracking::work()'],['../classop_1_1_w_hand_detector_update.html#af9287dc0a3c67abd35974c1c74614f3c',1,'op::WHandDetectorUpdate::work()'],['../classop_1_1_w_hand_extractor.html#a4cadfafe08e816e69a91fe7c51dad0b0',1,'op::WHandExtractor::work()'],['../classop_1_1_w_hand_renderer.html#ad178e8d413b3b15edc53625e1f5119d7',1,'op::WHandRenderer::work()'],['../classop_1_1_w_pose_extractor.html#ae0f02aaefccab05bbbd919dd7a9e0f61',1,'op::WPoseExtractor::work()'],['../classop_1_1_w_pose_renderer.html#a10b1631d78d8270ed2a16e538b30eb76',1,'op::WPoseRenderer::work()'],['../classop_1_1_sub_thread.html#a14330cbc1117f32b6d69c1733ccdeb61',1,'op::SubThread::work()'],['../classop_1_1_sub_thread_no_queue.html#acb7edd02e1724e0fd131235666009f42',1,'op::SubThreadNoQueue::work()'],['../classop_1_1_sub_thread_queue_in.html#a7e9bd6ca09bb77a8de76ae8a02ee8ed4',1,'op::SubThreadQueueIn::work()'],['../classop_1_1_sub_thread_queue_in_out.html#abb65911e9d9b6d5efe782ca0e599be3b',1,'op::SubThreadQueueInOut::work()'],['../classop_1_1_sub_thread_queue_out.html#a0ff5f79e63038ffa5b4aca24cfea7e7c',1,'op::SubThreadQueueOut::work()'],['../classop_1_1_w_id_generator.html#a03bd005cf88749702fb8a29c20d4cb91',1,'op::WIdGenerator::work()'],['../classop_1_1_worker.html#a9acadd6df7af03b31b9e354ae815f781',1,'op::Worker::work()'],['../classop_1_1_worker_consumer.html#a7383747b3bdc6ac79e6f9afbf2c28d27',1,'op::WorkerConsumer::work()'],['../classop_1_1_worker_producer.html#a0259f0b387e2b868388ba0a6769f4691',1,'op::WorkerProducer::work()'],['../classop_1_1_w_queue_orderer.html#a1ea314eeaa8d99fbf33885d9a4c6d044',1,'op::WQueueOrderer::work()']]],
['workconsumer',['workConsumer',['../classop_1_1_w_coco_json_saver.html#af152a61abc9ab46da651c9d87e6775f0',1,'op::WCocoJsonSaver::workConsumer()'],['../classop_1_1_w_face_saver.html#a026bfad8cd9e0d1289a1db473cef34a0',1,'op::WFaceSaver::workConsumer()'],['../classop_1_1_w_hand_saver.html#afc3976b394070927b9396163137317e5',1,'op::WHandSaver::workConsumer()'],['../classop_1_1_w_heat_map_saver.html#a5fd729a47f0cdbe94001219f971f8f51',1,'op::WHeatMapSaver::workConsumer()'],['../classop_1_1_w_image_saver.html#a198bbfcf625354ddda419e0121d0cb33',1,'op::WImageSaver::workConsumer()'],['../classop_1_1_w_people_json_saver.html#af874a16a06a9a3452a0e3792ac15647e',1,'op::WPeopleJsonSaver::workConsumer()'],['../classop_1_1_w_pose_saver.html#a039027281498168b57df8dfeefd82cd8',1,'op::WPoseSaver::workConsumer()'],['../classop_1_1_w_video_saver.html#a40bcb8ccf137c6cbee3ca31e6cc3bfbf',1,'op::WVideoSaver::workConsumer()'],['../classop_1_1_w_gui.html#a664e1f76211510e38b8d5f5bed37ffcb',1,'op::WGui::workConsumer()'],['../classop_1_1_w_gui3_d.html#afe019cff8fd5ed2f59f59d886de7473a',1,'op::WGui3D::workConsumer()'],['../classop_1_1_worker_consumer.html#a26cf5c40df363d94d603fce92a5b69eb',1,'op::WorkerConsumer::workConsumer()']]],
['worker',['Worker',['../classop_1_1_worker.html#a5008fc4ef4e41366ba0022f5cd79edba',1,'op::Worker']]],
- ['workproducer',['workProducer',['../classop_1_1_w_flir_reader.html#a82b6d4b4c7033871ef0e887e5102a1c8',1,'op::WFlirReader::workProducer()'],['../classop_1_1_w_datum_producer.html#a389004c2bffc0fffca82395d09632c2b',1,'op::WDatumProducer::workProducer()'],['../classop_1_1_worker_producer.html#a364992ef862fe84a78416e2b556daae7',1,'op::WorkerProducer::workProducer()']]],
+ ['workproducer',['workProducer',['../classop_1_1_w_datum_producer.html#a389004c2bffc0fffca82395d09632c2b',1,'op::WDatumProducer::workProducer()'],['../classop_1_1_worker_producer.html#a364992ef862fe84a78416e2b556daae7',1,'op::WorkerProducer::workProducer()']]],
['worktworkers',['workTWorkers',['../classop_1_1_sub_thread.html#ad9f2d3be9e05739b102fad350e1a1364',1,'op::SubThread']]],
['wpeoplejsonsaver',['WPeopleJsonSaver',['../classop_1_1_w_people_json_saver.html#ac12dfe8c1414ec36ace474ecbf148f67',1,'op::WPeopleJsonSaver']]],
['wpersonidextractor',['WPersonIdExtractor',['../classop_1_1_w_person_id_extractor.html#a3906beb17be6ef09d4e7734face4ebf1',1,'op::WPersonIdExtractor']]],
diff --git a/html/search/functions_17.js b/html/search/functions_17.js
index 25543386..a34038b7 100644
--- a/html/search/functions_17.js
+++ b/html/search/functions_17.js
@@ -5,6 +5,7 @@ var searchData=
['_7efaceextractor',['~FaceExtractor',['../classop_1_1_face_extractor.html#a3d99b0fa2706ef64fc7b8c54c3251c76',1,'op::FaceExtractor']]],
['_7efaceextractorcaffe',['~FaceExtractorCaffe',['../classop_1_1_face_extractor_caffe.html#a4450e656f21a8cb7f1d9bf5f545012f1',1,'op::FaceExtractorCaffe']]],
['_7efacegpurenderer',['~FaceGpuRenderer',['../classop_1_1_face_gpu_renderer.html#a01a207676e3ec1a8718b8717cd999f53',1,'op::FaceGpuRenderer']]],
+ ['_7eflirreader',['~FlirReader',['../classop_1_1_flir_reader.html#acb4bd608210c5c58f587e1e220692e03',1,'op::FlirReader']]],
['_7egpurenderer',['~GpuRenderer',['../classop_1_1_gpu_renderer.html#a7fdc947348fcc14fe64f61a81c6f1447',1,'op::GpuRenderer']]],
['_7egui3d',['~Gui3D',['../classop_1_1_gui3_d.html#af4907876f0c601443b4b3eef2dc98058',1,'op::Gui3D']]],
['_7ehandextractor',['~HandExtractor',['../classop_1_1_hand_extractor.html#a95a512748828a04713b4cde582fb4901',1,'op::HandExtractor']]],
@@ -23,7 +24,6 @@ var searchData=
['_7ethread',['~Thread',['../classop_1_1_thread.html#a151e4e647917f2351cc05a8861588e2a',1,'op::Thread']]],
['_7evideocapturereader',['~VideoCaptureReader',['../classop_1_1_video_capture_reader.html#a7ea52eabf5133a1a01d38f95b1a4b601',1,'op::VideoCaptureReader']]],
['_7ewebcamreader',['~WebcamReader',['../classop_1_1_webcam_reader.html#a71212bd9e00be96b09650e86d465b42c',1,'op::WebcamReader']]],
- ['_7ewflirreader',['~WFlirReader',['../classop_1_1_w_flir_reader.html#a414f5ca2c1519e2708f6b9d79cc2e4a5',1,'op::WFlirReader']]],
['_7eworker',['~Worker',['../classop_1_1_worker.html#a6ebe180098e00ac062a1bb31d462df60',1,'op::Worker']]],
['_7eworkerconsumer',['~WorkerConsumer',['../classop_1_1_worker_consumer.html#a9aaa75f194df6b3ed4994c8e95aa0ab5',1,'op::WorkerConsumer']]],
['_7eworkerproducer',['~WorkerProducer',['../classop_1_1_worker_producer.html#a8f2592f70d723de4b818c97b25c5a476',1,'op::WorkerProducer']]],
diff --git a/html/search/functions_5.js b/html/search/functions_5.js
index 56fb51ae..ba5360e4 100644
--- a/html/search/functions_5.js
+++ b/html/search/functions_5.js
@@ -15,11 +15,12 @@ var searchData=
['flagstoheatmapscalemode',['flagsToHeatMapScaleMode',['../namespaceop.html#aa4a6fee7ba2cc543739477e9c1d64136',1,'op']]],
['flagstopoint',['flagsToPoint',['../namespaceop.html#a7961cb2fd04f59cbcd40df5872f12fd7',1,'op']]],
['flagstoposemodel',['flagsToPoseModel',['../namespaceop.html#aed592469f254f31c2356d4628f75aaea',1,'op']]],
- ['flagstoproducer',['flagsToProducer',['../namespaceop.html#a266801b568c885ef280c41ea82f3871f',1,'op::flagsToProducer(const std::string &imageDirectory, const std::string &videoPath, const std::string &ipCameraPath, const int webcamIndex, const std::string &webcamResolution="1280x720", const double webcamFps=30.)'],['../namespaceop.html#abaa63fe1bf09e04dfdee3c23e0debde9',1,'op::flagsToProducer(const std::string &imageDirectory, const std::string &videoPath, const std::string &ipCameraPath, const int webcamIndex, const bool flirCamera, const std::string &webcamResolution, const double webcamFps)']]],
+ ['flagstoproducer',['flagsToProducer',['../namespaceop.html#a65ef62dc08ec0a13e3acb330535f9e8e',1,'op']]],
['flagstoproducertype',['flagsToProducerType',['../namespaceop.html#a1fbdd7c33f90d0237582c9441162a7d8',1,'op']]],
['flagstorendermode',['flagsToRenderMode',['../namespaceop.html#a4526c07c6dafe2a5e3437b66d20a6dd3',1,'op']]],
['flagstoscalemode',['flagsToScaleMode',['../namespaceop.html#ac3bebe88bedbd7785d48159c8e3f0515',1,'op']]],
['flipandrotate',['flipAndRotate',['../classop_1_1_producer.html#aa1a13db305c7ab6a596a0dad122066cb',1,'op::Producer']]],
+ ['flirreader',['FlirReader',['../classop_1_1_flir_reader.html#a550d05614a7b33344ad74a886aad5d46',1,'op::FlirReader']]],
['floatptrtoucharcvmat',['floatPtrToUCharCvMat',['../namespaceop.html#a9cd0c6d2db81cd1de7568d805ef214ba',1,'op']]],
['forceemplace',['forceEmplace',['../classop_1_1_queue_base.html#a8d218f599b84194909691c72ee0de8d0',1,'op::QueueBase']]],
['forcepush',['forcePush',['../classop_1_1_queue_base.html#ad124d414b7c2680e5312ee163d18410f',1,'op::QueueBase']]],
diff --git a/html/search/functions_6.js b/html/search/functions_6.js
index dbebea5b..f7470041 100644
--- a/html/search/functions_6.js
+++ b/html/search/functions_6.js
@@ -1,11 +1,12 @@
var searchData=
[
- ['get',['get',['../classop_1_1_pose_extractor.html#a7dc82be227cc759582184de9c26f0b64',1,'op::PoseExtractor::get()'],['../classop_1_1_image_directory_reader.html#aa05bfd69272e81115ba23a3c0731b596',1,'op::ImageDirectoryReader::get(const int capProperty)'],['../classop_1_1_image_directory_reader.html#ac8ce09240af2edb08e0428316f734774',1,'op::ImageDirectoryReader::get(const ProducerProperty property)'],['../classop_1_1_ip_camera_reader.html#aa7ad6adac6e401193e03d279176dd889',1,'op::IpCameraReader::get()'],['../classop_1_1_producer.html#a366881a952ad34071cc719477f08b968',1,'op::Producer::get(const int capProperty)=0'],['../classop_1_1_producer.html#a000e881f647f84cd98e90091e8976326',1,'op::Producer::get(const ProducerProperty property)=0'],['../classop_1_1_video_capture_reader.html#a64e5cbfb1c556d64cabcebc6eb94eaf1',1,'op::VideoCaptureReader::get(const int capProperty)=0'],['../classop_1_1_video_capture_reader.html#ae9b111f8b4de16905a157bb6dda09f94',1,'op::VideoCaptureReader::get(const ProducerProperty property)'],['../classop_1_1_video_reader.html#a057a7d0c498c48639b38c10ac7efc183',1,'op::VideoReader::get()'],['../classop_1_1_webcam_reader.html#a38ccbdf61f21fba0694362077cb6bdb1',1,'op::WebcamReader::get()']]],
+ ['get',['get',['../classop_1_1_pose_extractor.html#a7dc82be227cc759582184de9c26f0b64',1,'op::PoseExtractor::get()'],['../classop_1_1_flir_reader.html#a5101cdbcd46e51bf7f35995a3d87e900',1,'op::FlirReader::get()'],['../classop_1_1_image_directory_reader.html#aa05bfd69272e81115ba23a3c0731b596',1,'op::ImageDirectoryReader::get()'],['../classop_1_1_ip_camera_reader.html#aa7ad6adac6e401193e03d279176dd889',1,'op::IpCameraReader::get()'],['../classop_1_1_producer.html#a366881a952ad34071cc719477f08b968',1,'op::Producer::get(const int capProperty)=0'],['../classop_1_1_producer.html#a94d561f95384dfa0cd91113882869d06',1,'op::Producer::get(const ProducerProperty property)'],['../classop_1_1_video_capture_reader.html#a64e5cbfb1c556d64cabcebc6eb94eaf1',1,'op::VideoCaptureReader::get()'],['../classop_1_1_video_reader.html#a057a7d0c498c48639b38c10ac7efc183',1,'op::VideoReader::get()'],['../classop_1_1_webcam_reader.html#a38ccbdf61f21fba0694362077cb6bdb1',1,'op::WebcamReader::get()']]],
['getalphaheatmap',['getAlphaHeatMap',['../classop_1_1_renderer.html#a503d7fdba655b14348769ad3f69b6c00',1,'op::Renderer']]],
['getalphakeypoint',['getAlphaKeypoint',['../classop_1_1_renderer.html#ac4df12764776ba2e27c71a3c4181f647',1,'op::Renderer']]],
['getaveragescore',['getAverageScore',['../namespaceop.html#a29e26ec36e2ca8b8e0b7b6180f9315e3',1,'op']]],
['getbiggestperson',['getBiggestPerson',['../namespaceop.html#a22864d3d38f8020596d921951cf67750',1,'op']]],
['getblendoriginalframe',['getBlendOriginalFrame',['../classop_1_1_renderer.html#a8e0739fb55d61fc76918ca3fb6ac3bc4',1,'op::Renderer']]],
+ ['getcameramatrices',['getCameraMatrices',['../classop_1_1_flir_reader.html#a7c3450fd4b5c6f81ade293ee95da7ba6',1,'op::FlirReader::getCameraMatrices()'],['../classop_1_1_image_directory_reader.html#a7e6c27d0796e087a6975c607d4b4227a',1,'op::ImageDirectoryReader::getCameraMatrices()'],['../classop_1_1_ip_camera_reader.html#a48a168a0913697493da1a9d95151f5ce',1,'op::IpCameraReader::getCameraMatrices()'],['../classop_1_1_producer.html#a06c471d5ac26fa20b323742ad4556104',1,'op::Producer::getCameraMatrices()'],['../classop_1_1_video_reader.html#a93742fd892cdb09b99b29f8e8036d803',1,'op::VideoReader::getCameraMatrices()'],['../classop_1_1_webcam_reader.html#afbad75f82bf39bfd503bbc8bd881592d',1,'op::WebcamReader::getCameraMatrices()']]],
['getcandidatescopy',['getCandidatesCopy',['../classop_1_1_pose_extractor.html#a67f2afb1a7e0de01dd3271b5dc30cd5a',1,'op::PoseExtractor']]],
['getcandidatescpuconstptr',['getCandidatesCpuConstPtr',['../classop_1_1_pose_extractor.html#ae087157035d7b81da560328dce1d0728',1,'op::PoseExtractor::getCandidatesCpuConstPtr()'],['../classop_1_1_pose_extractor_caffe.html#a5e84521120bcee4a9f047ae1d7fec8af',1,'op::PoseExtractorCaffe::getCandidatesCpuConstPtr()']]],
['getcandidatesgpuconstptr',['getCandidatesGpuConstPtr',['../classop_1_1_pose_extractor.html#af26c5b9f93407b74bdd06357aa7566a9',1,'op::PoseExtractor::getCandidatesGpuConstPtr()'],['../classop_1_1_pose_extractor_caffe.html#abacfbe7f39819671b47d9ca2ef793046',1,'op::PoseExtractorCaffe::getCandidatesGpuConstPtr()']]],
@@ -22,7 +23,8 @@ var searchData=
['getfilenamenoextension',['getFileNameNoExtension',['../namespaceop.html#a6f37638480139a4076eef4d0c7dc6cd1',1,'op']]],
['getfilesondirectory',['getFilesOnDirectory',['../namespaceop.html#a3ff74a37eb4bf12e31bc5aa95b69f9e3',1,'op::getFilesOnDirectory(const std::string &directoryPath, const std::vector< std::string > &extensions={})'],['../namespaceop.html#adb26da2c52486e926d98471b5387c7e1',1,'op::getFilesOnDirectory(const std::string &directoryPath, const std::string &extension)']]],
['getframe',['getFrame',['../classop_1_1_producer.html#aacd96f08524772d8865bb187c881943e',1,'op::Producer']]],
- ['getframename',['getFrameName',['../classop_1_1_image_directory_reader.html#a964d60140081c79353b637405dda962c',1,'op::ImageDirectoryReader::getFrameName()'],['../classop_1_1_ip_camera_reader.html#a2277d9a58316bfb4314bf345369e37c1',1,'op::IpCameraReader::getFrameName()'],['../classop_1_1_producer.html#adc348105fca58f18e39aa3439e2d627b',1,'op::Producer::getFrameName()'],['../classop_1_1_video_capture_reader.html#a83b4cd38f8eb2182711c506e84d97253',1,'op::VideoCaptureReader::getFrameName()'],['../classop_1_1_video_reader.html#a28244ab83836e0d0b2a896f33ad34403',1,'op::VideoReader::getFrameName()'],['../classop_1_1_webcam_reader.html#a31fa72f65d40416e812ad72d43b43649',1,'op::WebcamReader::getFrameName()']]],
+ ['getframename',['getFrameName',['../classop_1_1_flir_reader.html#a9f22ac3a8f7c7b032f43562c2c87f673',1,'op::FlirReader::getFrameName()'],['../classop_1_1_image_directory_reader.html#a964d60140081c79353b637405dda962c',1,'op::ImageDirectoryReader::getFrameName()'],['../classop_1_1_ip_camera_reader.html#a2277d9a58316bfb4314bf345369e37c1',1,'op::IpCameraReader::getFrameName()'],['../classop_1_1_producer.html#adc348105fca58f18e39aa3439e2d627b',1,'op::Producer::getFrameName()'],['../classop_1_1_video_capture_reader.html#a83b4cd38f8eb2182711c506e84d97253',1,'op::VideoCaptureReader::getFrameName()'],['../classop_1_1_video_reader.html#a28244ab83836e0d0b2a896f33ad34403',1,'op::VideoReader::getFrameName()'],['../classop_1_1_webcam_reader.html#a31fa72f65d40416e812ad72d43b43649',1,'op::WebcamReader::getFrameName()']]],
+ ['getframes',['getFrames',['../classop_1_1_producer.html#a3fbf3df1e02d326d7c954d78aa0dca0d',1,'op::Producer']]],
['getgpumode',['getGpuMode',['../namespaceop.html#a971a7caa96be5b715b5c22f6e5dc6ad1',1,'op']]],
['getgpunumber',['getGpuNumber',['../namespaceop.html#aaad222b087dd041c35de2f3414c1a01f',1,'op']]],
['gethandkeypoints',['getHandKeypoints',['../classop_1_1_hand_extractor.html#a322a1c3a0ab7abaf0c697246af9309cc',1,'op::HandExtractor']]],
@@ -68,6 +70,7 @@ var searchData=
['getprioritythreshold',['getPriorityThreshold',['../classop_1_1_configure_log.html#a416a31ba539e8780480a0a48bcc9b95a',1,'op::ConfigureLog']]],
['getptr',['getPtr',['../classop_1_1_array.html#af4715967fd2b028a97fd30257e697275',1,'op::Array']]],
['getrawframe',['getRawFrame',['../classop_1_1_producer.html#a39f52d80ac4146c82ed12aae0f05478e',1,'op::Producer::getRawFrame()'],['../classop_1_1_video_capture_reader.html#af57cc02f86ee0c29ccb83f1f7c37bec2',1,'op::VideoCaptureReader::getRawFrame()']]],
+ ['getrawframes',['getRawFrames',['../classop_1_1_producer.html#ad51001c3e9f42722c52990d43b315f78',1,'op::Producer::getRawFrames()'],['../classop_1_1_video_capture_reader.html#a07abbb0001dd9972ab416eb619812043',1,'op::VideoCaptureReader::getRawFrames()']]],
['getscalenettooutput',['getScaleNetToOutput',['../classop_1_1_pose_extractor.html#a5fd73c053c293c59eb3d6eb38335c157',1,'op::PoseExtractor']]],
['getsharedparameters',['getSharedParameters',['../classop_1_1_gpu_renderer.html#a5576d2da79ef7ff38ee86b35383d6d46',1,'op::GpuRenderer']]],
['getshowgooglyeyes',['getShowGooglyEyes',['../classop_1_1_renderer.html#a891be57b699f6adbb7cd841870214b8e',1,'op::Renderer']]],
diff --git a/html/search/functions_8.js b/html/search/functions_8.js
index 274808f6..b2310581 100644
--- a/html/search/functions_8.js
+++ b/html/search/functions_8.js
@@ -5,9 +5,9 @@ var searchData=
['imagesaver',['ImageSaver',['../classop_1_1_image_saver.html#a723387e62a6b701202dd6cf35c57429f',1,'op::ImageSaver']]],
['increase',['increase',['../classop_1_1_pose_extractor.html#a6395a4bb77e0198c7cf554ce4674d33c',1,'op::PoseExtractor']]],
['increaseelementtorender',['increaseElementToRender',['../classop_1_1_renderer.html#a298a5a58bab80b7252db7d3386a0ed8a',1,'op::Renderer']]],
- ['initializationonthread',['initializationOnThread',['../classop_1_1_w_pose_triangulation.html#a5711329db1768eb77d2d96575c9fb668',1,'op::WPoseTriangulation::initializationOnThread()'],['../classop_1_1_net.html#a6e9e801f2c9950a798d0d2fa94a6c8f2',1,'op::Net::initializationOnThread()'],['../classop_1_1_net_caffe.html#a08b71387287339e68327dd6d4cb1e8b3',1,'op::NetCaffe::initializationOnThread()'],['../classop_1_1_w_cv_mat_to_op_input.html#ac03534bbe3b6c3c45efb61b5d78402da',1,'op::WCvMatToOpInput::initializationOnThread()'],['../classop_1_1_w_cv_mat_to_op_output.html#ad4c957d391e371b7ee56cdb5be6b1452',1,'op::WCvMatToOpOutput::initializationOnThread()'],['../classop_1_1_w_keep_top_n_people.html#a56371016b6fe1fbacdba8d558685719b',1,'op::WKeepTopNPeople::initializationOnThread()'],['../classop_1_1_w_keypoint_scaler.html#aba4fb004818f3adc22959e382a90cd2c',1,'op::WKeypointScaler::initializationOnThread()'],['../classop_1_1_w_op_output_to_cv_mat.html#adea2e8b1d33e6c091640c7d904dac7cd',1,'op::WOpOutputToCvMat::initializationOnThread()'],['../classop_1_1_w_scale_and_size_extractor.html#ac1203ef395a836b13f5586432f284c41',1,'op::WScaleAndSizeExtractor::initializationOnThread()'],['../classop_1_1_w_flir_reader.html#a099b08a1ee62092b5e1e73d6fc0e43ce',1,'op::WFlirReader::initializationOnThread()'],['../classop_1_1_w_person_id_extractor.html#a72b888875be18eb3fc8d0a8c267630de',1,'op::WPersonIdExtractor::initializationOnThread()'],['../classop_1_1_face_extractor.html#a2692c0040bb8c0b84a84d195194d037a',1,'op::FaceExtractor::initializationOnThread()'],['../classop_1_1_face_gpu_renderer.html#a6ebd9287927529ffaa4200890190896b',1,'op::FaceGpuRenderer::initializationOnThread()'],['../classop_1_1_face_renderer.html#aa34ce7a0602b0994cc3043b80627a31c',1,'op::FaceRenderer::initializationOnThread()'],['../classop_1_1_w_face_detector.html#afaca53a669f0cd43103f7317aded75d3',1,'op::WFaceDetector::initializationOnThread()'],['../classop_1_1_w_face_detector_open_c_v.html#ad7dce5824ba32bc07d2474c20b23e62d',1,'op::WFaceDetectorOpenCV::initializationOnThread()'],['../classop_1_1_w_face_extractor.html#aee8f96a5ce0080db31fe20ae202e59a5',1,'op::WFaceExtractor::initializationOnThread()'],['../classop_1_1_w_face_renderer.html#a7b72c70dc02c9209d84992caad6ad7d0',1,'op::WFaceRenderer::initializationOnThread()'],['../classop_1_1_w_coco_json_saver.html#a5cca095ff23c3134ab0addc9a4feabaf',1,'op::WCocoJsonSaver::initializationOnThread()'],['../classop_1_1_w_face_saver.html#ae8401789881462eb8438c65e9d2d3fb2',1,'op::WFaceSaver::initializationOnThread()'],['../classop_1_1_w_hand_saver.html#aa234a68d1cc7ec97fefbf30239149baa',1,'op::WHandSaver::initializationOnThread()'],['../classop_1_1_w_heat_map_saver.html#a20e82b121a580c578f69cbb0401c4cb0',1,'op::WHeatMapSaver::initializationOnThread()'],['../classop_1_1_w_image_saver.html#a78655ea3d4dac28bdf7e2e4a80b5a337',1,'op::WImageSaver::initializationOnThread()'],['../classop_1_1_w_people_json_saver.html#a5d4239596a996723a20a1031d32c7446',1,'op::WPeopleJsonSaver::initializationOnThread()'],['../classop_1_1_w_pose_saver.html#a4f0774832e12389593361186f1b83128',1,'op::WPoseSaver::initializationOnThread()'],['../classop_1_1_w_video_saver.html#ada90f76b28e4bafe9c8ecbb9bcbb2d14',1,'op::WVideoSaver::initializationOnThread()'],['../classop_1_1_frame_displayer.html#af5d2e1c8bcd2012c66347252e8dbc543',1,'op::FrameDisplayer::initializationOnThread()'],['../classop_1_1_gui.html#a07cf9b4e7757979666d097278df02c20',1,'op::Gui::initializationOnThread()'],['../classop_1_1_gui3_d.html#ad3a1969180e399e811b7b980b56923e7',1,'op::Gui3D::initializationOnThread()'],['../classop_1_1_w_gui.html#a4e4db210b87f78cc1238dd3ab2bedaa4',1,'op::WGui::initializationOnThread()'],['../classop_1_1_w_gui3_d.html#a7da4f85892e0d7d9e105c6d471a706a3',1,'op::WGui3D::initializationOnThread()'],['../classop_1_1_w_gui_info_adder.html#ae620275d6570fd5c74f33728cd340217',1,'op::WGuiInfoAdder::initializationOnThread()'],['../classop_1_1_hand_extractor.html#aa5592a468cfdcfdd687d6f9d465d3eda',1,'op::HandExtractor::initializationOnThread()'],['../classop_1_1_hand_gpu_renderer.html#a0489f10ddc9e37e87084ebf9a5138f3a',1,'op::HandGpuRenderer::initializationOnThread()'],['../classop_1_1_hand_renderer.html#adb91ae2a8ccf24671ad86e99e786b120',1,'op::HandRenderer::initializationOnThread()'],['../classop_1_1_w_hand_detector.html#a5c29c944205ee0727f76c282ef55ae52',1,'op::WHandDetector::initializationOnThread()'],['../classop_1_1_w_hand_detector_from_txt.html#acd7d37555c09a58dc660811724930276',1,'op::WHandDetectorFromTxt::initializationOnThread()'],['../classop_1_1_w_hand_detector_tracking.html#a20ef6206194a873c2cfa7fe13d905d92',1,'op::WHandDetectorTracking::initializationOnThread()'],['../classop_1_1_w_hand_detector_update.html#a729aaa628e4f4c24e7cb9afca1cdc761',1,'op::WHandDetectorUpdate::initializationOnThread()'],['../classop_1_1_w_hand_extractor.html#a6fbef214cc89b07ba163ad874c8442af',1,'op::WHandExtractor::initializationOnThread()'],['../classop_1_1_w_hand_renderer.html#a2ee88145b38fea1a6a2bb7987a33bd40',1,'op::WHandRenderer::initializationOnThread()'],['../classop_1_1_pose_extractor.html#aab1cccc9ad99f6b007abaa14600ea6df',1,'op::PoseExtractor::initializationOnThread()'],['../classop_1_1_pose_gpu_renderer.html#a9e94ab926baf360dd6b23e14fba09836',1,'op::PoseGpuRenderer::initializationOnThread()'],['../classop_1_1_pose_renderer.html#af861d8213f1444b3246402061cea1b33',1,'op::PoseRenderer::initializationOnThread()'],['../classop_1_1_w_pose_extractor.html#a9b621ed9915da9bf3cce49db547de9e6',1,'op::WPoseExtractor::initializationOnThread()'],['../classop_1_1_w_pose_renderer.html#aba989a73cef9a807879ad2196725c61c',1,'op::WPoseRenderer::initializationOnThread()'],['../classop_1_1_w_datum_producer.html#a26babf9992c710c948ee912dd055e063',1,'op::WDatumProducer::initializationOnThread()'],['../classop_1_1_sub_thread.html#a8debc3b655463847fed2c547d13326f7',1,'op::SubThread::initializationOnThread()'],['../classop_1_1_w_id_generator.html#a50a1b7929810daae87ee6443c659edad',1,'op::WIdGenerator::initializationOnThread()'],['../classop_1_1_worker.html#aa5be4df9d4d8302728c653870e7d2a23',1,'op::Worker::initializationOnThread()'],['../classop_1_1_w_queue_orderer.html#a85598f83f6f3a30b7ddce9bc7beddf33',1,'op::WQueueOrderer::initializationOnThread()']]],
+ ['initializationonthread',['initializationOnThread',['../classop_1_1_w_pose_triangulation.html#a5711329db1768eb77d2d96575c9fb668',1,'op::WPoseTriangulation::initializationOnThread()'],['../classop_1_1_net.html#a6e9e801f2c9950a798d0d2fa94a6c8f2',1,'op::Net::initializationOnThread()'],['../classop_1_1_net_caffe.html#a08b71387287339e68327dd6d4cb1e8b3',1,'op::NetCaffe::initializationOnThread()'],['../classop_1_1_w_cv_mat_to_op_input.html#ac03534bbe3b6c3c45efb61b5d78402da',1,'op::WCvMatToOpInput::initializationOnThread()'],['../classop_1_1_w_cv_mat_to_op_output.html#ad4c957d391e371b7ee56cdb5be6b1452',1,'op::WCvMatToOpOutput::initializationOnThread()'],['../classop_1_1_w_keep_top_n_people.html#a56371016b6fe1fbacdba8d558685719b',1,'op::WKeepTopNPeople::initializationOnThread()'],['../classop_1_1_w_keypoint_scaler.html#aba4fb004818f3adc22959e382a90cd2c',1,'op::WKeypointScaler::initializationOnThread()'],['../classop_1_1_w_op_output_to_cv_mat.html#adea2e8b1d33e6c091640c7d904dac7cd',1,'op::WOpOutputToCvMat::initializationOnThread()'],['../classop_1_1_w_scale_and_size_extractor.html#ac1203ef395a836b13f5586432f284c41',1,'op::WScaleAndSizeExtractor::initializationOnThread()'],['../classop_1_1_w_person_id_extractor.html#a72b888875be18eb3fc8d0a8c267630de',1,'op::WPersonIdExtractor::initializationOnThread()'],['../classop_1_1_face_extractor.html#a2692c0040bb8c0b84a84d195194d037a',1,'op::FaceExtractor::initializationOnThread()'],['../classop_1_1_face_gpu_renderer.html#a6ebd9287927529ffaa4200890190896b',1,'op::FaceGpuRenderer::initializationOnThread()'],['../classop_1_1_face_renderer.html#aa34ce7a0602b0994cc3043b80627a31c',1,'op::FaceRenderer::initializationOnThread()'],['../classop_1_1_w_face_detector.html#afaca53a669f0cd43103f7317aded75d3',1,'op::WFaceDetector::initializationOnThread()'],['../classop_1_1_w_face_detector_open_c_v.html#ad7dce5824ba32bc07d2474c20b23e62d',1,'op::WFaceDetectorOpenCV::initializationOnThread()'],['../classop_1_1_w_face_extractor.html#aee8f96a5ce0080db31fe20ae202e59a5',1,'op::WFaceExtractor::initializationOnThread()'],['../classop_1_1_w_face_renderer.html#a7b72c70dc02c9209d84992caad6ad7d0',1,'op::WFaceRenderer::initializationOnThread()'],['../classop_1_1_w_coco_json_saver.html#a5cca095ff23c3134ab0addc9a4feabaf',1,'op::WCocoJsonSaver::initializationOnThread()'],['../classop_1_1_w_face_saver.html#ae8401789881462eb8438c65e9d2d3fb2',1,'op::WFaceSaver::initializationOnThread()'],['../classop_1_1_w_hand_saver.html#aa234a68d1cc7ec97fefbf30239149baa',1,'op::WHandSaver::initializationOnThread()'],['../classop_1_1_w_heat_map_saver.html#a20e82b121a580c578f69cbb0401c4cb0',1,'op::WHeatMapSaver::initializationOnThread()'],['../classop_1_1_w_image_saver.html#a78655ea3d4dac28bdf7e2e4a80b5a337',1,'op::WImageSaver::initializationOnThread()'],['../classop_1_1_w_people_json_saver.html#a5d4239596a996723a20a1031d32c7446',1,'op::WPeopleJsonSaver::initializationOnThread()'],['../classop_1_1_w_pose_saver.html#a4f0774832e12389593361186f1b83128',1,'op::WPoseSaver::initializationOnThread()'],['../classop_1_1_w_video_saver.html#ada90f76b28e4bafe9c8ecbb9bcbb2d14',1,'op::WVideoSaver::initializationOnThread()'],['../classop_1_1_frame_displayer.html#af5d2e1c8bcd2012c66347252e8dbc543',1,'op::FrameDisplayer::initializationOnThread()'],['../classop_1_1_gui.html#a07cf9b4e7757979666d097278df02c20',1,'op::Gui::initializationOnThread()'],['../classop_1_1_gui3_d.html#ad3a1969180e399e811b7b980b56923e7',1,'op::Gui3D::initializationOnThread()'],['../classop_1_1_w_gui.html#a4e4db210b87f78cc1238dd3ab2bedaa4',1,'op::WGui::initializationOnThread()'],['../classop_1_1_w_gui3_d.html#a7da4f85892e0d7d9e105c6d471a706a3',1,'op::WGui3D::initializationOnThread()'],['../classop_1_1_w_gui_info_adder.html#ae620275d6570fd5c74f33728cd340217',1,'op::WGuiInfoAdder::initializationOnThread()'],['../classop_1_1_hand_extractor.html#aa5592a468cfdcfdd687d6f9d465d3eda',1,'op::HandExtractor::initializationOnThread()'],['../classop_1_1_hand_gpu_renderer.html#a0489f10ddc9e37e87084ebf9a5138f3a',1,'op::HandGpuRenderer::initializationOnThread()'],['../classop_1_1_hand_renderer.html#adb91ae2a8ccf24671ad86e99e786b120',1,'op::HandRenderer::initializationOnThread()'],['../classop_1_1_w_hand_detector.html#a5c29c944205ee0727f76c282ef55ae52',1,'op::WHandDetector::initializationOnThread()'],['../classop_1_1_w_hand_detector_from_txt.html#acd7d37555c09a58dc660811724930276',1,'op::WHandDetectorFromTxt::initializationOnThread()'],['../classop_1_1_w_hand_detector_tracking.html#a20ef6206194a873c2cfa7fe13d905d92',1,'op::WHandDetectorTracking::initializationOnThread()'],['../classop_1_1_w_hand_detector_update.html#a729aaa628e4f4c24e7cb9afca1cdc761',1,'op::WHandDetectorUpdate::initializationOnThread()'],['../classop_1_1_w_hand_extractor.html#a6fbef214cc89b07ba163ad874c8442af',1,'op::WHandExtractor::initializationOnThread()'],['../classop_1_1_w_hand_renderer.html#a2ee88145b38fea1a6a2bb7987a33bd40',1,'op::WHandRenderer::initializationOnThread()'],['../classop_1_1_pose_extractor.html#aab1cccc9ad99f6b007abaa14600ea6df',1,'op::PoseExtractor::initializationOnThread()'],['../classop_1_1_pose_gpu_renderer.html#a9e94ab926baf360dd6b23e14fba09836',1,'op::PoseGpuRenderer::initializationOnThread()'],['../classop_1_1_pose_renderer.html#af861d8213f1444b3246402061cea1b33',1,'op::PoseRenderer::initializationOnThread()'],['../classop_1_1_w_pose_extractor.html#a9b621ed9915da9bf3cce49db547de9e6',1,'op::WPoseExtractor::initializationOnThread()'],['../classop_1_1_w_pose_renderer.html#aba989a73cef9a807879ad2196725c61c',1,'op::WPoseRenderer::initializationOnThread()'],['../classop_1_1_w_datum_producer.html#a26babf9992c710c948ee912dd055e063',1,'op::WDatumProducer::initializationOnThread()'],['../classop_1_1_sub_thread.html#a8debc3b655463847fed2c547d13326f7',1,'op::SubThread::initializationOnThread()'],['../classop_1_1_w_id_generator.html#a50a1b7929810daae87ee6443c659edad',1,'op::WIdGenerator::initializationOnThread()'],['../classop_1_1_worker.html#aa5be4df9d4d8302728c653870e7d2a23',1,'op::Worker::initializationOnThread()'],['../classop_1_1_w_queue_orderer.html#a85598f83f6f3a30b7ddce9bc7beddf33',1,'op::WQueueOrderer::initializationOnThread()']]],
['intround',['intRound',['../namespaceop.html#adcfd0bf5ba782278488c157667a80c54',1,'op']]],
['ipcamerareader',['IpCameraReader',['../classop_1_1_ip_camera_reader.html#abbe7f1bbf200ed9c6c0868eb3c6b0764',1,'op::IpCameraReader']]],
- ['isopened',['isOpened',['../classop_1_1_video_saver.html#a0c5dadfa4f687283c370e7890ae5037f',1,'op::VideoSaver::isOpened()'],['../classop_1_1_image_directory_reader.html#a432bc94339019f251cc48bbb4c5ae1e8',1,'op::ImageDirectoryReader::isOpened()'],['../classop_1_1_producer.html#a58590e4a409d31f839184b4bf030a68b',1,'op::Producer::isOpened()'],['../classop_1_1_video_capture_reader.html#ae10d37b58fe4f3daa8817b72eb3faa64',1,'op::VideoCaptureReader::isOpened()']]],
+ ['isopened',['isOpened',['../classop_1_1_video_saver.html#a0c5dadfa4f687283c370e7890ae5037f',1,'op::VideoSaver::isOpened()'],['../classop_1_1_flir_reader.html#a3ce5e34848ef03804f6261964c6f6a77',1,'op::FlirReader::isOpened()'],['../classop_1_1_image_directory_reader.html#a432bc94339019f251cc48bbb4c5ae1e8',1,'op::ImageDirectoryReader::isOpened()'],['../classop_1_1_producer.html#a58590e4a409d31f839184b4bf030a68b',1,'op::Producer::isOpened()'],['../classop_1_1_video_capture_reader.html#ae10d37b58fe4f3daa8817b72eb3faa64',1,'op::VideoCaptureReader::isOpened()']]],
['isrunning',['isRunning',['../classop_1_1_queue_base.html#a42a873f65588219449e21ac4927311d7',1,'op::QueueBase::isRunning()'],['../classop_1_1_thread.html#af0471340c93fdcc0ba8e06c3f9524fef',1,'op::Thread::isRunning()'],['../classop_1_1_thread_manager.html#ae15857e155633662cd46616fc54a4877',1,'op::ThreadManager::isRunning()'],['../classop_1_1_worker.html#a3f7c86ab1c4ce15c0f0ef12a1d4647e0',1,'op::Worker::isRunning()'],['../classop_1_1_wrapper.html#a51ab9e8a63f8fb822550365fc0417d01',1,'op::Wrapper::isRunning()']]]
];
diff --git a/html/search/variables_2.js b/html/search/variables_2.js
index d3c5ac06..ee8cef98 100644
--- a/html/search/variables_2.js
+++ b/html/search/variables_2.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['cameraparametermatrix',['cameraParameterMatrix',['../structop_1_1_datum.html#ae2649c324c3e554fe5111fdd0b4c77b9',1,'op::Datum']]],
+ ['cameramatrix',['cameraMatrix',['../structop_1_1_datum.html#aeab7638276f1d9eb14847302bd0d0287',1,'op::Datum']]],
['cuda_5fnum_5fthreads',['CUDA_NUM_THREADS',['../namespaceop.html#ac7bbf63b37bf6762c47557ad227e036d',1,'op']]],
['cvinputdata',['cvInputData',['../structop_1_1_datum.html#a0b2c8ccac37be088524cc7c24a502c7b',1,'op::Datum']]],
['cvoutputdata',['cvOutputData',['../structop_1_1_datum.html#a0d1f1c3d3494386e2d652268f6e17b5a',1,'op::Datum']]]
diff --git a/html/structop_1_1_datum-members.html b/html/structop_1_1_datum-members.html
index 9028e9a4..1bc431e9 100644
--- a/html/structop_1_1_datum-members.html
+++ b/html/structop_1_1_datum-members.html
@@ -112,7 +112,7 @@ $(document).ready(function(){initNavTree('structop_1_1_datum.html','');});
This is the complete list of members for op::Datum , including all inherited members.
- cameraParameterMatrix op::Datum
+ cameraMatrix op::Datum
clone () const op::Datum
cvInputData op::Datum
cvOutputData op::Datum
diff --git a/html/structop_1_1_datum.html b/html/structop_1_1_datum.html
index d0a0743c..512aec6b 100644
--- a/html/structop_1_1_datum.html
+++ b/html/structop_1_1_datum.html
@@ -189,8 +189,8 @@ Public Attributes
std::array< Array < float >, 2 > handKeypoints3D
-cv::Mat cameraParameterMatrix
-
+cv::Mat cameraMatrix
+
std::vector< double > scaleInputToNetInputs
std::vector< Point < int > > netInputSizes
@@ -560,16 +560,16 @@ Public Attributes
-
+
- cv::Mat op::Datum::cameraParameterMatrix
+ cv::Mat op::Datum::cameraMatrix
-
4x3 extrinsic parameter matrix of the camera.
+
3x4 camera matrix of the camera.
diff --git a/html/structop_1_1_datum.js b/html/structop_1_1_datum.js
index c38058e2..cd9701e8 100644
--- a/html/structop_1_1_datum.js
+++ b/html/structop_1_1_datum.js
@@ -13,7 +13,7 @@ var structop_1_1_datum =
[ "operator==", "structop_1_1_datum.html#a731a7179ac03f831019441981455282e", null ],
[ "operator>", "structop_1_1_datum.html#acdf94a3ee6504d8b70afffa997d52d4b", null ],
[ "operator>=", "structop_1_1_datum.html#afcdbf1d87e08761d952d19ef6a8ace10", null ],
- [ "cameraParameterMatrix", "structop_1_1_datum.html#ae2649c324c3e554fe5111fdd0b4c77b9", null ],
+ [ "cameraMatrix", "structop_1_1_datum.html#aeab7638276f1d9eb14847302bd0d0287", null ],
[ "cvInputData", "structop_1_1_datum.html#a0b2c8ccac37be088524cc7c24a502c7b", null ],
[ "cvOutputData", "structop_1_1_datum.html#a0d1f1c3d3494386e2d652268f6e17b5a", null ],
[ "elementRendered", "structop_1_1_datum.html#a35212700ef2a2ac290a6666e2993a192", null ],
diff --git a/html/video_capture_reader_8hpp_source.html b/html/video_capture_reader_8hpp_source.html
index e69df805..19de0dab 100644
--- a/html/video_capture_reader_8hpp_source.html
+++ b/html/video_capture_reader_8hpp_source.html
@@ -139,35 +139,23 @@ $(document).ready(function(){initNavTree('video_capture_reader_8hpp_source.html'
48 virtual void set(
const int capProperty,
const double value) = 0;
-
-
-
-
+
+ 51 virtual cv::Mat getRawFrame() = 0;
+
+ 53 virtual std::vector<cv::Mat> getRawFrames() = 0;
-
-
-
-
-
-
- 61 virtual cv::Mat getRawFrame() = 0;
-
-
- 64 cv::VideoCapture mVideoCapture;
-
-
-
-
-
- 70 #endif // OPENPOSE_PRODUCER_VIDEO_CAPTURE_READER_HPP
+
+ 56 cv::VideoCapture mVideoCapture;
+
+
+
+
+
+ 62 #endif // OPENPOSE_PRODUCER_VIDEO_CAPTURE_READER_HPP
#define DELETE_COPY(className)
Definition: macros.hpp:30
Definition: videoCaptureReader.hpp:15
-ProducerProperty
Definition: enumClasses.hpp:12
Definition: producer.hpp:16
-virtual void set(const int capProperty, const double value)=0
-virtual double get(const int capProperty)=0
-void set(const ProducerProperty property, const double value)
Definition: videoCaptureReader.hpp:55
bool isOpened() const
Definition: videoCaptureReader.hpp:39
ProducerType
Definition: enumClasses.hpp:25
diff --git a/html/video_reader_8hpp_source.html b/html/video_reader_8hpp_source.html
index fa410014..06f53eac 100644
--- a/html/video_reader_8hpp_source.html
+++ b/html/video_reader_8hpp_source.html
@@ -120,28 +120,32 @@ $(document).ready(function(){initNavTree('video_reader_8hpp_source.html','');});
- 23 std::string getFrameName();
+ 23 std::vector<cv::Mat> getCameraMatrices();
- 25 inline double get (
const int capProperty)
-
-
-
-
- 30 inline void set (
const int capProperty,
const double value)
-
-
-
-
-
- 36 const std::string mPathName;
-
- 38 cv::Mat getRawFrame();
+ 25 std::string getFrameName();
+
+ 27 inline double get (
const int capProperty)
+
+
+
+
+ 32 inline void set (
const int capProperty,
const double value)
+
+
+
+
+
+ 38 const std::string mPathName;
-
-
-
+ 40 cv::Mat getRawFrame();
+
+ 42 std::vector<cv::Mat> getRawFrames();
- 44 #endif // OPENPOSE_PRODUCER_VIDEO_READER_HPP
+
+
+
+
+ 48 #endif // OPENPOSE_PRODUCER_VIDEO_READER_HPP
#define DELETE_COPY(className)
Definition: macros.hpp:30
virtual double get(const int capProperty)=0
Definition: videoReader.hpp:13
@@ -150,7 +154,7 @@ $(document).ready(function(){initNavTree('video_reader_8hpp_source.html','');});
#define OP_API
Definition: macros.hpp:15
-void set(const int capProperty, const double value)
Definition: videoReader.hpp:30
+void set(const int capProperty, const double value)
Definition: videoReader.hpp:32
diff --git a/html/w_pose_triangulation_8hpp_source.html b/html/w_pose_triangulation_8hpp_source.html
index 2487d403..143e3fe1 100644
--- a/html/w_pose_triangulation_8hpp_source.html
+++ b/html/w_pose_triangulation_8hpp_source.html
@@ -161,7 +161,7 @@ $(document).ready(function(){initNavTree('w_pose_triangulation_8hpp_source.html'
- 55 std::vector<cv::Mat> cameraParameterMatrices;
+ 55 std::vector<cv::Mat> cameraMatrices;
56 std::vector<Array<float>> poseKeypointVector;
57 std::vector<Array<float>> faceKeypointVector;
58 std::vector<Array<float>> leftHandKeypointVector;
@@ -172,13 +172,13 @@ $(document).ready(function(){initNavTree('w_pose_triangulation_8hpp_source.html'
63 faceKeypointVector.emplace_back(datumsElement.faceKeypoints);
64 leftHandKeypointVector.emplace_back(datumsElement.handKeypoints[0]);
65 rightHandKeypointVector.emplace_back(datumsElement.handKeypoints[1]);
- 66 cameraParameterMatrices.emplace_back(datumsElement.cameraParameterMatrix);
+ 66 cameraMatrices.emplace_back(datumsElement.cameraMatrix);
- 69 auto poseKeypoints3D =
reconstructArray (poseKeypointVector, cameraParameterMatrices);
- 70 auto faceKeypoints3D =
reconstructArray (faceKeypointVector, cameraParameterMatrices);
- 71 auto leftHandKeypoints3D =
reconstructArray (leftHandKeypointVector, cameraParameterMatrices);
- 72 auto rightHandKeypoints3D =
reconstructArray (rightHandKeypointVector, cameraParameterMatrices);
+
+
+ 71 auto leftHandKeypoints3D =
reconstructArray (leftHandKeypointVector, cameraMatrices);
+ 72 auto rightHandKeypoints3D =
reconstructArray (rightHandKeypointVector, cameraMatrices);
74 for (
auto & datumsElement : *tDatums)
diff --git a/html/webcam_reader_8hpp_source.html b/html/webcam_reader_8hpp_source.html
index 12ff54f0..4c740ec2 100644
--- a/html/webcam_reader_8hpp_source.html
+++ b/html/webcam_reader_8hpp_source.html
@@ -126,30 +126,34 @@ $(document).ready(function(){initNavTree('webcam_reader_8hpp_source.html','');})
- 32 std::string getFrameName();
+ 32 std::vector<cv::Mat> getCameraMatrices();
- 34 double get (
const int capProperty);
+ 34 std::string getFrameName();
- 36 void set(
const int capProperty,
const double value);
+ 36 double get (
const int capProperty);
-
-
- 40 long long mFrameNameCounter;
-
-
- 43 std::mutex mBufferMutex;
- 44 std::atomic<bool> mCloseThread;
-
-
- 47 cv::Mat getRawFrame();
+ 38 void set(
const int capProperty,
const double value);
+
+
+
+ 42 long long mFrameNameCounter;
+
+
+ 45 std::mutex mBufferMutex;
+ 46 std::atomic<bool> mCloseThread;
+
- 49 void bufferingThread();
+ 49 cv::Mat getRawFrame();
-
-
-
+ 51 std::vector<cv::Mat> getRawFrames();
+
+ 53 void bufferingThread();
- 55 #endif // OPENPOSE_PRODUCER_WEBCAM_READER_HPP
+
+
+
+
+ 59 #endif // OPENPOSE_PRODUCER_WEBCAM_READER_HPP
#define DELETE_COPY(className)
Definition: macros.hpp:30
Definition: videoCaptureReader.hpp:15
diff --git a/html/wrapper_8hpp_source.html b/html/wrapper_8hpp_source.html
index 97be2fef..34236f33 100644
--- a/html/wrapper_8hpp_source.html
+++ b/html/wrapper_8hpp_source.html
@@ -894,388 +894,390 @@ $(document).ready(function(){initNavTree('wrapper_8hpp_source.html','');});
920 spWGui = {std::make_shared<WGui<TDatumsPtr>>(gui)};
-
-
-
-
-
- 927 catch (
const std::exception& e)
-
- 929 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
-
-
-
- 933 template <
typename TDatums,
typename TWorker,
typename TQueue>
-
-
-
-
- 938 configureThreadManager();
-
- 940 mThreadManager.exec();
-
- 942 catch (
const std::exception& e)
-
- 944 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
-
-
-
- 948 template <
typename TDatums,
typename TWorker,
typename TQueue>
-
-
-
-
- 953 configureThreadManager();
-
- 955 mThreadManager.start();
-
- 957 catch (
const std::exception& e)
-
- 959 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
-
-
-
- 963 template <
typename TDatums,
typename TWorker,
typename TQueue>
-
-
-
-
- 968 mThreadManager.stop();
-
- 970 catch (
const std::exception& e)
-
- 972 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
-
-
-
- 976 template <
typename TDatums,
typename TWorker,
typename TQueue>
-
-
-
-
- 981 return mThreadManager.isRunning();
-
- 983 catch (
const std::exception& e)
-
- 985 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
-
-
-
-
- 990 template <
typename TDatums,
typename TWorker,
typename TQueue>
-
-
-
-
- 995 if (!mUserInputWs.empty())
- 996 error (
"Emplace cannot be called if an input worker was already selected." ,
- 997 __LINE__, __FUNCTION__, __FILE__);
- 998 return mThreadManager.tryEmplace(tDatums);
-
- 1000 catch (
const std::exception& e)
-
- 1002 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
-
-
-
-
- 1007 template <
typename TDatums,
typename TWorker,
typename TQueue>
-
-
-
-
- 1012 if (!mUserInputWs.empty())
- 1013 error (
"Emplace cannot be called if an input worker was already selected." ,
- 1014 __LINE__, __FUNCTION__, __FILE__);
- 1015 return mThreadManager.waitAndEmplace(tDatums);
-
- 1017 catch (
const std::exception& e)
-
- 1019 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
-
-
-
-
- 1024 template <
typename TDatums,
typename TWorker,
typename TQueue>
-
-
-
-
- 1029 if (!mUserInputWs.empty())
- 1030 error (
"Push cannot be called if an input worker was already selected." ,
- 1031 __LINE__, __FUNCTION__, __FILE__);
- 1032 return mThreadManager.tryPush(tDatums);
-
- 1034 catch (
const std::exception& e)
-
- 1036 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
-
-
-
-
- 1041 template <
typename TDatums,
typename TWorker,
typename TQueue>
-
-
-
-
- 1046 if (!mUserInputWs.empty())
- 1047 error (
"Push cannot be called if an input worker was already selected." ,
- 1048 __LINE__, __FUNCTION__, __FILE__);
- 1049 return mThreadManager.waitAndPush(tDatums);
-
- 1051 catch (
const std::exception& e)
-
- 1053 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
-
-
-
-
- 1058 template <
typename TDatums,
typename TWorker,
typename TQueue>
-
-
-
-
- 1063 if (!mUserOutputWs.empty())
- 1064 error (
"Pop cannot be called if an output worker was already selected." ,
- 1065 __LINE__, __FUNCTION__, __FILE__);
- 1066 return mThreadManager.tryPop(tDatums);
-
- 1068 catch (
const std::exception& e)
-
- 1070 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
-
-
-
-
- 1075 template <
typename TDatums,
typename TWorker,
typename TQueue>
-
-
-
-
- 1080 if (!mUserOutputWs.empty())
- 1081 error (
"Pop cannot be called if an output worker was already selected." ,
- 1082 __LINE__, __FUNCTION__, __FILE__);
- 1083 return mThreadManager.waitAndPop(tDatums);
-
- 1085 catch (
const std::exception& e)
-
- 1087 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
-
-
-
-
- 1092 template <
typename TDatums,
typename TWorker,
typename TQueue>
-
-
-
-
- 1097 mConfigured =
false ;
- 1098 mThreadManager.reset();
-
-
- 1101 mUserInputWs.clear();
- 1102 wDatumProducer =
nullptr ;
- 1103 spWScaleAndSizeExtractor =
nullptr ;
- 1104 spWCvMatToOpInput =
nullptr ;
- 1105 spWCvMatToOpOutput =
nullptr ;
-
- 1107 mPostProcessingWs.clear();
- 1108 mUserPostProcessingWs.clear();
-
-
- 1111 mUserOutputWs.clear();
-
- 1113 catch (
const std::exception& e)
-
- 1115 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
-
-
-
- 1119 template <
typename TDatums,
typename TWorker,
typename TQueue>
- 1120 void Wrapper<TDatums, TWorker, TQueue>::configureThreadManager()
-
-
-
-
-
-
-
- 1128 error (
"Configure the Wrapper class before calling `start()`." , __LINE__, __FUNCTION__, __FILE__);
- 1129 if ((wDatumProducer ==
nullptr ) == (mUserInputWs.empty())
-
-
-
- 1133 const auto message =
"You need to have 1 and only 1 producer selected. You can introduce your own"
- 1134 " producer by using setWorkerInput() or use the OpenPose default producer by"
- 1135 " configuring it in the configure function) or use the"
- 1136 " ThreadManagerMode::Asynchronous(In) mode." ;
- 1137 error (message, __LINE__, __FUNCTION__, __FILE__);
-
- 1139 if (mOutputWs.empty() && mUserOutputWs.empty() && spWGui ==
nullptr
-
-
-
- 1143 error (
"No output selected." , __LINE__, __FUNCTION__, __FILE__);
-
-
-
-
- 1148 mThreadManager.reset();
-
- 1150 auto queueIn = 0ull;
- 1151 auto queueOut = 1ull;
-
- 1153 spWIdGenerator = std::make_shared<WIdGenerator<std::shared_ptr<TDatums>>>();
- 1154 if (!mUserInputWs.empty() && mUserInputWsOnNewThread)
-
-
- 1157 mThreadManager.add(mThreadId, mUserInputWs, queueIn++, queueOut++);
- 1158 if (spWScaleAndSizeExtractor !=
nullptr && spWCvMatToOpInput !=
nullptr )
-
-
-
- 1162 if (spWCvMatToOpOutput ==
nullptr )
- 1163 mThreadManager.add(mThreadId, {spWIdGenerator, spWScaleAndSizeExtractor, spWCvMatToOpInput},
- 1164 queueIn++, queueOut++);
-
- 1166 mThreadManager.add(mThreadId, {spWIdGenerator, spWScaleAndSizeExtractor, spWCvMatToOpInput,
- 1167 spWCvMatToOpOutput}, queueIn++, queueOut++);
-
-
- 1170 mThreadManager.add(mThreadId, spWIdGenerator, queueIn++, queueOut++);
-
-
-
-
- 1175 std::vector<TWorker> workersAux;
-
- 1177 if (!mUserInputWs.empty())
-
-
- 1180 else if (wDatumProducer !=
nullptr )
- 1181 workersAux =
mergeVectors (workersAux, {wDatumProducer});
-
-
-
- 1185 error (
"No input selected." , __LINE__, __FUNCTION__, __FILE__);
-
- 1187 workersAux =
mergeVectors (workersAux, {spWIdGenerator});
-
- 1189 if (spWScaleAndSizeExtractor !=
nullptr && spWCvMatToOpInput !=
nullptr )
- 1190 workersAux =
mergeVectors (workersAux, {spWScaleAndSizeExtractor,
- 1191 spWCvMatToOpInput});
-
- 1193 if (spWCvMatToOpOutput !=
nullptr )
- 1194 workersAux =
mergeVectors (workersAux, {spWCvMatToOpOutput});
-
- 1196 mThreadManager.add(mThreadId, workersAux, queueIn++, queueOut++);
-
-
-
-
- 1201 if (!spWPoses.empty())
-
- 1203 if (mMultiThreadEnabled)
-
- 1205 for (
auto & wPose : spWPoses)
-
- 1207 mThreadManager.add(mThreadId, wPose, queueIn, queueOut);
-
-
-
-
-
- 1213 if (spWPoses.size() > 1)
- 1214 log (
"Multi-threading disabled, only 1 thread running. All GPUs have been disabled but the"
- 1215 " first one, which is defined by gpuNumberStart (e.g. in the OpenPose demo, it is set"
-
- 1217 mThreadManager.add(mThreadId, spWPoses.at(0), queueIn, queueOut);
-
-
-
-
-
- 1223 if (!mUserPostProcessingWs.empty() && mUserPostProcessingWsOnNewThread)
-
-
- 1226 if (!mPostProcessingWs.empty())
-
-
- 1229 mThreadManager.add(mThreadId, mPostProcessingWs, queueIn++, queueOut++);
-
-
-
-
- 1234 mThreadManager.add(mThreadId, mUserPostProcessingWs, queueIn++, queueOut++);
-
-
- 1237 if (!mOutputWs.empty())
-
-
- 1240 mThreadManager.add(mThreadId, mOutputWs, queueIn++, queueOut++);
-
-
-
-
-
-
-
- 1248 auto workersAux =
mergeVectors (mPostProcessingWs, mUserPostProcessingWs);
-
- 1250 if (!workersAux.empty())
-
-
- 1253 mThreadManager.add(mThreadId, workersAux, queueIn++, queueOut++);
-
-
-
-
-
- 1259 if (!mUserOutputWs.empty())
-
- 1261 if (mUserOutputWsOnNewThread)
-
- 1263 mThreadManager.add(mThreadId, mUserOutputWs, queueIn++, queueOut++);
-
-
-
- 1267 mThreadManager.add(mThreadId-1, mUserOutputWs, queueIn++, queueOut++);
-
-
- 1270 if (spWGui !=
nullptr )
-
-
- 1273 mThreadManager.add(mThreadId, spWGui, queueIn++, queueOut++);
-
-
-
-
- 1278 catch (
const std::exception& e)
-
- 1280 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
-
-
-
- 1284 template <
typename TDatums,
typename TWorker,
typename TQueue>
- 1285 unsigned long long Wrapper<TDatums, TWorker, TQueue>::threadIdPP()
-
-
-
- 1289 if (mMultiThreadEnabled)
-
-
-
- 1293 catch (
const std::exception& e)
-
- 1295 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
-
-
-
-
- 1300 extern template class Wrapper<DATUM_BASE_NO_PTR>;
-
-
- 1303 #endif // OPENPOSE_WRAPPER_WRAPPER_HPP
+
+ 923 error (
"Unknown DisplayMode." , __LINE__, __FUNCTION__, __FILE__);
+
+
+
+
+
+ 929 catch (
const std::exception& e)
+
+ 931 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
+
+
+
+ 935 template <
typename TDatums,
typename TWorker,
typename TQueue>
+
+
+
+
+ 940 configureThreadManager();
+
+ 942 mThreadManager.exec();
+
+ 944 catch (
const std::exception& e)
+
+ 946 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
+
+
+
+ 950 template <
typename TDatums,
typename TWorker,
typename TQueue>
+
+
+
+
+ 955 configureThreadManager();
+
+ 957 mThreadManager.start();
+
+ 959 catch (
const std::exception& e)
+
+ 961 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
+
+
+
+ 965 template <
typename TDatums,
typename TWorker,
typename TQueue>
+
+
+
+
+ 970 mThreadManager.stop();
+
+ 972 catch (
const std::exception& e)
+
+ 974 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
+
+
+
+ 978 template <
typename TDatums,
typename TWorker,
typename TQueue>
+
+
+
+
+ 983 return mThreadManager.isRunning();
+
+ 985 catch (
const std::exception& e)
+
+ 987 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
+
+
+
+
+ 992 template <
typename TDatums,
typename TWorker,
typename TQueue>
+
+
+
+
+ 997 if (!mUserInputWs.empty())
+ 998 error (
"Emplace cannot be called if an input worker was already selected." ,
+ 999 __LINE__, __FUNCTION__, __FILE__);
+ 1000 return mThreadManager.tryEmplace(tDatums);
+
+ 1002 catch (
const std::exception& e)
+
+ 1004 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
+
+
+
+
+ 1009 template <
typename TDatums,
typename TWorker,
typename TQueue>
+
+
+
+
+ 1014 if (!mUserInputWs.empty())
+ 1015 error (
"Emplace cannot be called if an input worker was already selected." ,
+ 1016 __LINE__, __FUNCTION__, __FILE__);
+ 1017 return mThreadManager.waitAndEmplace(tDatums);
+
+ 1019 catch (
const std::exception& e)
+
+ 1021 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
+
+
+
+
+ 1026 template <
typename TDatums,
typename TWorker,
typename TQueue>
+
+
+
+
+ 1031 if (!mUserInputWs.empty())
+ 1032 error (
"Push cannot be called if an input worker was already selected." ,
+ 1033 __LINE__, __FUNCTION__, __FILE__);
+ 1034 return mThreadManager.tryPush(tDatums);
+
+ 1036 catch (
const std::exception& e)
+
+ 1038 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
+
+
+
+
+ 1043 template <
typename TDatums,
typename TWorker,
typename TQueue>
+
+
+
+
+ 1048 if (!mUserInputWs.empty())
+ 1049 error (
"Push cannot be called if an input worker was already selected." ,
+ 1050 __LINE__, __FUNCTION__, __FILE__);
+ 1051 return mThreadManager.waitAndPush(tDatums);
+
+ 1053 catch (
const std::exception& e)
+
+ 1055 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
+
+
+
+
+ 1060 template <
typename TDatums,
typename TWorker,
typename TQueue>
+
+
+
+
+ 1065 if (!mUserOutputWs.empty())
+ 1066 error (
"Pop cannot be called if an output worker was already selected." ,
+ 1067 __LINE__, __FUNCTION__, __FILE__);
+ 1068 return mThreadManager.tryPop(tDatums);
+
+ 1070 catch (
const std::exception& e)
+
+ 1072 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
+
+
+
+
+ 1077 template <
typename TDatums,
typename TWorker,
typename TQueue>
+
+
+
+
+ 1082 if (!mUserOutputWs.empty())
+ 1083 error (
"Pop cannot be called if an output worker was already selected." ,
+ 1084 __LINE__, __FUNCTION__, __FILE__);
+ 1085 return mThreadManager.waitAndPop(tDatums);
+
+ 1087 catch (
const std::exception& e)
+
+ 1089 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
+
+
+
+
+ 1094 template <
typename TDatums,
typename TWorker,
typename TQueue>
+
+
+
+
+ 1099 mConfigured =
false ;
+ 1100 mThreadManager.reset();
+
+
+ 1103 mUserInputWs.clear();
+ 1104 wDatumProducer =
nullptr ;
+ 1105 spWScaleAndSizeExtractor =
nullptr ;
+ 1106 spWCvMatToOpInput =
nullptr ;
+ 1107 spWCvMatToOpOutput =
nullptr ;
+
+ 1109 mPostProcessingWs.clear();
+ 1110 mUserPostProcessingWs.clear();
+
+
+ 1113 mUserOutputWs.clear();
+
+ 1115 catch (
const std::exception& e)
+
+ 1117 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
+
+
+
+ 1121 template <
typename TDatums,
typename TWorker,
typename TQueue>
+ 1122 void Wrapper<TDatums, TWorker, TQueue>::configureThreadManager()
+
+
+
+
+
+
+
+ 1130 error (
"Configure the Wrapper class before calling `start()`." , __LINE__, __FUNCTION__, __FILE__);
+ 1131 if ((wDatumProducer ==
nullptr ) == (mUserInputWs.empty())
+
+
+
+ 1135 const auto message =
"You need to have 1 and only 1 producer selected. You can introduce your own"
+ 1136 " producer by using setWorkerInput() or use the OpenPose default producer by"
+ 1137 " configuring it in the configure function) or use the"
+ 1138 " ThreadManagerMode::Asynchronous(In) mode." ;
+ 1139 error (message, __LINE__, __FUNCTION__, __FILE__);
+
+ 1141 if (mOutputWs.empty() && mUserOutputWs.empty() && spWGui ==
nullptr
+
+
+
+ 1145 error (
"No output selected." , __LINE__, __FUNCTION__, __FILE__);
+
+
+
+
+ 1150 mThreadManager.reset();
+
+ 1152 auto queueIn = 0ull;
+ 1153 auto queueOut = 1ull;
+
+ 1155 spWIdGenerator = std::make_shared<WIdGenerator<std::shared_ptr<TDatums>>>();
+ 1156 if (!mUserInputWs.empty() && mUserInputWsOnNewThread)
+
+
+ 1159 mThreadManager.add(mThreadId, mUserInputWs, queueIn++, queueOut++);
+ 1160 if (spWScaleAndSizeExtractor !=
nullptr && spWCvMatToOpInput !=
nullptr )
+
+
+
+ 1164 if (spWCvMatToOpOutput ==
nullptr )
+ 1165 mThreadManager.add(mThreadId, {spWIdGenerator, spWScaleAndSizeExtractor, spWCvMatToOpInput},
+ 1166 queueIn++, queueOut++);
+
+ 1168 mThreadManager.add(mThreadId, {spWIdGenerator, spWScaleAndSizeExtractor, spWCvMatToOpInput,
+ 1169 spWCvMatToOpOutput}, queueIn++, queueOut++);
+
+
+ 1172 mThreadManager.add(mThreadId, spWIdGenerator, queueIn++, queueOut++);
+
+
+
+
+ 1177 std::vector<TWorker> workersAux;
+
+ 1179 if (!mUserInputWs.empty())
+
+
+ 1182 else if (wDatumProducer !=
nullptr )
+ 1183 workersAux =
mergeVectors (workersAux, {wDatumProducer});
+
+
+
+ 1187 error (
"No input selected." , __LINE__, __FUNCTION__, __FILE__);
+
+ 1189 workersAux =
mergeVectors (workersAux, {spWIdGenerator});
+
+ 1191 if (spWScaleAndSizeExtractor !=
nullptr && spWCvMatToOpInput !=
nullptr )
+ 1192 workersAux =
mergeVectors (workersAux, {spWScaleAndSizeExtractor,
+ 1193 spWCvMatToOpInput});
+
+ 1195 if (spWCvMatToOpOutput !=
nullptr )
+ 1196 workersAux =
mergeVectors (workersAux, {spWCvMatToOpOutput});
+
+ 1198 mThreadManager.add(mThreadId, workersAux, queueIn++, queueOut++);
+
+
+
+
+ 1203 if (!spWPoses.empty())
+
+ 1205 if (mMultiThreadEnabled)
+
+ 1207 for (
auto & wPose : spWPoses)
+
+ 1209 mThreadManager.add(mThreadId, wPose, queueIn, queueOut);
+
+
+
+
+
+ 1215 if (spWPoses.size() > 1)
+ 1216 log (
"Multi-threading disabled, only 1 thread running. All GPUs have been disabled but the"
+ 1217 " first one, which is defined by gpuNumberStart (e.g. in the OpenPose demo, it is set"
+
+ 1219 mThreadManager.add(mThreadId, spWPoses.at(0), queueIn, queueOut);
+
+
+
+
+
+ 1225 if (!mUserPostProcessingWs.empty() && mUserPostProcessingWsOnNewThread)
+
+
+ 1228 if (!mPostProcessingWs.empty())
+
+
+ 1231 mThreadManager.add(mThreadId, mPostProcessingWs, queueIn++, queueOut++);
+
+
+
+
+ 1236 mThreadManager.add(mThreadId, mUserPostProcessingWs, queueIn++, queueOut++);
+
+
+ 1239 if (!mOutputWs.empty())
+
+
+ 1242 mThreadManager.add(mThreadId, mOutputWs, queueIn++, queueOut++);
+
+
+
+
+
+
+
+ 1250 auto workersAux =
mergeVectors (mPostProcessingWs, mUserPostProcessingWs);
+
+ 1252 if (!workersAux.empty())
+
+
+ 1255 mThreadManager.add(mThreadId, workersAux, queueIn++, queueOut++);
+
+
+
+
+
+ 1261 if (!mUserOutputWs.empty())
+
+ 1263 if (mUserOutputWsOnNewThread)
+
+ 1265 mThreadManager.add(mThreadId, mUserOutputWs, queueIn++, queueOut++);
+
+
+
+ 1269 mThreadManager.add(mThreadId-1, mUserOutputWs, queueIn++, queueOut++);
+
+
+ 1272 if (spWGui !=
nullptr )
+
+
+ 1275 mThreadManager.add(mThreadId, spWGui, queueIn++, queueOut++);
+
+
+
+
+ 1280 catch (
const std::exception& e)
+
+ 1282 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
+
+
+
+ 1286 template <
typename TDatums,
typename TWorker,
typename TQueue>
+ 1287 unsigned long long Wrapper<TDatums, TWorker, TQueue>::threadIdPP()
+
+
+
+ 1291 if (mMultiThreadEnabled)
+
+
+
+ 1295 catch (
const std::exception& e)
+
+ 1297 error (e.what(), __LINE__, __FUNCTION__, __FILE__);
+
+
+
+
+ 1302 extern template class Wrapper<DATUM_BASE_NO_PTR>;
+
+
+ 1305 #endif // OPENPOSE_WRAPPER_WRAPPER_HPP
PoseModel poseModel
Definition: wrapperStructPose.hpp:88
@@ -1298,17 +1300,17 @@ $(document).ready(function(){initNavTree('wrapper_8hpp_source.html','');});
Definition: wPoseSaver.hpp:12
bool identification
Definition: wrapperStructPose.hpp:181
-bool tryPush(const std::shared_ptr< TDatums > &tDatums)
Definition: wrapper.hpp:1025
+bool tryPush(const std::shared_ptr< TDatums > &tDatums)
Definition: wrapper.hpp:1027
Definition: wrapperStructPose.hpp:17
std::string writeKeypoint
Definition: wrapperStructOutput.hpp:44
float alphaKeypoint
Definition: wrapperStructFace.hpp:39
Definition: wFaceSaver.hpp:12
-void stop()
Definition: wrapper.hpp:964
+void stop()
Definition: wrapper.hpp:966
float alphaKeypoint
Definition: wrapperStructHand.hpp:59
-bool tryPop(std::shared_ptr< TDatums > &tDatums)
Definition: wrapper.hpp:1059
-void exec()
Definition: wrapper.hpp:934
+bool tryPop(std::shared_ptr< TDatums > &tDatums)
Definition: wrapper.hpp:1061
+void exec()
Definition: wrapper.hpp:936
@@ -1347,9 +1349,9 @@ $(document).ready(function(){initNavTree('wrapper_8hpp_source.html','');});
float scaleGap
Definition: wrapperStructPose.hpp:75
RenderMode renderMode
Definition: wrapperStructPose.hpp:81
-bool waitAndEmplace(std::shared_ptr< TDatums > &tDatums)
Definition: wrapper.hpp:1008
+bool waitAndEmplace(std::shared_ptr< TDatums > &tDatums)
Definition: wrapper.hpp:1010
Definition: wrapper.hpp:32
-bool tryEmplace(std::shared_ptr< TDatums > &tDatums)
Definition: wrapper.hpp:991
+bool tryEmplace(std::shared_ptr< TDatums > &tDatums)
Definition: wrapper.hpp:993
float scaleRange
Definition: wrapperStructHand.hpp:40
OP_API GpuMode getGpuMode()
int gpuNumberStart
Definition: wrapperStructPose.hpp:60
@@ -1361,8 +1363,8 @@ $(document).ready(function(){initNavTree('wrapper_8hpp_source.html','');});
Definition: wVideoSaver.hpp:11
Definition: wOpOutputToCvMat.hpp:11
-bool waitAndPush(const std::shared_ptr< TDatums > &tDatums)
Definition: wrapper.hpp:1042
-void start()
Definition: wrapper.hpp:949
+bool waitAndPush(const std::shared_ptr< TDatums > &tDatums)
Definition: wrapper.hpp:1044
+void start()
Definition: wrapper.hpp:951
OP_API std::string formatAsDirectory(const std::string &directoryPathString)
@@ -1378,7 +1380,7 @@ $(document).ready(function(){initNavTree('wrapper_8hpp_source.html','');});
Definition: wFaceRenderer.hpp:11
-bool waitAndPop(std::shared_ptr< TDatums > &tDatums)
Definition: wrapper.hpp:1076
+bool waitAndPop(std::shared_ptr< TDatums > &tDatums)
Definition: wrapper.hpp:1078
Definition: threadManager.hpp:16
Definition: wPoseRenderer.hpp:11
@@ -1417,7 +1419,7 @@ $(document).ready(function(){initNavTree('wrapper_8hpp_source.html','');});
ScaleMode keypointScale
Definition: wrapperStructPose.hpp:47
ThreadManagerMode
Definition: enumClasses.hpp:9
int gpuNumber
Definition: wrapperStructPose.hpp:54
-bool isRunning() const
Definition: wrapper.hpp:977
+bool isRunning() const
Definition: wrapper.hpp:979
void setWorkerInput(const TWorker &worker, const bool workerOnNewThread=true)
Definition: wrapper.hpp:325
float renderThreshold
Definition: wrapperStructFace.hpp:52