Image resizing
I am new to C++. I am using Intel's IPP for resizing an image in VS2015. I am trying to use ippiResizeLanczos_8u_C3R function to resize the image.I do not know how to see/view the resized image or get...
View ArticleIPP 9.0 : image rotation - different results AVX2 Vs SSE4
Hello,I have a implementation of image rotation in IPP 9.0 using ippiWarpAffineNearest symbol. This implementation works great except for the following case where the results on AVX2 and SSE4 machines...
View ArticleIPP 9.0 - ippiWarpAffineLinear - Aligned Vs non-Aligned inputs
Hello,I have an implementation for Image Warp using the ippiWarpAffineLinear and related set up functions. The implementation works great and gives the right results. But, I get a difference in results...
View Articlesubstitute for ippiResizeSqrPixel ippiResizeGetBufSize
My project is using the ippiResizeSqrPixel_16u_C1R to resize image with IPPI_INTER_CUBIC mode, and using ippiResizeGetBufSize to initialize the buffer in advance.But unfortunately ipp9.0 doesn't...
View ArticleCompare the quaility of image result of ippiResizeCenter and ippiSqrResizePixel
Hi every one,I am writing project in IPP 7.0. I need to resize and shift image. I found two functions that can respond my requirement, they are:- ippiResizeCenter function- ippiResizeSqrPixel...
View ArticleMissing ippm and ipp_z libraries in v2017
I just installed IPP 2017 and it seems to be missing a few libraries we're using from v7.0.25 (yeah, it's a big jump). From vector math, I'm missing what was libippm_l.so and .a, and from...
View ArticleIppiErode problem
I have a error message when i tried to use ippiErode_8u_C1R or ippiErode3x3_8u_C1R: "Unhandled exception at 0x0000009CA09AE3BF (ippiy8-5.3.dll) in aDL.exe: 0xC000041D: An unhandled exception was...
View ArticleippiResizeSuper and initialization buffer
I am a bit confused by the initialization buffer for ippiResizeSuper.When calling ippiResizeGetSize, it provides me with a size for an initialization buffer. This initialization buffer is sometimes...
View ArticleDELL Precision Optimizer Profile Error
When running the DEL Precision Optimizer, which came installed with my new PC Tower 5810, I have setup the Autodesk Inventor to be an 'Active Profile'.When I click on the below right corner button...
View Articleipp 8 deploymeny
Dear IPP Friends:I am wondering where I can information regarding .dll of ipp 8 deployment? I remember it used to be very easy to find with google, but now everything seems updated very recently. Here...
View ArticleIPP 2017 running on Linux Ubuntu 8.04 (32-bit)
Hi,I am aware this Linux distribution is no officially supported, but here: https://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-2017-system-requirements it says...
View ArticleippInit() returns ippStsUnknownFeature
I recently installed the latest version of IPP and experienced that ippInit() returns ippStsUnknownFeature.The return code is not mentioned in the reference documentation...
View ArticleCompilation and Link issues with old/legacy IPP
Hi All,I am looking to build an old openCV application (link of application here). This application uses, opencv 2.3.1 and old IPP. I downloaded intel legacy libs to compile build. I am able to...
View ArticleIPP2017 Custom library tool - not usable
Hi,I am using IPP 2017.0.0098 on Debian Wheezy. Everything is great except for the custom library tool. There are 3 ways to use the tool. Unfortunately, none of them work for me.Command line tool:...
View ArticleMissing Documentation for Integration Wrappers
On Chao Y's webpage for the IPP Integration Wrappers, section 2.1 says:"Getting Started instructions are provided in the Integration Wrappers Developer Guide and Reference. You can find this document...
View ArticleCall to ippsSortDescend_32f_I api hangs/doesnt return
Hello Folks,My application uses IPP library. I am currently using, IPP library version 6.1.6. Due to some customer requirements I cannot upgrade my IPP library to later versions.I am seeing a weird...
View ArticleIPP Scaling - YCbCr BT.601 to BT.709 and vice-versa
I'm interested in using Intel's IPP to do some (basic) digital video processing. In particular, I am interested in being able to:Upscale BT.601 SD to BT.709 HD (YCbCr)Downscale BT.709 to BT.601 SD...
View ArticleHow can I use the print_16sc?
When I run the following example :ExampleThe code example below shows how to use the “complex” function ippsThreshold_16sc_I. IppStatus cmplx_threshold(void){ Ipp16sc x[4] = {{2,3},{3,3}, {4,3},...
View ArticleIPP 9.4 cant find it
Hello,I'm facing a problem that may be of mine wrong doing so i would like some help.I am developing an SGX application and i wanted to try the RemoteAttestationSample,following the installation guide...
View ArticleIntel® IPP integration wrappers, the easy-to-use APIs for Intel IPP functions
Dear Users,Intel® IPP Introduced the new integration wrappers, which provides the easy-to-use APIs to add Intel® IPP functions into your applications. Intel® IPP integration wrappers provides both the...
View Article