public static extern NppStatus nppiAbsDiffC_32f_C1R(
     IntPtr pSrc1,
     int nSrc1Step,
     IntPtr pDst,
     int nDstStep,
     NppiSize oSizeROI,
     Npp32f nConstant);
 public static extern NppStatus nppiFilter32f_16s_C1R(
     IntPtr pSrc,
     int nSrcStep,
     IntPtr pDst,
     int nDstStep,
     NppiSize oSizeROI,
     IntPtr pKernel,
     NppiSize oKernelSize,
     NppiPoint oAnchor);
 public static extern NppStatus nppiDilate3x3Border_16u_C1R(
     IntPtr pSrc,
     Npp32s nSrcStep,
     NppiSize oSrcSize,
     NppiPoint oSrcOffset,
     IntPtr pDst,
     Npp32s nDstStep,
     NppiSize oSizeROI,
     NppiBorderType eBorderType);
 public static extern NppStatus nppiAddC_32f_AC4IR(
     [MarshalAs(UnmanagedType.LPArray, SizeConst = 3)]Npp32f[] aConstants,
     IntPtr pSrcDst,
     int nSrcDstStep,
     NppiSize oSizeROI);
 public static extern NppStatus nppiMulC_8u_C4RSfs(
     IntPtr pSrc1,
     int nSrc1Step,
     [MarshalAs(UnmanagedType.LPArray, SizeConst = 4)]Npp8u[] aConstants,
     IntPtr pDst,
     int nDstStep,
     NppiSize oSizeROI,
     int nScaleFactor);
 public static extern NppStatus nppiMulC_8u_C1RSfs(
     IntPtr pSrc1,
     int nSrc1Step,
     Npp8u nConstant,
     IntPtr pDst,
     int nDstStep,
     NppiSize oSizeROI,
     int nScaleFactor);
 public static extern NppStatus nppiMulC_32s_C1IRSfs(
     Npp32s nConstant,
     IntPtr pSrcDst,
     int nSrcDstStep,
     NppiSize oSizeROI,
     int nScaleFactor);
 public static extern NppStatus nppiMulC_32fc_C1IR(
     Npp32fc nConstant,
     IntPtr pSrcDst,
     int nSrcDstStep,
     NppiSize oSizeROI);
 public static extern NppStatus nppiMulCScale_8u_C1R(
     IntPtr pSrc1,
     int nSrc1Step,
     Npp8u nConstant,
     IntPtr pDst,
     int nDstStep,
     NppiSize oSizeROI);
 public static extern NppStatus nppiMulCScale_16u_C1IR(
     Npp16u nConstant,
     IntPtr pSrcDst,
     int nSrcDstStep,
     NppiSize oSizeROI);
 public static extern NppStatus nppiDiv_Round_8u_C4RSfs(
     IntPtr pSrc1,
     int nSrc1Step,
     IntPtr pSrc2,
     int nSrc2Step,
     IntPtr pDst,
     int nDstStep,
     NppiSize oSizeROI,
     NppRoundMode rndMode,
     int nScaleFactor);
 public static extern NppStatus nppiDiv_Round_8u_C3IRSfs(
     IntPtr pSrc,
     int nSrcStep,
     IntPtr pSrcDst,
     int nSrcDstStep,
     NppiSize oSizeROI,
     NppRoundMode rndMode,
     int nScaleFactor);
 public static extern NppStatus nppiAddC_16u_C1IRSfs(
     Npp16u nConstant,
     IntPtr pSrcDst,
     int nSrcDstStep,
     NppiSize oSizeROI,
     int nScaleFactor);
 public static extern NppStatus nppiDiv_8u_C1RSfs(
     IntPtr pSrc1,
     int nSrc1Step,
     IntPtr pSrc2,
     int nSrc2Step,
     IntPtr pDst,
     int nDstStep,
     NppiSize oSizeROI,
     int nScaleFactor);
