imageTo3DFloatArray
fun imageTo3DFloatArray(image: BufferedImage, colorOrder: ColorOrder = ColorOrder.BGR): Array<Array<FloatArray>>
Content copied to clipboard
Converts image with colorOrder to the 3D array.
Converts image with colorOrder to the 3D array.