Skip to content

This repository provides an implementation to display an image contained in cv::Mat via OpenGL.

License

Notifications You must be signed in to change notification settings

kamino410/gl_imshow

Repository files navigation

gl_imshow

OpenCV's highgui module provides awesome GUI features. However, it is a little heavy to use for displaying image in fast real-time applications such as VR and AR (~40FPS).

This repository provides an implementation to display an image contained in cv::Mat via OpenGL.

https://kamino.hatenablog.com/entry/gl_imshow

Requirements

  • GLEW
  • GLFW3
  • OpenCV

Testing environment

Achieved ~480FPS in the following environment.

  • Windows 10
  • GTX 1080 Ti
  • GLEW 2.2.0
  • GLFW 3.3.2

About

This repository provides an implementation to display an image contained in cv::Mat via OpenGL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published