Back to Aurora Vision Library website

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

CreateImageFromPoint3DGrid


Header: AVL.h
Namespace: avl
Module: Vision3DLite

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

Applications: Allows for performing 2D operations on 3D data.

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
Input value inPoint3DGrid const Point3DGrid&
Input value inMissingPointValue const float Value assigned to pixels where point is undefined
Input value inPixelOffset const float 0.0f Value added to every pixel
Input value inPixelScale const float - - 1.0f Value every pixel is multiplied by
Output value outImage Image& Output image