pyramidUp function
Hello.Since ippiPyrUp_Gauss5x5_8u_C1R is marked as deprecated. I need to implement analogous function using Pyramid API.Following the example (http://software.intel.com/en-us/node/504506), I wrote...
View ArticleH.264 SD Decode Memory Leak
Hello, I have serious trouble with Inte IPP.I am developing Viewing Soft Ware of H.264 Video Stream Encoder.For it, I use Intel IPP 8.0 Update 1 and w_ipp-sample_p_7.1.1.013.And I build it with command...
View ArticlehppiInitAllocLoGKernel, hppiInitAllocDoGKernel from IPP-A February Preview
I have some problems with hppiInitAllocLoG/DoGKernel functions after updating IPP-A library. Now I use February preview, Win7 64-bit. And the next tests are failed.TEST(InitKernelTest, LoG){ hppAccel...
View ArticleWhy ippiResizeSqrPixel functions are deprecated?
Hello,During migrating my codes from IPP7 into IPP8, I found that ippiResizeSqrPixel functions are deprecated.I use them to resize medical data. Fine control of zoom factor and shift is crucial because...
View ArticleRSA Encryption
I'm trying to find some easy-to-follow RSA key-generation, encryption/decryption examples.What I've found...
View ArticleH264 Decoder Problem
Hellow, I have trouble with H264 Decoder.I decoded H.264 HD(1920x1080) and SD(720x480) mutually.For changin decoding parameter(resolution etc) dynamically, I used UMC::H264VideoDecoder.Init .But keep...
View ArticleBigger question - how to save HBITMAP to jpg
Hi.Years ago i used the old IJL libI used: ijlInit ijlWrite to convert bmp image to jpg I am now trying the new IPP.I work with Visual Studio C++ 2013 (i know - not supported yet but i can add the IPP...
View ArticleError in ippiSampleLine Documentation example
The ippiSampleLine documentation has a significant error that left me very confused as to how this method works. I'm not sure of the appropriate place to report these errors, so I hope someone from...
View ArticleBeginner question - how to save HBITMAP to jpg
Hi.Years ago i used the old IJL libI used: ijlInit ijlWrite to convert bmp image to jpg I am now trying the new IPP.I work with Visual Studio C++ 2013 (i know - not supported yet but i can add the IPP...
View Articleroyalties fees question
As i understand, i can use your IPP lib to compress using H.264. I also read that there are no royalties needed to be paid to intel for using the IPP lib except from the $200 one time payment.My...
View Articleroyalties fees question
As i understand, i can use your IPP lib to compress using H.264. I also read that there are no royalties needed to be paid to intel for using the IPP lib except from the $200 one time payment.My...
View ArticlepyramidUp function
Hello.Since ippiPyrUp_Gauss5x5_8u_C1R is marked as deprecated. I need to implement analogous function using Pyramid API.Following the example (http://software.intel.com/en-us/node/504506), I wrote...
View ArticleIPP 8.0 Preview Features: GPU programming with Asynchronous C/C++ and OpenCL...
For more information, documentation, downloads, etc. see: http://software.intel.com/en-us/intel-ipp-previewLet us know what you think. The number of functions is starting small but expected to grow...
View ArticleIPP 8.0 is here!
IPP 8 is now available for download. For more information on the stand-alone product please visit the IPP 8 landing page. There is also an IPP 8 preview for Android in the Intel Beacon Mountain...
View ArticlePrevious external samples package now legacy
Starting with the release of IPP 8, the product is renewing its focus on primitives (with emerging GPU enablement as demonstrated in IPP's technology preview releases). Small, simple examples will be...
View ArticleIntel(r) Integrated Performance Primitives Android* Support
Intel(r) IPP offers two ways to try out Android* support:1. Intel(r) IPP Preview for Android* available exclusively from Beacon MountainThis is a subset of Intel(r) IPP image processing and computer...
View ArticleCant find threaded libs in the default download of Ipp 8.1
I have downloaded IPP 8.1 version from the website. It stalls well and I can see all the single threaded libraries and dlls. I wanted to know how can I get the threaded libraries and dlls ? I don't...
View ArticleIPP Equivalent of MATLAB's im2col
Hello,I want to apply an operation on a sliding window over an image. Yet it is Spatially Variant hence cannot be executed ad a convolution.My question is, does Intel IPP has something equivalent of...
View Articleselect version of ipp to build against
is there a way tos elect what version of IPP to build against (VisualStudio)seems like it always uses latest installed ipp
View ArticleippiLUVToRGB_32f_C3R returns incorrect results, bug?
Running this code with IPP 7.1:static const int w = 11, h = 11; static const IppiSize roi = {w,h}; static const IppiSize roi3 = {w*3,h}; Ipp8u src8[w*h*3] = { 128,128,128,118,118,118,128,128,128, 0, 0,...
View Article