OpenPose
1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
|
This is the complete list of members for op::KeypointScaler, including all inherited members.
KeypointScaler(const ScaleMode scaleMode) | op::KeypointScaler | explicit |
scale(Array< float > &arrayToScale, const double scaleInputToOutput, const double scaleNetToOutput, const Point< int > &producerSize) const | op::KeypointScaler | |
scale(std::vector< Array< float >> &arraysToScale, const double scaleInputToOutput, const double scaleNetToOutput, const Point< int > &producerSize) const | op::KeypointScaler | |
scale(std::vector< std::vector< std::array< float, 3 >>> &poseCandidates, const double scaleInputToOutput, const double scaleNetToOutput, const Point< int > &producerSize) const | op::KeypointScaler | |
~KeypointScaler() | op::KeypointScaler | virtual |