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.
 
 
 
 
 
 

390 B

Font rendering using Viz2D

@prev_tutorial{viz2d_render_opengl} @next_tutorial{viz2d_video_editing}

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

Render Hello World

Draws "Hello World" to the screen.

@include samples/cpp/font_rendering.cpp

The result