imshow using cl_khr_gl_sharing extension to show images (Feature #2615)
Description
It is possible to render image to screen without converting into cv::Mat (and without transfering into RAM if it was placed into the memory of the same GPU which will render it) using cl_khr_gl_sharing extension.
Associated revisions
Merge pull request #2615 from krodyush:pullreq/140319-PyrLKOpticalFlow-fix
History
Updated by Vadim Pisarevsky about 12 years ago
- Category set to ocl
- Assignee set to yao wang
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4465