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

Bitmap copy

xorvax
Beginner
524 Views
I'd like to know if there (IPP) is some function, which helps me to copy selected part of bitmap (arbitrary selected rectangle within abitmap)?
0 Kudos
1 Reply
Intel_C_Intel
Employee
524 Views

It can be done by ippiCopy function if you bitmap has 1,2,3,4,6,8,12 or 16 bytes per pixel.

pSrc is the pointer to the first byte, roi - the rectangle size

Alexander

0 Kudos
Reply