Back to FabImage Library website

You are here: Start » Function Reference » Surface Features » SurfaceValidPointsRegion

SurfaceValidPointsRegion


Header:FIL.h
Namespace:fil

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