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

AVL.Point3DGridValidPointsRegion Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void Point3DGridValidPointsRegion(
	AvlNet.Point3DGrid inPoint3DGrid,
	AvlNet.Region inRoi,
	out AvlNet.Region outValidPointsRegion,
	out AvlNet.Region outInvalidPointsRegion
)

Parameters

Name Type Range Default Description
inPoint3DGridAvlNet.Point3DGrid
inRoiAvlNet.RegionRange of pixels to be processed. Default value: atl::NIL, or null.
outValidPointsRegionAvlNet.RegionRegion of locations where points are valid.
outInvalidPointsRegionAvlNet.RegionRegion of locations where points are invalid.

See also