Function bilateral_filter

Source
pub unsafe extern "C" fn bilateral_filter(
    Image: Hobject,
    ImageJoint: Hobject,
    ImageBilateral: *mut Hobject,
    SigmaSpatial: f64,
    SigmaRange: f64,
    GenParamName: *const c_char,
    GenParamValue: f64,
) -> Herror