Skip to content

Algorithm for detecting apparent motion of image objects

License

Notifications You must be signed in to change notification settings

onlinex/OpticalFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Description

Algorithm for detecting apparent motion of image objects

Quick start

Project requires opencv and numpy libraries to run

Works stable with Python 3.6.1

Documentation

Algorithm steps

  • capture initial frame
  • search for points to track if needed
  • capture another frame
  • calculate the difference between tracked points
  • repeat the process exept the first step

The program displays the result as a video with marked tracing points. They are colored with blue. The clearer the motion the brighter the point

Examples

Points on left are less bright because that part of the train moves visually slower

About

Algorithm for detecting apparent motion of image objects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages