OpenGL integration with OpenCV
My program requires me to use OpenCV with openGL. To the best of my knowledge, currently only Win32 openCV supports OpenGL integration and not the x64 version. Please correct me if I am wrong. Also is OpenGL interoperatibility coming to the x64 version anytime soon?
Thanks.
OpenGL works with 32 bits and 64 bits. There is a bug in debug mode with VS 2012 and 2013 but it works in release mode.
Of course you have to check option WITH_OPENGL in cmake configuration
@LBerger, just curious, which bug ?
opencv dev zone and in git
I don't know how to find keyword opengl in git issue
thanks a lot for looking it up !
(there is a search box left to the green 'new pull request' button,
is:issue is:open opengl
found it.)