关于如何使用混合高斯 opencv 实现的任何教程/好的文档?

发布于 2024-10-15 20:16:55 字数 1539 浏览 9 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

茶花眉 2024-10-22 20:16:55

这些函数没有文档记录(至少就手册而言)。但是,如果您查看源代码,您会在 src/cvaux/cvbgfg_gaussmix.cpp 中找到它们。那里:

这是基于“改进的
自适应背景混合模型
阴影实时跟踪
检测”作者:P. KaewTraKulPong 和 R.
鲍登
http://personal.ee.surrey.ac .uk/Personal/R.Bowden/publications/avbs01/avbs01.pdf
使用了开窗方法,但没有
阴影检测。我做了一些
我自己的修改使更多
感觉。有些地方有一些错误
他们的方程。

该链接对您来说可能是一个好的开始。

These functions are undocumented (at least as far as the manual goes). However, if you look around in the source, you will find them in src/cvaux/cvbgfg_gaussmix.cpp. In there:

This is based on the "An Improved
Adaptive Background Mixture Model for
Real-time Tracking with Shadow
Detection" by P. KaewTraKulPong and R.
Bowden
http://personal.ee.surrey.ac.uk/Personal/R.Bowden/publications/avbs01/avbs01.pdf
The windowing method is used, but not
the shadow detection. I make some of
my own modifications which make more
sense. There are some errors in some
of their equations.

That link is probably a good start for you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文