OpenPose
1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
|
Go to the source code of this file.
Namespaces | |
op | |
Functions | |
template<typename T > | |
char | op::positiveCharRound (const T a) |
template<typename T > | |
signed char | op::positiveSCharRound (const T a) |
template<typename T > | |
int | op::positiveIntRound (const T a) |
template<typename T > | |
long | op::positiveLongRound (const T a) |
template<typename T > | |
long long | op::positiveLongLongRound (const T a) |
template<typename T > | |
unsigned char | op::uCharRound (const T a) |
template<typename T > | |
unsigned int | op::uIntRound (const T a) |
template<typename T > | |
unsigned long | op::ulongRound (const T a) |
template<typename T > | |
unsigned long long | op::uLongLongRound (const T a) |
template<typename T > | |
T | op::fastMax (const T a, const T b) |
template<typename T > | |
T | op::fastMin (const T a, const T b) |
template<class T > | |
T | op::fastTruncate (T value, T min=0, T max=1) |