8000 GitHub - ZheyuanXie/KLT-Feature-Tracking: A Python implementation of the Kanade–Lucas–Tomasi (KLT) feature tracker
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ZheyuanXie/KLT-Feature-Tracking

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0