OpenPose  1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
op::KeypointScaler Member List

This is the complete list of members for op::KeypointScaler, including all inherited members.

KeypointScaler(const ScaleMode scaleMode)op::KeypointScalerexplicit
scale(Array< float > &arrayToScale, const double scaleInputToOutput, const double scaleNetToOutput, const Point< int > &producerSize) constop::KeypointScaler
scale(std::vector< Array< float >> &arraysToScale, const double scaleInputToOutput, const double scaleNetToOutput, const Point< int > &producerSize) constop::KeypointScaler
scale(std::vector< std::vector< std::array< float, 3 >>> &poseCandidates, const double scaleInputToOutput, const double scaleNetToOutput, const Point< int > &producerSize) constop::KeypointScaler
~KeypointScaler()op::KeypointScalervirtual