Expand description
Dynamically sized 2d storage with rectangular iterators and in-place resizing
Re-exports§
pub use self::coordinate::Coordinate;pub use self::dimensions::Dimensions;pub use self::rectangle::Rectangle;
Modules§
Structs§
- Mat
- Container for 2D data
- Rect
Iter - Iterator over a sub-rectangle within a
Mat. - Rect
Iter Mut - Mutable iterator over a sub-rectangle within a
Mat.