Back to Adaptive Vision Library website

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

CreateImageFromPoint3DGrid


Header:AVL.h
Namespace:avl

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

Syntax

C++
C#
 
void avl::CreateImageFromPoint3DGrid
(
	const avl::Point3DGrid& inPoint3DGrid,
	const float inMissingPointValue,
	const float inPixelOffset,
	const float inPixelScale,
	avl::Image& outImage
)

Parameters

Name Type Range Default Description
inPoint3DGrid const Point3DGrid&
inMissingPointValue const float Value assigned to pixels where point is undefined
inPixelOffset const float 0.0f Value added to every pixel
inPixelScale const float - - 1.0f Value every pixel is multiplied by
outImage Image& Output image