You are here: Start » AVL.NET » Function Reference » Image » Image Basics » AVL.CreateImageFromPoint3DGrid

AVL.CreateImageFromPoint3DGrid

Creates a depth image from the Z-values of the input point grid.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void CreateImageFromPoint3DGrid
(
	AvlNet.Point3DGrid inPoint3DGrid,
	float inMissingPointValue,
	float inPixelOffset,
	float inPixelScale,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inPoint3DGridAvlNet.Point3DGrid
inMissingPointValuefloatValue assigned to pixels where point is undefined.
inPixelOffsetfloat0.0fValue added to every pixel. Default value: 0.0f.
inPixelScalefloat<-INF, INF>1.0fValue every pixel is multiplied by. Default value: 1.0f.
outImageAvlNet.ImageOutput image.

See also