OpenPoseClassification
OpenPose keypoint result with normalized coordinates and confidence. Undetected keypoints have normalized coordinates of -1.
Operations
GetConfidence
Get classification confidence
method : public : GetConfidence() ~ FloatReturn
| Type | Description |
|---|---|
| Float | classification confidence |
GetId
Get classification ID
method : public : GetId() ~ OpenPoseClassification->TypeReturn
| Type | Description |
|---|---|
| OpenPoseClassification->Type | classification ID |
GetName
Get classification name
method : public : GetName() ~ StringReturn
| Type | Description |
|---|---|
| String | classification name |
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 |
ToString
Get string representation
method : public : ToString() ~ StringReturn
| Type | Description |
|---|---|
| String | string representation |