Back to FabImage Studio website
You are here: Start » Filter Reference » Surface Basics » MakeSurfaceFromImage
Creates a Surface structure from depth map mono image.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inImage | Image | Source mono image with depth map | |
![]() |
inRoi | Region* | Region determining valid points in resulting Surface | |
![]() |
inXOffset | Double | ||
![]() |
inXScale | Double | ||
![]() |
inYOffset | Double | ||
![]() |
inYScale | Double | ||
![]() |
inZOffset | Double | ||
![]() |
inZScale | Double | ||
![]() |
outSurface | Surface |
Only the following inImage pixel formats are supported: 1xuint8, 1xint8, 1xuint16, 1xint16, 1xint32, 1xreal
Applications
Creating Surface structure out of depth map image obtained from a 3D depth camera or other external sources using 2D images to transfer depth map data.
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
Error type | Description |
---|---|
DomainError | Not a mono image on input of MakeSurfaceFromImage. |
Complexity Level
This filter is available on Basic Complexity Level.