Macro imageproc::gray_image_u16 [] [src]

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

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

See the gray_image documentation for examples.