CKeypointLink¶
- class ikomia.dataprocess.pydataprocess.CKeypointLink¶
Store link information between two keypoints (class properties): starting point index, ending point index, label and color. It is used within workflow input/output of type
CKeypointsIO
.Attributes
start_point_index
Starting point index (int)
end_point_index
Ending point index (int)
label
Link label (str)
color
Link color [r, g, b]