Macro imageproc::rgb_image_from_nested_array [] [src]

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

Implementation detail of the rgb_image macro.