What does Intel IPP status -57 (ippStsRectErr) mean?

 
Previous Next
ippStsQuadErr ippStsCoeffErr

ippStsRectErr

Many IPP image primitives require a rectangle with enough width and height to hold at least one meaningful neighborhood, block or transformed area. A region of size one or less can be invalid for those operations.

When this status follows cropping or intersection, inspect the final rectangle after all clipping has been applied.

Check these details

  • Rectangle width and height after ROI intersection.
  • Whether inclusive and exclusive coordinate endpoints were mixed.
  • Minimum size required by the selected kernel, transform or block operation.

Intel IPP Error Reporting · Intel IPP Image Processing Reference


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