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.
 
 
 
 
 
 

468 B

Render vector graphics

@prev_tutorial{v4d_display_image_nvg} @next_tutorial{v4d_vector_graphics_and_fb}

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

Vector graphics

Through the html5-canvas-like nvg-context sophisticated vector graphics rendering is possible.

\htmlinclude "../samples/example_v4d_vector_graphics.html"

@include samples/vector_graphics.cpp