PoissonFiller

class PoissonFiller(val width: Int, val height: Int, type: ColorType = ColorType.FLOAT32)(source)

Constructors

Link copied to clipboard
constructor(width: Int, height: Int, type: ColorType = ColorType.FLOAT32)

Properties

Link copied to clipboard
val height: Int
Link copied to clipboard
val width: Int

Functions

Link copied to clipboard
fun destroy()
Link copied to clipboard
fun process(input: ColorBuffer): ColorBuffer