【OpenCV学习笔记】【函数学习】三(cvGetCaptureProperty函数)
penCV中提供了一个函数cvGetCaptureProperty(Capture* cap,int property_index)函数来获取视频文件的一些属性,这是其中的OpenCV中属性的一些宏定义:#define CV_CAP_PROP_POS_MSEC 0#define CV_CAP_PROP_POS_FRAMES 1#define CV_CAP_PRO