module

CrImage::Map(T)

An interface for 2 dimensional data. Used for various masking and correlation methods.

Instance methods

[](x : Int32, y : Int32) : T
Source
[](index : Int32) : T
Source
[]?(x : Int32, y : Int32) : T | Nil
Source
[]?(index : Int32) : T | Nil
Source
height
Source
shape
Source
size
Source
width
Source