Skip to content

Justin-Le/ReflectiveTrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReflectiveTrack

An object tracker that attempts to filter out moving reflections.

Based on the lk_track sample from OpenCV 3.1.0.

Technique:

  • Lucas-Kanade optical flow, initialized with "Good Features to Track".
  • Bounding box drawn for moving vehicles.

Usage:

  • lk_track.py [<video_source>]
  • Press <Esc> to exit.

About

An object tracker that attempts to filter out moving reflections.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages