Expand description
Processing block option definitions and management
This module provides strongly-typed options for configuring processing blocks at runtime with proper validation and error handling.
Structs§
- Colorizer
Options - Options for the Colorizer processing block
- Decimation
Options - Options for the Decimation Filter processing block
- Hole
Filling Options - Options for the Hole Filling Filter processing block
- Spatial
Filter Options - Options for the Spatial Filter processing block
- Temporal
Filter Options - Options for the Temporal Filter processing block
- Threshold
Options - Options for the Threshold Filter processing block
Enums§
- Processing
Block Option Error - Errors that can occur when working with processing block options
Traits§
- Options
Ext - Trait for processing blocks that support configurable options
Functions§
- get_
processing_ block_ option - Helper function to get an option value from a processing block
- get_
processing_ block_ option_ range - Helper function to get option range from a processing block
- set_
processing_ block_ option - Helper function to set an option on a processing block