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
Input value inProfile Profile Input profile
Input value inStdDev float 0.0 - 3.0 0.6
Output value 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.