#include <VisionX/vision_algorithms/HandLocalizationWithFingertips/HandModel/HandModelV2.h>
|
| CHandModelV2 (std::string sConfigFileName, CStereoCalibration *pStereoCalibration) |
|
virtual void | UpdateHand (double *pConfig) |
|
void | UpdateHand (Vec3d vHandPosition, Mat3d mHandOrientation, float fPalmJointAngle, std::vector< std::vector< float > > &aFingerJointAngles) |
|
virtual | ~CHandModelV2 () |
|
Definition at line 40 of file HandModelV2.h.
◆ CHandModelV2() [1/2]
CHandModelV2 |
( |
std::string |
sConfigFileName, |
|
|
CStereoCalibration * |
pStereoCalibration |
|
) |
| |
◆ ~CHandModelV2()
◆ CHandModelV2() [2/2]
◆ CalcProjectedPolygons()
void CalcProjectedPolygons |
( |
| ) |
|
|
protected |
◆ GetNextNonCommentLine()
std::string GetNextNonCommentLine |
( |
std::ifstream & |
sFileStream | ) |
|
|
protected |
◆ UpdateHand() [1/2]
void UpdateHand |
( |
double * |
pConfig | ) |
|
|
virtual |
◆ UpdateHand() [2/2]
void UpdateHand |
( |
Vec3d |
vHandPosition, |
|
|
Mat3d |
mHandOrientation, |
|
|
float |
fPalmJointAngle, |
|
|
std::vector< std::vector< float > > & |
aFingerJointAngles |
|
) |
| |
◆ m_aFingerJointsInWorldCS
std::vector<std::vector<Vec3d> > m_aFingerJointsInWorldCS |
◆ m_aFingers
◆ m_aFingerTipCornersInWorldCS
std::vector<std::vector<Vec3d> > m_aFingerTipCornersInWorldCS |
◆ m_aFingerTipPolygonsLeftCam
◆ m_aFingerTipPolygonsRightCam
◆ m_aOffsetsToFingers
std::vector<Vec3d> m_aOffsetsToFingers |
|
protected |
◆ m_fPalmJointAngle
◆ m_fTrackingBallRadius
float m_fTrackingBallRadius |
|
protected |
◆ m_fTrackingBallRadiusLeftCam
float m_fTrackingBallRadiusLeftCam |
◆ m_fTrackingBallRadiusRightCam
float m_fTrackingBallRadiusRightCam |
◆ m_mHandOrientation
◆ m_pStereoCalibration
CStereoCalibration* m_pStereoCalibration |
|
protected |
◆ m_vHandPosition
◆ m_vTrackingBallOffset
Vec3d m_vTrackingBallOffset |
|
protected |
◆ m_vTrackingBallPosLeftCam
Vec2d m_vTrackingBallPosLeftCam |
◆ m_vTrackingBallPosRightCam
Vec2d m_vTrackingBallPosRightCam |
The documentation for this class was generated from the following files:
- VisionX/vision_algorithms/HandLocalizationWithFingertips/HandModel/HandModelV2.h
- VisionX/vision_algorithms/HandLocalizationWithFingertips/HandModel/HandModelV2.cpp