Function opencv::imgproc::bilateral_filter [] [src]

pub fn bilateral_filter(src: &Mat, dst: &Mat, d: i32, sigmaColor: f64, sigmaSpace: f64, borderType: i32) -> Result<(), String>

smooths the image using bilateral filter

default value for arguments: - borderType: default BORDER_DEFAULT