CObjectKeypoints¶
- class ikomia.dataprocess.pydataprocess.CObjectKeypoints¶
Store single object keypoints information (class properties): label, confidence, box, color and points. It is used within workflow input/output of type
CKeypointsIO
.Attributes
id
Object ID (int)
label
Object label (str)
confidence
Prediction confidence (double)
box
Object bounding box [x, y, width, height]
color
Object display color [r, g, b, a]
points
Keypoints list (
CPointF
)