├── LICENSE ├── README.md └── background_model ├── BackgroundGMM.cpp ├── BackgroundGMM.h └── main.cpp /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/safeng/Background-Modeling/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/safeng/Background-Modeling/HEAD/README.md -------------------------------------------------------------------------------- /background_model/BackgroundGMM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/safeng/Background-Modeling/HEAD/background_model/BackgroundGMM.cpp -------------------------------------------------------------------------------- /background_model/BackgroundGMM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/safeng/Background-Modeling/HEAD/background_model/BackgroundGMM.h -------------------------------------------------------------------------------- /background_model/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/safeng/Background-Modeling/HEAD/background_model/main.cpp --------------------------------------------------------------------------------