Using DirectShow to capture frames and OpenCV to Process

白昼怎懂夜的黑 提交于 2019-12-04 11:52:50

问题


I have made two different solutions for Video-to-Image Capturing and was wondering if I could intertwine the best of both worlds. I am currently using DirectShow to load in an AVI file and capture images. However, DirectShow's lack of image processing capabilities and the need to make additional filters have stopped me dead in my tracks.

I then turned to OpenCV.

It has all the image processing functions I need, but it has trouble loading in the videos that the DirectShow solution was able to retrieve. Are there any tutorials online about this process or anything close to it? Thanks for any advice.


回答1:


Yes, here is a link to an article: http://opencv.willowgarage.com/wiki/DirectShow



来源:https://stackoverflow.com/questions/5018092/using-directshow-to-capture-frames-and-opencv-to-process

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!