Back to FabImage Studio website
You are here: Start » Filter Reference » Point3DGrid Basics » MakePoint3DGridFromImage
Creates a Point3DGrid structure from coordinates encoded in pixels of a 3 channel image.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inImage | Image | Source 3 channel image with per pixel encoded XYZ coordinates | |
![]() |
inRoi | Region* | Region determining valid points in resulting point grid | |
![]() |
inXOffset | Double | ||
![]() |
inXScale | Double | ||
![]() |
inYOffset | Double | ||
![]() |
inYScale | Double | ||
![]() |
inZOffset | Double | ||
![]() |
inZScale | Double | ||
![]() |
outPoint3DGrid | Point3DGrid |
Only the following inImage pixel formats are supported: 3xuint8, 3xint8, 3xuint16, 3xint16, 3xint32, 3xreal
Applications
Creating a Point3DGrid structure out of an image obtained from a 3D camera or other external sources that encodes point cloud XYZ coordinates as pixel components of 2D image.
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 3 channel image on input of MakePoint3DGridFromImage. |
Complexity Level
This filter is available on Basic Complexity Level.