Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 529 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 529 Bytes

OpenCV & OpenGL Tutorial

OpenCV & OpenGL Tutorial from http://blog.damiles.com

This tutorial show how to create a basic application to merge OpenCV images with OpenGL textures

Tutorial: http://blog.damiles.com/2008/10/opencv-opengl/

Requirements

  • OpenCV
  • OpenGL

Compilation

You can compile it with simple command Make

make

Copyright and License

Code under GNU/GPL Version 2 License

Author and Copyright: David Millán Escrivá. (Damiles)