Back to FabImage Library website
You are here: Start » Function Reference » Surface » Surface Features » ReplaceInvalidSurfacePoints

ReplaceInvalidSurfacePoints
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DStandard |
Replaces all invalid points with a given Z value.
Syntax
C++
C#
void fil::ReplaceInvalidSurfacePoints ( fil::Surface& ioSurface, ftl::Optional<const fil::Region&> inRoi, float inNewZ )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
ioSurface | Surface& | ||
![]() |
inRoi | Optional<const Region&> | NIL | Range of pixels to be processed |
![]() |
inNewZ | float |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Region of interest exceeds an input surface in ReplaceInvalidSurfacePoints. |