glint-mask-tools 0.1.1

Rust implementation of glint mask generation tools for UAV and aerial imagery
Documentation
1
2
3
4
5
6
7
8
/// Configuration management for the glint mask generation library.
///
/// This module provides functionality for loading and saving sensor
/// configurations from external files, allowing users to define
/// custom sensor types without modifying the code.
pub mod sensor_config;

pub use sensor_config::{ConfigManager, SensorConfigFile};