Back to FabImage Studio website
You are here: Start » Filter Reference » Image Basics » CreateImageFromSurface
Creates an image of z-values of the given points.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inSurface | Surface | Input surface | |
![]() |
inPixelType | PlainType | Output image pixel type | |
![]() |
inPixelOffset | Double* | Offset that the input surface values have in the output image; if set to Nil, surface zOffset is chosen | |
![]() |
inPixelScale | Double* | Scale that the input surface values have in the output image; if set to Nil, surface zScale is chosen | |
![]() |
inMissingPointValue | Real* | Value assigned to pixels where point is undefined | |
![]() |
outImage | Image | Input surface depth image |
Applications
Allows for creating depth image from an ordered cloud of points.
Complexity Level
This filter is available on Basic Complexity Level.