IVT
CKLTTracker Class Reference

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)
 

Detailed Description

Implementation of the Kanade Lucas Tomasi optical flow tracking algorithm.

Definition at line 63 of file KLTTracker.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

bool CKLTTracker::Track ( const CByteImage pImage,
const Vec2d pPoints,
int  nPoints,
Vec2d pResultPoints 
)

Definition at line 118 of file KLTTracker.cpp.


The documentation for this class was generated from the following files: