Back to FabImage Studio website
You are here: Start » Filter Reference » Surface Interpolations » SmoothSurface_Gauss
Smooths a surface using a gaussian kernel.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inSurface | Surface | ||
![]() |
inRoi | Region* | Range of output points to be computed | |
![]() |
inStdDevX | Real | 0.0 - ![]() |
Horizontal smoothing standard deviation |
![]() |
inStdDevY | Real* | 0.0 - ![]() |
Vertical smoothing standard deviation |
![]() |
inKernelRelativeSize | Real | 0.0 - 3.0 | A multiple of the standard deviation determining the size of the kernel |
![]() |
outSurface | Surface | ||
![]() |
diagKernelRadiusX | Integer | Horizontal radius of Gaussian kernel being used | |
![]() |
diagKernelRadiusY | Integer | Vertical radius of Gaussian kernel being used |
Applications
Removal of gaussian noise from surfaces.
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
Error type | Description |
---|---|
DomainError | Region of interest exceeds a surface in SmoothSurface_Gauss. |
Complexity Level
This filter is available on Basic Complexity Level.