You are here: Start » FIL.NET » Function Reference » Image » Image Basics » FIL.CreateImageFromPoint3DGrid
Creates a depth image from the Z-values of the input point grid.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void CreateImageFromPoint3DGrid ( FilNet.Point3DGrid inPoint3DGrid, float inMissingPointValue, float inPixelOffset, float inPixelScale, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint3DGrid | FilNet.Point3DGrid | |||
![]() | inMissingPointValue | float | Value assigned to pixels where point is undefined. | ||
![]() | inPixelOffset | float | 0.0f | Value added to every pixel. Default value: 0.0f. | |
![]() | inPixelScale | float | <-INF, INF> | 1.0f | Value every pixel is multiplied by. Default value: 1.0f. |
![]() | outImage | FilNet.Image | Output image. |