Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我通过使用在图像中找到了轮廓cvFindContours。现在我想在它们上面画一个矩形。我应该使用该cvBoundingRect方法对吗?这个函数的第一个参数是一个CvArr对象,但是我发现轮廓是CvSeq对象。我怎么解决这个问题?
cvFindContours
cvBoundingRect
CvArr
CvSeq
解决了。
你可以CvSeq投到CvArr