Windows 7 的 cvblobslib python 接口
有没有办法让 cvblobslib python 接口在 Windows 上工作?经过很多麻烦之后,我的 opencv 接口可以正常工作了。任何帮助将不胜感激。
Is there a way to get the cvblobslib python interface working on windows? I have the opencv interface working after a lot of hassles. Any help would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,你可以使用 pyblob。它是 swig 为 cvbloblib 生成的 python 包装器。检查下面的链接:
code.google.com/p/pyblobs/
还有另一个库,cvBlob。它也类似于cvbloblib。
code.google.com/p/cvblob/
它还有一个 python 包装器。
https://github.com/oostendo/cvblob-python
尝试最适合您的方法。
Well, you can use pyblob. It is swig generated python wrapper for cvbloblib. Check below link:
code.google.com/p/pyblobs/
There is another library, cvBlob. It is also similar to cvbloblib.
code.google.com/p/cvblob/
It also has got a python wrapper.
https://github.com/oostendo/cvblob-python
Try whichever best suit you.