42 #ifndef _KLT_TRACKER_H_
43 #define _KLT_TRACKER_H_
67 CKLTTracker(
int width,
int height,
int nLevels,
int nHalfWindowSize);
80 float *m_pScaleFactors;
82 const int m_nHalfWindowSize;
83 const int width, height;
Data structure for the representation of a 2D vector.
CKLTTracker(int width, int height, int nLevels, int nHalfWindowSize)
Implementation of the Kanade Lucas Tomasi optical flow tracking algorithm.
bool Track(const CByteImage *pImage, const Vec2d *pPoints, int nPoints, Vec2d *pResultPoints)
Data structure for the representation of 8-bit grayscale images and 24-bit RGB (or HSV) color images ...