摘要:
#include "opencv2/highgui/highgui.hpp"#include using namespace cv;using namespace std;int main(int argc, char* argv[]){ VideoCapture cap(0); // open the video camera no. 0 if (!cap.isOpened()) // if not success, exit program { cout >frame; imshow("MyVideo", frame); //show th.. 阅读全文
posted @ 2014-03-04 20:07
xlturing
阅读(6918)
评论(2)
推荐(0)

浙公网安备 33010602011771号