Skip to content

Project 1 - Motion Detection Using simple image filtering.

Notifications You must be signed in to change notification settings

aryaman-patel/cv_motion_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Motion Detection

Project 1 - Motion Detection Using simple image filtering.

To do:

  • Temporal filtering general code.
  • Filter using Prewitt mask
  • Derivative of Gaussian.
  • Smoothing filters (Box/Gaussain).
  • Simple noise estimation.
  • "Strategize" thresholding.
  • Apply the smoothing filters and compare outputs.
  • Write report.

Output:

  1. Simple absolute difference implementation -

Simple_10

  1. Using 1D Prewitt Mask -

Prewitt

  1. Using 1D Derivative of Gaussian -
  • Tsigma - 0.75

DoG0_75

  • Tsigma - 1.4

DoG1_4


About

Project 1 - Motion Detection Using simple image filtering.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published