ZheyuanXie / KLT-Feature-Tracking

A Python implementation of the Kanade–Lucas–Tomasi (KLT) feature tracker
90 stars 23 forks source link

KLT-Feature-Tracking

Getting Started

Dependency

Run objectTracking.py to evaluate.

Method

Step1 Generate Feature Points

feature detection

Step2 Estimate Direction of Motion

optical flow

Step3 Estimate and Apply Geometric Transform

affine transformation

Reject outliers by thresholing.