argB8888ToNCHWArray

fun argB8888ToNCHWArray(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 NCWH layout.