OvrvisionPro Hand tracking class.
More...
#include <ovrvision_tracking.h>
|
| | OvrvisionTracking (int w, int h, float focalpoint) |
| | Constructor. More...
|
| |
|
| ~OvrvisionTracking () |
| | Destructor.
|
| |
| void | SetImageBGRA (unsigned char *pLeftImage, unsigned char *pRightImage) |
| | Set the pointer of image data. More...
|
| |
| void | SetImageOpenCVImage (ovMat *pLeftImageMat, ovMat *pRightImageMat) |
| | Set the pointer of OpenCV Mat data. More...
|
| |
|
void | Render (bool calib, bool debug=false) |
| | Run hand detection processing.
|
| |
|
float | FingerPosX () |
| |
|
float | FingerPosY () |
| |
|
float | FingerPosZ () |
| |
|
void | SetHue () |
| |
OvrvisionPro Hand tracking class.
| OVR::OvrvisionTracking::OvrvisionTracking |
( |
int |
w, |
|
|
int |
h, |
|
|
float |
focalpoint |
|
) |
| |
Constructor.
- Parameters
-
| w | Image width. |
| h | Image height. |
| focalpoint | Image focal point. |
| void OVR::OvrvisionTracking::SetImageBGRA |
( |
unsigned char * |
pLeftImage, |
|
|
unsigned char * |
pRightImage |
|
) |
| |
Set the pointer of image data.
- Parameters
-
| pLeftImage | LeftImage buffer pointer. |
| pRightImage | RightImage buffer pointer. |
| void OVR::OvrvisionTracking::SetImageOpenCVImage |
( |
ovMat * |
pLeftImageMat, |
|
|
ovMat * |
pRightImageMat |
|
) |
| |
Set the pointer of OpenCV Mat data.
- Parameters
-
| pLeftImageMat | Left OpenCV Mat pointer. |
| pRightImageMat | Right OpenCV Mat pointer. |
The documentation for this class was generated from the following file: