public static extern NppStatus nppiMulC_16sc_C1RSfs(
     IntPtr pSrc1,
     int nSrc1Step,
     Npp16sc nConstant,
     IntPtr pDst,
     int nDstStep,
     NppiSize oSizeROI,
     int nScaleFactor);
Пример #2
0
 public static extern NppStatus nppsSet_16sc(
     Npp16sc nValue,
     IntPtr pDst,
     int nLength);
 public static extern NppStatus nppiSet_16sc_C1R(
     Npp16sc oValue,
     IntPtr pDst,
     int nDstStep,
     NppiSize oSizeROI);
 public static extern NppStatus nppiDivC_16sc_C1IRSfs(
     Npp16sc nConstant,
     IntPtr pSrcDst,
     int nSrcDstStep,
     NppiSize oSizeROI,
     int nScaleFactor);
Пример #5
0
 public static extern NppStatus nppsSet_16sc(
     Npp16sc nValue,
     IntPtr pDst,
     int nLength);
 public static extern NppStatus nppsSubC_16sc_Sfs(
     IntPtr pSrc,
     Npp16sc nValue,
     IntPtr pDst,
     int nLength,
     int nScaleFactor);
 public static extern NppStatus nppsSubCRev_16sc_ISfs(
     Npp16sc nValue,
     IntPtr pSrcDst,
     int nLength,
     int nScaleFactor);
 public static extern NppStatus nppsNormalize_16sc_Sfs(
     IntPtr pSrc,
     IntPtr pDst,
     int nLength,
     Npp16sc vSub,
     int vDiv,
     int nScaleFactor);
Пример #9
0
 public static extern NppStatus nppsThreshold_LTVal_16sc_I(
     IntPtr pSrcDst,
     int nLength,
     Npp16s nLevel,
     Npp16sc nValue);