- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
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!
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page