Lens Scripting API
Editor Scripting API
Guide Docs
Preparing search index...
Built-In
TensorMath
applyBoxFilter
Function applyBoxFilter
applyBoxFilter
(
inTensor
:
Float32Array
,
inShape
:
vec3
,
kernelSize
:
vec2
,
anchor
:
vec2
,
normalize
:
boolean
,
borderType
:
TensorMath
.
BorderType
,
outTensor
:
Float32Array
,
)
:
void
Blurs an image tensor using the box filter.
Parameters
inTensor
:
Float32Array
inShape
:
vec3
kernelSize
:
vec2
anchor
:
vec2
normalize
:
boolean
borderType
:
TensorMath
.
BorderType
outTensor
:
Float32Array
Returns
void
Settings
Member Visibility
Inherited
Deprecated
Theme
OS
Light
Dark
Editor Scripting API
Guide Docs
Lens Scripting API
Loading...
Blurs an image tensor using the box filter.