MotionDetection Save

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

Project README

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.

Open Source Agenda is not affiliated with "MotionDetection" Project. README Source: Breakend/MotionDetection
Stars
47
Open Issues
2
Last Commit
6 years ago

Open Source Agenda Badge

Open Source Agenda Rating