CInstanceSegmentation¶
- class ikomia.dataprocess.pydataprocess.CInstanceSegmentation¶
Store single instance segmentation information (class properties): class index, label, confidence, box, mask and color. It is used within workflow input/output of type
CInstanceSegIO.Attributes
idObject ID (int)
typeObject type (int 0=THING or 1=STUFF)
class_indexObject class index (int)
labelObject label (str)
confidencePrediction confidence (double)
boxObject bounding box [x, y, width, height]
maskObject mask (numpy array)
colorObject display color [r, g, b, a]
polygons