OpenPose  1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
op::UdpSender Class Reference

#include <udpSender.hpp>

Public Member Functions

 UdpSender (const std::string &udpHost, const std::string &udpPort)
 
virtual ~UdpSender ()
 
void sendJointAngles (const double *const adamPosePtr, const int adamPoseRows, const double *const adamTranslationPtr, const double *const adamFaceCoeffsExpPtr, const int faceCoeffRows)
 

Detailed Description

Definition at line 8 of file udpSender.hpp.

Constructor & Destructor Documentation

◆ UdpSender()

op::UdpSender::UdpSender ( const std::string &  udpHost,
const std::string &  udpPort 
)

◆ ~UdpSender()

virtual op::UdpSender::~UdpSender ( )
virtual

Member Function Documentation

◆ sendJointAngles()

void op::UdpSender::sendJointAngles ( const double *const  adamPosePtr,
const int  adamPoseRows,
const double *const  adamTranslationPtr,
const double *const  adamFaceCoeffsExpPtr,
const int  faceCoeffRows 
)

The documentation for this class was generated from the following file: