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