diff --git a/html/keypoint_8hpp.html b/html/keypoint_8hpp.html index 122953fc..5c9fdcd9 100644 --- a/html/keypoint_8hpp.html +++ b/html/keypoint_8hpp.html @@ -133,12 +133,12 @@ Functions   OP_API void op::renderKeypointsCpu (Array< float > &frameArray, const Array< float > &keypoints, const std::vector< unsigned int > &pairs, const std::vector< float > colors, const float thicknessCircleRatio, const float thicknessLineRatioWRTCircle, const float threshold)   -OP_API Rectangle< float > op::getKeypointsRectangle (const Array< float > &keypoints, const int person, const int numberKeypoints, const float threshold) -  +OP_API Rectangle< float > op::getKeypointsRectangle (const Array< float > &keypoints, const int person, const float threshold) +  OP_API float op::getAverageScore (const Array< float > &keypoints, const int person)   -OP_API float op::getKeypointsArea (const Array< float > &keypoints, const int person, const int numberKeypoints, const float threshold) -  +OP_API float op::getKeypointsArea (const Array< float > &keypoints, const int person, const float threshold) +  OP_API int op::getBiggestPerson (const Array< float > &keypoints, const float threshold)   diff --git a/html/keypoint_8hpp.js b/html/keypoint_8hpp.js index d256e258..6a7f10a4 100644 --- a/html/keypoint_8hpp.js +++ b/html/keypoint_8hpp.js @@ -4,8 +4,8 @@ var keypoint_8hpp = [ "getAverageScore", "keypoint_8hpp.html#a29e26ec36e2ca8b8e0b7b6180f9315e3", null ], [ "getBiggestPerson", "keypoint_8hpp.html#a22864d3d38f8020596d921951cf67750", null ], [ "getDistance", "keypoint_8hpp.html#a88b83fabe52c73ed5c4f131c4ce75651", null ], - [ "getKeypointsArea", "keypoint_8hpp.html#a87e601f12524c4d1735946ae5c99a796", null ], - [ "getKeypointsRectangle", "keypoint_8hpp.html#a0ed46e7438a7b5386434dc6c6731fdb7", null ], + [ "getKeypointsArea", "keypoint_8hpp.html#aa2cc07e56f471c5e1d5f228c70ce6a05", null ], + [ "getKeypointsRectangle", "keypoint_8hpp.html#afb230634bc4a07f84ca91ebaf13e385f", null ], [ "renderKeypointsCpu", "keypoint_8hpp.html#a0dd0211bd87bb13345294af1390555b7", null ], [ "scaleKeypoints", "keypoint_8hpp.html#a0d3788b482df5017c8214d4f8cdaf660", null ], [ "scaleKeypoints", "keypoint_8hpp.html#affdd0ecec773d38da5348e6eb482396e", null ], diff --git a/html/keypoint_8hpp_source.html b/html/keypoint_8hpp_source.html index bd2dc0e1..8ee50c9e 100644 --- a/html/keypoint_8hpp_source.html +++ b/html/keypoint_8hpp_source.html @@ -130,26 +130,25 @@ $(document).ready(function(){initNavTree('keypoint_8hpp_source.html','');});
21  const float thicknessCircleRatio, const float thicknessLineRatioWRTCircle,
22  const float threshold);
23 
-
24  OP_API Rectangle<float> getKeypointsRectangle(const Array<float>& keypoints, const int person,
-
25  const int numberKeypoints, const float threshold);
+
24  OP_API Rectangle<float> getKeypointsRectangle(const Array<float>& keypoints, const int person,
+
25  const float threshold);
26 
27  OP_API float getAverageScore(const Array<float>& keypoints, const int person);
28 
-
29  OP_API float getKeypointsArea(const Array<float>& keypoints, const int person, const int numberKeypoints,
-
30  const float threshold);
-
31 
-
32  OP_API int getBiggestPerson(const Array<float>& keypoints, const float threshold);
-
33 }
-
34 
-
35 #endif // OPENPOSE_UTILITIES_KEYPOINT_HPP
-
op::getKeypointsArea
OP_API float getKeypointsArea(const Array< float > &keypoints, const int person, const int numberKeypoints, const float threshold)
+
29  OP_API float getKeypointsArea(const Array<float>& keypoints, const int person, const float threshold);
+
30 
+
31  OP_API int getBiggestPerson(const Array<float>& keypoints, const float threshold);
+
32 }
+
33 
+
34 #endif // OPENPOSE_UTILITIES_KEYPOINT_HPP
+
op::getKeypointsArea
OP_API float getKeypointsArea(const Array< float > &keypoints, const int person, const float threshold)
op::getDistance
OP_API float getDistance(const Array< float > &keypoints, const int person, const int elementA, const int elementB)
op::getAverageScore
OP_API float getAverageScore(const Array< float > &keypoints, const int person)
+
op::getKeypointsRectangle
OP_API Rectangle< float > getKeypointsRectangle(const Array< float > &keypoints, const int person, const float threshold)
common.hpp
op::averageKeypoints
OP_API void averageKeypoints(Array< float > &keypointsA, const Array< float > &keypointsB, const int personA)
op::scaleKeypoints
OP_API void scaleKeypoints(Array< float > &keypoints, const float scale)
op::getBiggestPerson
OP_API int getBiggestPerson(const Array< float > &keypoints, const float threshold)
-
op::getKeypointsRectangle
OP_API Rectangle< float > getKeypointsRectangle(const Array< float > &keypoints, const int person, const int numberKeypoints, const float threshold)
OP_API
#define OP_API
Definition: macros.hpp:5
op::renderKeypointsCpu
OP_API void renderKeypointsCpu(Array< float > &frameArray, const Array< float > &keypoints, const std::vector< unsigned int > &pairs, const std::vector< float > colors, const float thicknessCircleRatio, const float thicknessLineRatioWRTCircle, const float threshold)
diff --git a/html/namespacemembers_func.html b/html/namespacemembers_func.html index 2a86f187..5468d719 100644 --- a/html/namespacemembers_func.html +++ b/html/namespacemembers_func.html @@ -273,10 +273,10 @@ $(document).ready(function(){initNavTree('namespacemembers_func.html','');}); : op
  • getKeypointsArea() -: op +: op
  • getKeypointsRectangle() -: op +: op
  • getLastNumber() : op diff --git a/html/namespacemembers_g.html b/html/namespacemembers_g.html index 5fd01034..52742355 100644 --- a/html/namespacemembers_g.html +++ b/html/namespacemembers_g.html @@ -168,10 +168,10 @@ $(document).ready(function(){initNavTree('namespacemembers_g.html','');}); : op
  • getKeypointsArea() -: op +: op
  • getKeypointsRectangle() -: op +: op
  • getLastNumber() : op diff --git a/html/namespaceop.html b/html/namespaceop.html index 3d37ca31..166fd45e 100644 --- a/html/namespaceop.html +++ b/html/namespaceop.html @@ -758,12 +758,12 @@ Functions   OP_API void renderKeypointsCpu (Array< float > &frameArray, const Array< float > &keypoints, const std::vector< unsigned int > &pairs, const std::vector< float > colors, const float thicknessCircleRatio, const float thicknessLineRatioWRTCircle, const float threshold)   -OP_API Rectangle< float > getKeypointsRectangle (const Array< float > &keypoints, const int person, const int numberKeypoints, const float threshold) -  +OP_API Rectangle< float > getKeypointsRectangle (const Array< float > &keypoints, const int person, const float threshold) +  OP_API float getAverageScore (const Array< float > &keypoints, const int person)   -OP_API float getKeypointsArea (const Array< float > &keypoints, const int person, const int numberKeypoints, const float threshold) -  +OP_API float getKeypointsArea (const Array< float > &keypoints, const int person, const float threshold) +  OP_API int getBiggestPerson (const Array< float > &keypoints, const float threshold)   OP_API void putTextOnCvMat (cv::Mat &cvMat, const std::string &textToDisplay, const Point< int > &position, const cv::Scalar &color, const bool normalizeWidth) @@ -3385,7 +3385,7 @@ template<class T > - +
    @@ -3401,12 +3401,6 @@ template<class T > - - - - - - @@ -3423,7 +3417,7 @@ template<class T > - +
    const int  person,
    const int numberKeypoints,
    @@ -3439,12 +3433,6 @@ template<class T > - - - - - - diff --git a/html/navtreeindex3.js b/html/navtreeindex3.js index 575a6b51..8178d45c 100644 --- a/html/navtreeindex3.js +++ b/html/navtreeindex3.js @@ -164,13 +164,13 @@ var NAVTREEINDEX3 = "keypoint_8hpp.html":[2,0,0,0,9,8], "keypoint_8hpp.html#a0d3788b482df5017c8214d4f8cdaf660":[2,0,0,0,9,8,7], "keypoint_8hpp.html#a0dd0211bd87bb13345294af1390555b7":[2,0,0,0,9,8,6], -"keypoint_8hpp.html#a0ed46e7438a7b5386434dc6c6731fdb7":[2,0,0,0,9,8,5], "keypoint_8hpp.html#a1c6d17a9f442da1795540e2d1023129c":[2,0,0,0,9,8,9], "keypoint_8hpp.html#a22864d3d38f8020596d921951cf67750":[2,0,0,0,9,8,2], "keypoint_8hpp.html#a29e26ec36e2ca8b8e0b7b6180f9315e3":[2,0,0,0,9,8,1], "keypoint_8hpp.html#a5333b783eb8c9dbd4295d472a0dd44a4":[2,0,0,0,9,8,0], -"keypoint_8hpp.html#a87e601f12524c4d1735946ae5c99a796":[2,0,0,0,9,8,4], "keypoint_8hpp.html#a88b83fabe52c73ed5c4f131c4ce75651":[2,0,0,0,9,8,3], +"keypoint_8hpp.html#aa2cc07e56f471c5e1d5f228c70ce6a05":[2,0,0,0,9,8,4], +"keypoint_8hpp.html#afb230634bc4a07f84ca91ebaf13e385f":[2,0,0,0,9,8,5], "keypoint_8hpp.html#affdd0ecec773d38da5348e6eb482396e":[2,0,0,0,9,8,8], "keypoint_8hpp_source.html":[2,0,0,0,9,8], "keypoint_json_saver_8hpp.html":[2,0,0,0,3,8], diff --git a/html/search/all_6.js b/html/search/all_6.js index f16c4f1f..3146bbac 100644 --- a/html/search/all_6.js +++ b/html/search/all_6.js @@ -25,8 +25,8 @@ var searchData= ['getheatmaps',['getHeatMaps',['../classop_1_1_face_extractor.html#af326457ed8977781fe48f1086ac5efee',1,'op::FaceExtractor::getHeatMaps()'],['../classop_1_1_hand_extractor.html#af5ce8cd602820921de3ec3f676aacf0d',1,'op::HandExtractor::getHeatMaps()'],['../classop_1_1_pose_extractor.html#a1f91723c5d541a2872637a1510da76e6',1,'op::PoseExtractor::getHeatMaps()']]], ['getheatmapsize',['getHeatMapSize',['../classop_1_1_pose_extractor.html#a81157b4616955598fcf6de5d9676f21b',1,'op::PoseExtractor::getHeatMapSize()'],['../classop_1_1_pose_extractor_caffe.html#afbc016c8dcd439d6389c63b9f4cebf22',1,'op::PoseExtractorCaffe::getHeatMapSize()']]], ['getisrunningsharedptr',['getIsRunningSharedPtr',['../classop_1_1_thread_manager.html#a48ea53b3de4d09c84db18e2c31ce1be1',1,'op::ThreadManager']]], - ['getkeypointsarea',['getKeypointsArea',['../namespaceop.html#a87e601f12524c4d1735946ae5c99a796',1,'op']]], - ['getkeypointsrectangle',['getKeypointsRectangle',['../namespaceop.html#a0ed46e7438a7b5386434dc6c6731fdb7',1,'op']]], + ['getkeypointsarea',['getKeypointsArea',['../namespaceop.html#aa2cc07e56f471c5e1d5f228c70ce6a05',1,'op']]], + ['getkeypointsrectangle',['getKeypointsRectangle',['../namespaceop.html#afb230634bc4a07f84ca91ebaf13e385f',1,'op']]], ['getlastnumber',['getLastNumber',['../namespaceop.html#ab670c693d8e4a540cfe75ce8383b6d10',1,'op']]], ['getlogmodes',['getLogModes',['../classop_1_1_configure_log.html#a01eebce325f7e401601804d58fd3a2b2',1,'op::ConfigureLog']]], ['getmaxsize',['getMaxSize',['../classop_1_1_queue_base.html#a25255992523051f7d2a82694ffe7a1cf',1,'op::QueueBase']]], diff --git a/html/search/functions_6.js b/html/search/functions_6.js index e79c033b..e7a82011 100644 --- a/html/search/functions_6.js +++ b/html/search/functions_6.js @@ -25,8 +25,8 @@ var searchData= ['getheatmaps',['getHeatMaps',['../classop_1_1_face_extractor.html#af326457ed8977781fe48f1086ac5efee',1,'op::FaceExtractor::getHeatMaps()'],['../classop_1_1_hand_extractor.html#af5ce8cd602820921de3ec3f676aacf0d',1,'op::HandExtractor::getHeatMaps()'],['../classop_1_1_pose_extractor.html#a1f91723c5d541a2872637a1510da76e6',1,'op::PoseExtractor::getHeatMaps()']]], ['getheatmapsize',['getHeatMapSize',['../classop_1_1_pose_extractor.html#a81157b4616955598fcf6de5d9676f21b',1,'op::PoseExtractor::getHeatMapSize()'],['../classop_1_1_pose_extractor_caffe.html#afbc016c8dcd439d6389c63b9f4cebf22',1,'op::PoseExtractorCaffe::getHeatMapSize()']]], ['getisrunningsharedptr',['getIsRunningSharedPtr',['../classop_1_1_thread_manager.html#a48ea53b3de4d09c84db18e2c31ce1be1',1,'op::ThreadManager']]], - ['getkeypointsarea',['getKeypointsArea',['../namespaceop.html#a87e601f12524c4d1735946ae5c99a796',1,'op']]], - ['getkeypointsrectangle',['getKeypointsRectangle',['../namespaceop.html#a0ed46e7438a7b5386434dc6c6731fdb7',1,'op']]], + ['getkeypointsarea',['getKeypointsArea',['../namespaceop.html#aa2cc07e56f471c5e1d5f228c70ce6a05',1,'op']]], + ['getkeypointsrectangle',['getKeypointsRectangle',['../namespaceop.html#afb230634bc4a07f84ca91ebaf13e385f',1,'op']]], ['getlastnumber',['getLastNumber',['../namespaceop.html#ab670c693d8e4a540cfe75ce8383b6d10',1,'op']]], ['getlogmodes',['getLogModes',['../classop_1_1_configure_log.html#a01eebce325f7e401601804d58fd3a2b2',1,'op::ConfigureLog']]], ['getmaxsize',['getMaxSize',['../classop_1_1_queue_base.html#a25255992523051f7d2a82694ffe7a1cf',1,'op::QueueBase']]],
    const int  person,
    const int numberKeypoints,