Function ipp_headers_sys::ippiWarpPerspectiveNearestInit
source · pub unsafe extern "C" fn ippiWarpPerspectiveNearestInit(
srcSize: IppiSize,
srcRoi: IppiRect,
dstSize: IppiSize,
dataType: Type,
coeffs: *mut [f64; 3],
direction: Type,
numChannels: c_int,
borderType: IppiBorderType,
pBorderValue: *const Ipp64f,
smoothEdge: c_int,
pSpec: *mut IppiWarpSpec
) -> IppStatus