Macro imageproc::gray_image_from_nested_array [] [src]

macro_rules! gray_image_from_nested_array {
    ($nested_array:tt, $channel_type:ty) => { ... };
}

Implementation detail of the gray_image macros.