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

SurfaceValidPointsRegion
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DStandard |
Computes region of locations where points are valid in a surface and where they are invalid.
Syntax
C++
C#
void fil::SurfaceValidPointsRegion ( const fil::Surface& inSurface, ftl::Optional<const fil::Region&> inRoi, fil::Region& outValidPointsRegion, fil::Region& outInvalidPointsRegion )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inSurface | const Surface& | Input surface | |
![]() |
inRoi | Optional<const Region&> | NIL | Region of interest |
![]() |
outValidPointsRegion | Region& | Region of locations where points are valid | |
![]() |
outInvalidPointsRegion | Region& | Region of locations where points are invalid |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Region of interest exceeds an input surface in SurfaceValidPointsRegion. |