Intel Integrated Performance Primitives (Intel IPP) is a multi-threaded software library of functions for multimedia and data processing applications, produced by Intel. http://en.wikipedia.org/wiki/Integrated_Performance_Primitives

learn more… | top users | synonyms

0
votes
0answers
14 views

Unable to run ipp 7.1 programs

I'm trying to run a program written using Microsoft Visual C++ 6.0 (legacy software, that's why it's running on such an old version). It uses some IPP APIs, and I have installed IPP 7.1 in ...
0
votes
1answer
43 views

Looking for a working example of FFT convolution with Intel IPP

Just trying to wrap my head around IPP right now. Does anyone have any working C/C++ code for doing a FFT convolution on an image?
0
votes
0answers
46 views

Older OpenCV 1.1 with newer Intel Integrated Performance Primitives (IPP) 7.1

I am having some trouble getting OpenCV 1.1 to load Intel's Integrated Performance Primitives (IPP) version 7.1. My old Open CV 1.1 code was originally used with IPP 6.1 on another old Windows XP ...
0
votes
1answer
38 views

How to get started with the library intel ipp?

I got the job:1. Generate a sinusoidal signal.2. Build its spectrum with FFT.For a start, I installed Intel Parallel Studio XE 2011 for visual studio 2010. In vs 2010 appeared Fortran. But the task of ...
-3
votes
1answer
127 views

I am getting the following exception: “Unable to load DLL: The operating system cannot run. (Exception from HRESULT: 0x800700B6)” [closed]

This happens when P/Invoking into Intel IPP library. This library in-turn relies on OpenMP. Here's what I've tried: ​http://software.intel.com/en-us/articles/opm-abort-initializing-libguide40dll/ ...
1
vote
1answer
53 views

Anchor Points in Image Processing

I want to use filter functions in Intel IPP or OpenCV. There is an argument about the position of anchor points, and I don't know what they are or how I can use them. What is an anchor point, and ...
0
votes
2answers
113 views

implementing matlab function in c++ using Intel C++ compiler

I have developed a MATHLAB program with visual c++ i am using Intel® Integrated Performance Primitives because speed of program is important issue and i have done a lot of efforts for implementing ...
6
votes
1answer
296 views

Using OpenCV Mat images with Intel IPP?

I've recently started using Intel Performance Primitives (IPP) for image processing. For those who haven't heard of IPP, think of IPP as the analogue of MKL for image processing instead of linear ...
1
vote
1answer
44 views

Is there anyway to load TIFF image using Intel IPP?

I am using VS2008, on windows 7 32/64 bit. I am trying to process a tiff image using IPP. I did some search, but have not found any possibility for Intel IPP to load tiff image. So I use libtiff to ...
0
votes
1answer
114 views

Difference in output of Intel IPP fir and convolution functions

I am working with Intel IPP 7.1 (composer XE 2013) and noticed difference in tail end of output samples between IPP 'fir' and 'convolution' calls. So in the calls below status = ...
0
votes
2answers
215 views

combining Intel IPP and TBB

I am trying to gain further improvement in my Image Resizing algorithm by combining IPP and TBB. The two ways that I can accomplish this task are: Use IPP without TBB Use IPP with TBB inside a ...
0
votes
1answer
107 views

Intel IPP library requirements

So I am trying to compile an Intel IPP sample application that comes with the library -- string matching --, and I don't seem be able to leverage the IPP instructions. The computational time stays the ...
2
votes
1answer
245 views

Intel IPP convolution deprecated — is there a different IPP 2D convolution method?

I'm experimenting with Intel Integrated Performance Primitives (IPP), and I'm curious about the "right way" to do 2D convolution in IPP. According to the Intel IPP documentation, ippiConvFull ...
0
votes
0answers
61 views

Struct define in Intel Ipp

I have a two dimensional array which created with Ipp malloc function. But I need to label every pixel in order to find if it is a piece of connected component. gray = (Ipp8u *) ...
1
vote
0answers
81 views

intel ipp function equivalent to for loop

