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

Starting problems with image

8rea
Beginner
577 Views
Hello,

I have just started with Ipp on C++ and I have some simple questions.
I want to load an image in the IPP format so I can apply different functions based on IPP.I downloaded the samples (IppImage.h and IppImage.cpp)and I found a function to Load images, but when I compile the code it says that CFile is undeclared indentifier and I don't know how to solve it.
Relative to that, where could I find a tutorial for simple thing like open, save...?I have the image tutorial but not something like this.

Another question is that I have an image and I want to create a pointer to go through each of the elements as it a matrix was, pSrc but I don't know how to declare it (what kind of pointer) if I want that it points to an image.

Can anyone of you help me?

Thank you in advanced!
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
577 Views

I would suggest you to take a look on other IPP samples (there are a lot of them). For example, image-coding/uic sample contain application picnic which demostrate how to load and process images from diffrent formats, including JPEG and JPEG2000

Regards,
Vladimir

0 Kudos
Reply