Module options

Module options 

Source
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§

ColorizerOptions
Options for the Colorizer processing block
DecimationOptions
Options for the Decimation Filter processing block
HoleFillingOptions
Options for the Hole Filling Filter processing block
SpatialFilterOptions
Options for the Spatial Filter processing block
TemporalFilterOptions
Options for the Temporal Filter processing block
ThresholdOptions
Options for the Threshold Filter processing block

Enums§

ProcessingBlockOptionError
Errors that can occur when working with processing block options

Traits§

OptionsExt
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