OpenPoseResult
OpenPose results
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 |
ToString
Get string representation
method : public : ToString() ~ StringReturn
| Type | Description |
|---|---|
| String | string representation |