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.
494 B
494 B
Video editing using Viz2D
@prev_tutorial{viz2d_font_rendering} @next_tutorial{viz2d_font_with_gui}
Original author | Amir Hassan (kallaballa) amir@viel-zu.org |
Compatibility | OpenCV >= 4.7 |
Render text on top of a video
Through adding a Source and a Sink v2d becomes capable of video editing. Reads a video, renders text on top and writes the result.
@include samples/cpp/video_editing.cpp