Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

Unable to compile Resize sample

Knut_Farner
Beginner
1,099 Views
Hi,

I have been trying to compile the IPP resize sample described in the IPP documentation (Appendix B in Intel Integrated Performance
Primitives for Linux* OS on IA-32 Architecture)

http://download.intel.com/support/performancetools/libraries/ipp/webExamples/imagefilter/ResizeTest.cpp
http://download.intel.com/support/performancetools/libraries/ipp/webExamples/imagefilter/Resize.h
http://download.intel.com/support/performancetools/libraries/ipp/webExamples/imagefilter/Resize.cpp

These files include Image.h which I can't find. Can anyone help me with a link to Image.h / Image.cpp?

Thanks,
Knut
0 Kudos
1 Solution
Chao_Y_Intel
Moderator
1,099 Views
Hi,

could you check if these two files work for you?

Thanks,
Chao

View solution in original post

0 Kudos
4 Replies
Andreoli__Carlo
Beginner
1,099 Views
go to

1) C:your ipp installation directory6.1.2.041ia32Samplesen_US (for me it's c:Program FilesIntelIPP6.1.2.041ia32Samplesen_US)

2) unzip ipp-samples-image.zip

3) go to unzipped directory ipp-samples/image-processing/image-processing-functions/src

4) here you can find wahta you are looking for :)

i don't know if this is working also for linux....for windows it does

Quoting - Knut Farner
Hi,

I have been trying to compile the IPP resize sample described in the IPP documentation (Appendix B in Intel Integrated Performance
Primitives for Linux* OS on IA-32 Architecture)

http://download.intel.com/support/performancetools/libraries/ipp/webExamples/imagefilter/ResizeTest.cpp
http://download.intel.com/support/performancetools/libraries/ipp/webExamples/imagefilter/Resize.h
http://download.intel.com/support/performancetools/libraries/ipp/webExamples/imagefilter/Resize.cpp

These files include Image.h which I can't find. Can anyone help me with a link to Image.h / Image.cpp?

Thanks,
Knut

0 Kudos
Knut_Farner
Beginner
1,099 Views
Quoting - Carlo Andreoli
go to

1) C:your ipp installation directory6.1.2.041ia32Samplesen_US (for me it's c:Program FilesIntelIPP6.1.2.041ia32Samplesen_US)

2) unzip ipp-samples-image.zip

3) go to unzipped directory ipp-samples/image-processing/image-processing-functions/src

4) here you can find wahta you are looking for :)


Thanks for answering.

Unfortunately, those are not the correct files. The Resize sample needs the class Image8u.

I have been able to locate the header file I need, but not the implementation file:

http://download.intel.com/support/performancetools/libraries/ipp/webExamples/imageproc/Image.h

/Knut
0 Kudos
Chao_Y_Intel
Moderator
1,100 Views
Hi,

could you check if these two files work for you?

Thanks,
Chao

0 Kudos
Knut_Farner
Beginner
1,099 Views
Quoting - Chao Y (Intel)
Hi,

could you check if these two files work for you?

Thanks,
Chao


Thank you very much :-)

BTW, I also needed tools.h and tools.cpp found here:

ftp://download.intel.com/support/performancetools/libraries/IPP/webExamples/tools.zip

/Knut
0 Kudos
Reply