Starting with Intel® Integrated Performance Primitives (Intel® IPP) 9.0, some image processing functions, including the ippiWarpAffine function, are legacy. The linked document has some code samples for the new API, and examples showing how to replace old functions with a new API alternative:
See the WarpAffine and Rotate Transform Example code.
The examples include:
- Example for GetRotateTransform and WarpAffineLinear function usage.
- Example for ippiWarpPerspective<Interp> functions.
- Example for ippiWarpQuad<Interp>Init functions.
- Examples of how to replace the old ippiWarpAffine and WarpAffineBack functions with the new Intel IPP APIs.
- Examples of how to replace the old ippiWarpPerspective and WarpPerspectiveBack functions with the new Intel IPP APIs.
- Examples of how to replace the old ippiWarpAffineQuad and WarpPerspectiveQuad functions with the new Intel IPP APIs.