Tutorial: Image Blurring and Rotation with Intel® Integrated Performance Primitives 9.0 Update 4

Building the Application

Note

The ipp_blur_rotate.cpp sample code has been developed for Intel® IPP installed within Intel® Parallel Studio XE. You can use the provided code, except for the graphical rendering part, as a starting point for your application that can be built within other product suites like Intel® System Studio.

Setting Up the Build Environment

Before you invoke the compiler component of the suite that you installed with Intel® IPP, you must set certain environment variables that define the location of compiler-related components. The Intel® C++ Compiler includes the compilervars scripts that you can run to set environment variables:

For more information about setting environment variables for different product suites, refer to https://software.intel.com/en-us/articles/setting-up-the-build-environment-for-using-intel-c-or-fortran-compilers.

Compile and Link Your Code

To compile and link the code examples in this tutorial, do the following:

To run the application, run the following command from the directory where Makefile resides:

Previous Next