/KLT_Feature_Tracking

A Python implementation of the Kanade–Lucas–Tomasi (KLT) feature tracker

Primary LanguagePython

This is forked from https://github.com/ZheyuanXie/KLT-Feature-Tracking. The repo name has been changed to make a python package.


KLT-Feature-Tracking

Getting Started

Dependency

  • OpenCV
  • numpy
  • scipy
  • scikit-image

Usage

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.