Function opencv::imgproc::box_filter [] [src]

pub fn box_filter(src: &Mat, dst: &Mat, ddepth: i32, ksize: Size, anchor: Point, normalize: bool, borderType: i32) -> Result<(), String>

smooths the image using the box filter. Each pixel is processed in O(1) time

default value for arguments: - anchor: default Point(-1,-1) - normalize: default true - borderType: default BORDER_DEFAULT