Back to Adaptive Vision Library website

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

SurfaceValidPointsRegion


Header:AVL.h
Namespace:avl

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
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