SmoothProfile_Gauss_Mask
Smooths a profile by averaging points with one of ten pre-computed Gauss kernels.
Applications:Noise removal. Faster, but less accurate.
Syntax
C++
C#
Python
def SmoothProfile_Gauss_Mask( inProfile: Profile, outProfile: Profile, /, *, inStdDev: float = 0.6 ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inProfile | Profile | Input profile | ||
![]() |
inStdDev | float | 0.0 - 3.0 | 0.6 | |
![]() |
outProfile | Profile | Output profile |
Hardware Acceleration
This operation is optimized for SSE2 technology.
This operation is optimized for AVX2 technology.
This operation is optimized for NEON technology.


