Function ipp_sys::ippiThreshold_LTValGTVal_32f_AC4R
source · pub unsafe extern "C" fn ippiThreshold_LTValGTVal_32f_AC4R(
pSrc: *const f32,
srcStep: i32,
pDst: *mut f32,
dstStep: i32,
roiSize: IppiSize,
thresholdLT: *const f32,
valueLT: *const f32,
thresholdGT: *const f32,
valueGT: *const f32
) -> i32