Function opencv::core::repeat_to [] [src]

pub fn repeat_to(src: &Mat, ny: i32, nx: i32, dst: &Mat) -> Result<(), String>

replicates the input matrix the specified number of times in the horizontal and/or vertical direction