IntegralImage

class IntegralImage(val width: Int, val height: Int, val integral: LongArray)(source)

Constructors

Link copied to clipboard
constructor(width: Int, height: Int, integral: LongArray)

Types

Link copied to clipboard
object Companion

Properties

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

Functions

Link copied to clipboard
fun sum(area: IntRectangle): Long