Code Examples for New APIs and Sample How to Replace Deprecated API with Them

ID 814915
Updated 2/1/2024
Version Republished 01/22/2024
Public

Starting with Intel® Integrated Performance Primitives (Intel® IPP) 9.0,  some image processing functions, including  ippiWarpAffine function are legacy.  Here are some code samples for the new API and examples showing how to replace old functions with a new API alternative:

Image WarpAffine and Rotate Transform Example code.  The examples include:

1. Example for GetRotateTransform and WarpAffineLinear function usage.

2. Example for ippiWarpPerspective<Interp> functions.

3. Example for ippiWarpQuad<Interp>Init functions.

4. Examples of how to replace the old ippiWarpAffine and WarpAffineBack functions with the new Intel IPP APIs.

5. Examples of how to replace the old ippiWarpPerspective and WarpPerspectiveBack functions with the new Intel IPP APIs.

6. Examples of how to replace the old ippiWarpAffineQuad and WarpPerspectiveQuad functions with the new Intel IPP APIs.

Attachment Size
warpaffineexamples.pdf 425 KB