OpenGL integration with OpenCV

asked 2015-09-09 01:02:47 -0600

ashray.malhotra gravatar image

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.

edit retag flag offensive close merge delete

Comments

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 gravatar imageLBerger ( 2015-09-09 01:52:22 -0600 )edit

@LBerger, just curious, which bug ?

berak gravatar imageberak ( 2015-09-09 04:25:16 -0600 )edit

opencv dev zone and in git

I don't know how to find keyword opengl in git issue

LBerger gravatar imageLBerger ( 2015-09-09 06:49:45 -0600 )edit

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.)

berak gravatar imageberak ( 2015-09-09 06:57:52 -0600 )edit