Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.