OpenPose
1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
keepTopNPeople.hpp
Go to the documentation of this file.
1
#ifndef OPENPOSE_CORE_KEEP_TOP_N_PEOPLE_HPP
2
#define OPENPOSE_CORE_KEEP_TOP_N_PEOPLE_HPP
3
4
#include <
openpose/core/common.hpp
>
5
6
namespace
op
7
{
8
class
OP_API
KeepTopNPeople
9
{
10
public
:
11
explicit
KeepTopNPeople
(
const
int
numberPeopleMax);
12
13
virtual
~KeepTopNPeople
();
14
15
Array<float>
keepTopPeople
(
const
Array<float>
& peopleArrays,
const
Array<float>
& poseScores)
const
;
16
17
private
:
18
const
int
mNumberPeopleMax;
19
};
20
}
21
22
#endif
// OPENPOSE_CORE_KEEP_TOP_N_PEOPLE_HPP
op::Array< float >
op::KeepTopNPeople
Definition:
keepTopNPeople.hpp:9
op::KeepTopNPeople::keepTopPeople
Array< float > keepTopPeople(const Array< float > &peopleArrays, const Array< float > &poseScores) const
op::KeepTopNPeople::~KeepTopNPeople
virtual ~KeepTopNPeople()
op::KeepTopNPeople::KeepTopNPeople
KeepTopNPeople(const int numberPeopleMax)
common.hpp
OP_API
#define OP_API
Definition:
macros.hpp:18
op
Definition:
cameraParameterReader.hpp:7
include
openpose
core
keepTopNPeople.hpp
Generated by
1.9.1