Function opencv::imgproc::scharr  
            
                [−]
            
        [src]
pub fn scharr(src: &Mat, dst: &Mat, ddepth: i32, dx: i32, dy: i32, scale: f64, delta: f64, borderType: i32) -> Result<(), String>
applies the vertical or horizontal Scharr operator to the image
default value for arguments: - scale: default 1 - delta: default 0 - borderType: default BORDER_DEFAULT