//bgfg_segm.h
#ifndef BGFG_SEGM_H
#define BGFG_SEGM_H
#include "opencv2/core.hpp"
#include "opencv2/core/utility.hpp"
using namespace cv;
enum Method
{
MOG,
MOG2,
GMG,
FGD_STAT
};
extern void foregroundExtraction(const Mat &frmae, Method m);
#endif//bgfg_segm.h
#ifndef BGFG_SEGM_H
#define BGFG