Interface

ImageArrayOption

Option structure of WebDNN.Image.getImageArray

Inheritance hierarchy
  • ImageArrayOption
Properties
# bias: number [] | number [image/image_array.ts:51]

Bias value, which is parsed based on order value

# color: Color.RGB | Color.BGR | Color.GREY | Color.RGBA | Color.BGRA [image/image_array.ts:45]

The color format

# order: Order.CHW | Order.HWC [image/image_array.ts:48]

The data order

# scale: number [] | number [image/image_array.ts:54]

Scale value, which is parsed based on order value

Type of packed array