Function opencv::imgproc::remap [] [src]

pub fn remap(src: &Mat, dst: &Mat, map1: &Mat, map2: &Mat, interpolation: i32, borderMode: i32, borderValue: Scalar) -> Result<(), String>

warps the image using the precomputed maps. The maps are stored in either floating-point or integer fixed-point format

default value for arguments: - borderMode: default BORDER_CONSTANT - borderValue: default Scalar()