Navigation Menu

Skip to content

Breakend/MotionDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A parallelized motion detection implementation of Yi et al.’s dual-mode SGM background subtraction model.

If you use our implementation please cite:

@article{henderson2017analysis,
  title={An Analysis of Parallelized Motion Masking Using Dual-Mode Single Gaussian Models},
  author={Henderson, Peter and Vertescher, Matthew},
  journal={arXiv preprint arXiv:1702.05156},
  year={2017}
}

The CUDA implementation of our code is in the cuda folder. Both the serial and parallelized tbb versions of our code reside in the same folder: serial_and_tbb. They can both be seen in the main.cpp and DualSGM.cpp files.

About

A project on motion detection in a noisy environment (shaky or moving camera), through background subtraction with single Gaussian models.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published