Function opencv::imgproc::pyr_up [] [src]

pub fn pyr_up(src: &Mat, dst: &Mat, dstsize: Size, borderType: i32) -> Result<(), String>

upsamples and smoothes the image

default value for arguments: - dstsize: default Size() - borderType: default BORDER_DEFAULT