如何调用opencv函数“cvCreateContourTree()”在Python中?
我正在尝试使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它只是称为 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".