Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Bitmap copy

xorvax
Beginner
570 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
570 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