Back to Adaptive Vision Library website

You are here: Start » Function Reference » Image Basics » CreateImageFromPoint3DGrid

CreateImageFromPoint3DGrid


Creates an image of z-values of the given points.

Syntax

C++
C#
 
void avl::CreateImageFromPoint3DGrid
(
	const avl::Point3DGrid& inPoint3DGrid,
	const atl::real inMissingPointValue,
	atl::real inA,
	atl::real inB,
	avl::Image& outImage
)

Parameters

Name Type Default Description
inPoint3DGrid const Point3DGrid&
inMissingPointValue const real
inA real 1.0f Value multiplied
inB real 0.0f Value added
outImage Image& Output image