OpenCV with OpenGL support

asked 2014-05-22 19:52:08 -0600

Hi guys, I built OpenCV libs with OpenGL support enabled in CMAKE. The build process went without problems. Then I could generate the install folder with include/bin/lib from vs2010. However, when I try to create an OpenGL windows like cv::namedWindow("ogl", cv::WINDOW_OPENGL). It still says library was built without OpenGL.

Thanks for any help

edit retag flag offensive close merge delete