Parameters for an asymmetric (shifted) Gaussian convolution kernel.
More...
#include <asymmetric_gauss_kernel.h>
|
| double | amplitude |
| | Peak amplitude of the Gaussian.
|
| |
| double | amplitudeGlobal |
| | Spatially uniform offset added after convolution.
|
| |
| bool | circular |
| | Enable circular (toroidal) convolution.
|
| |
| bool | normalized |
| | Normalise the Gaussian before convolution.
|
| |
| double | timeShift |
| | Spatial shift of the kernel centre (positive = rightward drift).
|
| |
| double | width |
| | Gaussian standard deviation σ.
|
| |
Parameters for an asymmetric (shifted) Gaussian convolution kernel.
◆ AsymmetricGaussKernelParameters()
| dnf_composer::element::AsymmetricGaussKernelParameters::AsymmetricGaussKernelParameters |
( |
const double |
width = 3.0, |
|
|
const double |
amp = 3.0, |
|
|
const double |
ampGlobal = 0.00, |
|
|
const double |
timeShift = 0.00, |
|
|
const bool |
circular = true, |
|
|
const bool |
normalized = true |
|
) |
| |
|
inlineexplicit |
◆ operator==()
◆ toString()
| std::string dnf_composer::element::AsymmetricGaussKernelParameters::toString |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ amplitude
| double dnf_composer::element::AsymmetricGaussKernelParameters::amplitude |
Peak amplitude of the Gaussian.
◆ amplitudeGlobal
| double dnf_composer::element::AsymmetricGaussKernelParameters::amplitudeGlobal |
Spatially uniform offset added after convolution.
◆ circular
| bool dnf_composer::element::AsymmetricGaussKernelParameters::circular |
Enable circular (toroidal) convolution.
◆ normalized
| bool dnf_composer::element::AsymmetricGaussKernelParameters::normalized |
Normalise the Gaussian before convolution.
◆ timeShift
| double dnf_composer::element::AsymmetricGaussKernelParameters::timeShift |
Spatial shift of the kernel centre (positive = rightward drift).
◆ width
| double dnf_composer::element::AsymmetricGaussKernelParameters::width |
Gaussian standard deviation σ.
The documentation for this struct was generated from the following file: