Bundle ONNX Runtime inference library for running pre-trained models. Supports object detection (YOLO), image classification (ResNet), segmentation (DeepLab), pose estimation (OpenPose), face recognition, and Phi-3 text generation. Compile with -lib onnx.
FaceDetectionResult
Collection of face detections returned by FaceSession->Detect(). Mirrors the OpenPoseResult pattern - C++ fills the detections field directly.
Operations
GetDetections #
Array of detected faces (bounding boxes + landmarks).
method : public : GetDetections() ~ FaceDetection[]Return
| Type | Description |
|---|---|
| FaceDetection | face detection array |