What does Intel IPP status 39 (ippStsEvenMedianWeight) mean?

 
Could be also:
ConstantTypeOS
ERROR_HANDLE_DISK_FULLWin32 errorWindows
KERN_LOCK_UNSTABLEKern returnMac
ENOTEMPTYerrnoLinux
EDESTADDRREQerrnoMac
EL3HLTerrnoSolaris
ENOLCKerrnoWindows
RDR_FILE_SYSTEMBugCheck CodeWindows
Previous Next
ippStsSymKernelExpected ippStsWrongIntersectVOI

ippStsEvenMedianWeight

The requested rank was changed

Weighted median filtering selects a median after samples have been assigned multiplicities or weights. The relevant IPP primitive requires an odd weight parameter and replaces an even value with an odd one. The output is therefore computed with an effective parameter different from the caller's request.

This matters around edges and isolated color outliers, where changing one replicated weight can change which sample occupies the median rank.

Diagnostic checklist

  • Log the requested weight and the effective value defined by the exact function.
  • Validate that initialization and execution use the same weight.
  • Check whether the caller confused a radius, mask size, and sample weight.
  • Do not suppress the warning when deterministic equivalence with another implementation is required.

References

Intel IPP FilterMedianColor reference · Intel IPP error reporting · OpenCV image filtering overview


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