#include <leapmapping.h>
|
| LeapMapping () |
|
| LeapMapping (int widthPx, int heightPx, float widthMM, float heightMM) |
|
virtual void | calculateMapping (const Point &translationVecPx) |
|
virtual void | mapPoints (vector< Point > &points, vector< Point > &mappedPoints) |
|
virtual void | mapPoints (Point &point, Point &mappedPoint) |
|
LeapMapping::LeapMapping |
( |
| ) |
|
LeapMapping::LeapMapping |
( |
int |
widthPx, |
|
|
int |
heightPx, |
|
|
float |
widthMM, |
|
|
float |
heightMM |
|
) |
| |
void LeapMapping::calculateMapping |
( |
const Point & |
translationVecPx | ) |
|
|
virtual |
void LeapMapping::mapPoints |
( |
vector< Point > & |
points, |
|
|
vector< Point > & |
mappedPoints |
|
) |
| |
|
virtual |
void LeapMapping::mapPoints |
( |
Point & |
point, |
|
|
Point & |
mappedPoint |
|
) |
| |
|
virtual |
float LeapMapping::numPxperMM_height |
|
protected |
float LeapMapping::numPxperMM_width |
|
protected |
Mat LeapMapping::transformationMatrix |
|
protected |
The documentation for this class was generated from the following files: