1 2 3 4 5 6 7 8 9 10 11
#![doc = include_str!("../Docsrs.md")] pub mod error; pub mod hal; pub mod raw; pub mod utils; #[cfg(feature = "use-opencv")] pub use opencv; #[cfg(feature = "use-imageproc")] pub use imageproc;