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>GetSizeor <processing function>GetBufferSizeauxiliary 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 theborderType(orborder) andborderValueparameters.
- When you link to theippidomain library, you must also link to the libraries on which it depends:ippcore,ipps, andippvm.