OpenPose  1.0.0rc2
OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
personIdExtractor.hpp
Go to the documentation of this file.
1 #ifndef OPENPOSE_TRACKING_PERSON_ID_EXTRACTOR_HPP
2 #define OPENPOSE_TRACKING_PERSON_ID_EXTRACTOR_HPP
3 
5 
6 namespace op
7 {
9  {
10  public:
12 
13  virtual ~PersonIdExtractor();
14 
15  Array<long long> extractIds(const Array<float>& poseKeypoints);
16 
17  private:
18  long long mNextPersonId;
19 
21  };
22 }
23 
24 #endif // OPENPOSE_TRACKING_PERSON_ID_EXTRACTOR_HPP
#define DELETE_COPY(className)
Definition: macros.hpp:30
Definition: personIdExtractor.hpp:8
#define OP_API
Definition: macros.hpp:15