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::Array< T >, including all inherited members.
Array(const int size) | op::Array< T > | explicit |
Array(const std::vector< int > &sizes={}) | op::Array< T > | explicit |
Array(const int size, const T value) | op::Array< T > | |
Array(const std::vector< int > &sizes, const T value) | op::Array< T > | |
Array(const int size, T *const dataPtr) | op::Array< T > | |
Array(const std::vector< int > &sizes, T *const dataPtr) | op::Array< T > | |
Array(const Array< T > &array, const int index, const bool noCopy=false) | op::Array< T > | |
Array(const Array< T2 > &array) | op::Array< T > | inline |
Array(const Array< T > &array) | op::Array< T > | |
Array(Array< T > &&array) | op::Array< T > | |
at(const int index) | op::Array< T > | inline |
at(const int index) const | op::Array< T > | inline |
at(const std::vector< int > &indexes) | op::Array< T > | inline |
at(const std::vector< int > &indexes) const | op::Array< T > | inline |
clone() const | op::Array< T > | |
empty() const | op::Array< T > | inline |
getConstCvMat() const | op::Array< T > | |
getConstPtr() const | op::Array< T > | inline |
getCvMat() | op::Array< T > | |
getNumberDimensions() const | op::Array< T > | inline |
getPseudoConstPtr() const | op::Array< T > | inline |
getPtr() | op::Array< T > | inline |
getSize() const | op::Array< T > | inline |
getSize(const int index) const | op::Array< T > | |
getStride() const | op::Array< T > | |
getStride(const int index) const | op::Array< T > | |
getVolume() const | op::Array< T > | inline |
getVolume(const int indexA, const int indexB=-1) const | op::Array< T > | |
operator=(const Array< T > &array) | op::Array< T > | |
operator=(Array< T > &&array) | op::Array< T > | |
operator[](const int index) | op::Array< T > | inline |
operator[](const int index) const | op::Array< T > | inline |
operator[](const std::vector< int > &indexes) | op::Array< T > | inline |
operator[](const std::vector< int > &indexes) const | op::Array< T > | inline |
printSize() const | op::Array< T > | |
reset(const int size) | op::Array< T > | |
reset(const std::vector< int > &sizes={}) | op::Array< T > | |
reset(const int size, const T value) | op::Array< T > | |
reset(const std::vector< int > &sizes, const T value) | op::Array< T > | |
reset(const int size, T *const dataPtr) | op::Array< T > | |
reset(const std::vector< int > &sizes, T *const dataPtr) | op::Array< T > | |
setFrom(const Matrix &cvMat) | op::Array< T > | |
setTo(const T value) | op::Array< T > | |
toString() const | op::Array< T > |