Macro imageproc::gray_image_i16 [] [src]

macro_rules! gray_image_i16 {
    () => { ... };
    ($( $( $x: expr ),*);*) => { ... };
}

Helper for defining greyscale images with i16 subpixels. Columns are separated by commas and rows by semi-colons.

See the gray_image documentation for examples.