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

How to crop an Image using intel IPP

kumar__rakesh
Beginner
685 Views

HI All,

I am new to intel IPP We are planning to use this SDK for image processing for our application and we have requiremet to crop image.

Could someone help or provide examples to crop a bitmap image using intel IPP.

 

 

0 Kudos
1 Reply
Chao_Y_Intel
Moderator
685 Views

HI,
IPP is a low level primitives(APIs), it may need to combine several APIs for image processing operations.  For the "crop",  is this just to get a part of the data of the image?   If so, a simple ippiCopy may work.  or do you want to have other work, like resize, or filtering?  You can check other related IPP APIs as well.

regards,
Chao 

0 Kudos
Reply