What does Intel IPP status -33 (ippStsMaskSizeErr) mean?

 
Previous Next
ippStsAnchorErr ippStsShiftErr

ippStsMaskSizeErr

Mask-based operations require dimensions supported by the function and compatible with the anchor. A zero, negative, even-when-not-allowed or otherwise unsupported mask size cannot describe a valid neighborhood.

Check mask size together with anchor, ROI and border mode. These values form a single neighborhood contract.

Check these details

  • Mask width and height, including generated kernels.
  • Supported fixed-size masks versus arbitrary mask variants.
  • Whether the anchor remains inside the mask after resizing or rotation.

Intel IPP Error Reporting · Intel IPP Image Processing Reference · Intel IPP Image Processing Basics


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