Back to FabImage Library website

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

CreateImageFromPoint3DGrid


Header:FIL.h
Namespace:fil

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

Syntax

C++
C#
 
void fil::CreateImageFromPoint3DGrid
(
	const fil::Point3DGrid& inPoint3DGrid,
	const float inMissingPointValue,
	const float inPixelOffset,
	const float inPixelScale,
	fil::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