OpenGL to cv::cuda::GpuMat

asked 2018-08-26 14:39:35 -0600

Pessanha24 gravatar image

Hi,

It is possible to convert a rendered OpenGL object to GpuMat directly without using cv::ogl?

I don't want to use glReadPixels, and them send the information again to the GPU for performance reasons.

Thanks

edit retag flag offensive close merge delete