What does Intel IPP status -22 (ippStsInterpolationErr) mean?

 
Previous Next
ippStsResizeFactorErr ippStsMirrorFlipErr

ippStsInterpolationErr

Resize, warp and remap operations choose how destination pixels are sampled from source coordinates. IPP supports only specific interpolation modes for each primitive and data type.

An invalid interpolation mode does not imply that the transform geometry is wrong. Validate the enum and function variant first.

Check these details

  • Interpolation enum passed to resize, warp or remap setup.
  • Whether the selected mode is supported for the data type and channel suffix.
  • Whether antialiasing or Lanczos-style modes require a different initialization path.

Intel IPP Error Reporting · Intel IPP Image Processing Reference · OpenCV geometric transforms


Looking for a different code? Search another status or error code.