What does Intel IPP status -201 (ippStsResizeNoOperationErr) mean?

 
Previous Next
ippStsRoiShiftMatrixErr ippStsSrcDataErr

ippStsResizeNoOperationErr

IPP resize setup requires positive destination dimensions. If scaling, ROI clipping or integer rounding produces an output width or height below one pixel, there is no image region to generate.

This is a geometry/setup error rather than a resampling-kernel error. The interpolation mode can be valid while the destination rectangle is empty.

Check these details

  • Source and destination ROI sizes after clipping.
  • Scale factors and rounding from floating-point dimensions to integer pixels.
  • Whether a crop rectangle was applied before resize initialization.

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


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