Optional
bitmapDescribes image data format - will be used only in the case of ImageBitMap
Optional
dataTensor data type - default is 'float32'
Optional
heightDescribes Image Height - Required only in the case of ImageBitMap
Optional
normDescribes normalization parameters to tensor conversion from image data - default values - Bias: 0, Mean: 255
Optional
bias?: numberOptional
mean?: numberOptional
resizedDescribes resized height - can be accessed via tensor dimensions as well
Optional
resizedDescribes resized width - can be accessed via tensor dimensions as well
Optional
tensorDescribes Tensor channels order - can differ from original image
Optional
tensorTensor channel layout - default is 'NHWC'
Optional
widthDescribes Image Width - Required only in the case of ImageBitMap
Generated using TypeDoc
Describes Tensor and Image configuration to an image data.