You are here: Start » AVL.NET » Invoke.Point3DGridValidPointsRegion

Invoke.Point3DGridValidPointsRegion

Computes region of locations where points are valid in a points 3D grid and where they are invalid.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void Point3DGridValidPointsRegion
(
	Avl.Point3DGrid inPoint3DGrid,
	Optional<Avl.Region> inRoi,
	Avl.Region outValidPointsRegion,
	Avl.Region outInvalidPointsRegion
)

Parameters

Name Type Range Default Description
inPoint3DGridAvl.Point3DGrid
inRoiAtl.Optional<Avl.Region>Range of pixels to be processed. Default value: atl::NIL.
outValidPointsRegionAvl.RegionRegion of locations where points are valid.
outInvalidPointsRegionAvl.RegionRegion of locations where points are invalid.

See also