Back to FabImage Library website
You are here: Start » Function Reference » Image » Image Basics » CreateImageFromPoint3DGrid

CreateImageFromPoint3DGrid
Header: | FIL.h |
---|---|
Namespace: | fil |
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 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 |