Classes | |
| class | SpatialMappingParameters |
| Structure containing a set of parameters for the spatial mapping module. More... | |
| class | PlaneDetectionParameters |
| Structure containing a set of parameters for the plane detection functionality. More... | |
| class | MeshFilterParameters |
| Class containing a set of parameters for the mesh filtration functionality. More... | |
| class | Chunk |
| Class representing a sub-mesh containing local vertices and triangles. More... | |
| class | Mesh |
| Class representing a mesh and containing the geometric (and optionally texture) data of the scene captured by the spatial mapping module. More... | |
| class | Plane |
| Class representing a plane defined by a point and a normal, or a plane equation. More... | |
| class | PointCloudChunk |
| Class representing a sub-point cloud containing local vertices and colors. More... | |
| class | FusedPointCloud |
| Class representing a fused point cloud and containing the geometric and color data of the scene captured by the spatial mapping module. More... | |
Enumerations | |
| enum class | SPATIAL_MAPPING_STATE |
| Lists the different states of spatial mapping. More... | |
| enum class | SPATIAL_MAP_TYPE |
| Lists the types of spatial maps that can be created. More... | |
| enum class | MAPPING_RESOLUTION |
| Lists the spatial mapping resolution presets. More... | |
| enum class | MAPPING_RANGE |
| Lists the spatial mapping depth range presets. More... | |
| enum class | MESH_FILE_FORMAT |
| Lists available mesh file formats. More... | |
| enum class | MESH_TEXTURE_FORMAT |
| Lists available mesh texture formats. More... | |
| enum class | MESH_FILTER |
| Lists available mesh filtering intensities. More... | |
|
strong |
Lists the different states of spatial mapping.
| Enumerator | |
|---|---|
| INITIALIZING | The spatial mapping is initializing. |
| OK | The depth and tracking data were correctly integrated in the mapping algorithm. |
| NOT_ENOUGH_MEMORY | The maximum memory dedicated to the scanning has been reached. |
| NOT_ENABLED | sl::Camera::enableSpatialMapping() wasn't called or the scanning was stopped and not relaunched. |
| FPS_TOO_LOW | The effective FPS is too low to give proper results for spatial mapping. |
|
strong |
|
strong |
|
strong |
Lists the spatial mapping depth range presets.
| Enumerator | |
|---|---|
| SHORT | Only depth close to the camera will be used during spatial mapping. |
| MEDIUM | Medium depth range. |
| LONG | Takes into account objects that are far. |
| AUTO | Depth range will be computed based on current sl::Camera state and parameters. |
|
strong |
|
strong |
|
strong |