阅读背景:

opencv3.10光流法和前景提取法

来源:互联网 
//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



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: