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.
OpenPoseResult
OpenPose results containing a visualization image, normalized bounding box, and keypoint classifications
Operations
- GetClassifications
- GetMaskedDimensions
- GetMaskedImage
- GetNormalizedHeight
- GetNormalizedWidth
- GetNormalizedX
- GetNormalizedY
- ToJson
- ToString
GetClassifications #
Gets an array of classifications
method : public : GetClassifications() ~ OpenPoseClassification[]Return
| Type | Description |
|---|---|
| OpenPoseClassification | array of classifications |
GetMaskedDimensions #
Gets the masked image dimensions
method : public : GetMaskedDimensions() ~ Int[]Return
| Type | Description |
|---|---|
| Int | masked image dimensions |
GetMaskedImage #
Gets the masked image
method : public : GetMaskedImage() ~ API.OpenCV.ImageReturn
| Type | Description |
|---|---|
| Image | masked image |
GetNormalizedHeight #
Get normalized height
method : public : GetNormalizedHeight() ~ FloatReturn
| Type | Description |
|---|---|
| Float | normalized height |
GetNormalizedWidth #
Get normalized width
method : public : GetNormalizedWidth() ~ FloatReturn
| Type | Description |
|---|---|
| Float | normalized width |
GetNormalizedX #
Get normalized X-coordinate
method : public : GetNormalizedX() ~ FloatReturn
| Type | Description |
|---|---|
| Float | normalized X-coordinate |
GetNormalizedY #
Get normalized y-coordinate
method : public : GetNormalizedY() ~ FloatReturn
| Type | Description |
|---|---|
| Float | normalized y-coordinate |
ToJson #
JSON representation
method : public : ToJson() ~ JsonElementReturn
| Type | Description |
|---|---|
| JsonElement | JSON representation |