[][src]Function ipp_headers_sys::ippiLabelMarkers_8u32s_C1R

pub unsafe extern "C" fn ippiLabelMarkers_8u32s_C1R(
    pSrcMarker: *mut Ipp8u,
    srcMarkerStep: c_int,
    pDstMarker: *mut Ipp32s,
    dstMarkerStep: c_int,
    roiSize: IppiSize,
    minLabel: c_int,
    maxLabel: c_int,
    norm: IppiNorm,
    pNumber: *mut c_int,
    pBuffer: *mut Ipp8u
) -> IppStatus