OpenPose  1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
op::KeepTopNPeople Class Reference

#include <keepTopNPeople.hpp>

Public Member Functions

 KeepTopNPeople (const int numberPeopleMax)
 
virtual ~KeepTopNPeople ()
 
Array< float > keepTopPeople (const Array< float > &peopleArrays, const Array< float > &poseScores) const
 

Detailed Description

Definition at line 8 of file keepTopNPeople.hpp.

Constructor & Destructor Documentation

◆ KeepTopNPeople()

op::KeepTopNPeople::KeepTopNPeople ( const int  numberPeopleMax)
explicit

◆ ~KeepTopNPeople()

virtual op::KeepTopNPeople::~KeepTopNPeople ( )
virtual

Member Function Documentation

◆ keepTopPeople()

Array<float> op::KeepTopNPeople::keepTopPeople ( const Array< float > &  peopleArrays,
const Array< float > &  poseScores 
) const

The documentation for this class was generated from the following file: