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
Input value inSurface const Surface& Input surface
Input value inRoi Optional<const Region&> NIL Region of interest
Output value outValidPointsRegion Region& Region of locations where points are valid
Output value 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.