如何调用opencv函数“cvCreateContourTree()”在Python中?

发布于 2024-12-28 07:55:58 字数 157 浏览 0 评论 0原文

我正在尝试使用 OpenCV 2.3.1 在 Python 语言中使用 opencv 函数 cvCreateContourTree() 。但是我似乎无法找到这个函数的确切实现。诸如 cv.CreateContourTree() 之类的直观调用将不起作用。

有人可以指导我正确的方向吗?

I am trying to use the opencv function cvCreateContourTree() using OpenCV 2.3.1 in the Python language. However I cannot seem to get find the exact implementation of this function. Intuitive calls such as cv.CreateContourTree() will not work.

Can someone please guide me in the right direction?

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

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

发布评论

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

评论(1

弄潮 2025-01-04 07:55:58

它只是称为 CreateContourTree - 请参阅 http://opencv.willowgarage.com/documentation /python/structural_analysis_and_shape_descriptors.html#index-1109

这是 Google 上“python”的热门搜索创建轮廓树”。

It's just called CreateContourTree - see http://opencv.willowgarage.com/documentation/python/structural_analysis_and_shape_descriptors.html#index-1109

This was the top hit on Google for "python createContourTree".

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