Ta上传的资源 (0)

opencv视频播放控制 void onTrackbarSlider(int pos) { cvSetCaptureProperty( g_capture, CV_CAP_PROP_POS_FRAMES, pos ); frame_count = pos; }
C 32