I am new on image processing, I'm trying something to do on Intel IPP. I need a ipp function which scan the matrix sequentially as FOR LOOP, but faster than FOR. thank you.
0
votes
0answers
172 views

Save video stream from webcam to JPEG XR file

I have a webcam. I wish to save the incoming video frames to JPEG XR files, using the most efficient way, i.e., manipulate data in buffer and avoid multiple times of copying data/encoding/decoding. I ...
1
vote
1answer
93 views

Does IPP thread safe when it linked to the non-threaded static library?

Does IPP thread safe when it linked to the non-threaded static library ?
1
vote
1answer
444 views

Intel IPP or OpenCV

i want to specialize in image and video processing.Which library is better for signal processing,Intel IPP or OpenCV??? and What are the differences between them ??? Adem Metin Çalı
1
vote
1answer
165 views

IPP - Intel Performance Integrated Primitives

Are there any requirements that are made by IPP on the data that it handles like alignment and so forth?
2
votes
1answer
262 views

About ipp image construction

I have an image stored in a pointer to char and I want to use on it ipp functions. How do I build an Ipp8u* image in ipp from this pointer to char? is this a heavy calculation (the construction)? Can ...
0
votes
1answer
264 views

How to determine if the frame is IDR frame in IPP?

In my application, I'm trying to use the IPP H.264 Encoder. I've set the encoder options so that every I frame were an IDR frame: UMC::H264EncoderParams params = new UMC::H264EncoderParams; // Here ...
1
vote
0answers
54 views

Need math formulas for IPP GMM-functions. Like ippsLogGaussMixture_32f_D2() and others

Trying to replace my custom implementation of calculation of the likelihood probability for the Gaussian mixture to IPP procedures, like ippsLogGaussMixture_32f_D2, but i am not satisfied and not ...
1
vote
0answers
142 views

Intel Performance Primitive library for OpenCV- not finding some functions in the library class

I was using lately IPP with my openCV code .. and it worked perfectly "Thanks GOD".. I used it to do sharpening on my image and now I want to use it to implement function for color recognition .. so ...
1
vote
1answer
383 views

First-chance exception with Intel Parallel Debugger Extension (libiomp5md)/IPP 7 and VS2005

Apparently when linking a library build with the Intel Composer 12.1 or against the IPP 7.0 under Visual Studio 2005, I always get this output in the Debug Output window: "First-chance exception ...
2
votes
2answers
946 views

how to add multiple external libraries to Qt creator .pro (ubuntu)

I want to add two external libraries to my qt application and I tried this : LIBS += -L/usr/local/lib \ -lopencv_core \ -lopencv_imgproc \ -lopencv_highgui \ -lopencv_ml \ -lopencv_video \ ...
2
votes
4answers
1k views

Is there any ARM equivalent of Intel IPP?

Certain DSP type workloads seem to show very significant performance improvement on Intel x86 x86_64 processors, when linked against Intel IPP library. Wondering if there is something similar on ARM ...
0
votes
2answers
134 views

Frequency Shift without Intermediate Buffer using IPP

I have a buffer full of real/imaginary sample values of a signal, and would like to shift the signal in the frequency domain by multiplying a sinusoid. I see myself with four options: some IPP ...
-1
votes
1answer
81 views

Doing fast operations on images

I have a lot of images on which I want to perform operations like adding and subtracting in c++. Some of the images I have are in char buffers and some are in other formats. I know that sse and ipp ...
4
votes
1answer
421 views

Recommendations on how to evaluate openCV with Intel's Integrated Performance Primitives?

We have a fair amount of openCV code, and we plan on investigating Intel's IPP, and seeing what kind of speed ups we can achieve in our application. Intel has a white paper on how to link OpenCV and ...
1
vote
1answer
194 views

Reverse “jpeg” compression algorithm?

I have to write a tool that manages very large data sets (well, large for an ordinary workstations). I need basically something that works the opposite that the jpeg format. I need the dataset to be ...
2
votes
1answer
453 views

Intel Performance Primitive IPP installation

