Goga1992 / feintrack

Motion detector for video surveillance system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

travis ci:

A motion detector for video surveillance system.

  1. Background subtraction algorithm based on Gaussian or Mixture of Gaussians model for each pixel.
  2. Depends of the OpenCV (only for video capture and visualization) and CMake.
  3. Detector has CUDA implementation of the background subtraction and segmentation algorithms. Tested with CUDA 6.5 on Windows 10: compilation passed, but work with bugs
  • Simple Abandoned detector:

Simple Abandoned detector:

P.S. Now it's a hobby project. A source codes from my (unwritten) PhD dissertation.

About

Motion detector for video surveillance system

License:MIT License


Languages

Language:C++ 87.5%Language:Cuda 9.0%Language:C 2.2%Language:CMake 1.3%