Function ipp_sys::ippiLineSuppression_8u_C1R
source · pub unsafe extern "C" fn ippiLineSuppression_8u_C1R(
pSrc: *const u8,
srcStep: i32,
pFeature: *const u8,
featureStep: i32,
pDst: *mut u8,
dstStep: i32,
roiSize: IppiSize,
filterType: u32,
filterMask: u32,
avgWndSize: u32,
threshold: f32,
borderType: u32,
borderValue: u8,
pBuffer: *mut u8
) -> i32