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