Skip to content

it's a tool to find out the moving object in dynamic background (especially while car driving) based on OpenCV and VS2013.

Notifications You must be signed in to change notification settings

Yucao42/ADAS-moving-object-detection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

moving-object-detection

It's a tool which can find out the moving object based on OpenCV and VS2013.

The main idea is optical flow:

     as for static background: Harris corners + SAD.
     as for dynamic background: Harris corners + LK sparse optical flow + Fundamental Matrix (epipolar constraint).






About

it's a tool to find out the moving object in dynamic background (especially while car driving) based on OpenCV and VS2013.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%