Enum DetectionAnchor
- Namespace
- VisioForge.Core.Types.X.AI
- Assembly
- VisioForge.Core.dll
Defines which point of a detection bounding box is used as its reference anchor for line-crossing and polygon-zone evaluation.
public enum DetectionAnchorFields
Center = 0-
The center of the bounding box (x = Left + Width / 2, y = Top + Height / 2).
BottomCenter = 1-
The bottom-center of the bounding box (x = Left + Width / 2, y = Bottom). Useful for tripwire scenarios where feet contact the ground plane.