convertToImage

fun convertToImage(output: Array3D<FloatArray>, width: Int, height: Int): Bitmap(source)

Executes the convertToImage step in the SDAI ONNX local diffusion feature layer.

Return

Result produced by convertToImage.

Author

Dmitriy Moroz

Parameters

output

output value consumed by the API.

width

width value consumed by the API.

height

height value consumed by the API.