Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Image » Image Basics » CreateImageFromSurface

CreateImageFromSurface


Module: Vision3DStandard

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

Applications

Allows for performing 2D operations on 3D data.
Name Type Range Description
Input value inSurface Surface Input surface
Input value inPixelType PlainType Output image pixel type
Input value inResampleSurfaceMode ResampleSurfaceMode
Input value inXOffset Double* Offset for the X axis of the output image; if set to Nil, surface X offset is chosen
Input value inYOffset Double* Offset for the Y axis of the output image; if set to Nil, surface Y offset is chosen
Input value inPixelOffset Double* Offset that the input surface values have in the output image; if set to Nil, surface Z offset is chosen
Input value inPixelScale Double* Scale that the input surface values have in the output image; if set to Nil, surface Z scale is chosen
Input value inMissingPointValue Real* Value assigned to pixels where point is undefined
Output value outImage Image Input surface depth image
Output value outSurfaceFormat SurfaceFormat Format of the surface that the output image represents

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filter is member of CreateImageFromSurface filter group.