Example #15
0
 public static extern NppStatus nppiEncodeOptimizeHuffmanGetSize(
     NppiSize oSize,
     int nChannels,
     IntPtr pBufSize);
 public static extern NppStatus nppiLn_16u_C3IRSfs(
     IntPtr pSrcDst,
     int nSrcDstStep,
     NppiSize oSizeROI,
     int nScaleFactor);
 public static extern NppStatus nppiLShiftC_8u_C3R(
     IntPtr pSrc1,
     int nSrc1Step,
     [MarshalAs(UnmanagedType.LPArray, SizeConst = 3)]Npp32u[] aConstants,
     IntPtr pDst,
     int nDstStep,
     NppiSize oSizeROI);
 public static extern NppStatus nppiLn_32f_C1IR(
     IntPtr pSrcDst,
     int nSrcDstStep,
     NppiSize oSizeROI);
 public static extern NppStatus nppiMulCScale_8u_AC4R(
     IntPtr pSrc1,
     int nSrc1Step,
     [MarshalAs(UnmanagedType.LPArray, SizeConst = 3)]Npp8u[] aConstants,
     IntPtr pDst,
     int nDstStep,
     NppiSize oSizeROI);
 public static extern NppStatus nppiLn_32f_C3R(
     IntPtr pSrc,
     int nSrcStep,
     IntPtr pDst,
     int nDstStep,
     NppiSize oSizeROI);
 public static extern NppStatus nppiMulCScale_8u_C4IR(
     [MarshalAs(UnmanagedType.LPArray, SizeConst = 4)]Npp8u[] aConstants,
     IntPtr pSrcDst,
     int nSrcDstStep,
     NppiSize oSizeROI);
 public static extern NppStatus nppiLn_8u_C3RSfs(
     IntPtr pSrc,
     int nSrcStep,
     IntPtr pDst,
     int nDstStep,
     NppiSize oSizeROI,
     int nScaleFactor);
 public static extern NppStatus nppiMulC_32f_C1R(
     IntPtr pSrc1,
     int nSrc1Step,
     Npp32f nConstant,
     IntPtr pDst,
     int nDstStep,
     NppiSize oSizeROI);
 public static extern NppStatus nppiAddC_16u_C4IRSfs(
     [MarshalAs(UnmanagedType.LPArray, SizeConst = 4)]Npp16u[] aConstants,
     IntPtr pSrcDst,
     int nSrcDstStep,
     NppiSize oSizeROI,
     int nScaleFactor);
 public static extern NppStatus nppiMulC_32s_C3IRSfs(
     [MarshalAs(UnmanagedType.LPArray, SizeConst = 3)]Npp32s[] aConstants,
     IntPtr pSrcDst,
     int nSrcDstStep,
     NppiSize oSizeROI,
     int nScaleFactor);
 public static extern NppStatus nppiLShiftC_32s_C1IR(
     Npp32u nConstant,
     IntPtr pSrcDst,
     int nSrcDstStep,
     NppiSize oSizeROI);
 public static extern NppStatus nppiAddC_32fc_C4R(
     IntPtr pSrc1,
     int nSrc1Step,
     [MarshalAs(UnmanagedType.LPArray, SizeConst = 4)]Npp32fc[] aConstants,
     IntPtr pDst,
     int nDstStep,
     NppiSize oSizeROI);
 public static extern NppStatus nppiLShiftC_32s_C4IR(
     [MarshalAs(UnmanagedType.LPArray, SizeConst = 4)]Npp32u[] aConstants,
     IntPtr pSrcDst,
     int nSrcDstStep,
     NppiSize oSizeROI);
 public static extern NppStatus nppiMulScale_16u_C4R(
     IntPtr pSrc1,
     int nSrc1Step,
     IntPtr pSrc2,
     int nSrc2Step,
     IntPtr pDst,
     int nDstStep,
     NppiSize oSizeROI);
 public static extern NppStatus nppiLShiftC_8u_C1R(
     IntPtr pSrc1,
     int nSrc1Step,
     Npp32u nConstant,
     IntPtr pDst,
     int nDstStep,
     NppiSize oSizeROI);
 public static extern NppStatus nppiMulScale_8u_AC4IR(
     IntPtr pSrc,
     int nSrcStep,
     IntPtr pSrcDst,
     int nSrcDstStep,
     NppiSize oSizeROI);
Example #32
0
 public static extern NppStatus nppiMagnitudeSqr_32fc32f_C1R(
     IntPtr pSrc,
     int nSrcStep,
     IntPtr pDst,
     int nDstStep,
     NppiSize oSizeROI);