What does Intel IPP status 40 (ippStsWrongIntersectVOI) mean?

 
Could be also:
ConstantTypeOS
KERN_LOCK_OWNEDKern returnMac
ELOOPerrnoLinux
EMSGSIZEerrnoMac
EL3RSTerrnoSolaris
ENOSYSerrnoWindows
CORRUPT_ACCESS_TOKENBugCheck CodeWindows
Previous Next
ippStsEvenMedianWeight ippStsI18nMsgCatalogInvalid

ippStsWrongIntersectVOI

The three-dimensional counterpart of an empty ROI

A VOI includes an origin and extent in x, y, and z. It can have positive width, height, and depth yet still lie entirely outside the source volume or the transformed destination volume. IPP then returns this warning and performs no volume operation.

The extra depth axis makes unit mistakes common: slice numbers, byte offsets, voxel coordinates, and physical coordinates are not interchangeable.

What to inspect

  • Log all three VOI offsets and dimensions together with the complete volume bounds.
  • Check depth pitch and slice origin independently from row pitch.
  • Transform the eight VOI corners when affine or remap operations are involved.
  • Verify whether clipping was intentional before accepting an empty output brick.

References

Intel IPP volume processing reference · Intel IPP status definitions · DICOM voxel and patient coordinate systems


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