v2026.5.3
All Bundles
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 #

Gets an array of classifications

method : public : GetClassifications() ~ OpenPoseClassification[]

Return

TypeDescription
OpenPoseClassificationarray of classifications

GetMaskedDimensions #

Gets the masked image dimensions

method : public : GetMaskedDimensions() ~ Int[]

Return

TypeDescription
Intmasked image dimensions

GetMaskedImage #

Gets the masked image

method : public : GetMaskedImage() ~ API.OpenCV.Image

Return

TypeDescription
Imagemasked image

GetNormalizedHeight #

Get normalized height

method : public : GetNormalizedHeight() ~ Float

Return

TypeDescription
Floatnormalized height

GetNormalizedWidth #

Get normalized width

method : public : GetNormalizedWidth() ~ Float

Return

TypeDescription
Floatnormalized width

GetNormalizedX #

Get normalized X-coordinate

method : public : GetNormalizedX() ~ Float

Return

TypeDescription
Floatnormalized X-coordinate

GetNormalizedY #

Get normalized y-coordinate

method : public : GetNormalizedY() ~ Float

Return

TypeDescription
Floatnormalized y-coordinate

ToJson #

JSON representation

method : public : ToJson() ~ JsonElement

Return

TypeDescription
JsonElementJSON representation

ToString #

Get string representation

method : public : ToString() ~ String

Return

TypeDescription
Stringstring representation