
Polygon containment gate for Rectangle<Double>; emits Bool true when the anchor point (foot or centre, per anchor_mode) lies strictly inside the polygon defined in roi. Fast single-bbox in-zone check with no ML model.
Single-zone person counter.
Restricted-area alarm.
Tracker-driven containment gate.
roi must be defined at deploy time; rotating the ROI requires a redeploy.roi vertices are stored as integer pixels internally; sub-pixel coordinates round at load time.anchor_mode must be exactly `center` or `bottom`; any other value aborts startup.roi aborts startup with an error.Automated release