|  | OpenPose
    1.7.0
    The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints | 
#include <openpose/core/common.hpp>Go to the source code of this file.
| Namespaces | |
| op | |
| Functions | |
| template<typename T > | |
| void | op::resizeAndMergeCpu (T *targetPtr, const std::vector< const T * > &sourcePtrs, const std::array< int, 4 > &targetSize, const std::vector< std::array< int, 4 >> &sourceSizes, const std::vector< T > &scaleInputToNetInputs={1.f}) | 
| template<typename T > | |
| void | op::resizeAndMergeGpu (T *targetPtr, const std::vector< const T * > &sourcePtrs, const std::array< int, 4 > &targetSize, const std::vector< std::array< int, 4 >> &sourceSizes, const std::vector< T > &scaleInputToNetInputs={1.f}) | 
| template<typename T > | |
| void | op::resizeAndMergeOcl (T *targetPtr, const std::vector< const T * > &sourcePtrs, std::vector< T * > &sourceTempPtrs, const std::array< int, 4 > &targetSize, const std::vector< std::array< int, 4 >> &sourceSizes, const std::vector< T > &scaleInputToNetInputs={1.f}, const int gpuID=0) | 
| template<typename T > | |
| void | op::resizeAndPadRbgGpu (T *targetPtr, const T *const srcPtr, const int sourceWidth, const int sourceHeight, const int targetWidth, const int targetHeight, const T scaleFactor) | 
| template<typename T > | |
| void | op::resizeAndPadRbgGpu (T *targetPtr, const unsigned char *const srcPtr, const int sourceWidth, const int sourceHeight, const int targetWidth, const int targetHeight, const T scaleFactor) |