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

Go to the source code of this file.

Namespaces

 op
 

Functions

OP_API void op::unrollArrayToUCharCvMat (Matrix &matResult, const Array< float > &array)
 
OP_API void op::uCharCvMatToFloatPtr (float *floatPtrImage, const Matrix &matImage, const int normalize)
 
OP_API double op::resizeGetScaleFactor (const Point< int > &initialSize, const Point< int > &targetSize)
 
OP_API void op::keepRoiInside (Rectangle< int > &roi, const int imageWidth, const int imageHeight)
 
OP_API void op::transpose (Matrix &matrix)
 
OP_API void op::rotateAndFlipFrame (Matrix &frame, const double rotationAngle, const bool flipFrame=false)
 
OP_API int op::getCvCapPropFrameCount ()
 
OP_API int op::getCvCapPropFrameFps ()
 
OP_API int op::getCvCapPropFrameWidth ()
 
OP_API int op::getCvCapPropFrameHeight ()
 
OP_API int op::getCvFourcc (const char c1, const char c2, const char c3, const char c4)
 
OP_API int op::getCvImwriteJpegQuality ()
 
OP_API int op::getCvImwritePngCompression ()
 
OP_API int op::getCvLoadImageAnydepth ()
 
OP_API int op::getCvLoadImageGrayScale ()