Expand description
Configuration types for the detector pipeline. Configuration types for the detector pipeline.
This module provides two configuration types:
DetectorConfig: Pipeline-level configuration (immutable after construction)DetectOptions: Per-call options (e.g., which tag families to decode)
Structs§
- Detect
Options - Per-call detection options.
- Detect
Options Builder - Builder for
DetectOptions. - Detector
Config - Pipeline-level configuration for the detector.
- Detector
Config Builder - Builder for
DetectorConfig.
Enums§
- Corner
Refinement Mode - Mode for subpixel corner refinement.
- Decode
Mode - Mode for decoding strategy.
- Pose
Estimation Mode - Mode for 3D pose estimation quality.
- Quad
Extraction Mode - Quad extraction algorithm.
- Segmentation
Connectivity - Segmentation connectivity mode.
- TagFamily
- Tag family identifier for per-call decoder selection.
Functions§
- shipped_
profile_ json - Return the raw embedded JSON for a shipped profile, or
Noneif the name is unknown. Exposed so FFI consumers (the Python wheel) can read the exact bytes Rust embeds at compile time, keeping one source of truth.