I have installed Intel IPP on my machine, I followed specific steps where you can find it here : ...
0
votes
1answer
102 views

Does IPP work on Windows Azure?

Supposing one were to compile a native dll using IPP (Intel Performance Primitives), and deploy it to Azure using a managed wrapper, would the performance gains from IPP be realized?
1
vote
0answers
1k views

Problems linking to IPP libs on 64-bit Linux

I am statically linking to the ipp, umc & uic libraries. I am using IPP 6.1.6.063 and have downloaded the 6.1 sample code. I am using g++. I can build my own shared object that statically links ...
2
votes
1answer
1k views

Can/should libiomp5 and libgomp mix?

We are compiling an application that uses OpenMP. We are using gcc 4.4, with -fopenmp. The app also uses IPP, which includes its own version of OpenMP (libiomp5). (Note: we are disabling IPP's ...
-1
votes
2answers
181 views

programming education tree

I was wondering, is there a some kind of infographic or tutorial out there that describes the various branching of programming education? Let me provide an example: I'd like to create a camera ...
1
vote
2answers
404 views

How to check if newer version of Intel IPP is available?

In order to check for newer version, one has to know the current version the program is running with and the latest version available for download. The current version can be seen from the install ...
0
votes
2answers
385 views

Linear gradient with IPP functions

I would like to create linear gradient using IPP (Integrated Performance Primitives) functions and avoid pixel-by-pixel color manipulation. In other words, I can't find appropriate function or ...
1
vote
2answers
914 views

How to create IPP (Intel Performace primitives) C++ wrapper functions?

IPP is a C library, with hundreds of functions like this: IppStatus ippiTranspose_8u_C1R(const Ipp8u* pSrc, int srcStep, Ipp8u* pDst, int dstStep, ...
6
votes
7answers
3k views

How do I get rid of LD_LIBRARY_PATH at run-time?

I am building a C++ application that uses Intel's IPP library. This library is installed by default in /opt and requires you to set LD_LIBRARY_PATH both for compiling and for running your software (if ...
1
vote
2answers
416 views

IPP and DEV C++

Hi i use DEV C++ compiler in windows xp sp2 and recently i downloaded the IPP libraries. I installed successfully , i set up the compiler directories from option menu to IPP directories but when i try ...
0
votes
2answers
684 views

Intel Performance Primitive (IPP) runtime error

I have source code that was not written by me, and I cannot contact the author. It is written in C++ and requires libjpeg, boost, and the Intel Performance Primitives. Compilation was a chore, but ...
3
votes
2answers
373 views

IPP linker errors on cygwin

I've built a program that uses mkl and ipp that runs on mac and linux. I'm now building that program for Windows using cygwin and gcc, and can't get it to link. The errors I'm getting are: ...
3
votes
2answers
615 views

Problem with libraries using winsock.h

I have a project that uses Boost.Asio and the Media-Decoding-Samples that come with the Intel IPP-Library. The problem is the following. If I compile the project without defining WIN32_LEAN_AND_MEAN, ...
9
votes
5answers
4k views

Converting an FFT to a spectogram

I have an audio file and I am iterating through the file and taking 512 samples at each step and then passing them through an FFT. I have the data out as a block 514 floats long (Using IPP's ...
2
votes
3answers
852 views

High performance comparison of signed int arrays (using Intel IPP library)

We're trying to compare two equally sized native arrays of signed int values using inequality operations, <, <=, > and >=, in a high performance way. As many values are compared, the true/false ...
2
votes
1answer
861 views

How to make jpeg compression with lowest CPU usage?

I need to convert raw image data to jpeg. But I don't need anything special in terms of best quality, or minumum size etc. Only thing I need is minumum CPU usage. I am new to jpeg compression. Can ...
2
votes
4answers
584 views

Why is iplRotate() not giving me correct results?

sigh I'm sorry to say that I'm using Intel IPL (Image Processing Library) in some image processing code I'm working on. This is the tale of my struggle with getting my images to rotate correctly. I ...