CvCapture* m_Capture = cvCreateFileCapture(fileName); IplImage* frame = cvQueryFrame(m_Capture); int* buf = new int[frame->width*frame->height]; memcpy(buf, frame->imageData, frame->imageSize);
728x90
'Software Development > Application Develop' 카테고리의 다른 글
WPF 윈도우 프레임 없애기+이동시키기 (0) | 2014.10.27 |
---|---|
WPF DataBinding - INotifyPropertyChanged (0) | 2014.10.23 |
OpenCV 동영상에서 원하는 프레임만 가져오기 (1) | 2014.10.20 |
OpenCV 이미지 띄우기 (0) | 2014.10.20 |
C++/CLI 기본 예제 (1) | 2014.10.17 |