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
/
org.openrndr.extra.integralimage
/
FastIntegralImage
Fast
Integral
Image
class
FastIntegralImage
:
Filter
(
source
)
Compute an integral image for the source image
Members
Constructors
Fast
Integral
Image
Link copied to clipboard
constructor
(
)
Properties
depth
Buffer
Out
Link copied to clipboard
var
depthBufferOut
:
DepthBuffer
?
intermediate
Link copied to clipboard
var
intermediate
:
ColorBuffer
?
padding
Link copied to clipboard
var
padding
:
Int
parameters
Link copied to clipboard
open
val
parameters
:
MutableMap
<
String
,
Any
>
source
Cropped
Link copied to clipboard
var
sourceCropped
:
ColorBuffer
?
target
Padded
Link copied to clipboard
var
targetPadded
:
ColorBuffer
?
Functions
apply
Link copied to clipboard
fun
apply
(
source
:
Array
<
ColorBuffer
>
,
target
:
ColorBuffer
,
clip
:
Rectangle
?
)
fun
apply
(
source
:
Array
<
ColorBuffer
>
,
target
:
RenderTarget
,
clip
:
Rectangle
?
)
fun
apply
(
source
:
ColorBuffer
,
target
:
Array
<
ColorBuffer
>
,
clip
:
Rectangle
?
)
fun
apply
(
source
:
ColorBuffer
,
target
:
ColorBuffer
,
clip
:
Rectangle
?
)
open
override
fun
apply
(
source
:
Array
<
ColorBuffer
>
,
target
:
Array
<
ColorBuffer
>
,
clip
:
Rectangle
?
)
close
Link copied to clipboard
open
override
fun
close
(
)
destroy
Link copied to clipboard
open
fun
destroy
(
)
untrack
Link copied to clipboard
fun
untrack
(
)