What does Intel IPP status -230 (ippStsFilterTypeErr) mean?

 
Previous Next
ippStsWarpDirectionErr ippStsNormErr

ippStsFilterTypeErr

IPP filtering APIs accept only the filter types implemented by the selected primitive family. A filter type can be valid in another routine but invalid for this data type, channel layout, kernel size or initialization path.

This status is different from an invalid mask or coefficient array. It says the requested filter class itself is not accepted by this call.

Check these details

  • The exact filter enum and the IPP function family that receives it.
  • Whether the operation expects a predefined filter, a custom kernel or a separable filter.
  • Data type and channel variants, because not every filter is implemented for every suffix.

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.