Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Adding Text to a IppiImage

barehill
Beginner
692 Views
There is no apparent means to addannotation textto an IppiImage. Using the ippiSet command places any size/color rectangle in the image. I have built a text placement routine for my application using an emulation of an old fashioned 7-segment display. Some code but it works nicely. If anyone wants info please email me: barehill@aol.com. Also if anyone has an alternate method of adding text I would appreciate info. I tried using the image's DC to use the standard .TextOut Win32 command with no success.
0 Kudos
2 Replies
Intel_C_Intel
Employee
692 Views
Did you see also IPP functions which work with Alpha channel, so you can do it more flexible than with ippiSet function? You can take a look on IPP manual for the details.
Regards,
Vladimir
0 Kudos
adi_shavit
Beginner
692 Views

OpenCV has some text function routines. The "font" isn't very beautiful, but it does support multiple scale/size letters (in points).

The DC option would probably be best. If you ever do manage to do it, I would appriciate if you posted about it. I believe many people would find it useful.

Cheers,
Adi

0 Kudos
Reply