Classes | |
| class | SpatialMappingParameters |
| Sets the spatial mapping parameters. More... | |
| class | Mesh |
| A mesh contains the geometric (and optionally texture) data of the scene captured by spatial mapping. More... | |
| struct | Chunk |
| Represents a sub-mesh, it contains local vertices and triangles. More... | |
Enumerations | |
| enum class | MAPPING_RESOLUTION |
| Spatial mapping depth resolution presets. More... | |
| enum class | MAPPING_RANGE |
| Spatial mapping depth range presets. More... | |
| enum class | SPATIAL_MAP_TYPE |
| Spatial Mapping type (default is mesh) More... | |
| enum class | MESH_FILE_FORMAT |
| Mesh formats that can be saved/loaded with spatial mapping. More... | |
| enum class | MESH_FILTER |
| Presets for filtering meshes scannedw ith spatial mapping. Higher values reduce total face count by more. More... | |
| enum class | SPATIAL_MAPPING_STATE |
| Possible states of the ZED's Spatial Mapping system. More... | |
| enum class | PLANE_TYPE |
| Type of the plane, determined by its orientation and whether detected by ZEDPlaneDetectionManager's DetectFloorPlane() or DetectPlaneAtHit(). More... | |
| enum class | AREA_EXPORT_STATE |
| Possible states of the ZED's spatial memory area export, for saving 3D features used by the tracking system to relocalize the camera. This is used when saving a mesh generated by spatial mapping when Save Mesh is enabled - a .area file is saved as well. More... | |
|
strong |
|
strong |
Spatial mapping depth range presets.
| Enumerator | |
|---|---|
| NEAR | Geometry within 3.5 meters of the camera will be mapped. |
| MEDIUM | Geometry within 5 meters of the camera will be mapped. |
| FAR | Objects as far as 10 meters away are mapped. Useful for outdoors. |
|
strong |
|
strong |
Mesh formats that can be saved/loaded with spatial mapping.
| Enumerator | |
|---|---|
| PLY | Contains only vertices and faces. |
| BIN | Contains only vertices and faces, encoded in binary. |
| OBJ | Contains vertices, normals, faces, and texture information (if possible). |
|
strong |
|
strong |
Possible states of the ZED's Spatial Mapping system.
|
strong |
Type of the plane, determined by its orientation and whether detected by ZEDPlaneDetectionManager's DetectFloorPlane() or DetectPlaneAtHit().
|
strong |
Possible states of the ZED's spatial memory area export, for saving 3D features used by the tracking system to relocalize the camera. This is used when saving a mesh generated by spatial mapping when Save Mesh is enabled - a .area file is saved as well.