OpenPose  1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
string.hpp File Reference

Go to the source code of this file.

Namespaces

 op
 

Functions

OP_API unsigned long long op::getLastNumber (const std::string &string)
 
template<typename T >
std::string op::toFixedLengthString (const T number, const unsigned long long stringLength=0)
 
OP_API std::vector< std::string > op::splitString (const std::string &stringToSplit, const std::string &delimiter)
 
OP_API std::string op::toLower (const std::string &string)
 
OP_API std::string op::toUpper (const std::string &string)
 
OP_API std::string op::remove0sFromString (const std::string &string)
 
OP_API std::string op::getFirstNumberOnString (const std::string &string)