【发布时间】:2013-11-18 13:31:51
【问题描述】:
文档没有说什么...但是这个,但是 cvCapture 是一个 C 类型。
" 注意
In C API, when you finished working with video, release
CvCapture structure with cvReleaseCapture(), or
use Ptr<CvCapture> that calls cvReleaseCapture() automa
tically in the destructor."
我认为 VideoCapture 是一个对象,但不是吗?
【问题讨论】: