argB8888ToNHWCArray

fun argB8888ToNHWCArray(encodedPixels: IntArray, width: Int, height: Int, channels: Int): FloatArray

Decodes an ARGB8888 encoded pixel array to a float array containing the red, green, blue components in NHWC layout.