Function imgproc_rs::transform::translate[][src]

pub fn translate<T: Number>(
    input: &Image<T>,
    x: u32,
    y: u32
) -> ImgProcResult<Image<T>>

Translates an image to the position with upper left corner located at (x, y). Fills in the rest of the image as black