ConvolutionFunction1D
Artifact: androidx.media3:media3-effect
@UnstableApi
interface ConvolutionFunction1D
GaussianFunction |
Implementation of a symmetric Gaussian function with a limited domain. |
An interface for 1 dimensional convolution functions.
The domain defines the region over which the function operates, in pixels.
Summary
Nested types |
|---|
interface ConvolutionFunction1D.ProviderA configurable provider for |
Public functions |
|
|---|---|
Float |
Returns the end of the domain. |
Float |
Returns the start of the domain. |
Float |
Returns the value of the function at the |
Float |
width()Returns the width of the domain. |