Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Ankündigungen
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.

How to crop an Image using intel IPP

kumar__rakesh
Einsteiger
1.194Aufrufe

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 Antworten
Chao_Y_Intel
Moderator
1.194Aufrufe

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 

Antworten