v2026.6.4
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.

OpenPoseClassification

OpenPose keypoint result with normalized coordinates and confidence. Undetected keypoints have normalized coordinates of -1.

Operations

GetConfidence #

Get classification confidence

method : public : GetConfidence() ~ Float

Return

TypeDescription
Floatclassification confidence

GetId #

Get classification ID

method : public : GetId() ~ OpenPoseClassification->Type

Return

TypeDescription
OpenPoseClassification->Typeclassification ID

GetName #

Get classification name

method : public : GetName() ~ String

Return

TypeDescription
Stringclassification name

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