Back to Aurora Vision Library website

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

SurfaceValidPointsRegion


Header: AVL.h
Namespace: avl
Module: Vision3DStandard

Computes region of locations where points are valid in a surface and where they are invalid.

Syntax

C++
C#
 
void avl::SurfaceValidPointsRegion
(
	const avl::Surface& inSurface,
	atl::Optional<const avl::Region&> inRoi,
	avl::Region& outValidPointsRegion,
	avl::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.