Search⌘ K
AI Features

Adding Text

Explore how to add custom text overlays to images using OpenCV in C++. Learn to use the putText function with parameters such as font type, size, color, and position. This lesson helps you practice image annotation essential for branding or labeling within computer vision projects.

We'll cover the following...

Let’s suppose we want to add the name of a company to a large number of images. We can use the OpenCV library to ...