1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

added GMG background segmentation algorithm by Andrew Godbehere, ticket #2065

This commit is contained in:
Vadim Pisarevsky
2012-06-28 16:24:48 +00:00
parent 35344569bf
commit e4b58ebff5
7 changed files with 1057 additions and 2 deletions
+1
View File
@@ -9,6 +9,7 @@
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/imgproc/imgproc_c.h"
#include "opencv2/video/tracking.hpp"
#include "opencv2/video/background_segm.hpp"
#include "opencv2/highgui/highgui.hpp"
#include <iostream>