opencv 0.29.3

Rust bindings for OpenCV
Documentation
1
2
3
4
5
pub mod core;
#[cfg(any(not(feature = "opencv-32"), feature = "contrib"))]
pub mod dnn;
pub mod sys;
pub mod types;