CObjectDetection¶
- class ikomia.dataprocess.pydataprocess.CObjectDetection¶
Store single object detection information (class properties): label, confidence, box and color. It is used within workflow input/output of type
CObjectDetectionIO.Attributes
idObject ID (int)
labelObject label (str)
confidencePrediction confidence (double)
boxObject bounding box [x, y, width, height]
colorObject display color [r, g, b, a]