orx
Toggle table of contents
0.5.0-dev.28+293aff4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
orx
orx-integral-image
/
studio.rndnr.packture
/
IntegralImage
Integral
Image
class
IntegralImage
(
val
width
:
Int
,
val
height
:
Int
,
val
integral
:
LongArray
)
(
source
)
Members
Constructors
Integral
Image
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
,
integral
:
LongArray
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
height
Link copied to clipboard
val
height
:
Int
integral
Link copied to clipboard
val
integral
:
LongArray
width
Link copied to clipboard
val
width
:
Int
Functions
sum
Link copied to clipboard
fun
sum
(
area
:
IntRectangle
)
:
Long