MxDataInput

Function

Defines the data structure received by the stream.

Structure Definition

class MxDataInput :
    def __init__(self):
        self.data = None
        self.fragmentId = None
        self.customParam = None
        self.roiBoxs = list()  # list

Parameter Description

Parameter

Type

Description

data

bytes

Image data

fragmentId

int

(Reserved) Fragment ID

customParam

bytes

(Reserved) User-defined parameter

roiBoxs

RoiBoxVector

Coordinate array of the bounding box (ROI)