Repository for OpenCV's extra modules
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

456 B

OpenGL Rendering

@prev_tutorial{v4d_vector_graphics} @next_tutorial{v4d_font_rendering}

Original author Amir Hassan (kallaballa) amir@viel-zu.org
Compatibility OpenCV >= 4.7

Render a blue screen using OpenGL

This example simply paints the screen blue using OpenGL without shaders for brevity.

\htmlinclude "../samples/example_v4d_render_opengl.html"

@include samples/render_opengl.cpp