diff --git a/doxygen.log b/doxygen.log
index ef9e63db..508c8561 100644
--- a/doxygen.log
+++ b/doxygen.log
@@ -1138,5 +1138,5 @@ Generating file index...
Generating file member index...
Generating example index...
finalizing index lists...
-lookup cache used 4499/65536 hits=34062 misses=4812
+lookup cache used 4534/65536 hits=34279 misses=4847
finished...
diff --git a/html/camera_parameter_reader_8hpp_source.html b/html/camera_parameter_reader_8hpp_source.html
index 6d951c61..0749ed40 100644
--- a/html/camera_parameter_reader_8hpp_source.html
+++ b/html/camera_parameter_reader_8hpp_source.html
@@ -127,22 +127,25 @@ $(document).ready(function(){initNavTree('camera_parameter_reader_8hpp_source.ht
This function returns a unique frame name (e.g. the frame number for video, the frame counter for webcam, the image name for image directory reader, etc.).
+ | getCameraExtrinsics() const | op::SpinnakerWrapper | |
+ | getCameraIntrinsics() const | op::SpinnakerWrapper | |
| getCameraMatrices() const | op::SpinnakerWrapper | |
| getRawFrames() | op::SpinnakerWrapper | |
| getResolution() const | op::SpinnakerWrapper | |
diff --git a/html/classop_1_1_spinnaker_wrapper.html b/html/classop_1_1_spinnaker_wrapper.html
index 3f988653..46294ccb 100644
--- a/html/classop_1_1_spinnaker_wrapper.html
+++ b/html/classop_1_1_spinnaker_wrapper.html
@@ -125,6 +125,10 @@ Public Member Functions
| |
| std::vector< cv::Mat > | getCameraMatrices () const |
| |
+| std::vector< cv::Mat > | getCameraExtrinsics () const |
+| |
+| std::vector< cv::Mat > | getCameraIntrinsics () const |
+| |
| Point< int > | getResolution () const |
| |
| bool | isOpened () const |
@@ -186,6 +190,36 @@ Public Member Functions
+
+
+
+
+
+ | std::vector<cv::Mat> op::SpinnakerWrapper::getCameraExtrinsics |
+ ( |
+ | ) |
+ const |
+
+
+
+
+
+
+
+
+
+
+
+ | std::vector<cv::Mat> op::SpinnakerWrapper::getCameraIntrinsics |
+ ( |
+ | ) |
+ const |
+
+
+
+
+
+
diff --git a/html/classop_1_1_spinnaker_wrapper.js b/html/classop_1_1_spinnaker_wrapper.js
index 689110ab..7bf9103a 100644
--- a/html/classop_1_1_spinnaker_wrapper.js
+++ b/html/classop_1_1_spinnaker_wrapper.js
@@ -2,6 +2,8 @@ var classop_1_1_spinnaker_wrapper =
[
[ "SpinnakerWrapper", "classop_1_1_spinnaker_wrapper.html#ac7a7064093ee6b863f92c8c3317ebaf7", null ],
[ "~SpinnakerWrapper", "classop_1_1_spinnaker_wrapper.html#a00ab178dfa540f603b1512fada764258", null ],
+ [ "getCameraExtrinsics", "classop_1_1_spinnaker_wrapper.html#aa011fe7b3bf42e3af5fb83faee42288e", null ],
+ [ "getCameraIntrinsics", "classop_1_1_spinnaker_wrapper.html#a5e36c3d04071f6c7b003c50d3f43bc36", null ],
[ "getCameraMatrices", "classop_1_1_spinnaker_wrapper.html#ab79aa58cda90784d16335e0081d8f33a", null ],
[ "getRawFrames", "classop_1_1_spinnaker_wrapper.html#a77a64d4ef798f2ea7cd54d9c170f7ea7", null ],
[ "getResolution", "classop_1_1_spinnaker_wrapper.html#a57d3bfa344921563cd2648fced667b49", null ],
diff --git a/html/classop_1_1_video_capture_reader-members.html b/html/classop_1_1_video_capture_reader-members.html
index e8677315..56167459 100644
--- a/html/classop_1_1_video_capture_reader-members.html
+++ b/html/classop_1_1_video_capture_reader-members.html
@@ -116,6 +116,8 @@ $(document).ready(function(){initNavTree('classop_1_1_video_capture_reader.html'
| flipAndRotate(cv::Mat &cvMat) const | op::Producer | protected |
| get(const int capProperty)=0 | op::VideoCaptureReader | pure virtual |
| op::Producer::get(const ProducerProperty property) | op::Producer | |
+
| getCameraExtrinsics()=0 | op::Producer | pure virtual |
+
| getCameraIntrinsics()=0 | op::Producer | pure virtual |
| getCameraMatrices()=0 | op::Producer | pure virtual |
| getFrame() | op::Producer | |
| getFrames() | op::Producer | |
diff --git a/html/classop_1_1_video_capture_reader.html b/html/classop_1_1_video_capture_reader.html
index 59493b4a..9210cd6a 100644
--- a/html/classop_1_1_video_capture_reader.html
+++ b/html/classop_1_1_video_capture_reader.html
@@ -149,6 +149,10 @@ Public Member Functions
| |
| virtual std::vector< cv::Mat > | getCameraMatrices ()=0 |
| |
+
| virtual std::vector< cv::Mat > | getCameraExtrinsics ()=0 |
+
| |
+
| virtual std::vector< cv::Mat > | getCameraIntrinsics ()=0 |
+
| |
| void | setProducerFpsMode (const ProducerFpsMode fpsMode) |
| |
| ProducerType | getType () |
diff --git a/html/classop_1_1_video_reader-members.html b/html/classop_1_1_video_reader-members.html
index 99e475e3..269b85f6 100644
--- a/html/classop_1_1_video_reader-members.html
+++ b/html/classop_1_1_video_reader-members.html
@@ -116,6 +116,8 @@ $(document).ready(function(){initNavTree('classop_1_1_video_reader.html','');});
| flipAndRotate(cv::Mat &cvMat) const | op::Producer | protected |
| get(const int capProperty) | op::VideoReader | virtual |
| op::Producer::get(const ProducerProperty property) | op::Producer | |
+
| getCameraExtrinsics() | op::VideoReader | virtual |
+
| getCameraIntrinsics() | op::VideoReader | virtual |
| getCameraMatrices() | op::VideoReader | virtual |
| getFrame() | op::Producer | |
| getFrames() | op::Producer | |
diff --git a/html/classop_1_1_video_reader.html b/html/classop_1_1_video_reader.html
index 7b545364..99b0b5cc 100644
--- a/html/classop_1_1_video_reader.html
+++ b/html/classop_1_1_video_reader.html
@@ -123,6 +123,10 @@ Public Member Functions
| |
| std::vector< cv::Mat > | getCameraMatrices () |
| |
+
| std::vector< cv::Mat > | getCameraExtrinsics () |
+
| |
+
| std::vector< cv::Mat > | getCameraIntrinsics () |
+
| |
| std::string | getNextFrameName () |
| |
| double | get (const int capProperty) |
@@ -255,6 +259,60 @@ Additional Inherited Members
Implements op::VideoCaptureReader.
+
+
+
+
+
+
+
+
+
+
+ | std::vector<cv::Mat> op::VideoReader::getCameraExtrinsics |
+ ( |
+ | ) |
+ |
+
+
+ |
+
+virtual |
+
+
+
+
It retrieves and returns the camera extrinsic parameters from the frames producer.
+
- Returns
- std::vector<cv::Mat> with the camera extrinsic parameters.
+
+
Implements op::Producer.
+
+
+
+
+
+
+
+
+
+
+
+ | std::vector<cv::Mat> op::VideoReader::getCameraIntrinsics |
+ ( |
+ | ) |
+ |
+
+
+ |
+
+virtual |
+
+
+
+
It retrieves and returns the camera intrinsic parameters from the frames producer.
+
- Returns
- std::vector<cv::Mat> with the camera intrinsic parameters.
+
+
Implements op::Producer.
+
diff --git a/html/classop_1_1_video_reader.js b/html/classop_1_1_video_reader.js
index 96752fa6..c6305ed9 100644
--- a/html/classop_1_1_video_reader.js
+++ b/html/classop_1_1_video_reader.js
@@ -2,6 +2,8 @@ var classop_1_1_video_reader =
[
[ "VideoReader", "classop_1_1_video_reader.html#a70313aad386ef3897c70fea7b2e4030a", null ],
[ "get", "classop_1_1_video_reader.html#a057a7d0c498c48639b38c10ac7efc183", null ],
+ [ "getCameraExtrinsics", "classop_1_1_video_reader.html#acf47ef8071b783fc8b406db9f3716eec", null ],
+ [ "getCameraIntrinsics", "classop_1_1_video_reader.html#a98144001ee79d467d8757f9bca10589a", null ],
[ "getCameraMatrices", "classop_1_1_video_reader.html#a93742fd892cdb09b99b29f8e8036d803", null ],
[ "getNextFrameName", "classop_1_1_video_reader.html#a508eed918fbe3bfe3eff4c1ebacb3463", null ],
[ "set", "classop_1_1_video_reader.html#a0dd53334327642368d41ec860e64e756", null ]
diff --git a/html/classop_1_1_webcam_reader-members.html b/html/classop_1_1_webcam_reader-members.html
index a8a34225..ffae1984 100644
--- a/html/classop_1_1_webcam_reader-members.html
+++ b/html/classop_1_1_webcam_reader-members.html
@@ -116,6 +116,8 @@ $(document).ready(function(){initNavTree('classop_1_1_webcam_reader.html','');})
| flipAndRotate(cv::Mat &cvMat) const | op::Producer | protected |
| get(const int capProperty) | op::WebcamReader | virtual |
| op::Producer::get(const ProducerProperty property) | op::Producer | |
+ | getCameraExtrinsics() | op::WebcamReader | virtual |
+ | getCameraIntrinsics() | op::WebcamReader | virtual |
| getCameraMatrices() | op::WebcamReader | virtual |
| getFrame() | op::Producer | |
| getFrames() | op::Producer | |
diff --git a/html/classop_1_1_webcam_reader.html b/html/classop_1_1_webcam_reader.html
index 3561eabb..662c60d8 100644
--- a/html/classop_1_1_webcam_reader.html
+++ b/html/classop_1_1_webcam_reader.html
@@ -125,6 +125,10 @@ Public Member Functions
| |
| std::vector< cv::Mat > | getCameraMatrices () |
| |
+| std::vector< cv::Mat > | getCameraExtrinsics () |
+| |
+| std::vector< cv::Mat > | getCameraIntrinsics () |
+| |
| std::string | getNextFrameName () |
| |
| double | get (const int capProperty) |
@@ -278,6 +282,60 @@ Additional Inherited Members
Implements op::VideoCaptureReader.
+
+
+
+
+
+
+
+
+
+
+ | std::vector<cv::Mat> op::WebcamReader::getCameraExtrinsics |
+ ( |
+ | ) |
+ |
+
+
+ |
+
+virtual |
+
+
+
+
It retrieves and returns the camera extrinsic parameters from the frames producer.
+
- Returns
- std::vector<cv::Mat> with the camera extrinsic parameters.
+
+
Implements op::Producer.
+
+
+
+
+
+
+
+
+
+
+
+ | std::vector<cv::Mat> op::WebcamReader::getCameraIntrinsics |
+ ( |
+ | ) |
+ |
+
+
+ |
+
+virtual |
+
+
+
+
It retrieves and returns the camera intrinsic parameters from the frames producer.
+
- Returns
- std::vector<cv::Mat> with the camera intrinsic parameters.
+
+
Implements op::Producer.
+
diff --git a/html/classop_1_1_webcam_reader.js b/html/classop_1_1_webcam_reader.js
index 10756302..fdb2785b 100644
--- a/html/classop_1_1_webcam_reader.js
+++ b/html/classop_1_1_webcam_reader.js
@@ -3,6 +3,8 @@ var classop_1_1_webcam_reader =
[ "WebcamReader", "classop_1_1_webcam_reader.html#afbfa9ebf32ab1c95f0378b49fce0df35", null ],
[ "~WebcamReader", "classop_1_1_webcam_reader.html#a71212bd9e00be96b09650e86d465b42c", null ],
[ "get", "classop_1_1_webcam_reader.html#a38ccbdf61f21fba0694362077cb6bdb1", null ],
+ [ "getCameraExtrinsics", "classop_1_1_webcam_reader.html#ab4be6381957df794c76b1c9eddd1f676", null ],
+ [ "getCameraIntrinsics", "classop_1_1_webcam_reader.html#aa03db1223070395d8970038fa3a8203a", null ],
[ "getCameraMatrices", "classop_1_1_webcam_reader.html#afbad75f82bf39bfd503bbc8bd881592d", null ],
[ "getNextFrameName", "classop_1_1_webcam_reader.html#a58c315e577c12486e5ab1b941d4cce04", null ],
[ "set", "classop_1_1_webcam_reader.html#ae66b26829cc2d6e3f02109d4431a7bc2", null ]
diff --git a/html/datum_8hpp_source.html b/html/datum_8hpp_source.html
index 62f54f83..2f4df381 100644
--- a/html/datum_8hpp_source.html
+++ b/html/datum_8hpp_source.html
@@ -164,115 +164,121 @@ $(document).ready(function(){initNavTree('datum_8hpp_source.html','');});
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
-
-
+
+
+
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
- 293 return id < datum.
id;
-
-
-
- 302 return id > datum.
id;
-
-
-
- 311 return id <= datum.
id;
-
-
-
- 320 return id >= datum.
id;
-
-
-
- 329 return id == datum.
id;
-
-
-
- 338 return id != datum.
id;
-
-
-
-
- 343 #define DATUM_BASE_NO_PTR std::vector<Datum>
- 344 #define DATUM_BASE std::shared_ptr<DATUM_BASE_NO_PTR>
- 345 #define DEFINE_TEMPLATE_DATUM(templateName) template class OP_API templateName<DATUM_BASE>
- 346 #define COMPILE_TEMPLATE_DATUM(templateName) extern DEFINE_TEMPLATE_DATUM(templateName)
-
-
- 349 #endif // OPENPOSE_CORE_DATUM_HPP
+
+
+
+
+
+
+
+
+
+ 303 return id < datum.
id;
+
+
+
+ 312 return id > datum.
id;
+
+
+
+ 321 return id <= datum.
id;
+
+
+
+ 330 return id >= datum.
id;
+
+
+
+ 339 return id == datum.
id;
+
+
+
+ 348 return id != datum.
id;
+
+
+
+
+ 353 #define DATUM_BASE_NO_PTR std::vector<Datum>
+ 354 #define DATUM_BASE std::shared_ptr<DATUM_BASE_NO_PTR>
+ 355 #define DEFINE_TEMPLATE_DATUM(templateName) template class OP_API templateName<DATUM_BASE>
+ 356 #define COMPILE_TEMPLATE_DATUM(templateName) extern DEFINE_TEMPLATE_DATUM(templateName)
+
+
+ 359 #endif // OPENPOSE_CORE_DATUM_HPP
std::string name
Definition: datum.hpp:23
-double scaleInputToOutput
Definition: datum.hpp:203
-bool operator==(const Datum &datum) const
Definition: datum.hpp:327
+double scaleInputToOutput
Definition: datum.hpp:213
+bool operator==(const Datum &datum) const
Definition: datum.hpp:337
Array< long long > poseIds
Definition: datum.hpp:81
std::vector< Array< float > > inputNetData
Definition: datum.hpp:48
Array< float > faceKeypoints3D
Definition: datum.hpp:173
Array< float > poseHeatMaps
Definition: datum.hpp:105
cv::Mat cameraMatrix
Definition: datum.hpp:186
std::array< Array< float >, 2 > handHeatMaps
Definition: datum.hpp:159
-double scaleNetToOutput
Definition: datum.hpp:213
-std::pair< int, std::string > elementRendered
Definition: datum.hpp:219
-std::vector< double > scaleInputToNetInputs
Definition: datum.hpp:192
+double scaleNetToOutput
Definition: datum.hpp:223
+std::pair< int, std::string > elementRendered
Definition: datum.hpp:229
+std::vector< double > scaleInputToNetInputs
Definition: datum.hpp:202
std::vector< std::vector< std::array< float, 3 > > > poseCandidates
Definition: datum.hpp:116
-bool operator!=(const Datum &datum) const
Definition: datum.hpp:336
+bool operator!=(const Datum &datum) const
Definition: datum.hpp:346
Array< float > poseKeypoints3D
Definition: datum.hpp:166
std::array< Array< float >, 2 > handKeypoints3D
Definition: datum.hpp:181
std::vector< Rectangle< float > > faceRectangles
Definition: datum.hpp:123
+cv::Mat cameraExtrinsics
Definition: datum.hpp:191
Array< float > poseKeypoints
Definition: datum.hpp:72
std::vector< std::array< Rectangle< float >, 2 > > handRectangles
Definition: datum.hpp:144
-bool operator<(const Datum &datum) const
Definition: datum.hpp:291
+bool operator<(const Datum &datum) const
Definition: datum.hpp:301
Array< float > outputData
Definition: datum.hpp:56
std::array< Array< float >, 2 > handKeypoints
Definition: datum.hpp:152
-std::vector< Point< int > > netInputSizes
Definition: datum.hpp:198
+std::vector< Point< int > > netInputSizes
Definition: datum.hpp:208
-Point< int > netOutputSize
Definition: datum.hpp:208
+Point< int > netOutputSize
Definition: datum.hpp:218
Array< float > faceHeatMaps
Definition: datum.hpp:137
cv::Mat cvInputData
Definition: datum.hpp:37
cv::Mat cvOutputData
Definition: datum.hpp:64
+cv::Mat cameraIntrinsics
Definition: datum.hpp:196
Array< float > faceKeypoints
Definition: datum.hpp:130
Array< float > poseScores
Definition: datum.hpp:91
unsigned long long id
Definition: datum.hpp:18
-bool operator<=(const Datum &datum) const
Definition: datum.hpp:309
+bool operator<=(const Datum &datum) const
Definition: datum.hpp:319
#define OP_API
Definition: macros.hpp:15
-bool operator>(const Datum &datum) const
Definition: datum.hpp:300
-bool operator>=(const Datum &datum) const
Definition: datum.hpp:318
+bool operator>(const Datum &datum) const
Definition: datum.hpp:310
+bool operator>=(const Datum &datum) const
Definition: datum.hpp:328
std::string string
Definition: cl2.hpp:574
unsigned long long frameNumber
Definition: datum.hpp:30
diff --git a/html/datum_producer_8hpp_source.html b/html/datum_producer_8hpp_source.html
index ffe01c8c..18874031 100644
--- a/html/datum_producer_8hpp_source.html
+++ b/html/datum_producer_8hpp_source.html
@@ -209,82 +209,92 @@ $(document).ready(function(){initNavTree('datum_producer_8hpp_source.html','');}
100 auto nextFrameNumber = (
unsigned long long)spProducer->get(CV_CAP_PROP_POS_FRAMES);
101 auto cvMats = spProducer->getFrames();
102 auto cameraMatrices = spProducer->getCameraMatrices();
-
- 104 checkIfTooManyConsecutiveEmptyFrames(mNumberConsecutiveEmptyFrames, cvMats.empty() || cvMats[0].empty());
-
-
- 107 datums->resize(cvMats.size());
-
- 109 auto& datum = (*datums)[0];
-
- 111 std::swap(datum.name, nextFrameName);
- 112 datum.frameNumber = nextFrameNumber;
- 113 datum.cvInputData = cvMats[0];
- 114 if (!cameraMatrices.empty())
- 115 datum.cameraMatrix = cameraMatrices[0];
-
- 117 if (datum.cvInputData.channels() != 3)
-
- 119 const std::string commonMessage{
"Input images must be 3-channel BGR."};
-
- 121 if (datum.cvInputData.channels() == 1)
-
-
- 124 cv::cvtColor(datum.cvInputData, datum.cvInputData, CV_GRAY2BGR);
-
-
- 127 error(commonMessage, __LINE__, __FUNCTION__, __FILE__);
-
- 129 datum.cvOutputData = datum.cvInputData;
-
- 131 if (datums->size() > 1)
-
-
- 134 for (
auto i = 1u ; i < datums->size() ; i++)
-
- 136 auto& datumI = (*datums)[i];
- 137 datumI.name = datum.name;
- 138 datumI.frameNumber = datum.frameNumber;
- 139 datumI.cvInputData = cvMats[i];
- 140 datumI.cvOutputData = datumI.cvInputData;
- 141 if (cameraMatrices.size() > i)
- 142 datumI.cameraMatrix = cameraMatrices[i];
-
-
-
- 146 if (!datumProducerRunning || (*datums)[0].cvInputData.empty())
-
-
- 149 if (datums !=
nullptr)
-
-
-
-
- 154 return std::make_pair(datumProducerRunning, datums);
-
- 156 catch (
const std::exception& e)
-
- 158 error(e.what(), __LINE__, __FUNCTION__, __FILE__);
- 159 return std::make_pair(
false, std::make_shared<TDatumsNoPtr>());
-
-
-
- 163 template<
typename TDatumsNoPtr>
-
- 165 const bool emptyFrame)
const
-
- 167 numberConsecutiveEmptyFrames = (emptyFrame ? numberConsecutiveEmptyFrames+1 : 0);
- 168 const auto threshold = 500u;
- 169 if (numberConsecutiveEmptyFrames >= threshold)
- 170 error(
"Detected too many (" + std::to_string(numberConsecutiveEmptyFrames) +
") empty frames in a row.",
- 171 __LINE__, __FUNCTION__, __FILE__);
-
-
- 174 extern template class DatumProducer<DATUM_BASE_NO_PTR>;
-
-
-
- 178 #endif // OPENPOSE_PRODUCER_DATUM_PRODUCER_HPP
+ 103 auto cameraExtrinsics = spProducer->getCameraExtrinsics();
+ 104 auto cameraIntrinsics = spProducer->getCameraIntrinsics();
+
+ 106 checkIfTooManyConsecutiveEmptyFrames(mNumberConsecutiveEmptyFrames, cvMats.empty() || cvMats[0].empty());
+
+
+ 109 datums->resize(cvMats.size());
+
+ 111 auto& datum = (*datums)[0];
+
+ 113 std::swap(datum.name, nextFrameName);
+ 114 datum.frameNumber = nextFrameNumber;
+ 115 datum.cvInputData = cvMats[0];
+ 116 if (!cameraMatrices.empty())
+
+ 118 datum.cameraMatrix = cameraMatrices[0];
+ 119 datum.cameraExtrinsics = cameraExtrinsics[0];
+ 120 datum.cameraIntrinsics = cameraIntrinsics[0];
+
+
+ 123 if (datum.cvInputData.channels() != 3)
+
+ 125 const std::string commonMessage{
"Input images must be 3-channel BGR."};
+
+ 127 if (datum.cvInputData.channels() == 1)
+
+
+ 130 cv::cvtColor(datum.cvInputData, datum.cvInputData, CV_GRAY2BGR);
+
+
+ 133 error(commonMessage, __LINE__, __FUNCTION__, __FILE__);
+
+ 135 datum.cvOutputData = datum.cvInputData;
+
+ 137 if (datums->size() > 1)
+
+
+ 140 for (
auto i = 1u ; i < datums->size() ; i++)
+
+ 142 auto& datumI = (*datums)[i];
+ 143 datumI.name = datum.name;
+ 144 datumI.frameNumber = datum.frameNumber;
+ 145 datumI.cvInputData = cvMats[i];
+ 146 datumI.cvOutputData = datumI.cvInputData;
+ 147 if (cameraMatrices.size() > i)
+
+ 149 datumI.cameraMatrix = cameraMatrices[i];
+ 150 datumI.cameraExtrinsics = cameraExtrinsics[i];
+ 151 datumI.cameraIntrinsics = cameraIntrinsics[i];
+
+
+
+
+ 156 if (!datumProducerRunning || (*datums)[0].cvInputData.empty())
+
+
+ 159 if (datums !=
nullptr)
+
+
+
+
+ 164 return std::make_pair(datumProducerRunning, datums);
+
+ 166 catch (
const std::exception& e)
+
+ 168 error(e.what(), __LINE__, __FUNCTION__, __FILE__);
+ 169 return std::make_pair(
false, std::make_shared<TDatumsNoPtr>());
+
+
+
+ 173 template<
typename TDatumsNoPtr>
+
+ 175 const bool emptyFrame)
const
+
+ 177 numberConsecutiveEmptyFrames = (emptyFrame ? numberConsecutiveEmptyFrames+1 : 0);
+ 178 const auto threshold = 500u;
+ 179 if (numberConsecutiveEmptyFrames >= threshold)
+ 180 error(
"Detected too many (" + std::to_string(numberConsecutiveEmptyFrames) +
") empty frames in a row.",
+ 181 __LINE__, __FUNCTION__, __FILE__);
+
+
+ 184 extern template class DatumProducer<DATUM_BASE_NO_PTR>;
+
+
+
+ 188 #endif // OPENPOSE_PRODUCER_DATUM_PRODUCER_HPP
std::pair< bool, std::shared_ptr< TDatumsNoPtr > > checkIfRunningAndGetDatum()
Definition: datumProducer.hpp:72
diff --git a/html/flir_reader_8hpp_source.html b/html/flir_reader_8hpp_source.html
index d2407930..a179f587 100644
--- a/html/flir_reader_8hpp_source.html
+++ b/html/flir_reader_8hpp_source.html
@@ -125,30 +125,34 @@ $(document).ready(function(){initNavTree('flir_reader_8hpp_source.html','');});
25 std::vector<cv::Mat> getCameraMatrices();
-
+ 27 std::vector<cv::Mat> getCameraExtrinsics();
- 29 bool isOpened()
const;
+ 29 std::vector<cv::Mat> getCameraIntrinsics();
-
+
- 33 double get(
const int capProperty);
+ 33 bool isOpened()
const;
- 35 void set(
const int capProperty,
const double value);
+
-
-
-
- 40 long long mFrameNameCounter;
-
- 42 cv::Mat getRawFrame();
-
- 44 std::vector<cv::Mat> getRawFrames();
+ 37 double get(
const int capProperty);
+
+ 39 void set(
const int capProperty,
const double value);
+
+
+
+
+ 44 long long mFrameNameCounter;
-
-
-
+ 46 cv::Mat getRawFrame();
+
+ 48 std::vector<cv::Mat> getRawFrames();
- 50 #endif // OPENPOSE_PRODUCER_FLIR_READER_HPP
+
+
+
+
+ 54 #endif // OPENPOSE_PRODUCER_FLIR_READER_HPP
#define DELETE_COPY(className)
Definition: macros.hpp:30
Definition: producer.hpp:16
diff --git a/html/functions_c.html b/html/functions_c.html
index 19ffc2bc..988e6966 100644
--- a/html/functions_c.html
+++ b/html/functions_c.html
@@ -148,6 +148,12 @@ $(document).ready(function(){initNavTree('functions_c.html','');});
Here is a list of all class members with links to the classes they belong to:
- c -
+- cameraExtrinsics
+: op::Datum
+
+- cameraIntrinsics
+: op::Datum
+
- cameraMatrix
: op::Datum
@@ -187,7 +193,7 @@ $(document).ready(function(){initNavTree('functions_c.html','');});
: op::JsonOfstream
- CommandQueue()
-: cl::CommandQueue
+: cl::CommandQueue
- compile()
: cl::Program
@@ -206,7 +212,7 @@ $(document).ready(function(){initNavTree('functions_c.html','');});
: cl::SVMAllocator< T, SVMTrait >
- Context()
-: cl::Context
+: cl::Context
- cpuToGpuMemoryIfNotCopiedYet()
: op::GpuRenderer
diff --git a/html/functions_func_g.html b/html/functions_func_g.html
index ba1545fb..150f75fb 100644
--- a/html/functions_func_g.html
+++ b/html/functions_func_g.html
@@ -178,8 +178,25 @@ $(document).ready(function(){initNavTree('functions_func_g.html','');});
- getCameraDistortions()
: op::CameraParameterReader
+- getCameraExtrinsics()
+: op::CameraParameterReader
+, op::FlirReader
+, op::ImageDirectoryReader
+, op::IpCameraReader
+, op::Producer
+, op::SpinnakerWrapper
+, op::VideoReader
+, op::WebcamReader
+
- getCameraIntrinsics()
: op::CameraParameterReader
+, op::FlirReader
+, op::ImageDirectoryReader
+, op::IpCameraReader
+, op::Producer
+, op::SpinnakerWrapper
+, op::VideoReader
+, op::WebcamReader
- getCameraMatrices()
: op::CameraParameterReader
@@ -266,9 +283,9 @@ $(document).ready(function(){initNavTree('functions_func_g.html','');});
, cl::Kernel
, cl::Memory
, cl::Pipe
-, cl::Platform
-, cl::Program
-, cl::Sampler
+, cl::Platform
+, cl::Program
+, cl::Sampler
- getIsRunningSharedPtr()
: op::ThreadManager< TDatums, TWorker, TQueue >
@@ -369,7 +386,7 @@ $(document).ready(function(){initNavTree('functions_func_g.html','');});
: op::Producer
- getVolume()
-: op::Array< T >
+: op::Array< T >
- getWorkGroupInfo()
: cl::Kernel
diff --git a/html/functions_g.html b/html/functions_g.html
index 37664166..39916df8 100644
--- a/html/functions_g.html
+++ b/html/functions_g.html
@@ -180,8 +180,25 @@ $(document).ready(function(){initNavTree('functions_g.html','');});
- getCameraDistortions()
: op::CameraParameterReader
+- getCameraExtrinsics()
+: op::CameraParameterReader
+, op::FlirReader
+, op::ImageDirectoryReader
+, op::IpCameraReader
+, op::Producer
+, op::SpinnakerWrapper
+, op::VideoReader
+, op::WebcamReader
+
- getCameraIntrinsics()
: op::CameraParameterReader
+, op::FlirReader
+, op::ImageDirectoryReader
+, op::IpCameraReader
+, op::Producer
+, op::SpinnakerWrapper
+, op::VideoReader
+, op::WebcamReader
- getCameraMatrices()
: op::CameraParameterReader
@@ -269,12 +286,12 @@ $(document).ready(function(){initNavTree('functions_g.html','');});
, cl::Memory
, cl::Pipe
, cl::Platform
-, cl::Program
-, cl::Sampler
+, cl::Program
+, cl::Sampler
- getInfoHelper
: cl::detail::Wrapper< T >
-, cl::detail::Wrapper< cl_device_id >
+, cl::detail::Wrapper< cl_device_id >
- getIsRunningSharedPtr()
: op::ThreadManager< TDatums, TWorker, TQueue >
@@ -354,7 +371,7 @@ $(document).ready(function(){initNavTree('functions_g.html','');});
: op::Renderer
- getSize()
-: op::Array< T >
+: op::Array< T >
- getSupportedImageFormats()
: cl::Context
@@ -378,7 +395,7 @@ $(document).ready(function(){initNavTree('functions_g.html','');});
: op::Array< T >
- getWorkGroupInfo()
-: cl::Kernel
+: cl::Kernel
- gpuNumber
: op::WrapperStructPose
diff --git a/html/functions_vars.html b/html/functions_vars.html
index a582ae2e..ed7214b4 100644
--- a/html/functions_vars.html
+++ b/html/functions_vars.html
@@ -173,6 +173,12 @@ $(document).ready(function(){initNavTree('functions_vars.html','');});
- c -
+- cameraExtrinsics
+: op::Datum
+
+- cameraIntrinsics
+: op::Datum
+
- cameraMatrix
: op::Datum
diff --git a/html/image_directory_reader_8hpp_source.html b/html/image_directory_reader_8hpp_source.html
index a9bc713e..b99695bf 100644
--- a/html/image_directory_reader_8hpp_source.html
+++ b/html/image_directory_reader_8hpp_source.html
@@ -124,46 +124,50 @@ $(document).ready(function(){initNavTree('image_directory_reader_8hpp_source.htm
30 std::vector<cv::Mat> getCameraMatrices();
-
+ 32 std::vector<cv::Mat> getCameraExtrinsics();
-
-
- 36 return (mFrameNameCounter >= 0);
-
-
-
-
- 41 mFrameNameCounter = {-1ll};
-
-
- 44 double get(
const int capProperty);
-
- 46 void set(
const int capProperty,
const double value);
+ 34 std::vector<cv::Mat> getCameraIntrinsics();
+
+
+
+
+
+ 40 return (mFrameNameCounter >= 0);
+
+
+
+
+ 45 mFrameNameCounter = {-1ll};
+
-
-
- 50 const unsigned int mImageDirectoryStereo;
- 51 const std::vector<std::string> mFilePaths;
-
-
- 54 long long mFrameNameCounter;
-
- 56 cv::Mat getRawFrame();
-
- 58 std::vector<cv::Mat> getRawFrames();
+ 48 double get(
const int capProperty);
+
+ 50 void set(
const int capProperty,
const double value);
+
+
+
+ 54 const unsigned int mImageDirectoryStereo;
+ 55 const std::vector<std::string> mFilePaths;
+
+
+ 58 long long mFrameNameCounter;
-
-
-
+ 60 cv::Mat getRawFrame();
+
+ 62 std::vector<cv::Mat> getRawFrames();
- 64 #endif // OPENPOSE_PRODUCER_IMAGE_DIRECTORY_READER_HPP
+
+
+
+
+ 68 #endif // OPENPOSE_PRODUCER_IMAGE_DIRECTORY_READER_HPP
#define DELETE_COPY(className)
Definition: macros.hpp:30
Definition: producer.hpp:16
-void release()
Definition: imageDirectoryReader.hpp:39
-bool isOpened() const
Definition: imageDirectoryReader.hpp:34
+void release()
Definition: imageDirectoryReader.hpp:43
+bool isOpened() const
Definition: imageDirectoryReader.hpp:38
Definition: imageDirectoryReader.hpp:15
Definition: cameraParameterReader.hpp:9
diff --git a/html/ip_camera_reader_8hpp_source.html b/html/ip_camera_reader_8hpp_source.html
index 1a753560..848e778c 100644
--- a/html/ip_camera_reader_8hpp_source.html
+++ b/html/ip_camera_reader_8hpp_source.html
@@ -122,33 +122,37 @@ $(document).ready(function(){initNavTree('ip_camera_reader_8hpp_source.html','')
21 std::vector<cv::Mat> getCameraMatrices();
-
+ 23 std::vector<cv::Mat> getCameraExtrinsics();
- 25 inline double get(
const int capProperty)
-
-
-
-
- 30 inline void set(
const int capProperty,
const double value)
-
-
-
-
-
-
-
- 38 cv::Mat getRawFrame();
-
- 40 std::vector<cv::Mat> getRawFrames();
+ 25 std::vector<cv::Mat> getCameraIntrinsics();
+
+
+
+ 29 inline double get(
const int capProperty)
+
+
+
+
+ 34 inline void set(
const int capProperty,
const double value)
+
+
+
+
+
+
-
-
-
+ 42 cv::Mat getRawFrame();
+
+ 44 std::vector<cv::Mat> getRawFrames();
- 46 #endif // OPENPOSE_PRODUCER_IP_CAMERA_READER_HPP
+
+
+
+
+ 50 #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:30
+void set(const int capProperty, const double value)
Definition: ipCameraReader.hpp:34
Definition: videoCaptureReader.hpp:15
virtual void set(const int capProperty, const double value)=0
diff --git a/html/navtree.js b/html/navtree.js
index 2d6bb2ca..b1582e32 100644
--- a/html/navtree.js
+++ b/html/navtree.js
@@ -41,12 +41,12 @@ var NAVTREEINDEX =
"3d_2headers_8hpp.html",
"classcl_1_1_enqueue_args.html#ab5379abd9903e0e82608ec82062406cc",
"classcl_1_1detail_1_1_wrapper.html#a1292547dd0c591aa972e25b793481583",
-"classop_1_1_json_ofstream.html#a3f940d3ad51d0acb7126d62a5617fd69",
-"classop_1_1_thread_manager.html#a01c2d62e539896e36564457ab9cac25c",
-"cuda_8hpp_source.html",
-"hand_parameters_8hpp.html#a335d707e98d311d39d9a9dab0e325391",
-"producer_2enum_classes_8hpp.html#a54b73745852c270cfd891eed0f6f2332ae2faa2a74b6a4134d0b3e84c7c0e2a01",
-"structop_1_1_wrapper_struct_pose.html#a4d3ad84b14697d5f1009fa29e2ff1998"
+"classop_1_1_ip_camera_reader.html#a97b79697a2f5e12f3b48aa8506177e52",
+"classop_1_1_thread.html#a0617df4103c25bb04ee2c75f05ea2978",
+"core_2enum_classes_8hpp.html#af72fe4ed32846c12f41b049d3d0e1bdaaa93f121640d609f8772397a0f40f40d6",
+"hand_2headers_8hpp_source.html",
+"pose_parameters_render_8hpp.html#aebff78a4cfbef1cf1b2e03066d88564c",
+"structop_1_1_wrapper_struct_output.html#a8a2f29bae4ff55195b10a83717a0f738"
];
var SYNCONMSG = 'click to disable panel synchronisation';
diff --git a/html/navtreeindex2.js b/html/navtreeindex2.js
index 92c758ac..6d8a3b7b 100644
--- a/html/navtreeindex2.js
+++ b/html/navtreeindex2.js
@@ -88,11 +88,12 @@ var NAVTREEINDEX2 =
"classop_1_1_body_part_connector_caffe.html#affde8d06784ca9896a1d2d62f7088d76":[1,0,3,75,4],
"classop_1_1_camera_parameter_reader.html":[1,0,3,0],
"classop_1_1_camera_parameter_reader.html#a3ce10a02969515039e8575c3c044f882":[1,0,3,0,1],
-"classop_1_1_camera_parameter_reader.html#aa33845298440b7eefd3f57b80d3c41db":[1,0,3,0,3],
+"classop_1_1_camera_parameter_reader.html#aa33845298440b7eefd3f57b80d3c41db":[1,0,3,0,4],
"classop_1_1_camera_parameter_reader.html#ab7a4c3ef7ac8d8a41e5711ec85b7be4b":[1,0,3,0,0],
-"classop_1_1_camera_parameter_reader.html#abcdd68271d8e8d050df198af0f6fd83b":[1,0,3,0,5],
-"classop_1_1_camera_parameter_reader.html#acfd1caf98782ae3f8f83c85ba17bc4e0":[1,0,3,0,4],
-"classop_1_1_camera_parameter_reader.html#adf7ad0ef26603129a251fdc166ffa548":[1,0,3,0,2],
+"classop_1_1_camera_parameter_reader.html#abcdd68271d8e8d050df198af0f6fd83b":[1,0,3,0,6],
+"classop_1_1_camera_parameter_reader.html#acfd1caf98782ae3f8f83c85ba17bc4e0":[1,0,3,0,5],
+"classop_1_1_camera_parameter_reader.html#ade743d816f255e3278bb72c761d82ba6":[1,0,3,0,2],
+"classop_1_1_camera_parameter_reader.html#adf7ad0ef26603129a251fdc166ffa548":[1,0,3,0,3],
"classop_1_1_coco_json_saver.html":[1,0,3,34],
"classop_1_1_coco_json_saver.html#a3122eeb93844224d787d0bd67ee06794":[1,0,3,34,1],
"classop_1_1_coco_json_saver.html#a3a7fd417aa5d85044fb0703379af1a23":[1,0,3,34,2],
@@ -149,14 +150,16 @@ var NAVTREEINDEX2 =
"classop_1_1_file_saver.html#a9de8d694a526f981906c54bd48ea9b21":[1,0,3,35,1],
"classop_1_1_file_saver.html#aa4632ae62ac77dbad85523845ce79999":[1,0,3,35,0],
"classop_1_1_flir_reader.html":[1,0,3,84],
-"classop_1_1_flir_reader.html#a3ce5e34848ef03804f6261964c6f6a77":[1,0,3,84,5],
+"classop_1_1_flir_reader.html#a3ce5e34848ef03804f6261964c6f6a77":[1,0,3,84,7],
+"classop_1_1_flir_reader.html#a4a6576da78857c0e532d59b442332e83":[1,0,3,84,4],
"classop_1_1_flir_reader.html#a5101cdbcd46e51bf7f35995a3d87e900":[1,0,3,84,2],
-"classop_1_1_flir_reader.html#a711db0919bd7516fde3e641c13259637":[1,0,3,84,4],
-"classop_1_1_flir_reader.html#a7c3450fd4b5c6f81ade293ee95da7ba6":[1,0,3,84,3],
-"classop_1_1_flir_reader.html#ab28f40422c9edff8594d855bbef91f58":[1,0,3,84,6],
+"classop_1_1_flir_reader.html#a711db0919bd7516fde3e641c13259637":[1,0,3,84,6],
+"classop_1_1_flir_reader.html#a7c3450fd4b5c6f81ade293ee95da7ba6":[1,0,3,84,5],
+"classop_1_1_flir_reader.html#ab28f40422c9edff8594d855bbef91f58":[1,0,3,84,8],
"classop_1_1_flir_reader.html#acb4bd608210c5c58f587e1e220692e03":[1,0,3,84,1],
-"classop_1_1_flir_reader.html#af14f63c79272781429341dc3a0720485":[1,0,3,84,7],
+"classop_1_1_flir_reader.html#af14f63c79272781429341dc3a0720485":[1,0,3,84,9],
"classop_1_1_flir_reader.html#af9a7b3ffdc661198bbaba881d29b9af1":[1,0,3,84,0],
+"classop_1_1_flir_reader.html#afb0ae89ef49073345b038fad8652cc37":[1,0,3,84,3],
"classop_1_1_frame_displayer.html":[1,0,3,50],
"classop_1_1_frame_displayer.html#a21a746ef46172c6a18ea72da6e7b5721":[1,0,3,50,0],
"classop_1_1_frame_displayer.html#a2df856e4cf7542c7cda2757553674fb8":[1,0,3,50,4],
@@ -232,22 +235,19 @@ var NAVTREEINDEX2 =
"classop_1_1_heat_map_saver.html#a6f67771a43b746a86a9793f19e7b6974":[1,0,3,36,1],
"classop_1_1_heat_map_saver.html#aa6a339b70a9535a018584b93c932b12d":[1,0,3,36,0],
"classop_1_1_image_directory_reader.html":[1,0,3,85],
-"classop_1_1_image_directory_reader.html#a1965a4dca2ddb86b24e69e2da90b9dbf":[1,0,3,85,6],
-"classop_1_1_image_directory_reader.html#a432bc94339019f251cc48bbb4c5ae1e8":[1,0,3,85,4],
-"classop_1_1_image_directory_reader.html#a46ce23209afe6d3ca90db545b69cd04a":[1,0,3,85,3],
-"classop_1_1_image_directory_reader.html#a7e6c27d0796e087a6975c607d4b4227a":[1,0,3,85,2],
+"classop_1_1_image_directory_reader.html#a1965a4dca2ddb86b24e69e2da90b9dbf":[1,0,3,85,8],
+"classop_1_1_image_directory_reader.html#a432bc94339019f251cc48bbb4c5ae1e8":[1,0,3,85,6],
+"classop_1_1_image_directory_reader.html#a46ce23209afe6d3ca90db545b69cd04a":[1,0,3,85,5],
+"classop_1_1_image_directory_reader.html#a6d387de1819e7a78e18c2154bc473427":[1,0,3,85,3],
+"classop_1_1_image_directory_reader.html#a7e6c27d0796e087a6975c607d4b4227a":[1,0,3,85,4],
"classop_1_1_image_directory_reader.html#aa05bfd69272e81115ba23a3c0731b596":[1,0,3,85,1],
+"classop_1_1_image_directory_reader.html#ad0ee10725114d8899c59c8e37fd79078":[1,0,3,85,2],
"classop_1_1_image_directory_reader.html#ae925d9314bfd948296d76475219b3594":[1,0,3,85,0],
-"classop_1_1_image_directory_reader.html#af74e192f8cba5c10f8e252674a85185a":[1,0,3,85,5],
+"classop_1_1_image_directory_reader.html#af74e192f8cba5c10f8e252674a85185a":[1,0,3,85,7],
"classop_1_1_image_saver.html":[1,0,3,37],
"classop_1_1_image_saver.html#a723387e62a6b701202dd6cf35c57429f":[1,0,3,37,0],
"classop_1_1_image_saver.html#a8495143c9ddbe39744a4be0a4703007c":[1,0,3,37,1],
"classop_1_1_ip_camera_reader.html":[1,0,3,86],
-"classop_1_1_ip_camera_reader.html#a0c1582090cc7c54dd9cb752207b52986":[1,0,3,86,3],
-"classop_1_1_ip_camera_reader.html#a48a168a0913697493da1a9d95151f5ce":[1,0,3,86,2],
-"classop_1_1_ip_camera_reader.html#aa7ad6adac6e401193e03d279176dd889":[1,0,3,86,1],
-"classop_1_1_ip_camera_reader.html#abbe7f1bbf200ed9c6c0868eb3c6b0764":[1,0,3,86,0],
-"classop_1_1_ip_camera_reader.html#ac13cc7da97a31d8e69eaa64b2a7b31ba":[1,0,3,86,4],
-"classop_1_1_json_ofstream.html":[1,0,3,38],
-"classop_1_1_json_ofstream.html#a32f058b961605d418df1258a1dc5e6a0":[1,0,3,38,5]
+"classop_1_1_ip_camera_reader.html#a0c1582090cc7c54dd9cb752207b52986":[1,0,3,86,5],
+"classop_1_1_ip_camera_reader.html#a48a168a0913697493da1a9d95151f5ce":[1,0,3,86,4]
};
diff --git a/html/navtreeindex3.js b/html/navtreeindex3.js
index 3afc548a..b9c79c08 100644
--- a/html/navtreeindex3.js
+++ b/html/navtreeindex3.js
@@ -1,5 +1,12 @@
var NAVTREEINDEX3 =
{
+"classop_1_1_ip_camera_reader.html#a97b79697a2f5e12f3b48aa8506177e52":[1,0,3,86,2],
+"classop_1_1_ip_camera_reader.html#a9e546d2b8211d9318ba63b252b2a3ade":[1,0,3,86,3],
+"classop_1_1_ip_camera_reader.html#aa7ad6adac6e401193e03d279176dd889":[1,0,3,86,1],
+"classop_1_1_ip_camera_reader.html#abbe7f1bbf200ed9c6c0868eb3c6b0764":[1,0,3,86,0],
+"classop_1_1_ip_camera_reader.html#ac13cc7da97a31d8e69eaa64b2a7b31ba":[1,0,3,86,6],
+"classop_1_1_json_ofstream.html":[1,0,3,38],
+"classop_1_1_json_ofstream.html#a32f058b961605d418df1258a1dc5e6a0":[1,0,3,38,5],
"classop_1_1_json_ofstream.html#a3f940d3ad51d0acb7126d62a5617fd69":[1,0,3,38,2],
"classop_1_1_json_ofstream.html#a45eeb25d9413fc31786f315b46c341cc":[1,0,3,38,7],
"classop_1_1_json_ofstream.html#a4cc6d50256354b3dc7385e2db01aabc0":[1,0,3,38,3],
@@ -123,26 +130,28 @@ var NAVTREEINDEX3 =
"classop_1_1_priority_queue.html#a1c0dbd77bbd40ce80818ced0664a0ac0":[1,0,3,93,1],
"classop_1_1_priority_queue.html#acecdd3c5789942777652b66d08578d93":[1,0,3,93,0],
"classop_1_1_producer.html":[1,0,3,87],
-"classop_1_1_producer.html#a024e55b4ec769cdbc40ee21613a6ef6f":[1,0,3,87,19],
-"classop_1_1_producer.html#a06c471d5ac26fa20b323742ad4556104":[1,0,3,87,6],
+"classop_1_1_producer.html#a024e55b4ec769cdbc40ee21613a6ef6f":[1,0,3,87,21],
+"classop_1_1_producer.html#a06c471d5ac26fa20b323742ad4556104":[1,0,3,87,8],
+"classop_1_1_producer.html#a1829a82373f95c321bc3bbe63c6cce81":[1,0,3,87,7],
"classop_1_1_producer.html#a366881a952ad34071cc719477f08b968":[1,0,3,87,4],
-"classop_1_1_producer.html#a39f52d80ac4146c82ed12aae0f05478e":[1,0,3,87,10],
-"classop_1_1_producer.html#a3fbf3df1e02d326d7c954d78aa0dca0d":[1,0,3,87,8],
+"classop_1_1_producer.html#a39f52d80ac4146c82ed12aae0f05478e":[1,0,3,87,12],
+"classop_1_1_producer.html#a3fbf3df1e02d326d7c954d78aa0dca0d":[1,0,3,87,10],
"classop_1_1_producer.html#a4fe2921798031db39fef934848a23c82":[1,0,3,87,0],
-"classop_1_1_producer.html#a58590e4a409d31f839184b4bf030a68b":[1,0,3,87,14],
-"classop_1_1_producer.html#a7753ffb0daa486ab0f82873b3567f95e":[1,0,3,87,16],
+"classop_1_1_producer.html#a58590e4a409d31f839184b4bf030a68b":[1,0,3,87,16],
+"classop_1_1_producer.html#a7753ffb0daa486ab0f82873b3567f95e":[1,0,3,87,18],
"classop_1_1_producer.html#a8b48342b2c4003a080b17ac411f3454f":[1,0,3,87,1],
"classop_1_1_producer.html#a901c2ff1f56b551a058143ed884b1a5a":[1,0,3,87,2],
"classop_1_1_producer.html#a94d561f95384dfa0cd91113882869d06":[1,0,3,87,5],
-"classop_1_1_producer.html#a9a9424027e5bc8e0fba7c65eccc460e0":[1,0,3,87,12],
+"classop_1_1_producer.html#a9a9424027e5bc8e0fba7c65eccc460e0":[1,0,3,87,14],
"classop_1_1_producer.html#aa1a13db305c7ab6a596a0dad122066cb":[1,0,3,87,3],
-"classop_1_1_producer.html#aacd96f08524772d8865bb187c881943e":[1,0,3,87,7],
-"classop_1_1_producer.html#ab30c7b3e34d962e0b17458d9a0947f6b":[1,0,3,87,17],
-"classop_1_1_producer.html#ab35d570dc35573433ec86e3fce25e545":[1,0,3,87,9],
-"classop_1_1_producer.html#ac72a751759ae8b5a0a99552580f7fbad":[1,0,3,87,13],
-"classop_1_1_producer.html#ad51001c3e9f42722c52990d43b315f78":[1,0,3,87,11],
-"classop_1_1_producer.html#af11f1bbfbd61b9534c02c3e4839e19b0":[1,0,3,87,18],
-"classop_1_1_producer.html#afad3eadd16cca0de2c2be8b083c0d56d":[1,0,3,87,15],
+"classop_1_1_producer.html#aacd96f08524772d8865bb187c881943e":[1,0,3,87,9],
+"classop_1_1_producer.html#ab30c7b3e34d962e0b17458d9a0947f6b":[1,0,3,87,19],
+"classop_1_1_producer.html#ab35d570dc35573433ec86e3fce25e545":[1,0,3,87,11],
+"classop_1_1_producer.html#ac72a751759ae8b5a0a99552580f7fbad":[1,0,3,87,15],
+"classop_1_1_producer.html#ad51001c3e9f42722c52990d43b315f78":[1,0,3,87,13],
+"classop_1_1_producer.html#af11f1bbfbd61b9534c02c3e4839e19b0":[1,0,3,87,20],
+"classop_1_1_producer.html#af3e610a49b7e9a33d88554c48f6b390a":[1,0,3,87,6],
+"classop_1_1_producer.html#afad3eadd16cca0de2c2be8b083c0d56d":[1,0,3,87,17],
"classop_1_1_profiler.html":[1,0,3,112],
"classop_1_1_queue.html":[1,0,3,94],
"classop_1_1_queue.html#ab28fa9f713d05e55e5ba1510b34d57f0":[1,0,3,94,1],
@@ -211,12 +220,14 @@ var NAVTREEINDEX3 =
"classop_1_1_scale_and_size_extractor.html#a9ec53a73ac8a72d3c94cf998b4794d7b":[1,0,3,14,0],
"classop_1_1_scale_and_size_extractor.html#af1c56d1ce833e88056c3dd7fd43762a5":[1,0,3,14,1],
"classop_1_1_spinnaker_wrapper.html":[1,0,3,88],
-"classop_1_1_spinnaker_wrapper.html#a009cbd856dea9e87b4dd22cf80f52164":[1,0,3,88,5],
+"classop_1_1_spinnaker_wrapper.html#a009cbd856dea9e87b4dd22cf80f52164":[1,0,3,88,7],
"classop_1_1_spinnaker_wrapper.html#a00ab178dfa540f603b1512fada764258":[1,0,3,88,1],
-"classop_1_1_spinnaker_wrapper.html#a57d3bfa344921563cd2648fced667b49":[1,0,3,88,4],
-"classop_1_1_spinnaker_wrapper.html#a6e66639ee75708486b3d9aa4598607c0":[1,0,3,88,6],
-"classop_1_1_spinnaker_wrapper.html#a77a64d4ef798f2ea7cd54d9c170f7ea7":[1,0,3,88,3],
-"classop_1_1_spinnaker_wrapper.html#ab79aa58cda90784d16335e0081d8f33a":[1,0,3,88,2],
+"classop_1_1_spinnaker_wrapper.html#a57d3bfa344921563cd2648fced667b49":[1,0,3,88,6],
+"classop_1_1_spinnaker_wrapper.html#a5e36c3d04071f6c7b003c50d3f43bc36":[1,0,3,88,3],
+"classop_1_1_spinnaker_wrapper.html#a6e66639ee75708486b3d9aa4598607c0":[1,0,3,88,8],
+"classop_1_1_spinnaker_wrapper.html#a77a64d4ef798f2ea7cd54d9c170f7ea7":[1,0,3,88,5],
+"classop_1_1_spinnaker_wrapper.html#aa011fe7b3bf42e3af5fb83faee42288e":[1,0,3,88,2],
+"classop_1_1_spinnaker_wrapper.html#ab79aa58cda90784d16335e0081d8f33a":[1,0,3,88,4],
"classop_1_1_spinnaker_wrapper.html#ac7a7064093ee6b863f92c8c3317ebaf7":[1,0,3,88,0],
"classop_1_1_sub_thread.html":[1,0,3,96],
"classop_1_1_sub_thread.html#a14330cbc1117f32b6d69c1733ccdeb61":[1,0,3,96,4],
@@ -238,16 +249,5 @@ var NAVTREEINDEX3 =
"classop_1_1_sub_thread_queue_out.html":[1,0,3,100],
"classop_1_1_sub_thread_queue_out.html#a0ff5f79e63038ffa5b4aca24cfea7e7c":[1,0,3,100,1],
"classop_1_1_sub_thread_queue_out.html#aa4a827932f632f1f30b5650a4fcc77ff":[1,0,3,100,0],
-"classop_1_1_thread.html":[1,0,3,101],
-"classop_1_1_thread.html#a0617df4103c25bb04ee2c75f05ea2978":[1,0,3,101,3],
-"classop_1_1_thread.html#a151e4e647917f2351cc05a8861588e2a":[1,0,3,101,2],
-"classop_1_1_thread.html#a16d1835e2bd7c5ae988f4bc225b3ca09":[1,0,3,101,7],
-"classop_1_1_thread.html#a6ae463dc996ca6941a303b0c41288063":[1,0,3,101,1],
-"classop_1_1_thread.html#a820b9416b96c69cb1fc6773b9a53a47a":[1,0,3,101,4],
-"classop_1_1_thread.html#a92e5dd0f60a0485e7d0fad3e82bb74f3":[1,0,3,101,9],
-"classop_1_1_thread.html#a9d3408a329a475da22a8e2a0bdf5f68d":[1,0,3,101,0],
-"classop_1_1_thread.html#ac898abffd6ed18456b97ef1b72935ec6":[1,0,3,101,8],
-"classop_1_1_thread.html#ad6c3721793d0f65ffe755ab74534afed":[1,0,3,101,5],
-"classop_1_1_thread.html#af0471340c93fdcc0ba8e06c3f9524fef":[1,0,3,101,6],
-"classop_1_1_thread_manager.html":[1,0,3,102]
+"classop_1_1_thread.html":[1,0,3,101]
};
diff --git a/html/navtreeindex4.js b/html/navtreeindex4.js
index 181faeed..68562935 100644
--- a/html/navtreeindex4.js
+++ b/html/navtreeindex4.js
@@ -1,5 +1,16 @@
var NAVTREEINDEX4 =
{
+"classop_1_1_thread.html#a0617df4103c25bb04ee2c75f05ea2978":[1,0,3,101,3],
+"classop_1_1_thread.html#a151e4e647917f2351cc05a8861588e2a":[1,0,3,101,2],
+"classop_1_1_thread.html#a16d1835e2bd7c5ae988f4bc225b3ca09":[1,0,3,101,7],
+"classop_1_1_thread.html#a6ae463dc996ca6941a303b0c41288063":[1,0,3,101,1],
+"classop_1_1_thread.html#a820b9416b96c69cb1fc6773b9a53a47a":[1,0,3,101,4],
+"classop_1_1_thread.html#a92e5dd0f60a0485e7d0fad3e82bb74f3":[1,0,3,101,9],
+"classop_1_1_thread.html#a9d3408a329a475da22a8e2a0bdf5f68d":[1,0,3,101,0],
+"classop_1_1_thread.html#ac898abffd6ed18456b97ef1b72935ec6":[1,0,3,101,8],
+"classop_1_1_thread.html#ad6c3721793d0f65ffe755ab74534afed":[1,0,3,101,5],
+"classop_1_1_thread.html#af0471340c93fdcc0ba8e06c3f9524fef":[1,0,3,101,6],
+"classop_1_1_thread_manager.html":[1,0,3,102],
"classop_1_1_thread_manager.html#a01c2d62e539896e36564457ab9cac25c":[1,0,3,102,8],
"classop_1_1_thread_manager.html#a36bd8060a4f7f449a8aa35d9a166270d":[1,0,3,102,13],
"classop_1_1_thread_manager.html#a393a9f04c70a002f5ceb5e301eea5cff":[1,0,3,102,14],
@@ -29,10 +40,12 @@ var NAVTREEINDEX4 =
"classop_1_1_video_capture_reader.html#af57cc02f86ee0c29ccb83f1f7c37bec2":[1,0,3,89,5],
"classop_1_1_video_reader.html":[1,0,3,90],
"classop_1_1_video_reader.html#a057a7d0c498c48639b38c10ac7efc183":[1,0,3,90,1],
-"classop_1_1_video_reader.html#a0dd53334327642368d41ec860e64e756":[1,0,3,90,4],
-"classop_1_1_video_reader.html#a508eed918fbe3bfe3eff4c1ebacb3463":[1,0,3,90,3],
+"classop_1_1_video_reader.html#a0dd53334327642368d41ec860e64e756":[1,0,3,90,6],
+"classop_1_1_video_reader.html#a508eed918fbe3bfe3eff4c1ebacb3463":[1,0,3,90,5],
"classop_1_1_video_reader.html#a70313aad386ef3897c70fea7b2e4030a":[1,0,3,90,0],
-"classop_1_1_video_reader.html#a93742fd892cdb09b99b29f8e8036d803":[1,0,3,90,2],
+"classop_1_1_video_reader.html#a93742fd892cdb09b99b29f8e8036d803":[1,0,3,90,4],
+"classop_1_1_video_reader.html#a98144001ee79d467d8757f9bca10589a":[1,0,3,90,3],
+"classop_1_1_video_reader.html#acf47ef8071b783fc8b406db9f3716eec":[1,0,3,90,2],
"classop_1_1_video_saver.html":[1,0,3,41],
"classop_1_1_video_saver.html#a0c5dadfa4f687283c370e7890ae5037f":[1,0,3,41,1],
"classop_1_1_video_saver.html#a0cb7b9b758efc9ce7e32aa4f2da631ff":[1,0,3,41,0],
@@ -177,10 +190,12 @@ var NAVTREEINDEX4 =
"classop_1_1_w_video_saver.html#ada90f76b28e4bafe9c8ecbb9bcbb2d14":[1,0,3,49,1],
"classop_1_1_webcam_reader.html":[1,0,3,92],
"classop_1_1_webcam_reader.html#a38ccbdf61f21fba0694362077cb6bdb1":[1,0,3,92,2],
-"classop_1_1_webcam_reader.html#a58c315e577c12486e5ab1b941d4cce04":[1,0,3,92,4],
+"classop_1_1_webcam_reader.html#a58c315e577c12486e5ab1b941d4cce04":[1,0,3,92,6],
"classop_1_1_webcam_reader.html#a71212bd9e00be96b09650e86d465b42c":[1,0,3,92,1],
-"classop_1_1_webcam_reader.html#ae66b26829cc2d6e3f02109d4431a7bc2":[1,0,3,92,5],
-"classop_1_1_webcam_reader.html#afbad75f82bf39bfd503bbc8bd881592d":[1,0,3,92,3],
+"classop_1_1_webcam_reader.html#aa03db1223070395d8970038fa3a8203a":[1,0,3,92,4],
+"classop_1_1_webcam_reader.html#ab4be6381957df794c76b1c9eddd1f676":[1,0,3,92,3],
+"classop_1_1_webcam_reader.html#ae66b26829cc2d6e3f02109d4431a7bc2":[1,0,3,92,7],
+"classop_1_1_webcam_reader.html#afbad75f82bf39bfd503bbc8bd881592d":[1,0,3,92,5],
"classop_1_1_webcam_reader.html#afbfa9ebf32ab1c95f0378b49fce0df35":[1,0,3,92,0],
"classop_1_1_worker.html":[1,0,3,104],
"classop_1_1_worker.html#a3f7c86ab1c4ce15c0f0ef12a1d4647e0":[1,0,3,104,4],
@@ -234,20 +249,5 @@ var NAVTREEINDEX4 =
"core_2enum_classes_8hpp.html#af72fe4ed32846c12f41b049d3d0e1bdaa4b942544cb3e764bbb8d33f8a8744855":[2,0,0,0,1,5,2,3],
"core_2enum_classes_8hpp.html#af72fe4ed32846c12f41b049d3d0e1bdaa6089ccf7c3fe93a62745e51200419c60":[2,0,0,0,1,5,2,6],
"core_2enum_classes_8hpp.html#af72fe4ed32846c12f41b049d3d0e1bdaa668a2bc599fd07445eae0730d043c96d":[2,0,0,0,1,5,2,1],
-"core_2enum_classes_8hpp.html#af72fe4ed32846c12f41b049d3d0e1bdaa73c42013aac51c335d50d103f30fcb99":[2,0,0,0,1,5,2,2],
-"core_2enum_classes_8hpp.html#af72fe4ed32846c12f41b049d3d0e1bdaaa93f121640d609f8772397a0f40f40d6":[2,0,0,0,1,5,2,5],
-"core_2enum_classes_8hpp.html#af72fe4ed32846c12f41b049d3d0e1bdaab7e7b2beae3435e73021d6d9a6a3fd8a":[2,0,0,0,1,5,2,4],
-"core_2enum_classes_8hpp.html#afce557f02e337e16150d00bdf72ec033":[2,0,0,0,1,5,1],
-"core_2enum_classes_8hpp.html#afce557f02e337e16150d00bdf72ec033a3432ca64f06615abf07ab44c10cada38":[2,0,0,0,1,5,1,2],
-"core_2enum_classes_8hpp.html#afce557f02e337e16150d00bdf72ec033a54c82ef76ecbbd4c2293e09bae01b54e":[2,0,0,0,1,5,1,1],
-"core_2enum_classes_8hpp.html#afce557f02e337e16150d00bdf72ec033a6adf97f83acf6453d4a6a4b1070f3754":[2,0,0,0,1,5,1,0],
-"core_2enum_classes_8hpp_source.html":[2,0,0,0,1,5],
-"core_2headers_8hpp.html":[2,0,0,0,1,7],
-"core_2headers_8hpp_source.html":[2,0,0,0,1,7],
-"cuda_8hpp.html":[2,0,0,0,5,1],
-"cuda_8hpp.html#a2af8422ada0de882cc222920ca15c6d2":[2,0,0,0,5,1,0],
-"cuda_8hpp.html#a4ba080c11cc9758051db97ce2a11c023":[2,0,0,0,5,1,2],
-"cuda_8hpp.html#a8b9860388a640472d25a1dacb007c675":[2,0,0,0,5,1,3],
-"cuda_8hpp.html#ac7bbf63b37bf6762c47557ad227e036d":[2,0,0,0,5,1,4],
-"cuda_8hpp.html#ad9b7765a4396ee4470585ded07285563":[2,0,0,0,5,1,1]
+"core_2enum_classes_8hpp.html#af72fe4ed32846c12f41b049d3d0e1bdaa73c42013aac51c335d50d103f30fcb99":[2,0,0,0,1,5,2,2]
};
diff --git a/html/navtreeindex5.js b/html/navtreeindex5.js
index bc73769a..c38a7574 100644
--- a/html/navtreeindex5.js
+++ b/html/navtreeindex5.js
@@ -1,5 +1,20 @@
var NAVTREEINDEX5 =
{
+"core_2enum_classes_8hpp.html#af72fe4ed32846c12f41b049d3d0e1bdaaa93f121640d609f8772397a0f40f40d6":[2,0,0,0,1,5,2,5],
+"core_2enum_classes_8hpp.html#af72fe4ed32846c12f41b049d3d0e1bdaab7e7b2beae3435e73021d6d9a6a3fd8a":[2,0,0,0,1,5,2,4],
+"core_2enum_classes_8hpp.html#afce557f02e337e16150d00bdf72ec033":[2,0,0,0,1,5,1],
+"core_2enum_classes_8hpp.html#afce557f02e337e16150d00bdf72ec033a3432ca64f06615abf07ab44c10cada38":[2,0,0,0,1,5,1,2],
+"core_2enum_classes_8hpp.html#afce557f02e337e16150d00bdf72ec033a54c82ef76ecbbd4c2293e09bae01b54e":[2,0,0,0,1,5,1,1],
+"core_2enum_classes_8hpp.html#afce557f02e337e16150d00bdf72ec033a6adf97f83acf6453d4a6a4b1070f3754":[2,0,0,0,1,5,1,0],
+"core_2enum_classes_8hpp_source.html":[2,0,0,0,1,5],
+"core_2headers_8hpp.html":[2,0,0,0,1,7],
+"core_2headers_8hpp_source.html":[2,0,0,0,1,7],
+"cuda_8hpp.html":[2,0,0,0,5,1],
+"cuda_8hpp.html#a2af8422ada0de882cc222920ca15c6d2":[2,0,0,0,5,1,0],
+"cuda_8hpp.html#a4ba080c11cc9758051db97ce2a11c023":[2,0,0,0,5,1,2],
+"cuda_8hpp.html#a8b9860388a640472d25a1dacb007c675":[2,0,0,0,5,1,3],
+"cuda_8hpp.html#ac7bbf63b37bf6762c47557ad227e036d":[2,0,0,0,5,1,4],
+"cuda_8hpp.html#ad9b7765a4396ee4470585ded07285563":[2,0,0,0,5,1,1],
"cuda_8hpp_source.html":[2,0,0,0,5,1],
"cv_mat_to_op_input_8hpp.html":[2,0,0,0,1,2],
"cv_mat_to_op_input_8hpp_source.html":[2,0,0,0,1,2],
@@ -234,20 +249,5 @@ var NAVTREEINDEX5 =
"gui_8hpp_source.html":[2,0,0,0,6,2],
"gui_info_adder_8hpp.html":[2,0,0,0,6,4],
"gui_info_adder_8hpp_source.html":[2,0,0,0,6,4],
-"hand_2headers_8hpp.html":[2,0,0,0,7,8],
-"hand_2headers_8hpp_source.html":[2,0,0,0,7,8],
-"hand_cpu_renderer_8hpp.html":[2,0,0,0,7,0],
-"hand_cpu_renderer_8hpp_source.html":[2,0,0,0,7,0],
-"hand_detector_8hpp.html":[2,0,0,0,7,1],
-"hand_detector_8hpp_source.html":[2,0,0,0,7,1],
-"hand_detector_from_txt_8hpp.html":[2,0,0,0,7,2],
-"hand_detector_from_txt_8hpp_source.html":[2,0,0,0,7,2],
-"hand_extractor_8hpp.html":[2,0,0,0,7,3],
-"hand_extractor_8hpp_source.html":[2,0,0,0,7,3],
-"hand_extractor_caffe_8hpp.html":[2,0,0,0,7,4],
-"hand_extractor_caffe_8hpp_source.html":[2,0,0,0,7,4],
-"hand_gpu_renderer_8hpp.html":[2,0,0,0,7,5],
-"hand_gpu_renderer_8hpp_source.html":[2,0,0,0,7,5],
-"hand_parameters_8hpp.html":[2,0,0,0,7,6],
-"hand_parameters_8hpp.html#a182585e2e944cdb62f3dededdd85d1fc":[2,0,0,0,7,6,7]
+"hand_2headers_8hpp.html":[2,0,0,0,7,8]
};
diff --git a/html/navtreeindex6.js b/html/navtreeindex6.js
index 71d56e9d..63fa8660 100644
--- a/html/navtreeindex6.js
+++ b/html/navtreeindex6.js
@@ -1,5 +1,20 @@
var NAVTREEINDEX6 =
{
+"hand_2headers_8hpp_source.html":[2,0,0,0,7,8],
+"hand_cpu_renderer_8hpp.html":[2,0,0,0,7,0],
+"hand_cpu_renderer_8hpp_source.html":[2,0,0,0,7,0],
+"hand_detector_8hpp.html":[2,0,0,0,7,1],
+"hand_detector_8hpp_source.html":[2,0,0,0,7,1],
+"hand_detector_from_txt_8hpp.html":[2,0,0,0,7,2],
+"hand_detector_from_txt_8hpp_source.html":[2,0,0,0,7,2],
+"hand_extractor_8hpp.html":[2,0,0,0,7,3],
+"hand_extractor_8hpp_source.html":[2,0,0,0,7,3],
+"hand_extractor_caffe_8hpp.html":[2,0,0,0,7,4],
+"hand_extractor_caffe_8hpp_source.html":[2,0,0,0,7,4],
+"hand_gpu_renderer_8hpp.html":[2,0,0,0,7,5],
+"hand_gpu_renderer_8hpp_source.html":[2,0,0,0,7,5],
+"hand_parameters_8hpp.html":[2,0,0,0,7,6],
+"hand_parameters_8hpp.html#a182585e2e944cdb62f3dededdd85d1fc":[2,0,0,0,7,6,7],
"hand_parameters_8hpp.html#a335d707e98d311d39d9a9dab0e325391":[2,0,0,0,7,6,9],
"hand_parameters_8hpp.html#a3fe70bd1eacdd78aef3344c83533ffc7":[2,0,0,0,7,6,10],
"hand_parameters_8hpp.html#a41b6fb82924c5532cf10151e6ce497f2":[2,0,0,0,7,6,8],
@@ -70,8 +85,8 @@ var NAVTREEINDEX6 =
"maximum_caffe_8hpp_source.html":[2,0,0,0,8,2],
"namespaceboost.html":[0,0,0],
"namespaceboost.html":[1,0,0],
-"namespacecaffe.html":[0,0,1],
"namespacecaffe.html":[1,0,1],
+"namespacecaffe.html":[0,0,1],
"namespacecl.html":[1,0,2],
"namespacecl.html":[0,0,2],
"namespacecl_1_1compatibility.html":[1,0,2,0],
@@ -87,8 +102,8 @@ var NAVTREEINDEX6 =
"namespacemembers_enum.html":[0,1,4],
"namespacemembers_eval.html":[0,1,5],
"namespacemembers_f.html":[0,1,0,5],
-"namespacemembers_func.html":[0,1,1],
"namespacemembers_func.html":[0,1,1,0],
+"namespacemembers_func.html":[0,1,1],
"namespacemembers_func_c.html":[0,1,1,1],
"namespacemembers_func_d.html":[0,1,1,2],
"namespacemembers_func_e.html":[0,1,1,3],
@@ -234,20 +249,5 @@ var NAVTREEINDEX6 =
"pose_parameters_render_8hpp.html#ab5e61b3d6ac3e12ad87cc78689516bc9":[2,0,0,0,9,9,11],
"pose_parameters_render_8hpp.html#abb49286241ba7a1d754b31dee333274a":[2,0,0,0,9,9,20],
"pose_parameters_render_8hpp.html#abcf4268a8395cd7d537e41327bd121d9":[2,0,0,0,9,9,9],
-"pose_parameters_render_8hpp.html#aeb1e2dd8178c15024e372185e2e5cf54":[2,0,0,0,9,9,6],
-"pose_parameters_render_8hpp.html#aebff78a4cfbef1cf1b2e03066d88564c":[2,0,0,0,9,9,18],
-"pose_parameters_render_8hpp.html#af45cddacd69fff73a4ea4acbbbac43e0":[2,0,0,0,9,9,22],
-"pose_parameters_render_8hpp_source.html":[2,0,0,0,9,9],
-"pose_renderer_8hpp.html":[2,0,0,0,9,10],
-"pose_renderer_8hpp_source.html":[2,0,0,0,9,10],
-"pose_triangulation_8hpp.html":[2,0,0,0,0,2],
-"pose_triangulation_8hpp_source.html":[2,0,0,0,0,2],
-"priority_queue_8hpp.html":[2,0,0,0,11,2],
-"priority_queue_8hpp.html#aa65c081c13e0d0453938a3c41d04dc49":[2,0,0,0,11,2,1],
-"priority_queue_8hpp_source.html":[2,0,0,0,11,2],
-"producer_2enum_classes_8hpp.html":[2,0,0,0,10,1],
-"producer_2enum_classes_8hpp.html#a54b73745852c270cfd891eed0f6f2332":[2,0,0,0,10,1,2],
-"producer_2enum_classes_8hpp.html#a54b73745852c270cfd891eed0f6f2332a34e2d1989a1dbf75cd631596133ee5ee":[2,0,0,0,10,1,2,3],
-"producer_2enum_classes_8hpp.html#a54b73745852c270cfd891eed0f6f2332a54a365e86ee42cff91ca36532c9bbabf":[2,0,0,0,10,1,2,1],
-"producer_2enum_classes_8hpp.html#a54b73745852c270cfd891eed0f6f2332a6adf97f83acf6453d4a6a4b1070f3754":[2,0,0,0,10,1,2,5]
+"pose_parameters_render_8hpp.html#aeb1e2dd8178c15024e372185e2e5cf54":[2,0,0,0,9,9,6]
};
diff --git a/html/navtreeindex7.js b/html/navtreeindex7.js
index d59a54a9..ebf8c295 100644
--- a/html/navtreeindex7.js
+++ b/html/navtreeindex7.js
@@ -1,5 +1,20 @@
var NAVTREEINDEX7 =
{
+"pose_parameters_render_8hpp.html#aebff78a4cfbef1cf1b2e03066d88564c":[2,0,0,0,9,9,18],
+"pose_parameters_render_8hpp.html#af45cddacd69fff73a4ea4acbbbac43e0":[2,0,0,0,9,9,22],
+"pose_parameters_render_8hpp_source.html":[2,0,0,0,9,9],
+"pose_renderer_8hpp.html":[2,0,0,0,9,10],
+"pose_renderer_8hpp_source.html":[2,0,0,0,9,10],
+"pose_triangulation_8hpp.html":[2,0,0,0,0,2],
+"pose_triangulation_8hpp_source.html":[2,0,0,0,0,2],
+"priority_queue_8hpp.html":[2,0,0,0,11,2],
+"priority_queue_8hpp.html#aa65c081c13e0d0453938a3c41d04dc49":[2,0,0,0,11,2,1],
+"priority_queue_8hpp_source.html":[2,0,0,0,11,2],
+"producer_2enum_classes_8hpp.html":[2,0,0,0,10,1],
+"producer_2enum_classes_8hpp.html#a54b73745852c270cfd891eed0f6f2332":[2,0,0,0,10,1,2],
+"producer_2enum_classes_8hpp.html#a54b73745852c270cfd891eed0f6f2332a34e2d1989a1dbf75cd631596133ee5ee":[2,0,0,0,10,1,2,3],
+"producer_2enum_classes_8hpp.html#a54b73745852c270cfd891eed0f6f2332a54a365e86ee42cff91ca36532c9bbabf":[2,0,0,0,10,1,2,1],
+"producer_2enum_classes_8hpp.html#a54b73745852c270cfd891eed0f6f2332a6adf97f83acf6453d4a6a4b1070f3754":[2,0,0,0,10,1,2,5],
"producer_2enum_classes_8hpp.html#a54b73745852c270cfd891eed0f6f2332ae2faa2a74b6a4134d0b3e84c7c0e2a01":[2,0,0,0,10,1,2,4],
"producer_2enum_classes_8hpp.html#a54b73745852c270cfd891eed0f6f2332af40a40a04a078c4449cda2f326d7fb18":[2,0,0,0,10,1,2,2],
"producer_2enum_classes_8hpp.html#a54b73745852c270cfd891eed0f6f2332af436d4d7a472ac39a7cb227e3ea24f8d":[2,0,0,0,10,1,2,0],
@@ -110,46 +125,48 @@ var NAVTREEINDEX7 =
"structcl_1_1detail_1_1_reference_handler_3_01cl__sampler_01_4.html":[1,0,2,1,9],
"structcl_1_1detail_1_1param__traits.html":[1,0,2,1,1],
"structop_1_1_datum.html":[1,0,3,6],
-"structop_1_1_datum.html#a0b2c8ccac37be088524cc7c24a502c7b":[1,0,3,6,14],
-"structop_1_1_datum.html#a0b2f6955a1751fc79b107789272effad":[1,0,3,6,20],
-"structop_1_1_datum.html#a0d1f1c3d3494386e2d652268f6e17b5a":[1,0,3,6,15],
-"structop_1_1_datum.html#a0e416771f275be98c83aaff01e482a71":[1,0,3,6,38],
+"structop_1_1_datum.html#a0b2c8ccac37be088524cc7c24a502c7b":[1,0,3,6,16],
+"structop_1_1_datum.html#a0b2f6955a1751fc79b107789272effad":[1,0,3,6,22],
+"structop_1_1_datum.html#a0d1f1c3d3494386e2d652268f6e17b5a":[1,0,3,6,17],
+"structop_1_1_datum.html#a0e416771f275be98c83aaff01e482a71":[1,0,3,6,40],
"structop_1_1_datum.html#a16b968aec06e9b904751216402972e74":[1,0,3,6,3],
"structop_1_1_datum.html#a24f3bfcb0ffffeb5742eb1530bc9e367":[1,0,3,6,9],
-"structop_1_1_datum.html#a27bb38102b5ebecd9b13a3619e658316":[1,0,3,6,24],
+"structop_1_1_datum.html#a27bb38102b5ebecd9b13a3619e658316":[1,0,3,6,26],
+"structop_1_1_datum.html#a2cabb5abd5892e5b4ca7c2958820a708":[1,0,3,6,14],
"structop_1_1_datum.html#a2d4940d8cb12d95b8588cd0280f6524c":[1,0,3,6,2],
"structop_1_1_datum.html#a32ad4b55b76a6eadf5cbd07f644f656c":[1,0,3,6,7],
-"structop_1_1_datum.html#a32d164c01acf6b4f7eb1323d74edbdca":[1,0,3,6,29],
-"structop_1_1_datum.html#a35212700ef2a2ac290a6666e2993a192":[1,0,3,6,16],
-"structop_1_1_datum.html#a42b953c082f479eddc527da9a3a4cc75":[1,0,3,6,31],
+"structop_1_1_datum.html#a32d164c01acf6b4f7eb1323d74edbdca":[1,0,3,6,31],
+"structop_1_1_datum.html#a35212700ef2a2ac290a6666e2993a192":[1,0,3,6,18],
+"structop_1_1_datum.html#a42b953c082f479eddc527da9a3a4cc75":[1,0,3,6,33],
"structop_1_1_datum.html#a42f9aef848c6335c5a81cad374319f0b":[1,0,3,6,1],
-"structop_1_1_datum.html#a44af7162e180c6856ce909057f43d8e1":[1,0,3,6,40],
-"structop_1_1_datum.html#a46ff336119fd0d67c8223b1a9371731d":[1,0,3,6,27],
-"structop_1_1_datum.html#a52d75e3273490624414f0602785bb608":[1,0,3,6,25],
-"structop_1_1_datum.html#a5429e97e0ab9b0e2209a3947af668381":[1,0,3,6,33],
-"structop_1_1_datum.html#a55dd5354e09696ed6896923755f1c85b":[1,0,3,6,32],
-"structop_1_1_datum.html#a59d455dbddc50d700809c5e102c40d4e":[1,0,3,6,23],
-"structop_1_1_datum.html#a652ac1e7de13ec9a886dece75848cfea":[1,0,3,6,36],
-"structop_1_1_datum.html#a65deddd49d0fbca81f367198fc600015":[1,0,3,6,26],
-"structop_1_1_datum.html#a6cf96c250c236a03f13da69e1d4336d9":[1,0,3,6,39],
-"structop_1_1_datum.html#a6d629b1f6f7b958fe4cf2ef4cdf57c5b":[1,0,3,6,35],
+"structop_1_1_datum.html#a44af7162e180c6856ce909057f43d8e1":[1,0,3,6,42],
+"structop_1_1_datum.html#a46ff336119fd0d67c8223b1a9371731d":[1,0,3,6,29],
+"structop_1_1_datum.html#a52d75e3273490624414f0602785bb608":[1,0,3,6,27],
+"structop_1_1_datum.html#a5429e97e0ab9b0e2209a3947af668381":[1,0,3,6,35],
+"structop_1_1_datum.html#a55dd5354e09696ed6896923755f1c85b":[1,0,3,6,34],
+"structop_1_1_datum.html#a59d455dbddc50d700809c5e102c40d4e":[1,0,3,6,25],
+"structop_1_1_datum.html#a652ac1e7de13ec9a886dece75848cfea":[1,0,3,6,38],
+"structop_1_1_datum.html#a65deddd49d0fbca81f367198fc600015":[1,0,3,6,28],
+"structop_1_1_datum.html#a6cf96c250c236a03f13da69e1d4336d9":[1,0,3,6,41],
+"structop_1_1_datum.html#a6d629b1f6f7b958fe4cf2ef4cdf57c5b":[1,0,3,6,37],
"structop_1_1_datum.html#a72c75834671aebe44705738fb5efc3c5":[1,0,3,6,0],
"structop_1_1_datum.html#a72ee10bf507aea368cfd3dba3dd38cb5":[1,0,3,6,8],
"structop_1_1_datum.html#a731a7179ac03f831019441981455282e":[1,0,3,6,10],
"structop_1_1_datum.html#a847f62b3060c5d0d106e60c29df87a0b":[1,0,3,6,4],
-"structop_1_1_datum.html#a8b930d61467f98702ebea68f39fc762b":[1,0,3,6,21],
-"structop_1_1_datum.html#a9a44196a197d5c050e626efe8b016e84":[1,0,3,6,19],
+"structop_1_1_datum.html#a8b930d61467f98702ebea68f39fc762b":[1,0,3,6,23],
+"structop_1_1_datum.html#a8f878dc9157bc9b786046d56fd151e2a":[1,0,3,6,13],
+"structop_1_1_datum.html#a9a44196a197d5c050e626efe8b016e84":[1,0,3,6,21],
"structop_1_1_datum.html#aab9997004b6b761267f8ce312b8048e9":[1,0,3,6,5],
"structop_1_1_datum.html#aae900e3c8101ab5acce9fc5e4d50830a":[1,0,3,6,6],
-"structop_1_1_datum.html#aba90dccffb5a830296231bd430c4766c":[1,0,3,6,34],
-"structop_1_1_datum.html#ac734d4262a5a7892c6d4094cdd2bcc7c":[1,0,3,6,30],
+"structop_1_1_datum.html#aba90dccffb5a830296231bd430c4766c":[1,0,3,6,36],
+"structop_1_1_datum.html#ac734d4262a5a7892c6d4094cdd2bcc7c":[1,0,3,6,32],
"structop_1_1_datum.html#acdf94a3ee6504d8b70afffa997d52d4b":[1,0,3,6,11],
-"structop_1_1_datum.html#ae0c0f33a6b75c7f47e11112dd33f23c1":[1,0,3,6,17],
-"structop_1_1_datum.html#ae6adcdacea12a9cfa445cf0cac1985b0":[1,0,3,6,28],
-"structop_1_1_datum.html#aeab7638276f1d9eb14847302bd0d0287":[1,0,3,6,13],
-"structop_1_1_datum.html#aebd19bf50725a5cd87de1efd96f6ebfe":[1,0,3,6,18],
-"structop_1_1_datum.html#aef6c478313691ab5101664c1df55aa58":[1,0,3,6,22],
-"structop_1_1_datum.html#afb117821de7aff9ac3c219ef3bbc0c14":[1,0,3,6,37],
+"structop_1_1_datum.html#ae0c0f33a6b75c7f47e11112dd33f23c1":[1,0,3,6,19],
+"structop_1_1_datum.html#ae6adcdacea12a9cfa445cf0cac1985b0":[1,0,3,6,30],
+"structop_1_1_datum.html#aeab7638276f1d9eb14847302bd0d0287":[1,0,3,6,15],
+"structop_1_1_datum.html#aebd19bf50725a5cd87de1efd96f6ebfe":[1,0,3,6,20],
+"structop_1_1_datum.html#aef6c478313691ab5101664c1df55aa58":[1,0,3,6,24],
+"structop_1_1_datum.html#afb117821de7aff9ac3c219ef3bbc0c14":[1,0,3,6,39],
"structop_1_1_datum.html#afcdbf1d87e08761d952d19ef6a8ace10":[1,0,3,6,12],
"structop_1_1_point.html":[1,0,3,11],
"structop_1_1_point.html#a0374ab7bcd19af664a6c01328346d238":[1,0,3,11,24],
@@ -232,22 +249,5 @@ var NAVTREEINDEX7 =
"structop_1_1_wrapper_struct_output.html#a4e18a93cfa9c6b47151427152a745817":[1,0,3,117,1],
"structop_1_1_wrapper_struct_output.html#a5f56c15d410645442b5ac21c316b9c85":[1,0,3,117,7],
"structop_1_1_wrapper_struct_output.html#a6efbd77da8ebcea3abc4109bb2f39c0b":[1,0,3,117,4],
-"structop_1_1_wrapper_struct_output.html#a73d6a5687ab8abac22f5cd29690b6277":[1,0,3,117,12],
-"structop_1_1_wrapper_struct_output.html#a8a2f29bae4ff55195b10a83717a0f738":[1,0,3,117,9],
-"structop_1_1_wrapper_struct_output.html#a91e819842b4a1c883a625102a87bd9e8":[1,0,3,117,0],
-"structop_1_1_wrapper_struct_output.html#aaf5df884418d2bf1df36505009264ece":[1,0,3,117,2],
-"structop_1_1_wrapper_struct_output.html#aba2aed26f1d01771a0c896bc50e477a5":[1,0,3,117,8],
-"structop_1_1_wrapper_struct_output.html#ac72ad601daf957b9b000206e9f1fe0ad":[1,0,3,117,3],
-"structop_1_1_wrapper_struct_output.html#ad338fd4719d6f243bb64bc67f68bc7c9":[1,0,3,117,11],
-"structop_1_1_wrapper_struct_output.html#ad595edffced2bfd80c3bee183f32f505":[1,0,3,117,13],
-"structop_1_1_wrapper_struct_output.html#ad9ca696781cb7c250752f078f5c937fc":[1,0,3,117,10],
-"structop_1_1_wrapper_struct_output.html#adca0d08aa43e2280ca06a8db0deb81bc":[1,0,3,117,5],
-"structop_1_1_wrapper_struct_pose.html":[1,0,3,118],
-"structop_1_1_wrapper_struct_pose.html#a02c4ab6b56e4da4b3ed0da4eae8ac0fc":[1,0,3,118,17],
-"structop_1_1_wrapper_struct_pose.html#a0aa4454f4a528f28395e2463ffd8d1af":[1,0,3,118,12],
-"structop_1_1_wrapper_struct_pose.html#a1038c43c5d5cbabf0ac9f8f76d101c27":[1,0,3,118,20],
-"structop_1_1_wrapper_struct_pose.html#a322ff95b6a2838fe0d55afb28d2a4224":[1,0,3,118,22],
-"structop_1_1_wrapper_struct_pose.html#a35147b6fb9e300d79b71637793053a1b":[1,0,3,118,19],
-"structop_1_1_wrapper_struct_pose.html#a4900b6c522150140d27f2e98a260e0ec":[1,0,3,118,13],
-"structop_1_1_wrapper_struct_pose.html#a4b41baff01ea2be1027c0e9cadd03e48":[1,0,3,118,14]
+"structop_1_1_wrapper_struct_output.html#a73d6a5687ab8abac22f5cd29690b6277":[1,0,3,117,12]
};
diff --git a/html/navtreeindex8.js b/html/navtreeindex8.js
index 90456d98..06f4de1c 100644
--- a/html/navtreeindex8.js
+++ b/html/navtreeindex8.js
@@ -1,5 +1,22 @@
var NAVTREEINDEX8 =
{
+"structop_1_1_wrapper_struct_output.html#a8a2f29bae4ff55195b10a83717a0f738":[1,0,3,117,9],
+"structop_1_1_wrapper_struct_output.html#a91e819842b4a1c883a625102a87bd9e8":[1,0,3,117,0],
+"structop_1_1_wrapper_struct_output.html#aaf5df884418d2bf1df36505009264ece":[1,0,3,117,2],
+"structop_1_1_wrapper_struct_output.html#aba2aed26f1d01771a0c896bc50e477a5":[1,0,3,117,8],
+"structop_1_1_wrapper_struct_output.html#ac72ad601daf957b9b000206e9f1fe0ad":[1,0,3,117,3],
+"structop_1_1_wrapper_struct_output.html#ad338fd4719d6f243bb64bc67f68bc7c9":[1,0,3,117,11],
+"structop_1_1_wrapper_struct_output.html#ad595edffced2bfd80c3bee183f32f505":[1,0,3,117,13],
+"structop_1_1_wrapper_struct_output.html#ad9ca696781cb7c250752f078f5c937fc":[1,0,3,117,10],
+"structop_1_1_wrapper_struct_output.html#adca0d08aa43e2280ca06a8db0deb81bc":[1,0,3,117,5],
+"structop_1_1_wrapper_struct_pose.html":[1,0,3,118],
+"structop_1_1_wrapper_struct_pose.html#a02c4ab6b56e4da4b3ed0da4eae8ac0fc":[1,0,3,118,17],
+"structop_1_1_wrapper_struct_pose.html#a0aa4454f4a528f28395e2463ffd8d1af":[1,0,3,118,12],
+"structop_1_1_wrapper_struct_pose.html#a1038c43c5d5cbabf0ac9f8f76d101c27":[1,0,3,118,20],
+"structop_1_1_wrapper_struct_pose.html#a322ff95b6a2838fe0d55afb28d2a4224":[1,0,3,118,22],
+"structop_1_1_wrapper_struct_pose.html#a35147b6fb9e300d79b71637793053a1b":[1,0,3,118,19],
+"structop_1_1_wrapper_struct_pose.html#a4900b6c522150140d27f2e98a260e0ec":[1,0,3,118,13],
+"structop_1_1_wrapper_struct_pose.html#a4b41baff01ea2be1027c0e9cadd03e48":[1,0,3,118,14],
"structop_1_1_wrapper_struct_pose.html#a4d3ad84b14697d5f1009fa29e2ff1998":[1,0,3,118,3],
"structop_1_1_wrapper_struct_pose.html#a536ea76d50e94d513066e9e5767d0c03":[1,0,3,118,8],
"structop_1_1_wrapper_struct_pose.html#a646ae142f821411d22d772b76960d585":[1,0,3,118,23],
diff --git a/html/producer_8hpp_source.html b/html/producer_8hpp_source.html
index 8ad3654e..b9fe33e7 100644
--- a/html/producer_8hpp_source.html
+++ b/html/producer_8hpp_source.html
@@ -131,63 +131,67 @@ $(document).ready(function(){initNavTree('producer_8hpp_source.html','');});
48 virtual std::vector<cv::Mat> getCameraMatrices() = 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;
-
-
-
-
-
-
- 124 void checkFrameIntegrity(cv::Mat& frame);
-
- 130 void flipAndRotate(cv::Mat& cvMat)
const;
-
- 136 void ifEndedResetOrRelease();
+ 54 virtual std::vector<cv::Mat> getCameraExtrinsics() = 0;
+
+ 60 virtual std::vector<cv::Mat> getCameraIntrinsics() = 0;
+
+
+
+
+
+
+
+
+
+
+ 90 virtual bool isOpened()
const = 0;
+
+ 96 virtual void release() = 0;
+
+ 105 virtual double get(
const int capProperty) = 0;
+
+ 114 virtual void set(
const int capProperty,
const double value) = 0;
+
+
+
+
+
+
+ 136 void checkFrameIntegrity(cv::Mat& frame);
- 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;
+ 142 void flipAndRotate(cv::Mat& cvMat)
const;
+
+ 148 void ifEndedResetOrRelease();
+
+ 153 void keepDesiredFrameRate();
+
+ 159 virtual cv::Mat getRawFrame() = 0;
+
+ 166 virtual std::vector<cv::Mat> getRawFrames() = 0;
-
-
-
-
- 172 #endif // OPENPOSE_PRODUCER_PRODUCER_HPP
+
+
+
+ 171 std::array<double, (int)ProducerProperty::Size> mProperties;
+ 172 unsigned int mNumberEmptyFrames;
+
+
+ 175 unsigned long long mFirstFrameTrackingFps;
+ 176 unsigned long long mNumberFramesTrackingFps;
+ 177 unsigned int mNumberSetPositionTrackingFps;
+ 178 std::chrono::high_resolution_clock::time_point mClockTrackingFps;
+
+
+
+
+
+ 184 #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:68
+ProducerType getType()
Definition: producer.hpp:80
ProducerType
Definition: enumClasses.hpp:25
#define OP_API
Definition: macros.hpp:15
diff --git a/html/search/all_2.js b/html/search/all_2.js
index 50ad4230..0855bb79 100644
--- a/html/search/all_2.js
+++ b/html/search/all_2.js
@@ -1,6 +1,8 @@
var searchData=
[
['caffe',['caffe',['../namespacecaffe.html',1,'']]],
+ ['cameraextrinsics',['cameraExtrinsics',['../structop_1_1_datum.html#a8f878dc9157bc9b786046d56fd151e2a',1,'op::Datum']]],
+ ['cameraintrinsics',['cameraIntrinsics',['../structop_1_1_datum.html#a2cabb5abd5892e5b4ca7c2958820a708',1,'op::Datum']]],
['cameramatrix',['cameraMatrix',['../structop_1_1_datum.html#aeab7638276f1d9eb14847302bd0d0287',1,'op::Datum']]],
['cameraparameterreader',['CameraParameterReader',['../classop_1_1_camera_parameter_reader.html',1,'op']]],
['cameraparameterreader',['CameraParameterReader',['../classop_1_1_camera_parameter_reader.html#ab7a4c3ef7ac8d8a41e5711ec85b7be4b',1,'op::CameraParameterReader']]],
@@ -49,8 +51,8 @@ var searchData=
['clone',['clone',['../classop_1_1_array.html#af42f4570122d1b8259c211f52335909b',1,'op::Array::clone()'],['../structop_1_1_datum.html#a847f62b3060c5d0d106e60c29df87a0b',1,'op::Datum::clone()']]],
['coarse_5fsvm_5fvector',['coarse_svm_vector',['../namespacecl.html#a51ad881a3d0a77bca3eecd01af8501c0',1,'cl']]],
['coco_5f18',['COCO_18',['../namespaceop.html#af5b3ce2a5d3de87cb31b9b67e96f261fa0c4a19d9254adcb3ca1f0f527ee141fd',1,'op']]],
- ['cocojsonsaver',['CocoJsonSaver',['../classop_1_1_coco_json_saver.html',1,'op']]],
['cocojsonsaver',['CocoJsonSaver',['../classop_1_1_coco_json_saver.html#aad0899bead458df67c49f23eddb3113d',1,'op::CocoJsonSaver']]],
+ ['cocojsonsaver',['CocoJsonSaver',['../classop_1_1_coco_json_saver.html',1,'op']]],
['cocojsonsaver_2ehpp',['cocoJsonSaver.hpp',['../coco_json_saver_8hpp.html',1,'']]],
['comma',['comma',['../classop_1_1_json_ofstream.html#ae4468279f789c8026d431b2ef62646f9',1,'op::JsonOfstream']]],
['commandqueue',['CommandQueue',['../classcl_1_1_command_queue.html#a8462de408ebfaf6332429a92b7938490',1,'cl::CommandQueue::CommandQueue(cl_command_queue_properties properties, cl_int *err=NULL)'],['../classcl_1_1_command_queue.html#a05ae8e9e44e9b28fc755937490535550',1,'cl::CommandQueue::CommandQueue(QueueProperties properties, cl_int *err=NULL)'],['../classcl_1_1_command_queue.html#adcb116a4e1a53417dad3d3850c33d42f',1,'cl::CommandQueue::CommandQueue(const Context &context, cl_command_queue_properties properties=0, cl_int *err=NULL)'],['../classcl_1_1_command_queue.html#a975c3dce399cb77a5c6b0e294e4778fe',1,'cl::CommandQueue::CommandQueue(const Context &context, QueueProperties properties, cl_int *err=NULL)'],['../classcl_1_1_command_queue.html#a887826e515b03224aec87b33ac59f327',1,'cl::CommandQueue::CommandQueue(const Context &context, const Device &device, cl_command_queue_properties properties=0, cl_int *err=NULL)'],['../classcl_1_1_command_queue.html#a8dd467bd94839921b7318cb30f92b5a4',1,'cl::CommandQueue::CommandQueue(const Context &context, const Device &device, QueueProperties properties, cl_int *err=NULL)'],['../classcl_1_1_command_queue.html#ab1beb7ab6e619a4e050d87c70bb001a6',1,'cl::CommandQueue::CommandQueue()'],['../classcl_1_1_command_queue.html#a09be675998c51f36aa7744b47eabebd3',1,'cl::CommandQueue::CommandQueue(const cl_command_queue &commandQueue, bool retainObject=false)'],['../classcl_1_1_command_queue.html#ae2ce434c5100e5b467ea8c6561e1f11e',1,'cl::CommandQueue::CommandQueue(const CommandQueue &queue)'],['../classcl_1_1_command_queue.html#a1c5830678be567e34dccbb0065c89b21',1,'cl::CommandQueue::CommandQueue(CommandQueue &&queue) CL_HPP_NOEXCEPT_']]],
@@ -77,8 +79,8 @@ var searchData=
['const_5fpointer',['const_pointer',['../classcl_1_1_s_v_m_allocator.html#af5daf4a4173794758e399e45a2f028a9',1,'cl::SVMAllocator::const_pointer()'],['../classcl_1_1_s_v_m_allocator_3_01void_00_01_s_v_m_trait_01_4.html#ad09aa943957ab0ab739d72279081d0b7',1,'cl::SVMAllocator< void, SVMTrait >::const_pointer()']]],
['const_5freference',['const_reference',['../classcl_1_1_s_v_m_allocator.html#a64a4984f03ddff3a757f200b4c4fb357',1,'cl::SVMAllocator']]],
['construct',['construct',['../classcl_1_1_s_v_m_allocator.html#a283e7b212da80668a7e5285b96536282',1,'cl::SVMAllocator']]],
- ['context',['Context',['../classcl_1_1_context.html#ad4a19320d57441a2a0ce6db6548d12a9',1,'cl::Context::Context(const vector< Device > &devices, cl_context_properties *properties=NULL, void(CL_CALLBACK *notifyFptr)(const char *, const void *, size_type, void *)=NULL, void *data=NULL, cl_int *err=NULL)'],['../classcl_1_1_context.html#a4ab7a8192b80fc6b8ff00f5f7356f3d4',1,'cl::Context::Context(const Device &device, cl_context_properties *properties=NULL, void(CL_CALLBACK *notifyFptr)(const char *, const void *, size_type, void *)=NULL, void *data=NULL, cl_int *err=NULL)'],['../classcl_1_1_context.html#a591bd7ba3cbe268a619b8175627a8985',1,'cl::Context::Context(cl_device_type type, cl_context_properties *properties=NULL, void(CL_CALLBACK *notifyFptr)(const char *, const void *, size_type, void *)=NULL, void *data=NULL, cl_int *err=NULL)'],['../classcl_1_1_context.html#ae0a598440f95bc8457433a088cef17a1',1,'cl::Context::Context(const Context &ctx)'],['../classcl_1_1_context.html#ae2944171ba4199247499fd0bf3c49b81',1,'cl::Context::Context(Context &&ctx) CL_HPP_NOEXCEPT_'],['../classcl_1_1_context.html#a8f7e1c72445ca6e249bc7a6c9278984d',1,'cl::Context::Context()'],['../classcl_1_1_context.html#a3fc0fba33d5b467b5d2ee70adb5b1e92',1,'cl::Context::Context(const cl_context &context, bool retainObject=false)']]],
['context',['Context',['../classcl_1_1_context.html',1,'cl']]],
+ ['context',['Context',['../classcl_1_1_context.html#ad4a19320d57441a2a0ce6db6548d12a9',1,'cl::Context::Context(const vector< Device > &devices, cl_context_properties *properties=NULL, void(CL_CALLBACK *notifyFptr)(const char *, const void *, size_type, void *)=NULL, void *data=NULL, cl_int *err=NULL)'],['../classcl_1_1_context.html#a4ab7a8192b80fc6b8ff00f5f7356f3d4',1,'cl::Context::Context(const Device &device, cl_context_properties *properties=NULL, void(CL_CALLBACK *notifyFptr)(const char *, const void *, size_type, void *)=NULL, void *data=NULL, cl_int *err=NULL)'],['../classcl_1_1_context.html#a591bd7ba3cbe268a619b8175627a8985',1,'cl::Context::Context(cl_device_type type, cl_context_properties *properties=NULL, void(CL_CALLBACK *notifyFptr)(const char *, const void *, size_type, void *)=NULL, void *data=NULL, cl_int *err=NULL)'],['../classcl_1_1_context.html#ae0a598440f95bc8457433a088cef17a1',1,'cl::Context::Context(const Context &ctx)'],['../classcl_1_1_context.html#ae2944171ba4199247499fd0bf3c49b81',1,'cl::Context::Context(Context &&ctx) CL_HPP_NOEXCEPT_'],['../classcl_1_1_context.html#a8f7e1c72445ca6e249bc7a6c9278984d',1,'cl::Context::Context()'],['../classcl_1_1_context.html#a3fc0fba33d5b467b5d2ee70adb5b1e92',1,'cl::Context::Context(const cl_context &context, bool retainObject=false)']]],
['copy',['copy',['../namespacecl.html#a1197a833cdd6664f206b079f2bebd2eb',1,'cl::copy(IteratorType startIterator, IteratorType endIterator, cl::Buffer &buffer)'],['../namespacecl.html#a05791e9d5da23b21abd6e319fb262c9f',1,'cl::copy(const cl::Buffer &buffer, IteratorType startIterator, IteratorType endIterator)'],['../namespacecl.html#a2f71ed9a316daf59c03c0f3ba62f1bd3',1,'cl::copy(const CommandQueue &queue, IteratorType startIterator, IteratorType endIterator, cl::Buffer &buffer)'],['../namespacecl.html#a02c4368c6ce7a1a99132eafd5dc96fa9',1,'cl::copy(const CommandQueue &queue, const cl::Buffer &buffer, IteratorType startIterator, IteratorType endIterator)']]],
['cpu',['Cpu',['../namespaceop.html#afce557f02e337e16150d00bdf72ec033a54c82ef76ecbbd4c2293e09bae01b54e',1,'op']]],
['cputogpumemoryifnotcopiedyet',['cpuToGpuMemoryIfNotCopiedYet',['../classop_1_1_gpu_renderer.html#ac7c1ab0eebf1d54b55cc65a5560bad7b',1,'op::GpuRenderer']]],
@@ -91,8 +93,8 @@ var searchData=
['cuda_5fnum_5fthreads',['CUDA_NUM_THREADS',['../namespaceop.html#ac7bbf63b37bf6762c47557ad227e036d',1,'op']]],
['cudacheck',['cudaCheck',['../namespaceop.html#a2af8422ada0de882cc222920ca15c6d2',1,'op']]],
['cvinputdata',['cvInputData',['../structop_1_1_datum.html#a0b2c8ccac37be088524cc7c24a502c7b',1,'op::Datum']]],
- ['cvmattoopinput',['CvMatToOpInput',['../classop_1_1_cv_mat_to_op_input.html#adfb06d56d67a61bc10c3b6db412107d0',1,'op::CvMatToOpInput']]],
['cvmattoopinput',['CvMatToOpInput',['../classop_1_1_cv_mat_to_op_input.html',1,'op']]],
+ ['cvmattoopinput',['CvMatToOpInput',['../classop_1_1_cv_mat_to_op_input.html#adfb06d56d67a61bc10c3b6db412107d0',1,'op::CvMatToOpInput']]],
['cvmattoopinput_2ehpp',['cvMatToOpInput.hpp',['../cv_mat_to_op_input_8hpp.html',1,'']]],
['cvmattoopoutput',['CvMatToOpOutput',['../classop_1_1_cv_mat_to_op_output.html',1,'op']]],
['cvmattoopoutput_2ehpp',['cvMatToOpOutput.hpp',['../cv_mat_to_op_output_8hpp.html',1,'']]],
diff --git a/html/search/all_6.js b/html/search/all_6.js
index a97df886..fb856aff 100644
--- a/html/search/all_6.js
+++ b/html/search/all_6.js
@@ -9,7 +9,8 @@ var searchData=
['getblendoriginalframe',['getBlendOriginalFrame',['../classop_1_1_renderer.html#a8e0739fb55d61fc76918ca3fb6ac3bc4',1,'op::Renderer']]],
['getbuildinfo',['getBuildInfo',['../classcl_1_1_program.html#a51c723551c01ef55f6222c84d58578fc',1,'cl::Program::getBuildInfo(const Device &device, cl_program_build_info name, T *param) const '],['../classcl_1_1_program.html#a06f673e6c88aac6c5e9f754e830028b6',1,'cl::Program::getBuildInfo(const Device &device, cl_int *err=NULL) const '],['../classcl_1_1_program.html#aea803c4bba50b6a01d76537d946e211f',1,'cl::Program::getBuildInfo(cl_int *err=NULL) const ']]],
['getcameradistortions',['getCameraDistortions',['../classop_1_1_camera_parameter_reader.html#a3ce10a02969515039e8575c3c044f882',1,'op::CameraParameterReader']]],
- ['getcameraintrinsics',['getCameraIntrinsics',['../classop_1_1_camera_parameter_reader.html#adf7ad0ef26603129a251fdc166ffa548',1,'op::CameraParameterReader']]],
+ ['getcameraextrinsics',['getCameraExtrinsics',['../classop_1_1_camera_parameter_reader.html#ade743d816f255e3278bb72c761d82ba6',1,'op::CameraParameterReader::getCameraExtrinsics()'],['../classop_1_1_flir_reader.html#afb0ae89ef49073345b038fad8652cc37',1,'op::FlirReader::getCameraExtrinsics()'],['../classop_1_1_image_directory_reader.html#ad0ee10725114d8899c59c8e37fd79078',1,'op::ImageDirectoryReader::getCameraExtrinsics()'],['../classop_1_1_ip_camera_reader.html#a97b79697a2f5e12f3b48aa8506177e52',1,'op::IpCameraReader::getCameraExtrinsics()'],['../classop_1_1_producer.html#af3e610a49b7e9a33d88554c48f6b390a',1,'op::Producer::getCameraExtrinsics()'],['../classop_1_1_spinnaker_wrapper.html#aa011fe7b3bf42e3af5fb83faee42288e',1,'op::SpinnakerWrapper::getCameraExtrinsics()'],['../classop_1_1_video_reader.html#acf47ef8071b783fc8b406db9f3716eec',1,'op::VideoReader::getCameraExtrinsics()'],['../classop_1_1_webcam_reader.html#ab4be6381957df794c76b1c9eddd1f676',1,'op::WebcamReader::getCameraExtrinsics()']]],
+ ['getcameraintrinsics',['getCameraIntrinsics',['../classop_1_1_camera_parameter_reader.html#adf7ad0ef26603129a251fdc166ffa548',1,'op::CameraParameterReader::getCameraIntrinsics()'],['../classop_1_1_flir_reader.html#a4a6576da78857c0e532d59b442332e83',1,'op::FlirReader::getCameraIntrinsics()'],['../classop_1_1_image_directory_reader.html#a6d387de1819e7a78e18c2154bc473427',1,'op::ImageDirectoryReader::getCameraIntrinsics()'],['../classop_1_1_ip_camera_reader.html#a9e546d2b8211d9318ba63b252b2a3ade',1,'op::IpCameraReader::getCameraIntrinsics()'],['../classop_1_1_producer.html#a1829a82373f95c321bc3bbe63c6cce81',1,'op::Producer::getCameraIntrinsics()'],['../classop_1_1_spinnaker_wrapper.html#a5e36c3d04071f6c7b003c50d3f43bc36',1,'op::SpinnakerWrapper::getCameraIntrinsics()'],['../classop_1_1_video_reader.html#a98144001ee79d467d8757f9bca10589a',1,'op::VideoReader::getCameraIntrinsics()'],['../classop_1_1_webcam_reader.html#aa03db1223070395d8970038fa3a8203a',1,'op::WebcamReader::getCameraIntrinsics()']]],
['getcameramatrices',['getCameraMatrices',['../classop_1_1_camera_parameter_reader.html#aa33845298440b7eefd3f57b80d3c41db',1,'op::CameraParameterReader::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_spinnaker_wrapper.html#ab79aa58cda90784d16335e0081d8f33a',1,'op::SpinnakerWrapper::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()']]],
@@ -108,8 +109,8 @@ var searchData=
['gui3d',['Gui3D',['../classop_1_1_gui3_d.html',1,'op']]],
['gui3d',['Gui3D',['../classop_1_1_gui3_d.html#af49460bc8b18fd0065f7e4fca41168a8',1,'op::Gui3D']]],
['gui3d_2ehpp',['gui3D.hpp',['../gui3_d_8hpp.html',1,'']]],
- ['guiinfoadder',['GuiInfoAdder',['../classop_1_1_gui_info_adder.html',1,'op']]],
['guiinfoadder',['GuiInfoAdder',['../classop_1_1_gui_info_adder.html#af23e17f9eeb51c7473cd0940292efa61',1,'op::GuiInfoAdder']]],
+ ['guiinfoadder',['GuiInfoAdder',['../classop_1_1_gui_info_adder.html',1,'op']]],
['guiinfoadder_2ehpp',['guiInfoAdder.hpp',['../gui_info_adder_8hpp.html',1,'']]],
['guiverbose',['guiVerbose',['../structop_1_1_wrapper_struct_output.html#ac72ad601daf957b9b000206e9f1fe0ad',1,'op::WrapperStructOutput']]]
];
diff --git a/html/search/functions_6.js b/html/search/functions_6.js
index cf257b88..43fcfec8 100644
--- a/html/search/functions_6.js
+++ b/html/search/functions_6.js
@@ -9,7 +9,8 @@ var searchData=
['getblendoriginalframe',['getBlendOriginalFrame',['../classop_1_1_renderer.html#a8e0739fb55d61fc76918ca3fb6ac3bc4',1,'op::Renderer']]],
['getbuildinfo',['getBuildInfo',['../classcl_1_1_program.html#a51c723551c01ef55f6222c84d58578fc',1,'cl::Program::getBuildInfo(const Device &device, cl_program_build_info name, T *param) const '],['../classcl_1_1_program.html#a06f673e6c88aac6c5e9f754e830028b6',1,'cl::Program::getBuildInfo(const Device &device, cl_int *err=NULL) const '],['../classcl_1_1_program.html#aea803c4bba50b6a01d76537d946e211f',1,'cl::Program::getBuildInfo(cl_int *err=NULL) const ']]],
['getcameradistortions',['getCameraDistortions',['../classop_1_1_camera_parameter_reader.html#a3ce10a02969515039e8575c3c044f882',1,'op::CameraParameterReader']]],
- ['getcameraintrinsics',['getCameraIntrinsics',['../classop_1_1_camera_parameter_reader.html#adf7ad0ef26603129a251fdc166ffa548',1,'op::CameraParameterReader']]],
+ ['getcameraextrinsics',['getCameraExtrinsics',['../classop_1_1_camera_parameter_reader.html#ade743d816f255e3278bb72c761d82ba6',1,'op::CameraParameterReader::getCameraExtrinsics()'],['../classop_1_1_flir_reader.html#afb0ae89ef49073345b038fad8652cc37',1,'op::FlirReader::getCameraExtrinsics()'],['../classop_1_1_image_directory_reader.html#ad0ee10725114d8899c59c8e37fd79078',1,'op::ImageDirectoryReader::getCameraExtrinsics()'],['../classop_1_1_ip_camera_reader.html#a97b79697a2f5e12f3b48aa8506177e52',1,'op::IpCameraReader::getCameraExtrinsics()'],['../classop_1_1_producer.html#af3e610a49b7e9a33d88554c48f6b390a',1,'op::Producer::getCameraExtrinsics()'],['../classop_1_1_spinnaker_wrapper.html#aa011fe7b3bf42e3af5fb83faee42288e',1,'op::SpinnakerWrapper::getCameraExtrinsics()'],['../classop_1_1_video_reader.html#acf47ef8071b783fc8b406db9f3716eec',1,'op::VideoReader::getCameraExtrinsics()'],['../classop_1_1_webcam_reader.html#ab4be6381957df794c76b1c9eddd1f676',1,'op::WebcamReader::getCameraExtrinsics()']]],
+ ['getcameraintrinsics',['getCameraIntrinsics',['../classop_1_1_camera_parameter_reader.html#adf7ad0ef26603129a251fdc166ffa548',1,'op::CameraParameterReader::getCameraIntrinsics()'],['../classop_1_1_flir_reader.html#a4a6576da78857c0e532d59b442332e83',1,'op::FlirReader::getCameraIntrinsics()'],['../classop_1_1_image_directory_reader.html#a6d387de1819e7a78e18c2154bc473427',1,'op::ImageDirectoryReader::getCameraIntrinsics()'],['../classop_1_1_ip_camera_reader.html#a9e546d2b8211d9318ba63b252b2a3ade',1,'op::IpCameraReader::getCameraIntrinsics()'],['../classop_1_1_producer.html#a1829a82373f95c321bc3bbe63c6cce81',1,'op::Producer::getCameraIntrinsics()'],['../classop_1_1_spinnaker_wrapper.html#a5e36c3d04071f6c7b003c50d3f43bc36',1,'op::SpinnakerWrapper::getCameraIntrinsics()'],['../classop_1_1_video_reader.html#a98144001ee79d467d8757f9bca10589a',1,'op::VideoReader::getCameraIntrinsics()'],['../classop_1_1_webcam_reader.html#aa03db1223070395d8970038fa3a8203a',1,'op::WebcamReader::getCameraIntrinsics()']]],
['getcameramatrices',['getCameraMatrices',['../classop_1_1_camera_parameter_reader.html#aa33845298440b7eefd3f57b80d3c41db',1,'op::CameraParameterReader::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_spinnaker_wrapper.html#ab79aa58cda90784d16335e0081d8f33a',1,'op::SpinnakerWrapper::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()']]],
diff --git a/html/search/variables_2.js b/html/search/variables_2.js
index ee8cef98..2de04983 100644
--- a/html/search/variables_2.js
+++ b/html/search/variables_2.js
@@ -1,5 +1,7 @@
var searchData=
[
+ ['cameraextrinsics',['cameraExtrinsics',['../structop_1_1_datum.html#a8f878dc9157bc9b786046d56fd151e2a',1,'op::Datum']]],
+ ['cameraintrinsics',['cameraIntrinsics',['../structop_1_1_datum.html#a2cabb5abd5892e5b4ca7c2958820a708',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']]],
diff --git a/html/spinnaker_wrapper_8hpp_source.html b/html/spinnaker_wrapper_8hpp_source.html
index 48edf872..5aa2945b 100644
--- a/html/spinnaker_wrapper_8hpp_source.html
+++ b/html/spinnaker_wrapper_8hpp_source.html
@@ -125,23 +125,27 @@ $(document).ready(function(){initNavTree('spinnaker_wrapper_8hpp_source.html',''
24 std::vector<cv::Mat> getCameraMatrices()
const;
-
+ 26 std::vector<cv::Mat> getCameraExtrinsics()
const;
- 28 bool isOpened()
const;
+ 28 std::vector<cv::Mat> getCameraIntrinsics()
const;
-
+
-
-
-
- 35 struct ImplSpinnakerWrapper;
- 36 std::shared_ptr<ImplSpinnakerWrapper> upImpl;
-
-
-
-
+ 32 bool isOpened()
const;
+
+
+
+
+
+
+ 39 struct ImplSpinnakerWrapper;
+ 40 std::shared_ptr<ImplSpinnakerWrapper> upImpl;
- 42 #endif // OPENPOSE_PRODUCER_SPINNAKER_WRAPPER_HPP
+
+
+
+
+ 46 #endif // OPENPOSE_PRODUCER_SPINNAKER_WRAPPER_HPP
#define DELETE_COPY(className)
Definition: macros.hpp:30
Definition: spinnakerWrapper.hpp:12
diff --git a/html/structop_1_1_datum-members.html b/html/structop_1_1_datum-members.html
index 0c42e23c..ab6d8f1d 100644
--- a/html/structop_1_1_datum-members.html
+++ b/html/structop_1_1_datum-members.html
@@ -112,6 +112,8 @@ $(document).ready(function(){initNavTree('structop_1_1_datum.html','');});
This is the complete list of members for op::Datum, including all inherited members.
-
3x4 camera matrix of the camera.
+
3x4 camera matrix of the camera (equivalent to cameraIntrinsics * cameraExtrinsics).
diff --git a/html/structop_1_1_datum.js b/html/structop_1_1_datum.js
index 516f4703..655dd4de 100644
--- a/html/structop_1_1_datum.js
+++ b/html/structop_1_1_datum.js
@@ -13,6 +13,8 @@ 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 ],
+ [ "cameraExtrinsics", "structop_1_1_datum.html#a8f878dc9157bc9b786046d56fd151e2a", null ],
+ [ "cameraIntrinsics", "structop_1_1_datum.html#a2cabb5abd5892e5b4ca7c2958820a708", 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 ],
diff --git a/html/video_reader_8hpp_source.html b/html/video_reader_8hpp_source.html
index c177edd9..8e09db57 100644
--- a/html/video_reader_8hpp_source.html
+++ b/html/video_reader_8hpp_source.html
@@ -124,26 +124,30 @@ $(document).ready(function(){initNavTree('video_reader_8hpp_source.html','');});
29 std::vector<cv::Mat> getCameraMatrices();
-
+ 31 std::vector<cv::Mat> getCameraExtrinsics();
- 33 double get(
const int capProperty);
+ 33 std::vector<cv::Mat> getCameraIntrinsics();
- 35 void set(
const int capProperty,
const double value);
+
-
- 38 const unsigned int mImageDirectoryStereo;
-
-
-
- 42 cv::Mat getRawFrame();
-
- 44 std::vector<cv::Mat> getRawFrames();
+ 37 double get(
const int capProperty);
+
+ 39 void set(
const int capProperty,
const double value);
+
+
+ 42 const unsigned int mImageDirectoryStereo;
+
+
-
-
-
+ 46 cv::Mat getRawFrame();
+
+ 48 std::vector<cv::Mat> getRawFrames();
- 50 #endif // OPENPOSE_PRODUCER_VIDEO_READER_HPP
+
+
+
+
+ 54 #endif // OPENPOSE_PRODUCER_VIDEO_READER_HPP
#define DELETE_COPY(className)
Definition: macros.hpp:30
Definition: videoReader.hpp:14
Definition: videoCaptureReader.hpp:15
diff --git a/html/w_keypoint_scaler_8hpp_source.html b/html/w_keypoint_scaler_8hpp_source.html
index 0fd8d152..c6c61783 100644
--- a/html/w_keypoint_scaler_8hpp_source.html
+++ b/html/w_keypoint_scaler_8hpp_source.html
@@ -194,7 +194,7 @@ $(document).ready(function(){initNavTree('w_keypoint_scaler_8hpp_source.html',''
-#define COMPILE_TEMPLATE_DATUM(templateName)
Definition: datum.hpp:346
+#define COMPILE_TEMPLATE_DATUM(templateName)
Definition: datum.hpp:356
Definition: wKeypointScaler.hpp:11
diff --git a/html/w_pose_extractor_8hpp_source.html b/html/w_pose_extractor_8hpp_source.html
index f20efee9..5692e676 100644
--- a/html/w_pose_extractor_8hpp_source.html
+++ b/html/w_pose_extractor_8hpp_source.html
@@ -198,7 +198,7 @@ $(document).ready(function(){initNavTree('w_pose_extractor_8hpp_source.html','')
-#define COMPILE_TEMPLATE_DATUM(templateName)
Definition: datum.hpp:346
+#define COMPILE_TEMPLATE_DATUM(templateName)
Definition: datum.hpp:356
static const std::string timerInit(const int line, const std::string &function, const std::string &file)
diff --git a/html/webcam_reader_8hpp_source.html b/html/webcam_reader_8hpp_source.html
index 83dce13d..e33f49b0 100644
--- a/html/webcam_reader_8hpp_source.html
+++ b/html/webcam_reader_8hpp_source.html
@@ -128,32 +128,36 @@ $(document).ready(function(){initNavTree('webcam_reader_8hpp_source.html','');})
32 std::vector<cv::Mat> getCameraMatrices();
-
+ 34 std::vector<cv::Mat> getCameraExtrinsics();
- 36 double get(
const int capProperty);
+ 36 std::vector<cv::Mat> getCameraIntrinsics();
- 38 void set(
const int capProperty,
const double value);
+
-
-
- 42 long long mFrameNameCounter;
-
-
- 45 std::mutex mBufferMutex;
- 46 std::atomic<bool> mCloseThread;
-
-
- 49 cv::Mat getRawFrame();
-
- 51 std::vector<cv::Mat> getRawFrames();
+ 40 double get(
const int capProperty);
+
+ 42 void set(
const int capProperty,
const double value);
+
+
+
+ 46 long long mFrameNameCounter;
+
+
+ 49 std::mutex mBufferMutex;
+ 50 std::atomic<bool> mCloseThread;
+
- 53 void bufferingThread();
+ 53 cv::Mat getRawFrame();
-
-
-
+ 55 std::vector<cv::Mat> getRawFrames();
+
+ 57 void bufferingThread();
- 59 #endif // OPENPOSE_PRODUCER_WEBCAM_READER_HPP
+
+
+
+
+ 63 #endif // OPENPOSE_PRODUCER_WEBCAM_READER_HPP
#define DELETE_COPY(className)
Definition: macros.hpp:30
Definition: videoCaptureReader.hpp:15