yzbx / surveillance-video-system

a matlab surveillance video system

Home Page:http://blog.csdn.net/u010598445/article/details/47822195

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

surveillance-video-system

a matlab surveillance video system

2015-09-04

homepage

foreground detection

  • use bgslibrary.
  • add background init.
  • remove noise of foreground mask.
  • remove abrupt mask change due to light change.
  • use connected component analysis --> findContours --> SimpleBlobDetector
  • corner/point feature: surf,
  • edge/contour feature: ???
  • blob/area feature ???

object tracking / multi-object tracking

  • use kalman + hungarian
  • hierarchy tracking
  • graph-based / tree-based
  • energy-based

object recognization

object classification

event detection

wonderful dataset used in project.


bug for use DLib, but this can make compile success.

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib:/home/yzbx/linux/miniconda2/lib

$: pkg-config --libs bgsawk: symbol lookup error: /home/yzbx/linux/miniconda2/lib/libreadline.so.6: undefined symbol: PC
awk: symbol lookup error: /home/yzbx/linux/miniconda2/lib/libreadline.so.6: undefined symbol: PC

About

a matlab surveillance video system

http://blog.csdn.net/u010598445/article/details/47822195


Languages

Language:C++ 86.3%Language:MATLAB 9.4%Language:Python 2.6%Language:QMake 1.6%Language:C 0.2%