Skip to main content

Crate spatialrust_pipeline

Crate spatialrust_pipeline 

Source
Expand description

Composable processing pipelines for SpatialRust.

Structs§

ChunkMapSource
Bounded source adapter for chunk-local crop and affine transform operations.
MvpIcpConfig
Configuration for optional ICP in the MVP pipeline.
MvpPipeline
Builder-style MVP pipeline runner.
MvpPipelineConfig
Full configuration for the MVP pipeline.
MvpPipelineReceipt
Execution receipt for the stages of one MVP pipeline run.
MvpPipelineResult
Output of a completed MVP pipeline run.
PositionReduction
Deterministic global position reduction over a bounded source.
StreamingPipeline
Composable bounded-memory point-cloud stream.
StreamingPipelineIter
Pull iterator that meters final output and exposes a live receipt snapshot.
StreamingVoxelConfig
Configuration for deterministic, spill-backed global voxel centroids.
StreamingVoxelSource
Bounded source of globally aggregated voxel centroids.

Enums§

ChunkMapOperation
Per-chunk operation that preserves the input schema.
MvpRegistrationMethod
Registration backend used by the MVP pipeline’s optional alignment step.

Functions§

reduce_positions
Consumes a source and computes bounds and centroid without retaining chunks.