开发者

Background Subtraction – Stauffer & Grimson’s Algorithm in opencv's latest versions

There is an implementation of that algorithm in opencv version 1.0 the function is cvCreateFGDStatModel to create the background model. But I can't find it in latest versions. Does anybody knows if it was removed or renamed? And 开发者_如何学Pythonif you know other open source of that algorithm please tell me.


It's still there, just add the appropriate include:

#include "opencv2/video/background_segm.hpp" // on OpenCV 2.3, it's inside this header!

#include "cv.h"
#include "highgui.h"
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