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

ID 751830
Date 7/15/2020
Public

Summary

Here are some important things to remember when developing an image processing application with Intel IPP:

  • Before calling the processing function, compute the size of required buffers using the <processing function>GetSize or <processing function>GetBufferSize auxiliary functions, and, if required, initialize the function data using <processing function>Init.
  • For the functions that perform neighborhood operations, set the appropriate border processing method in the borderType (or border) and borderValue parameters.
  • When you link to the ippi domain library, you must also link to the libraries on which it depends: ippcore, ipps, and ippvm.