module CrImage::Map(T)
Overview
An interface for 2 dimensional data. Used for various masking and correlation methods.
Direct including types
Defined in:
cr-image/map.crInstance Method Summary
- #[](x : Int32, y : Int32) : T
- #[](index : Int32) : T
- #[]?(x : Int32, y : Int32) : T | Nil
- #[]?(index : Int32) : T | Nil
- #height : Int32
- #shape : Tuple(Int32, Int32)
- #size : Int32
- #width : Int32