IVT
|
Implementation of the Kanade Lucas Tomasi optical flow tracking algorithm. More...
#include <KLTTracker.h>
Public Member Functions | |
CKLTTracker (int width, int height, int nLevels, int nHalfWindowSize) | |
~CKLTTracker () | |
bool | Track (const CByteImage *pImage, const Vec2d *pPoints, int nPoints, Vec2d *pResultPoints) |
Implementation of the Kanade Lucas Tomasi optical flow tracking algorithm.
Definition at line 63 of file KLTTracker.h.
CKLTTracker::CKLTTracker | ( | int | width, |
int | height, | ||
int | nLevels, | ||
int | nHalfWindowSize | ||
) |
Definition at line 71 of file KLTTracker.cpp.
CKLTTracker::~CKLTTracker | ( | ) |
Definition at line 99 of file KLTTracker.cpp.
bool CKLTTracker::Track | ( | const CByteImage * | pImage, |
const Vec2d * | pPoints, | ||
int | nPoints, | ||
Vec2d * | pResultPoints | ||
) |
Definition at line 118 of file KLTTracker.cpp.