1 2 3 4 5 6 7 8 9 10
//! Local-only automatic region extraction abstractions. mod overlay; mod types; #[cfg(feature = "vision-helper")] pub mod helper; pub use overlay::*; pub use types::*;