opencv 0.76.3

Rust bindings for OpenCV
Documentation
pub use affine3::*;
pub use data_type::*;
pub use gpumat::*;
pub use input_output_array::*;
pub use mat::*;
pub use mat_ops::*;
pub use matx::*;
pub use point::*;
pub use point3::*;
pub use ptr::*;
pub use rect::*;
pub use scalar::*;
pub use size::*;
pub use sized::*;
pub use tuple::*;
pub use vec::*;
pub use vector::*;
pub use CV_MAKETYPE as CV_MAKE_TYPE;

mod affine3;
mod data_type;
mod gpumat;
mod input_output_array;
mod mat;
mod mat_ops;
mod matx;
mod point;
mod point3;
pub(crate) mod ptr;
mod rect;
mod scalar;
mod size;
mod sized;
mod tuple;
mod vec;
mod vector;