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

API for IPP

prabha_joseph
Beginner
281 Views
Hi,
I would like to know if there is any API in IPP for getting the attributes of an image such as format, width, height etc
0 Kudos
2 Replies
Ying_H_Intel
Employee
281 Views
Hi Prabha_joseph,

No, there is no such API. Most of IPP APIs mainly focus on low-level compute-intensive algorithm, very littleon file attributes, format etc. But ifyour images is jpeg, jpeg2000, png etc , youmay take a look atIPP sample:the Unified Image Codec demo (binary),whichis based onbasic IPP API andbe able to show (decode) image in windows and show image attributs too in bottomframe of the windows.



The UICbinary can be downloaded fromCode Samples for the Intel Integrated Performance Primitives (Intel IPP) Library 7.0* .

The set of functions used in the this sample includes functions for JPEG/JPEG2000/JPEG-XR/TIFF/RLE/DDS/PNG/PNM/BMP encoding/decoding, DICOM decoding, image filtering and computer vision algorithms like face detection, inpainting and image segmentation

Best Regards,
Ying H.
0 Kudos
prabha_joseph
Beginner
281 Views
Thanks for your reply.
I searched for APIs in UIC but didn't get.
0 Kudos
Reply