jcuda.jnpp
Class JNppi

java.lang.Object
  extended by jcuda.jnpp.JNppi

public class JNppi
extends java.lang.Object

Java bindings for NPPI. Most of the documentation is extracted from the NPPI header files.


Method Summary
static void initialize()
          Initializes the native library.
static int nppiAbs_16s_AC4IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit signed short channel in place image absolute value with unmodified alpha.
static int nppiAbs_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit signed short channel image absolute value with unmodified alpha.
static int nppiAbs_16s_C1IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 16-bit signed short channel in place image absolute value.
static int nppiAbs_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           One 16-bit signed short channel image absolute value.
static int nppiAbs_16s_C3IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 16-bit signed short channel in place image absolute value.
static int nppiAbs_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 16-bit signed short channel image absolute value.
static int nppiAbs_16s_C4IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit signed short channel in place image absolute value.
static int nppiAbs_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit signed short channel image absolute value.
static int nppiAbs_32f_AC4IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel in place image absolute value with unmodified alpha.
static int nppiAbs_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel image absolute value with unmodified alpha.
static int nppiAbs_32f_C1IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel in place image absolute value.
static int nppiAbs_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel image absolute value.
static int nppiAbs_32f_C3IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit floating point channel in place image absolute value.
static int nppiAbs_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit floating point channel image absolute value.
static int nppiAbs_32f_C4IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel in place image absolute value.
static int nppiAbs_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel image absolute value.
static int nppiAbsDiff_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel absolute difference of image1 minus image2.
static int nppiAbsDiff_32f_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel absolute difference of image1 minus image2.
static int nppiAbsDiff_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel absolute difference of image1 minus image2.
static int nppiAbsDiffC_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nConstant)
           One 16-bit unsigned short channel image absolute difference with constant.
static int nppiAbsDiffC_32f_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float nConstant)
           One 32-bit floating point channel image absolute difference with constant.
static int nppiAbsDiffC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nConstant)
           One 8-bit unsigned char channel image absolute difference with constant.
static int nppiAdd_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_16s_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_16s_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_16s_C4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_16u_C1IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_16u_C1RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_16u_C3IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_16u_C3RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_16u_C4IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_16u_C4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_32f_AC4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel with unmodified alpha in place image addition.
static int nppiAdd_32f_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel with unmodified alpha image addition.
static int nppiAdd_32f_C1IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel in place image addition.
static int nppiAdd_32f_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel image addition.
static int nppiAdd_32f_C3IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel in place image addition.
static int nppiAdd_32f_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit floating point channel image addition.
static int nppiAdd_32f_C4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel in place image addition.
static int nppiAdd_32f_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel image addition.
static int nppiAdd_32fc_AC4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image addition.
static int nppiAdd_32fc_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image addition.
static int nppiAdd_32fc_C1IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition.
static int nppiAdd_32fc_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition.
static int nppiAdd_32fc_C3IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition.
static int nppiAdd_32fc_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition.
static int nppiAdd_32fc_C4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition.
static int nppiAdd_32fc_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition.
static int nppiAdd_32s_C1IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image add.
static int nppiAdd_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_32s_C3IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_8u_C1IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_8u_C3IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_8u_C4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAdd_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiAddC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
static int nppiAddC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha image add constant, scale, then clamp to saturated value.
static int nppiAddC_16s_C1IRSfs(short nConstant, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image add constant, scale, then clamp to saturated value.
static int nppiAddC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image add constant, scale, then clamp to saturated value.
static int nppiAddC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel in place image add constant, scale, then clamp to saturated value.
static int nppiAddC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image add constant, scale, then clamp to saturated value.
static int nppiAddC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel in place image add constant, scale, then clamp to saturated value.
static int nppiAddC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image add constant, scale, then clamp to saturated value.
static int nppiAddC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
static int nppiAddC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image add constant, scale, then clamp to saturated value.
static int nppiAddC_16sc_C1IRSfs(Npp16sc nConstant, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image add constant, scale, then clamp to saturated value.
static int nppiAddC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image add constant, scale, then clamp to saturated value.
static int nppiAddC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image add constant, scale, then clamp to saturated value.
static int nppiAddC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image add constant, scale, then clamp to saturated value.
static int nppiAddC_16u_AC4IRSfs(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
static int nppiAddC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel with unmodified alpha image add constant, scale, then clamp to saturated value.
static int nppiAddC_16u_C1IRSfs(short nConstant, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit unsigned short channel in place image add constant, scale, then clamp to saturated value.
static int nppiAddC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit unsigned short channel image add constant, scale, then clamp to saturated value.
static int nppiAddC_16u_C3IRSfs(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit unsigned short channel in place image add constant, scale, then clamp to saturated value.
static int nppiAddC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit unsigned short channel image add constant, scale, then clamp to saturated value.
static int nppiAddC_16u_C4IRSfs(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel in place image add constant, scale, then clamp to saturated value.
static int nppiAddC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel image add constant, scale, then clamp to saturated value.
static int nppiAddC_32f_AC4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel with unmodified alpha in place image add constant.
static int nppiAddC_32f_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel with unmodified alpha image add constant.
static int nppiAddC_32f_C1IR(float nConstant, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel in place image add constant.
static int nppiAddC_32f_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, float nConstant, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel image add constant.
static int nppiAddC_32f_C3IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit floating point channel in place image add constant.
static int nppiAddC_32f_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit floating point channel image add constant.
static int nppiAddC_32f_C4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel in place image add constant.
static int nppiAddC_32f_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel image add constant.
static int nppiAddC_32fc_AC4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image add constant.
static int nppiAddC_32fc_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image add constant.
static int nppiAddC_32fc_C1IR(Npp32fc nConstant, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant.
static int nppiAddC_32fc_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, Npp32fc nConstant, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant.
static int nppiAddC_32fc_C3IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant.
static int nppiAddC_32fc_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant.
static int nppiAddC_32fc_C4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant.
static int nppiAddC_32fc_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant.
static int nppiAddC_32s_C1IRSfs(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel in place image add constant, scale, then clamp to saturated value.
static int nppiAddC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel image add constant, scale, then clamp to saturated value.
static int nppiAddC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel in place image add constant, scale, then clamp to saturated value.
static int nppiAddC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image add constant, scale, then clamp to saturated value.
static int nppiAddC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
static int nppiAddC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image add constant, scale, then clamp to saturated value.
static int nppiAddC_32sc_C1IRSfs(Npp32sc nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image add constant, scale, then clamp to saturated value.
static int nppiAddC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image add constant, scale, then clamp to saturated value.
static int nppiAddC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image add constant, scale, then clamp to saturated value.
static int nppiAddC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image add constant, scale, then clamp to saturated value.
static int nppiAddC_8u_AC4IRSfs(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
static int nppiAddC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha image add constant, scale, then clamp to saturated value.
static int nppiAddC_8u_C1IRSfs(byte nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image add constant, scale, then clamp to saturated value.
static int nppiAddC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image add constant, scale, then clamp to saturated value.
static int nppiAddC_8u_C3IRSfs(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel 8-bit unsigned char in place image add constant, scale, then clamp to saturated value.
static int nppiAddC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image add constant, scale, then clamp to saturated value.
static int nppiAddC_8u_C4IRSfs(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel in place image add constant, scale, then clamp to saturated value.
static int nppiAddC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image add constant, scale, then clamp to saturated value.
static int nppiAddProduct_16u32f_C1IMR(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
static int nppiAddProduct_16u32f_C1IR(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel image product added to in place floating point destination image.
static int nppiAddProduct_32f_C1IMR(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
static int nppiAddProduct_32f_C1IR(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel image product added to in place floating point destination image.
static int nppiAddProduct_8u32f_C1IMR(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
static int nppiAddProduct_8u32f_C1IR(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image product added to in place floating point destination image.
static int nppiAddSquare_16u32f_C1IMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
static int nppiAddSquare_16u32f_C1IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel image squared then added to in place floating point destination image.
static int nppiAddSquare_32f_C1IMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
static int nppiAddSquare_32f_C1IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel image squared then added to in place floating point destination image.
static int nppiAddSquare_8u32f_C1IMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
static int nppiAddSquare_8u32f_C1IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image squared then added to in place floating point destination image.
static int nppiAddWeighted_16u32f_C1IMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nAlpha)
           One 16-bit unsigned short channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
static int nppiAddWeighted_16u32f_C1IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nAlpha)
           One 16-bit unsigned short channel alpha weighted image added to in place floating point destination image.
static int nppiAddWeighted_32f_C1IMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nAlpha)
           One 32-bit floating point channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
static int nppiAddWeighted_32f_C1IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nAlpha)
           One 32-bit floating point channel alpha weighted image added to in place floating point destination image.
static int nppiAddWeighted_8u32f_C1IMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nAlpha)
           One 8-bit unsigned char channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
static int nppiAddWeighted_8u32f_C1IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nAlpha)
           One 8-bit unsigned char channel alpha weighted image added to in place floating point destination image.
static int nppiAlphaComp_16s_AC1R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 16-bit signed short channel image composition using image alpha values (0 - max channel pixel value).
static int nppiAlphaComp_16u_AC1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 16-bit unsigned short channel image composition using image alpha values (0 - max channel pixel value).
static int nppiAlphaComp_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           Four 16-bit unsigned short channel image composition using image alpha values (0 - max channel pixel value).
static int nppiAlphaComp_32f_AC1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 32-bit floating point channel image composition using image alpha values (0.0 - 1.0).
static int nppiAlphaComp_32f_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           Four 32-bit floating point channel image composition using image alpha values (0.0 - 1.0).
static int nppiAlphaComp_32s_AC1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 32-bit signed integer channel image composition using image alpha values (0 - max channel pixel value).
static int nppiAlphaComp_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           Four 32-bit signed integer channel image composition using image alpha values (0 - max channel pixel value).
static int nppiAlphaComp_32u_AC1R(TypedPointer<Npp32u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pSrc2, int nSrc2Step, TypedPointer<Npp32u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 32-bit unsigned integer channel image composition using image alpha values (0 - max channel pixel value).
static int nppiAlphaComp_32u_AC4R(TypedPointer<Npp32u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pSrc2, int nSrc2Step, TypedPointer<Npp32u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           Four 32-bit unsigned integer channel image composition using image alpha values (0 - max channel pixel value).
static int nppiAlphaComp_8s_AC1R(TypedPointer<Npp8s> pSrc1, int nSrc1Step, TypedPointer<Npp8s> pSrc2, int nSrc2Step, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 8-bit signed char channel image composition using image alpha values (0 - max channel pixel value).
static int nppiAlphaComp_8u_AC1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 8-bit unsigned char channel image composition using image alpha values (0 - max channel pixel value).
static int nppiAlphaComp_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           Four 8-bit unsigned char channel image composition using image alpha values (0 - max channel pixel value).
static int nppiAlphaCompC_16s_C1R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short nAlpha1, TypedPointer<Npp16s> pSrc2, int nSrc2Step, short nAlpha2, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 16-bit signed short channel image composition using constant alpha.
static int nppiAlphaCompC_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nAlpha1, TypedPointer<Npp16u> pSrc2, int nSrc2Step, short nAlpha2, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           Four 16-bit unsigned short channel image composition with alpha using constant source alpha.
static int nppiAlphaCompC_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nAlpha1, TypedPointer<Npp16u> pSrc2, int nSrc2Step, short nAlpha2, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 16-bit unsigned short channel image composition using constant alpha.
static int nppiAlphaCompC_16u_C3R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nAlpha1, TypedPointer<Npp16u> pSrc2, int nSrc2Step, short nAlpha2, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           Three 16-bit unsigned short channel image composition using constant alpha.
static int nppiAlphaCompC_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nAlpha1, TypedPointer<Npp16u> pSrc2, int nSrc2Step, short nAlpha2, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           Four 16-bit unsigned short channel image composition using constant alpha.
static int nppiAlphaCompC_32f_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, float nAlpha1, TypedPointer<Npp32f> pSrc2, int nSrc2Step, float nAlpha2, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 32-bit floating point channel image composition using constant alpha.
static int nppiAlphaCompC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nAlpha1, TypedPointer<Npp32s> pSrc2, int nSrc2Step, int nAlpha2, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 32-bit signed integer channel image composition using constant alpha.
static int nppiAlphaCompC_32u_C1R(TypedPointer<Npp32u> pSrc1, int nSrc1Step, int nAlpha1, TypedPointer<Npp32u> pSrc2, int nSrc2Step, int nAlpha2, TypedPointer<Npp32u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 32-bit unsigned integer channel image composition using constant alpha.
static int nppiAlphaCompC_8s_C1R(TypedPointer<Npp8s> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8s> pSrc2, int nSrc2Step, byte nAlpha2, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 8-bit signed char channel image composition using constant alpha.
static int nppiAlphaCompC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pSrc2, int nSrc2Step, byte nAlpha2, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           Four 8-bit unsigned char channel image composition with alpha using constant source alpha.
static int nppiAlphaCompC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pSrc2, int nSrc2Step, byte nAlpha2, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           One 8-bit unsigned char channel image composition using constant alpha.
static int nppiAlphaCompC_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pSrc2, int nSrc2Step, byte nAlpha2, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           Three 8-bit unsigned char channel image composition using constant alpha.
static int nppiAlphaCompC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pSrc2, int nSrc2Step, byte nAlpha2, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
           Four 8-bit unsigned char channel image composition using constant alpha.
static int nppiAlphaPremul_16u_AC4IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel in place image premultiplication with pixel alpha (0 - max channel pixel value).
static int nppiAlphaPremul_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel image premultiplication with pixel alpha (0 - max channel pixel value).
static int nppiAlphaPremul_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image premultiplication with pixel alpha (0 - max channel pixel value).
static int nppiAlphaPremul_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image premultiplication with pixel alpha (0 - max channel pixel value).
static int nppiAlphaPremulC_16u_AC4IR(short nAlpha1, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel in place image premultiplication with alpha using constant alpha.
static int nppiAlphaPremulC_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nAlpha1, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel image premultiplication with alpha using constant alpha.
static int nppiAlphaPremulC_16u_C1IR(short nAlpha1, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel in place image premultiplication using constant alpha.
static int nppiAlphaPremulC_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nAlpha1, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel image premultiplication using constant alpha.
static int nppiAlphaPremulC_16u_C3IR(short nAlpha1, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 16-bit unsigned short channel in place image premultiplication using constant alpha.
static int nppiAlphaPremulC_16u_C3R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nAlpha1, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 16-bit unsigned short channel image premultiplication using constant alpha.
static int nppiAlphaPremulC_16u_C4IR(short nAlpha1, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel in place image premultiplication using constant alpha.
static int nppiAlphaPremulC_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nAlpha1, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel image premultiplication using constant alpha.
static int nppiAlphaPremulC_8u_AC4IR(byte nAlpha1, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image premultiplication with alpha using constant alpha.
static int nppiAlphaPremulC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image premultiplication with alpha using constant alpha.
static int nppiAlphaPremulC_8u_C1IR(byte nAlpha1, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image premultiplication using constant alpha.
static int nppiAlphaPremulC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image premultiplication using constant alpha.
static int nppiAlphaPremulC_8u_C3IR(byte nAlpha1, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel in place image premultiplication using constant alpha.
static int nppiAlphaPremulC_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image premultiplication using constant alpha.
static int nppiAlphaPremulC_8u_C4IR(byte nAlpha1, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image premultiplication using constant alpha.
static int nppiAlphaPremulC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image premultiplication using constant alpha.
static int nppiAnd_16u_AC4IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel in place image logical and with unmodified alpha.
static int nppiAnd_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel image logical and with unmodified alpha.
static int nppiAnd_16u_C1IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel in place image logical and.
static int nppiAnd_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel image logical and.
static int nppiAnd_16u_C3IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 16-bit unsigned short channel in place image logical and.
static int nppiAnd_16u_C3R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 16-bit unsigned short channel image logical and.
static int nppiAnd_16u_C4IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel in place image logical and.
static int nppiAnd_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel image logical and.
static int nppiAnd_32s_AC4IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical and with unmodified alpha.
static int nppiAnd_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical and with unmodified alpha.
static int nppiAnd_32s_C1IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel in place image logical and.
static int nppiAnd_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image logical and.
static int nppiAnd_32s_C3IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel in place image logical and.
static int nppiAnd_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical and.
static int nppiAnd_32s_C4IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical and.
static int nppiAnd_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical and.
static int nppiAnd_8u_AC4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical and with unmodified alpha.
static int nppiAnd_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical and with unmodified alpha.
static int nppiAnd_8u_C1IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image logical and.
static int nppiAnd_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image logical and.
static int nppiAnd_8u_C3IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel in place image logical and.
static int nppiAnd_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image logical and.
static int nppiAnd_8u_C4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical and.
static int nppiAnd_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical and.
static int nppiAndC_16u_AC4IR(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel in place image logical and with constant with unmodified alpha.
static int nppiAndC_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel image logical and with constant with unmodified alpha.
static int nppiAndC_16u_C1IR(short nConstant, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel in place image logical and with constant.
static int nppiAndC_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel image logical and with constant.
static int nppiAndC_16u_C3IR(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 16-bit unsigned short channel in place image logical and with constant.
static int nppiAndC_16u_C3R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 16-bit unsigned short channel image logical and with constant.
static int nppiAndC_16u_C4IR(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel in place image logical and with constant.
static int nppiAndC_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel image logical and with constant.
static int nppiAndC_32s_AC4IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical and with constant with unmodified alpha.
static int nppiAndC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical and with constant with unmodified alpha.
static int nppiAndC_32s_C1IR(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel in place image logical and with constant.
static int nppiAndC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image logical and with constant.
static int nppiAndC_32s_C3IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel in place image logical and with constant.
static int nppiAndC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical and with constant.
static int nppiAndC_32s_C4IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical and with constant.
static int nppiAndC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical and with constant.
static int nppiAndC_8u_AC4IR(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical and with constant with unmodified alpha.
static int nppiAndC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical and with constant with unmodified alpha.
static int nppiAndC_8u_C1IR(byte nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image logical and with constant.
static int nppiAndC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image logical and with constant.
static int nppiAndC_8u_C3IR(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel in place image logical and with constant.
static int nppiAndC_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image logical and with constant.
static int nppiAndC_8u_C4IR(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical and with constant.
static int nppiAndC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical and with constant.
static int nppiColorTwist32f_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float[][] twist)
           4 channel 8-bit unsigned color twist, not affecting Alpha.
static int nppiColorTwist32f_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float[][] twist)
           3 channel 8-bit unsigned color twist.
static int nppiColorTwist32f_8u_P3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI, float[][] twist)
           3 channel planar 8-bit unsigned color twist.
static int nppiCompare_32f_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           32-bit floating point image compare.
static int nppiCompare_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 8-bit unsigned image compare, not affecting Alpha.
static int nppiCompare_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 8-bit unsigned image compare.
static int nppiConvert_16s32f_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           16-bit singedto 32-bit floating point conversion.
static int nppiConvert_16s32s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           16-bit to 32-bit conversion.
static int nppiConvert_16s8u_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 16-bit signed to 8-bit unsigned conversion, not affecting Alpha.
static int nppiConvert_16s8u_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 16-bit signed to 8-bit unsigned conversion.
static int nppiConvert_16s8u_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 16-bit signed to 8-bit unsignedconversion, not affecting Alpha.
static int nppiConvert_16u32f_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           16-bit unsigned to 32-bit floating point conversion.
static int nppiConvert_16u32s_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           16-bit unsigned to 32-bit signed conversion.
static int nppiConvert_16u8u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 16-bit unsigned to 8-bit unsigned conversion, not affecting Alpha.
static int nppiConvert_16u8u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           16-bit unsigned to 8-bit unsigned conversion.
static int nppiConvert_16u8u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 16-bit unsigned to 8-bit unsigned conversion.
static int nppiConvert_32f16s_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
           32-bit floating point to 16-bit conversion.
static int nppiConvert_32f16u_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
           32-bit floating point to 16-bit unsigned conversion.
static int nppiConvert_32f8u_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
           32-bit floating point to 8-bit unsigned conversion.
static int nppiConvert_8u16s_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned to 16-bit signed conversion, not affecting Alpha.
static int nppiConvert_8u16s_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           8-bit unsigned to 16-bit signed conversion.
static int nppiConvert_8u16s_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned to 16-bit signed conversion.
static int nppiConvert_8u16u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned to 16-bit unsigned conversion, not affecting Alpha.
static int nppiConvert_8u16u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           8-bit unsigned to 16-bit unsigned conversion.
static int nppiConvert_8u16u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned to 16-bit unsigned conversion.
static int nppiConvert_8u32f_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           8-bit unsigned to 32-bit floating point conversion.
static int nppiCopy_16s_AC4MR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 16-bit signed image copy, ignoring alpha.
static int nppiCopy_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 16-bit image copy, not affecting Alpha.
static int nppiCopy_16s_C1C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Single-channel to three-channel 16-bit signed image copy.
static int nppiCopy_16s_C1C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Single-channel to four-channel 16-bit signed image copy.
static int nppiCopy_16s_C1MR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation 16-bit signed image copy.
static int nppiCopy_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           16-bit image copy.
static int nppiCopy_16s_C3C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Three-channel to single-channel 16-bit signed image copy.
static int nppiCopy_16s_C3CR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Select-channel 16-bit signed image copy for three-channel images.
static int nppiCopy_16s_C3MR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation three channel 16-bit signed image copy.
static int nppiCopy_16s_C3P3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s>[] aDst, int nDstStep, NppiSize oSizeROI)
           Three-channel 16-bit signed packed to planar image copy.
static int nppiCopy_16s_C4C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel to single-channel 16-bit signed image copy.
static int nppiCopy_16s_C4CR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Select-channel 16-bit signed image copy for four-channel images.
static int nppiCopy_16s_C4MR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 16-bit signed image copy.
static int nppiCopy_16s_C4P4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s>[] aDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 16-bit signed packed to planar image copy.
static int nppiCopy_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 16-bit image copy.
static int nppiCopy_16s_P3C3R(TypedPointer<Npp16s>[] aSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Three-channel 16-bit signed planar to packed image copy.
static int nppiCopy_16s_P4C4R(TypedPointer<Npp16s>[] aSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 16-bit signed planar to packed image copy.
static int nppiCopy_16sc_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 16-bit complex image copy, ignoring alpha.
static int nppiCopy_16sc_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           16-bit complex image copy.
static int nppiCopy_16sc_C2R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Two-channel 16-bit complex image copy.
static int nppiCopy_16sc_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Three-channel 16-bit complex image copy.
static int nppiCopy_16sc_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 16-bit complex image copy.
static int nppiCopy_16u_AC4MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 16-bit unsigned image copy, ignoring alpha.
static int nppiCopy_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 16-bit unsigned image copy, not affecting Alpha channel.
static int nppiCopy_16u_C1C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Single-channel to three-channel 16-bit unsigned image copy.
static int nppiCopy_16u_C1C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Single-channel to four-channel 16-bit unsigned image copy.
static int nppiCopy_16u_C1MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation 16-bit unsigned image copy.
static int nppiCopy_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           16-bit unsigned image copy.
static int nppiCopy_16u_C3C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Three-channel to single-channel 16-bit unsigned image copy.
static int nppiCopy_16u_C3CR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Select-channel 16-bit unsigned image copy for three-channel images.
static int nppiCopy_16u_C3MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation three channel 16-bit unsigned image copy.
static int nppiCopy_16u_C3P3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u>[] aDst, int nDstStep, NppiSize oSizeROI)
           Three-channel 16-bit unsigned packed to planar image copy.
static int nppiCopy_16u_C4C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel to single-channel 16-bit unsigned image copy.
static int nppiCopy_16u_C4CR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Select-channel 16-bit unsigned image copy for four-channel images.
static int nppiCopy_16u_C4MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 16-bit unsigned image copy.
static int nppiCopy_16u_C4P4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u>[] aDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 16-bit unsigned packed to planar image copy.
static int nppiCopy_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 16-bit unsigned image copy.
static int nppiCopy_16u_P3C3R(TypedPointer<Npp16u>[] aSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Three-channel 16-bit unsigned planar to packed image copy.
static int nppiCopy_16u_P4C4R(TypedPointer<Npp16u>[] aSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 16-bit unsigned planar to packed image copy.
static int nppiCopy_32f_AC4MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 32-bit float image copy, ignoring alpha.
static int nppiCopy_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 32-bit floating point image copy, not affecting Alpha.
static int nppiCopy_32f_C1C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Single-channel to three-channel 32-bit float image copy.
static int nppiCopy_32f_C1C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Single-channel to four-channel 32-bit float image copy.
static int nppiCopy_32f_C1MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation 32-bit float image copy.
static int nppiCopy_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           32-bit floating point image copy.
static int nppiCopy_32f_C3C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three-channel to single-channel 32-bit float image copy.
static int nppiCopy_32f_C3CR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Select-channel 32-bit float image copy for three-channel images.
static int nppiCopy_32f_C3MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation three channel 32-bit float image copy.
static int nppiCopy_32f_C3P3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f>[] aDst, int nDstStep, NppiSize oSizeROI)
           Three-channel 32-bit float packed to planar image copy.
static int nppiCopy_32f_C4C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel to single-channel 32-bit float image copy.
static int nppiCopy_32f_C4CR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Select-channel 32-bit float image copy for four-channel images.
static int nppiCopy_32f_C4MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 32-bit float image copy.
static int nppiCopy_32f_C4P4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f>[] aDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 32-bit float packed to planar image copy.
static int nppiCopy_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 32-bit floating point image copy.
static int nppiCopy_32f_P3C3R(TypedPointer<Npp32f>[] aSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three-channel 32-bit float planar to packed image copy.
static int nppiCopy_32f_P4C4R(TypedPointer<Npp32f>[] aSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 32-bit float planar to packed image copy.
static int nppiCopy_32fc_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 32-bit floating-point complex image copy, ignoring alpha.
static int nppiCopy_32fc_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           32-bit floating-point complex image copy.
static int nppiCopy_32fc_C2R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Two-channel 32-bit floating-point complex image copy.
static int nppiCopy_32fc_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three-channel 32-bit floating-point complex image copy.
static int nppiCopy_32fc_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 32-bit floating-point complex image copy.
static int nppiCopy_32s_AC4MR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 32-bit signed image copy, ignoring alpha.
static int nppiCopy_32s_AC4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 32-bit image copy, not affecting Alpha.
static int nppiCopy_32s_C1C3R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Single-channel to three-channel 32-bit signed image copy.
static int nppiCopy_32s_C1C4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Single-channel to four-channel 32-bit signed image copy.
static int nppiCopy_32s_C1MR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation 32-bit signed image copy.
static int nppiCopy_32s_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           32-bit image copy.
static int nppiCopy_32s_C3C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three-channel to single-channel 32-bit signed image copy.
static int nppiCopy_32s_C3CR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Select-channel 32-bit signed image copy for three-channel images.
static int nppiCopy_32s_C3MR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation three channel 32-bit signed image copy.
static int nppiCopy_32s_C3P3R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s>[] aDst, int nDstStep, NppiSize oSizeROI)
           Three-channel 32-bit signed packed to planar image copy.
static int nppiCopy_32s_C4C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel to single-channel 32-bit signed image copy.
static int nppiCopy_32s_C4CR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Select-channel 32-bit signed image copy for four-channel images.
static int nppiCopy_32s_C4MR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 32-bit signed image copy.
static int nppiCopy_32s_C4P4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s>[] aDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 32-bit signed packed to planar image copy.
static int nppiCopy_32s_C4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 32-bit image copy.
static int nppiCopy_32s_P3C3R(TypedPointer<Npp32s>[] aSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three-channel 32-bit signed planar to packed image copy.
static int nppiCopy_32s_P4C4R(TypedPointer<Npp32s>[] aSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 32-bit signed planar to packed image copy.
static int nppiCopy_32sc_AC4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 32-bit complex image copy, ignoring alpha.
static int nppiCopy_32sc_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           32-bit complex image copy.
static int nppiCopy_32sc_C2R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Two-channel 32-bit complex image copy.
static int nppiCopy_32sc_C3R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three-channel 32-bit complex image copy.
static int nppiCopy_32sc_C4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 32-bit complex image copy.
static int nppiCopy_8s_AC4R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 8-bit image copy, ignoring alpha channel.
static int nppiCopy_8s_C1R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
           8-bit image copy.
static int nppiCopy_8s_C2R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
           Two-channel 8-bit image copy.
static int nppiCopy_8s_C3R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
           Three-channel 8-bit image copy.
static int nppiCopy_8s_C4R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 8-bit image copy.
static int nppiCopy_8u_AC4MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 8-bit unsigned image copy, ignoring alpha.
static int nppiCopy_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned image copy, not affecting Alpha channel.
static int nppiCopy_8u_C1C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Single-channel to three-channel 8-bit unsigned image copy.
static int nppiCopy_8u_C1C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Single-channel to four-channel 8-bit unsigned image copy.
static int nppiCopy_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation 8-bit unsigned image copy.
static int nppiCopy_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           8-bit unsigned image copy.
static int nppiCopy_8u_C3C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three-channel to single-channel 8-bit unsigned image copy.
static int nppiCopy_8u_C3CR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Select-channel 8-bit unsigned image copy for three-channel images.
static int nppiCopy_8u_C3MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation three channel 8-bit unsigned image copy.
static int nppiCopy_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] aDst, int nDstStep, NppiSize oSizeROI)
           Three-channel 8-bit unsigned packed to planar image copy.
static int nppiCopy_8u_C4C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel to single-channel 8-bit unsigned image copy.
static int nppiCopy_8u_C4CR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Select-channel 8-bit unsigned image copy for four-channel images.
static int nppiCopy_8u_C4MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           \ref masked_operation four channel 8-bit unsigned image copy.
static int nppiCopy_8u_C4P4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] aDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 8-bit unsigned packed to planar image copy.
static int nppiCopy_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned image copy.
static int nppiCopy_8u_P3C3R(TypedPointer<Npp8u>[] aSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three-channel 8-bit unsigned planar to packed image copy.
static int nppiCopy_8u_P4C4R(TypedPointer<Npp8u>[] aSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four-channel 8-bit unsigned planar to packed image copy.
static int nppiCopyConstBorder_32s_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, NppiSize oSrcSizeROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, int nValue)
           32-bit image copy with constant border color.
static int nppiCopyConstBorder_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSrcSizeROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, byte[] aValue)
           4 channel 8-bit unsigned image copy with constant border color.
static int nppiCopyConstBorder_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSrcSizeROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, byte nValue)
           8-bit unsigned image copy width constant border color.
static int nppiCopyConstBorder_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSrcSizeROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, byte[] aValue)
           4channel 8-bit unsigned image copy with constant border color.
static int nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, TypedPointer<Npp16u> pQuantFwdTable, NppiSize oSizeROI)
           Forward DCT, quantization and level shift part of the JPEG encoding.
static int nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, TypedPointer<Npp16u> pQuantInvTable, NppiSize oSizeROI)
           Inverse DCT, de-quantization and level shift part of the JPEG decoding.
static int nppiDilate_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, NppiSize oMaskSize, NppiPoint oAnchor)
           8-bit unsigned image dilation.
static int nppiDilate_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, NppiSize oMaskSize, NppiPoint oAnchor)
           4 channel 8-bit unsigned image dilation.
static int nppiDiv_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_16s_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_16s_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_16s_C4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_16u_C1IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_16u_C1RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_16u_C3IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_16u_C3RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_16u_C4IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_16u_C4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_32f_AC4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel with unmodified alpha in place image division.
static int nppiDiv_32f_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel with unmodified alpha image division.
static int nppiDiv_32f_C1IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel in place image division.
static int nppiDiv_32f_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel image division.
static int nppiDiv_32f_C3IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel in place image division.
static int nppiDiv_32f_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit floating point channel image division.
static int nppiDiv_32f_C4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel in place image division.
static int nppiDiv_32f_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel image division.
static int nppiDiv_32fc_AC4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image division.
static int nppiDiv_32fc_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image division.
static int nppiDiv_32fc_C1IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division.
static int nppiDiv_32fc_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division.
static int nppiDiv_32fc_C3IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division.
static int nppiDiv_32fc_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division.
static int nppiDiv_32fc_C4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division.
static int nppiDiv_32fc_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division.
static int nppiDiv_32s_C1IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image division.
static int nppiDiv_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_32s_C3IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_8u_C1IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_8u_C3IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_8u_C4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_Round_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 16-bit signed short channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_Round_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 16-bit signed short channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_Round_16s_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_Round_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_Round_16s_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Three 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_Round_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_Round_16s_C4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_Round_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_Round_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 16-bit unsigned short channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_Round_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 16-bit unsigned short channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_Round_16u_C1IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_Round_16u_C1RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           One 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_Round_16u_C3IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Three 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_Round_16u_C3RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Three 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_Round_16u_C4IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_Round_16u_C4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_Round_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 8-bit unsigned char channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_Round_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 8-bit unsigned char channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_Round_8u_C1IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_Round_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_Round_8u_C3IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Three 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_Round_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_Round_8u_C4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDiv_Round_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
           Four 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiDivC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_16s_C1IRSfs(short nConstant, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_16sc_C1IRSfs(Npp16sc nConstant, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_16u_AC4IRSfs(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_16u_C1IRSfs(short nConstant, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_16u_C3IRSfs(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_16u_C4IRSfs(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_32f_AC4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel with unmodified alpha in place image divided by constant.
static int nppiDivC_32f_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel with unmodified alpha image divided by constant.
static int nppiDivC_32f_C1IR(float nConstant, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel in place image divided by constant.
static int nppiDivC_32f_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, float nConstant, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel image divided by constant.
static int nppiDivC_32f_C3IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit floating point channel in place image divided by constant.
static int nppiDivC_32f_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit floating point channel image divided by constant.
static int nppiDivC_32f_C4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel in place image divided by constant.
static int nppiDivC_32f_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel image divided by constant.
static int nppiDivC_32fc_AC4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image divided by constant.
static int nppiDivC_32fc_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image divided by constant.
static int nppiDivC_32fc_C1IR(Npp32fc nConstant, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant.
static int nppiDivC_32fc_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, Npp32fc nConstant, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant.
static int nppiDivC_32fc_C3IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant.
static int nppiDivC_32fc_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant.
static int nppiDivC_32fc_C4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant.
static int nppiDivC_32fc_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant.
static int nppiDivC_32s_C1IRSfs(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel in place image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel in place image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_32sc_C1IRSfs(Npp32sc nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_8u_AC4IRSfs(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_8u_C1IRSfs(byte nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_8u_C3IRSfs(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel 8-bit unsigned char in place image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_8u_C4IRSfs(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel in place image divided by constant, scale, then clamp to saturated value.
static int nppiDivC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value.
static int nppiErode_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, NppiSize oMaskSize, NppiPoint oAnchor)
           8-bit unsigned image erosion.
static int nppiErode_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, NppiSize oMaskSize, NppiPoint oAnchor)
           4 channel 8-bit unsigned image erosion.
static int nppiEvenLevelsHost_32s(TypedPointer<Npp32s> hpLevels, int nLevels, int nLowerLevel, int nUpperLevel)
           Compute levels with even distribution.
static int nppiExp_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiExp_16s_C1RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiExp_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiExp_16s_C3RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiExp_16u_C1IRSfs(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit unsigned short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiExp_16u_C1RSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit unsigned short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiExp_16u_C3IRSfs(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit unsigned short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiExp_16u_C3RSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit unsigned short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiExp_32f_C1IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel in place image exponential.
static int nppiExp_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel image exponential.
static int nppiExp_32f_C3IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit floating point channel in place image exponential.
static int nppiExp_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit floating point channel image exponential.
static int nppiExp_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiExp_8u_C1RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiExp_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiExp_8u_C3RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiFilter_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp32s> pKernel, NppiSize oKernelSize, NppiPoint oAnchor, int nDivisor)
           8-bit unsigned convolution filter.
static int nppiFilter_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp32s> pKernel, NppiSize oKernelSize, NppiPoint oAnchor, int nDivisor)
           4 channel 8-bit unsigned convolution filter.
static int nppiFilterBox_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, NppiSize oMaskSize, NppiPoint oAnchor)
           8-bit unsigned box filter.
static int nppiFilterBox_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, NppiSize oMaskSize, NppiPoint oAnchor)
           4 channel 8-bit unsigned box filter.
static int nppiFilterColumn_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, TypedPointer<Npp32s> pKernel, int nMaskSize, int nAnchor, int nDivisor)
           8-bit unsigned 1D (column) image convolution.
static int nppiFilterColumn_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, TypedPointer<Npp32s> pKernel, int nMaskSize, int nAnchor, int nDivisor)
           4 channel 8-bit unsigned 1D (column) image convolution.
static int nppiFilterMax_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, NppiSize oMaskSize, NppiPoint oAnchor)
           8-bit unsigned maximum filter.
static int nppiFilterMax_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, NppiSize oMaskSize, NppiPoint oAnchor)
           4 channel 8-bit unsigned maximum filter.
static int nppiFilterMin_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, NppiSize oMaskSize, NppiPoint oAnchor)
           8-bit unsigned minimum filter.
static int nppiFilterMin_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, NppiSize oMaskSize, NppiPoint oAnchor)
           4 channel 8-bit unsigned minimum filter.
static int nppiFilterRow_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, TypedPointer<Npp32s> pKernel, int nMaskSize, int nAnchor, int nDivisor)
           8-bit unsigned 1D (row) image convolution.
static int nppiFilterRow_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, TypedPointer<Npp32s> pKernel, int nMaskSize, int nAnchor, int nDivisor)
           4 channel 8-bit unsigned 1D (row) image convolution.
static void nppiFree(jcuda.Pointer pData)
           Free method for any 2D allocated memory.
static int nppiGetAffineBound(NppiRect srcRoi, double[][] bound, double[][] coeffs)
           Calculates bounding box of the affine transform projection of the given source rectangular ROI
static int nppiGetAffineQuad(NppiRect srcRoi, double[][] quad, double[][] coeffs)
           Calculates affine transform projection of given source rectangular ROI
static int nppiGetAffineTransform(NppiRect srcRoi, double[][] quad, double[][] coeffs)
           Calculates affine transform coefficients given source rectangular ROI and its destination quadrangle projection
static int nppiGetPerspectiveBound(NppiRect srcRoi, double[][] bound, double[][] coeffs)
           Calculates bounding box of the perspective transform projection of the given source rectangular ROI
static int nppiGetPerspectiveQuad(NppiRect srcRoi, double[][] quad, double[][] coeffs)
           Calculates perspective transform projection of given source rectangular ROI
static int nppiGetPerspectiveTransform(NppiRect srcRoi, double[][] quad, double[][] coeffs)
           Calculates perspective transform coefficients given source rectangular ROI and its destination quadrangle projection
static int nppiGetRotateBound(NppiRect oSrcROI, double[][] aBoundingBox, double nAngle, double nShiftX, double nShiftY)
           Compute bounding-box of rotated image.
static int nppiGetRotateQuad(NppiRect oSrcROI, double[][] aQuad, double nAngle, double nShiftX, double nShiftY)
           Compute shape of rotated image.
static int nppiGraphcut_32s8u(TypedPointer<Npp32s> pTerminals, TypedPointer<Npp32s> pLeftTransposed, TypedPointer<Npp32s> pRightTransposed, TypedPointer<Npp32s> pTop, TypedPointer<Npp32s> pBottom, int nStep, int nTransposedStep, NppiSize size, TypedPointer<Npp8u> pLabel, int nLabelStep, NppiGraphcutState pState)
           Graphcut of a flow network (32bit signed integer edge capacities).
static int nppiGraphcut8_32s8u(TypedPointer<Npp32s> pTerminals, TypedPointer<Npp32s> pLeftTransposed, TypedPointer<Npp32s> pRightTransposed, TypedPointer<Npp32s> pTop, TypedPointer<Npp32s> pTopLeft, TypedPointer<Npp32s> pTopRight, TypedPointer<Npp32s> pBottom, TypedPointer<Npp32s> pBottomLeft, TypedPointer<Npp32s> pBottomRight, int nStep, int nTransposedStep, NppiSize size, TypedPointer<Npp8u> pLabel, int nLabelStep, NppiGraphcutState pState)
           Graphcut of a flow network (32bit signed integer edge capacities).
static int nppiGraphcut8GetSize(NppiSize oSize, int[] pBufSize)
           Calculates the size of the temporary buffer for graph-cut with 8 neighborhood labeling.
static int nppiGraphcut8InitAlloc(NppiSize oSize, NppiGraphcutState[] ppState, TypedPointer<Npp8u> pDeviceMem)
           Allocates and initializes the graph-cut state structure and additional resources for graph-cut with 8 neighborhood labeling.
static int nppiGraphcutFree(NppiGraphcutState pState)
           Frees the additional resources of the graph-cut state structure.
static int nppiGraphcutGetSize(NppiSize oSize, int[] pBufSize)
           Calculates the size of the temporary buffer for graph-cut with 4 neighborhood labeling.
static int nppiGraphcutInitAlloc(NppiSize oSize, NppiGraphcutState[] ppState, TypedPointer<Npp8u> pDeviceMem)
           Initializes graph-cut state structure and allocates additional resources for graph-cut with 8 neighborhood labeling.
static int nppiHistogramEven_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
           4 channel (alpha as the last channel) 16-bit signed histogram with evenly distributed bins.
static int nppiHistogramEven_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, int nLevels, int nLowerLevel, int nUpperLevel, TypedPointer<Npp8u> pBuffer)
           16-bit signed histogram with evenly distributed bins.
static int nppiHistogramEven_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
           4 channel 16-bit signed histogram with evenly distributed bins.
static int nppiHistogramEven_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
           4 channel (alpha as the last channel) 16-bit unsigned histogram with evenly distributed bins.
static int nppiHistogramEven_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, int nLevels, int nLowerLevel, int nUpperLevel, TypedPointer<Npp8u> pBuffer)
           16-bit unsigned histogram with evenly distributed bins.
static int nppiHistogramEven_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
           4 channel 16-bit unsigned histogram with evenly distributed bins.
static int nppiHistogramEven_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
           4 channel (alpha as the last channel) 8-bit unsigned histogram with evenly distributed bins.
static int nppiHistogramEven_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, int nLevels, int nLowerLevel, int nUpperLevel, TypedPointer<Npp8u> pBuffer)
           8-bit unsigned histogram with evenly distributed bins.
static int nppiHistogramEven_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
           4 channel 8-bit unsigned histogram with evenly distributed bins.
static int nppiHistogramEvenGetBufferSize_16s_AC4R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
           Scratch-buffer size for nppiHistogramEven_16s_AC4R.
static int nppiHistogramEvenGetBufferSize_16s_C1R(NppiSize oSizeROI, int nLevels, int[] hpBufferSize)
           Scratch-buffer size for nppiHistogramEven_16s_C1R.
static int nppiHistogramEvenGetBufferSize_16s_C4R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
           Scratch-buffer size for nppiHistogramEven_16s_C4R.
static int nppiHistogramEvenGetBufferSize_16u_AC4R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
           Scratch-buffer size for nppiHistogramEven_16u_AC4R.
static int nppiHistogramEvenGetBufferSize_16u_C1R(NppiSize oSizeROI, int nLevels, int[] hpBufferSize)
           Scratch-buffer size for nppiHistogramEven_16u_C1R.
static int nppiHistogramEvenGetBufferSize_16u_C4R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
           Scratch-buffer size for nppiHistogramEven_16u_C4R.
static int nppiHistogramEvenGetBufferSize_8u_AC4R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
           Scratch-buffer size for nppiHistogramEven_8u_AC4R.
static int nppiHistogramEvenGetBufferSize_8u_C1R(NppiSize oSizeROI, int nLevels, int[] hpBufferSize)
           Scratch-buffer size for nppiHistogramEven_8u_C1R.
static int nppiHistogramEvenGetBufferSize_8u_C4R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
           Scratch-buffer size for nppiHistogramEven_8u_C4R.
static int nppiHistogramRange_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           4 channel (alpha as a last channel) 16-bit signed histogram with bins determined by pLevels.
static int nppiHistogramRange_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, TypedPointer<Npp32s> pLevels, int nLevels, TypedPointer<Npp8u> pBuffer)
           16-bit signed histogram with bins determined by pLevels array.
static int nppiHistogramRange_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           4 channel 16-bit signed histogram with bins determined by pLevels.
static int nppiHistogramRange_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           4 channel (alpha as a last channel) 16-bit unsigned histogram with bins determined by pLevels.
static int nppiHistogramRange_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, TypedPointer<Npp32s> pLevels, int nLevels, TypedPointer<Npp8u> pBuffer)
           16-bit unsigned histogram with bins determined by pLevels array.
static int nppiHistogramRange_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           4 channel 16-bit unsigned histogram with bins determined by pLevels.
static int nppiHistogramRange_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32f>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           4 channel (alpha as a last channel) 32-bit float histogram with bins determined by pLevels.
static int nppiHistogramRange_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, TypedPointer<Npp32f> pLevels, int nLevels, TypedPointer<Npp8u> pBuffer)
           32-bit float histogram with bins determined by pLevels array.
static int nppiHistogramRange_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32f>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           4 channel 32-bit float histogram with bins determined by pLevels.
static int nppiHistogramRange_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           4 channel (alpha as a last channel) 8-bit unsigned histogram with bins determined by pLevels.
static int nppiHistogramRange_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, TypedPointer<Npp32s> pLevels, int nLevels, TypedPointer<Npp8u> pBuffer)
           8-bit unsigned histogram with bins determined by pLevels array.
static int nppiHistogramRange_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           4 channel 8-bit unsigned histogram with bins determined by pLevels.
static int nppiHistogramRangeGetBufferSize_16s_AC4R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
           Scratch-buffer size for nppiHistogramRange_16s_AC4R.
static int nppiHistogramRangeGetBufferSize_16s_C1R(NppiSize oSizeROI, int nLevels, int[] hpBufferSize)
           Scratch-buffer size for nppiHistogramRange_16s_C1R.
static int nppiHistogramRangeGetBufferSize_16s_C4R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
           Scratch-buffer size for nppiHistogramRange_16s_C4R.
static int nppiHistogramRangeGetBufferSize_16u_AC4R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
           Scratch-buffer size for nppiHistogramRange_16u_AC4R.
static int nppiHistogramRangeGetBufferSize_16u_C1R(NppiSize oSizeROI, int nLevels, int[] hpBufferSize)
           Scratch-buffer size for nppiHistogramRange_16u_C1R.
static int nppiHistogramRangeGetBufferSize_16u_C4R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
           Scratch-buffer size for nppiHistogramRange_16u_C4R.
static int nppiHistogramRangeGetBufferSize_32f_AC4R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
           Scratch-buffer size for nppiHistogramRange_32f_AC4R.
static int nppiHistogramRangeGetBufferSize_32f_C1R(NppiSize oSizeROI, int nLevels, int[] hpBufferSize)
           Scratch-buffer size for nppiHistogramRange_32f_C1R.
static int nppiHistogramRangeGetBufferSize_32f_C4R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
           Scratch-buffer size for nppiHistogramRange_32f_C4R.
static int nppiHistogramRangeGetBufferSize_8u_AC4R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
           Scratch-buffer size for nppiHistogramRange_8u_AC4R.
static int nppiHistogramRangeGetBufferSize_8u_C1R(NppiSize oSizeROI, int nLevels, int[] hpBufferSize)
           Scratch-buffer size for nppiHistogramRange_8u_C1R.
static int nppiHistogramRangeGetBufferSize_8u_C4R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
           Scratch-buffer size for nppiHistogramRange_8u_C4R.
static int nppiLn_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiLn_16s_C1RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiLn_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiLn_16s_C3RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiLn_16u_C1IRSfs(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit unsigned short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiLn_16u_C1RSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit unsigned short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiLn_16u_C3IRSfs(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit unsigned short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiLn_16u_C3RSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit unsigned short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiLn_32f_C1IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel in place image natural logarithm.
static int nppiLn_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel image natural logarithm.
static int nppiLn_32f_C3IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit floating point channel in place image natural logarithm.
static int nppiLn_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit floating point channel image natural logarithm.
static int nppiLn_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiLn_8u_C1RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiLn_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiLn_8u_C3RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiLShiftC_16u_AC4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel in place image left shift by constant with unmodified alpha.
static int nppiLShiftC_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel image left shift by constant with unmodified alpha.
static int nppiLShiftC_16u_C1IR(int nConstant, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel in place image left shift by constant.
static int nppiLShiftC_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel image left shift by constant.
static int nppiLShiftC_16u_C3IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 16-bit unsigned short channel in place image left shift by constant.
static int nppiLShiftC_16u_C3R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 16-bit unsigned short channel image left shift by constant.
static int nppiLShiftC_16u_C4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel in place image left shift by constant.
static int nppiLShiftC_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel image left shift by constant.
static int nppiLShiftC_32s_AC4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image left shift by constant with unmodified alpha.
static int nppiLShiftC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image left shift by constant with unmodified alpha.
static int nppiLShiftC_32s_C1IR(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel in place image left shift by constant.
static int nppiLShiftC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image left shift by constant.
static int nppiLShiftC_32s_C3IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel in place image left shift by constant.
static int nppiLShiftC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image left shift by constant.
static int nppiLShiftC_32s_C4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image left shift by constant.
static int nppiLShiftC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image left shift by constant.
static int nppiLShiftC_8u_AC4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image left shift by constant with unmodified alpha.
static int nppiLShiftC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image left shift by constant with unmodified alpha.
static int nppiLShiftC_8u_C1IR(int nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image left shift by constant.
static int nppiLShiftC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image left shift by constant.
static int nppiLShiftC_8u_C3IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel in place image left shift by constant.
static int nppiLShiftC_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image left shift by constant.
static int nppiLShiftC_8u_C4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image left shift by constant.
static int nppiLShiftC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image left shift by constant.
static int nppiLUT_Linear_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pValues, TypedPointer<Npp32s>[] pLevels, int[] nLevels)
           4 channel 8-bit unsigned look-up-table color conversion, not affecting Alpha.
static int nppiLUT_Linear_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp32s> pValues, TypedPointer<Npp32s> pLevels, int nLevels)
           8-bit unsigned look-up-table color conversion.
static int nppiLUT_Linear_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pValues, TypedPointer<Npp32s>[] pLevels, int[] nLevels)
           3 channel 8-bit unsigned look-up-table color conversion.
static int nppiMagnitude_32fc32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           32-bit floating point complex to 32-bit floating point magnitude.
static int nppiMagnitudeSqr_32fc32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           32-bit floating point complex to 32-bit floating point squared magnitude.
static TypedPointer<Npp16s> nppiMalloc_16s_C1(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           16-bit signed image memory allocator.
static TypedPointer<Npp16s> nppiMalloc_16s_C2(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           
static TypedPointer<Npp16s> nppiMalloc_16s_C4(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           4 channel 16-bit signed image memory allocator.
static TypedPointer<Npp16s> nppiMalloc_16sc_C1(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           1 channel 16-bit signed complex image memory allocator.
static TypedPointer<Npp16s> nppiMalloc_16sc_C2(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           2 channel 16-bit signed complex image memory allocator.
static TypedPointer<Npp16s> nppiMalloc_16sc_C3(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           3 channel 16-bit signed complex image memory allocator.
static TypedPointer<Npp16s> nppiMalloc_16sc_C4(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           4 channel 16-bit signed complex image memory allocator.
static TypedPointer<Npp16u> nppiMalloc_16u_C1(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           16-bit unsigned image memory allocator.
static TypedPointer<Npp16u> nppiMalloc_16u_C2(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           2 channel 16-bit unsigned image memory allocator.
static TypedPointer<Npp16u> nppiMalloc_16u_C3(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           3 channel 16-bit unsigned image memory allocator.
static TypedPointer<Npp16u> nppiMalloc_16u_C4(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           4 channel 16-bit unsigned image memory allocator.
static TypedPointer<Npp32f> nppiMalloc_32f_C1(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           32-bit floating point image memory allocator.
static TypedPointer<Npp32f> nppiMalloc_32f_C2(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           2 channel 32-bit floating point image memory allocator.
static TypedPointer<Npp32f> nppiMalloc_32f_C3(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           3 channel 32-bit floating point image memory allocator.
static TypedPointer<Npp32f> nppiMalloc_32f_C4(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           4 channel 32-bit floating point image memory allocator.
static TypedPointer<Npp32f> nppiMalloc_32fc_C1(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           
static TypedPointer<Npp32f> nppiMalloc_32fc_C2(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           2 channel 32-bit float complex image memory allocator.
static TypedPointer<Npp32f> nppiMalloc_32fc_C3(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           3 channel 32-bit float complex image memory allocator.
static TypedPointer<Npp32f> nppiMalloc_32fc_C4(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           4 channel 32-bit float complex image memory allocator.
static TypedPointer<Npp32s> nppiMalloc_32s_C1(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           32-bit signed image memory allocator.
static TypedPointer<Npp32s> nppiMalloc_32s_C3(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           3 channel 32-bit signed image memory allocator.
static TypedPointer<Npp32s> nppiMalloc_32s_C4(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           4 channel 32-bit signed image memory allocator.
static TypedPointer<Npp32s> nppiMalloc_32sc_C1(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           32-bit integer complex image memory allocator.
static TypedPointer<Npp32s> nppiMalloc_32sc_C2(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           2 channel 32-bit integer complex image memory allocator.
static TypedPointer<Npp32s> nppiMalloc_32sc_C3(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           3 channel 32-bit integer complex image memory allocator.
static TypedPointer<Npp32s> nppiMalloc_32sc_C4(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           4 channel 32-bit integer complex image memory allocator.
static TypedPointer<Npp8u> nppiMalloc_8u_C1(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           8-bit unsigned image memory allocator.
static TypedPointer<Npp8u> nppiMalloc_8u_C2(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           2 channel 8-bit unsigned image memory allocator.
static TypedPointer<Npp8u> nppiMalloc_8u_C3(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           3 channel 8-bit unsigned image memory allocator.
static TypedPointer<Npp8u> nppiMalloc_8u_C4(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
           4 channel 8-bit unsigned image memory allocator.
static int nppiMean_StdDev_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           8-bit unsigned mean standard deviation.
static int nppiMeanStdDev8uC1RGetBufferHostSize(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for mean and standard deviation of image.
static int nppiMinMax_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMin, TypedPointer<Npp8u> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           8-bit unsigned pixel minimum and maximum.
static int nppiMinMax_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, byte[] aMin, byte[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           4 channel 8-bit unsigned pixel minimum and maximum.
static int nppiMinMaxGetBufferSize_8u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Scratch-buffer size for nppiMinManx_8u_C1R.
static int nppiMinMaxGetBufferSize_8u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Scratch-buffer size for nppiMinManx_8u_C4R.
static int nppiMirror_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oROI, int flip)
           4 channel 16-bit unsigned image mirror not affecting alpha.
static int nppiMirror_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oROI, int flip)
           16-bit unsigned image mirror.
static int nppiMirror_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oROI, int flip)
           3 channel 16-bit unsigned image mirror.
static int nppiMirror_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oROI, int flip)
           4 channel 16-bit unsigned image mirror.
static int nppiMirror_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oROI, int flip)
           4 channel 32-bit float image mirror not affecting alpha.
static int nppiMirror_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oROI, int flip)
           32-bit float image mirror.
static int nppiMirror_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oROI, int flip)
           3 channel 32-bit float image mirror.
static int nppiMirror_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oROI, int flip)
           4 channel 32-bit float image mirror.
static int nppiMirror_32s_AC4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oROI, int flip)
           4 channel 32-bit image mirror not affecting alpha.
static int nppiMirror_32s_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oROI, int flip)
           32-bit image mirror.
static int nppiMirror_32s_C3R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oROI, int flip)
           3 channel 32-bit image mirror.
static int nppiMirror_32s_C4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oROI, int flip)
           4 channel 32-bit image mirror.
static int nppiMirror_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, int flip)
           4 channel 8-bit unsigned image mirror not affecting alpha.
static int nppiMirror_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, int flip)
           8-bit unsigned image mirror.
static int nppiMirror_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, int flip)
           3 channel 8-bit unsigned image mirror.
static int nppiMirror_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, int flip)
           4 channel 8-bit unsigned image mirror.
static int nppiMul_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_16s_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_16s_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_16s_C4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_16u_C1IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_16u_C1RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_16u_C3IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_16u_C3RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_16u_C4IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_16u_C4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_32f_AC4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel with unmodified alpha in place image multiplication.
static int nppiMul_32f_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel with unmodified alpha image multiplication.
static int nppiMul_32f_C1IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel in place image multiplication.
static int nppiMul_32f_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel image multiplication.
static int nppiMul_32f_C3IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel in place image multiplication.
static int nppiMul_32f_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit floating point channel image multiplication.
static int nppiMul_32f_C4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel in place image multiplication.
static int nppiMul_32f_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel image multiplication.
static int nppiMul_32fc_AC4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiplication.
static int nppiMul_32fc_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiplication.
static int nppiMul_32fc_C1IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication.
static int nppiMul_32fc_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication.
static int nppiMul_32fc_C3IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication.
static int nppiMul_32fc_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication.
static int nppiMul_32fc_C4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication.
static int nppiMul_32fc_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication.
static int nppiMul_32s_C1IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 1 channel 32-bit image multiplication.
static int nppiMul_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_32s_C3IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_8u_C1IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_8u_C3IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_8u_C4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMul_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiMulC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_16s_C1IRSfs(short nConstant, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_16sc_C1IRSfs(Npp16sc nConstant, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_16u_AC4IRSfs(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_16u_C1IRSfs(short nConstant, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_16u_C3IRSfs(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_16u_C4IRSfs(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_32f_AC4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel with unmodified alpha in place image multiply by constant.
static int nppiMulC_32f_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel with unmodified alpha image multiply by constant.
static int nppiMulC_32f_C1IR(float nConstant, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel in place image multiply by constant.
static int nppiMulC_32f_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, float nConstant, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel image multiply by constant.
static int nppiMulC_32f_C3IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit floating point channel in place image multiply by constant.
static int nppiMulC_32f_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit floating point channel image multiply by constant.
static int nppiMulC_32f_C4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel in place image multiply by constant.
static int nppiMulC_32f_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel image multiply by constant.
static int nppiMulC_32fc_AC4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image multiply by constant.
static int nppiMulC_32fc_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image multiply by constant.
static int nppiMulC_32fc_C1IR(Npp32fc nConstant, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant.
static int nppiMulC_32fc_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, Npp32fc nConstant, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant.
static int nppiMulC_32fc_C3IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant.
static int nppiMulC_32fc_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant.
static int nppiMulC_32fc_C4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant.
static int nppiMulC_32fc_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant.
static int nppiMulC_32s_C1IRSfs(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel in place image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel in place image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_32sc_C1IRSfs(Npp32sc nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_8u_AC4IRSfs(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_8u_C1IRSfs(byte nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_8u_C3IRSfs(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel 8-bit unsigned char in place image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_8u_C4IRSfs(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel in place image multiply by constant, scale, then clamp to saturated value.
static int nppiMulC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value.
static int nppiMulCScale_16u_AC4IR(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel with unmodified alpha in place image multiply by constant and scale by max bit width value.
static int nppiMulCScale_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel with unmodified alpha image multiply by constant and scale by max bit width value.
static int nppiMulCScale_16u_C1IR(short nConstant, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value.
static int nppiMulCScale_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel image multiply by constant and scale by max bit width value.
static int nppiMulCScale_16u_C3IR(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value.
static int nppiMulCScale_16u_C3R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 16-bit unsigned short channel image multiply by constant and scale by max bit width value.
static int nppiMulCScale_16u_C4IR(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value.
static int nppiMulCScale_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel image multiply by constant and scale by max bit width value.
static int nppiMulCScale_8u_AC4IR(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel with unmodified alpha in place image multiply by constant, scale and scale by max bit width value.
static int nppiMulCScale_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel with unmodified alpha image multiply by constant and scale by max bit width value.
static int nppiMulCScale_8u_C1IR(byte nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image multiply by constant and scale by max bit width value.
static int nppiMulCScale_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image multiply by constant and scale by max bit width value.
static int nppiMulCScale_8u_C3IR(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel 8-bit unsigned char in place image multiply by constant and scale by max bit width value.
static int nppiMulCScale_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image multiply by constant and scale by max bit width value.
static int nppiMulCScale_8u_C4IR(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image multiply by constant and scale by max bit width value.
static int nppiMulCScale_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image multiply by constant and scale by max bit width value.
static int nppiMulScale_16u_AC4IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel with unmodified alpha in place image multiplication then scale by maximum value for pixel bit width.
static int nppiMulScale_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel with unmodified alpha image multiplication then scale by maximum value for pixel bit width.
static int nppiMulScale_16u_C1IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width.
static int nppiMulScale_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width.
static int nppiMulScale_16u_C3IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width.
static int nppiMulScale_16u_C3R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width.
static int nppiMulScale_16u_C4IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width.
static int nppiMulScale_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width.
static int nppiMulScale_8u_AC4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel with unmodified alpha in place image multiplication then scale by maximum value for pixel bit width.
static int nppiMulScale_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel with unmodified alpha image multiplication then scale by maximum value for pixel bit width.
static int nppiMulScale_8u_C1IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width.
static int nppiMulScale_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width.
static int nppiMulScale_8u_C3IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width.
static int nppiMulScale_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width.
static int nppiMulScale_8u_C4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width.
static int nppiMulScale_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width.
static int nppiNormDiff_Inf_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrcStep1, TypedPointer<Npp8u> pSrc2, int nSrcStep2, NppiSize oSizeROI, TypedPointer<Npp64f> pRetVal)
           8-bit unsigned Infinity Norm of pixel differences.
static int nppiNormDiff_L1_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrcStep1, TypedPointer<Npp8u> pSrc2, int nSrcStep2, NppiSize oSizeROI, TypedPointer<Npp64f> pRetVal)
           8-bit unsigned L1 norm of pixel differences.
static int nppiNormDiff_L2_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrcStep1, TypedPointer<Npp8u> pSrc2, int nSrcStep2, NppiSize oSizeROI, TypedPointer<Npp64f> pRetVal)
           8-bit unsigned L2 norm of pixel differences.
static int nppiNot_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical not with unmodified alpha.
static int nppiNot_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical not with unmodified alpha.
static int nppiNot_8u_C1IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image logical not.
static int nppiNot_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image logical not.
static int nppiNot_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel in place image logical not.
static int nppiNot_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image logical not.
static int nppiNot_8u_C4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical not.
static int nppiNot_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical not.
static int nppiOr_16u_AC4IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel in place image logical or with unmodified alpha.
static int nppiOr_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel image logical or with unmodified alpha.
static int nppiOr_16u_C1IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel in place image logical or.
static int nppiOr_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel image logical or.
static int nppiOr_16u_C3IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 16-bit unsigned short channel in place image logical or.
static int nppiOr_16u_C3R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 16-bit unsigned short channel image logical or.
static int nppiOr_16u_C4IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel in place image logical or.
static int nppiOr_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel image logical or.
static int nppiOr_32s_AC4IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical or with unmodified alpha.
static int nppiOr_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical or with unmodified alpha.
static int nppiOr_32s_C1IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel in place image logical or.
static int nppiOr_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image logical or.
static int nppiOr_32s_C3IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel in place image logical or.
static int nppiOr_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical or.
static int nppiOr_32s_C4IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical or.
static int nppiOr_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical or.
static int nppiOr_8u_AC4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical or with unmodified alpha.
static int nppiOr_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical or with unmodified alpha.
static int nppiOr_8u_C1IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image logical or.
static int nppiOr_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image logical or.
static int nppiOr_8u_C3IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel in place image logical or.
static int nppiOr_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image logical or.
static int nppiOr_8u_C4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical or.
static int nppiOr_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical or.
static int nppiOrC_16u_AC4IR(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel in place image logical or with constant with unmodified alpha.
static int nppiOrC_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel image logical or with constant with unmodified alpha.
static int nppiOrC_16u_C1IR(short nConstant, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel in place image logical or with constant.
static int nppiOrC_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel image logical or with constant.
static int nppiOrC_16u_C3IR(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 16-bit unsigned short channel in place image logical or with constant.
static int nppiOrC_16u_C3R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 16-bit unsigned short channel image logical or with constant.
static int nppiOrC_16u_C4IR(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel in place image logical or with constant.
static int nppiOrC_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel image logical or with constant.
static int nppiOrC_32s_AC4IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical or with constant with unmodified alpha.
static int nppiOrC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical or with constant with unmodified alpha.
static int nppiOrC_32s_C1IR(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel in place image logical or with constant.
static int nppiOrC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image logical or with constant.
static int nppiOrC_32s_C3IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel in place image logical or with constant.
static int nppiOrC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical or with constant.
static int nppiOrC_32s_C4IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical or with constant.
static int nppiOrC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical or with constant.
static int nppiOrC_8u_AC4IR(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical or with constant with unmodified alpha.
static int nppiOrC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical or with constant with unmodified alpha.
static int nppiOrC_8u_C1IR(byte nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image logical or with constant.
static int nppiOrC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image logical or with constant.
static int nppiOrC_8u_C3IR(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel in place image logical or with constant.
static int nppiOrC_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image logical or with constant.
static int nppiOrC_8u_C4IR(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical or with constant.
static int nppiOrC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical or with constant.
static int nppiQuantFwdRawTableInit_JPEG_8u(TypedPointer<Npp8u> hpQuantRawTable, int nQualityFactor)
           Apply quality factor to raw 8-bit quantization table.
static int nppiQuantFwdTableInit_JPEG_8u16u(TypedPointer<Npp8u> hpQuantRawTable, TypedPointer<Npp16u> hpQuantFwdRawTable)
           Initializes a quantization table for nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R().
static int nppiQuantInvTableInit_JPEG_8u16u(TypedPointer<Npp8u> hpQuantRawTable, TypedPointer<Npp16u> hpQuantFwdRawTable)
           Initializes a quantization table for nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R().
static int nppiRectStdDev_32s32f_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp64f> pSqr, int nSqrStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, NppiRect rect)
           RectStdDev Computes the standard deviation of integral images
static int nppiReductionGetBufferHostSize_8u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Scratch-buffer size for nppiSum_8u_C1R.
static int nppiReductionGetBufferHostSize_8u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Scratch-buffer size for nppiSum_8u_C4R.
static int nppiResize_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize dstROISize, double xFactor, double yFactor, int eInterpolation)
           8-bit unsigned image resize.
static int nppiResize_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize dstROISize, double xFactor, double yFactor, int eInterpolation)
           4 channel 8-bit unsigned image resize.
static int nppiRGBToYCbCr_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned RGB to YCbCr color conversion, ignoring Alpha.
static int nppiRGBToYCbCr_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to packed YCbCr color conversion.
static int nppiRGBToYCbCr_8u_P3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           3 channel planar 8-bit unsigned RGB to YCbCr color conversion.
static int nppiRGBToYCbCr420_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to planar YCbCr420 color conversion.
static int nppiRGBToYCbCr422_8u_C3C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned RGB to 2 channel chroma packed YCbCr422 color conversion.
static int nppiRotate_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
           4 channel 16-bit unsigned image rotate ignoring alpha channel.
static int nppiRotate_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
           16-bit unsigned image rotate.
static int nppiRotate_16u_C3R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
           3 channel 16-bit unsigned image rotate.
static int nppiRotate_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
           4 channel 16-bit unsigned image rotate.
static int nppiRotate_32f_AC4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
           4 channel 32-bit float image rotate ignoring alpha channel.
static int nppiRotate_32f_C1R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
           32-bit float image rotate.
static int nppiRotate_32f_C3R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
           3 channel 32-bit float image rotate.
static int nppiRotate_32f_C4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
           4 channel 32-bit float image rotate.
static int nppiRotate_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
           4 channel 8-bit unsigned image rotate ignoring alpha channel.
static int nppiRotate_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
           8-bit unsigned image rotate.
static int nppiRotate_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
           3 channel 8-bit unsigned image rotate.
static int nppiRotate_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
           4 channel 8-bit unsigned image rotate.
static int nppiRShiftC_16s_AC4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit signed short channel in place image right shift by constant with unmodified alpha.
static int nppiRShiftC_16s_AC4R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit signed short channel image right shift by constant with unmodified alpha.
static int nppiRShiftC_16s_C1IR(int nConstant, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 16-bit signed short channel in place image right shift by constant.
static int nppiRShiftC_16s_C1R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           One 16-bit signed short channel image right shift by constant.
static int nppiRShiftC_16s_C3IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 16-bit signed short channel in place image right shift by constant.
static int nppiRShiftC_16s_C3R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 16-bit signed short channel image right shift by constant.
static int nppiRShiftC_16s_C4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit signed short channel in place image right shift by constant.
static int nppiRShiftC_16s_C4R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit signed short channel image right shift by constant.
static int nppiRShiftC_16u_AC4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel in place image right shift by constant with unmodified alpha.
static int nppiRShiftC_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel image right shift by constant with unmodified alpha.
static int nppiRShiftC_16u_C1IR(int nConstant, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel in place image right shift by constant.
static int nppiRShiftC_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel image right shift by constant.
static int nppiRShiftC_16u_C3IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 16-bit unsigned short channel in place image right shift by constant.
static int nppiRShiftC_16u_C3R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 16-bit unsigned short channel image right shift by constant.
static int nppiRShiftC_16u_C4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel in place image right shift by constant.
static int nppiRShiftC_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel image right shift by constant.
static int nppiRShiftC_32s_AC4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image right shift by constant with unmodified alpha.
static int nppiRShiftC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image right shift by constant with unmodified alpha.
static int nppiRShiftC_32s_C1IR(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel in place image right shift by constant.
static int nppiRShiftC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image right shift by constant.
static int nppiRShiftC_32s_C3IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel in place image right shift by constant.
static int nppiRShiftC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image right shift by constant.
static int nppiRShiftC_32s_C4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image right shift by constant.
static int nppiRShiftC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image right shift by constant.
static int nppiRShiftC_8s_AC4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp8s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit signed char channel in place image right shift by constant with unmodified alpha.
static int nppiRShiftC_8s_AC4R(TypedPointer<Npp8s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit signed char channel image right shift by constant with unmodified alpha.
static int nppiRShiftC_8s_C1IR(int nConstant, TypedPointer<Npp8s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit signed char channel in place image right shift by constant.
static int nppiRShiftC_8s_C1R(TypedPointer<Npp8s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit signed char channel image right shift by constant.
static int nppiRShiftC_8s_C3IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp8s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 8-bit signed char channel in place image right shift by constant.
static int nppiRShiftC_8s_C3R(TypedPointer<Npp8s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit signed char channel image right shift by constant.
static int nppiRShiftC_8s_C4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp8s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit signed char channel in place image right shift by constant.
static int nppiRShiftC_8s_C4R(TypedPointer<Npp8s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit signed char channel image right shift by constant.
static int nppiRShiftC_8u_AC4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image right shift by constant with unmodified alpha.
static int nppiRShiftC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image right shift by constant with unmodified alpha.
static int nppiRShiftC_8u_C1IR(int nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image right shift by constant.
static int nppiRShiftC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image right shift by constant.
static int nppiRShiftC_8u_C3IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel in place image right shift by constant.
static int nppiRShiftC_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image right shift by constant.
static int nppiRShiftC_8u_C4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image right shift by constant.
static int nppiRShiftC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image right shift by constant.
static int nppiSet_16s_AC4MR(short[] aValues, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 4 channel 16-bit image set method, not affecting Alpha channel.
static int nppiSet_16s_AC4R(short[] aValues, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 16-bit image set method, not affecting Alpha channel.
static int nppiSet_16s_C1MR(short nValue, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 16-bit image set.
static int nppiSet_16s_C1R(short nValue, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           16-bit image set.
static int nppiSet_16s_C2R(short[] aValues, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 16-bit image set.
static int nppiSet_16s_C4CR(short nValue, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 16-bit unsigned image set affecting only single channel.
static int nppiSet_16s_C4MR(short[] aValues, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 4 channel 16-bit image set.
static int nppiSet_16s_C4R(short[] aValues, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 16-bit image set.
static int nppiSet_16sc_AC4R(Npp16sc[] aValue, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           16-bit complex integer four-channel image set ignoring alpha.
static int nppiSet_16sc_C1R(Npp16sc oValue, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           16-bit complex integer image set.
static int nppiSet_16sc_C2R(Npp16sc[] aValue, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           16-bit complex integer two-channel image set.
static int nppiSet_16sc_C3R(Npp16sc[] aValue, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           16-bit complex integer three-channel image set.
static int nppiSet_16sc_C4R(Npp16sc[] aValue, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           16-bit complex integer four-channel image set.
static int nppiSet_16u_AC4MR(short[] aValues, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 4 channel 16-bit unsigned image set method, not affecting Alpha channel.
static int nppiSet_16u_AC4R(short[] aValues, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 16-bit unsigned image set method, not affecting Alpha channel.
static int nppiSet_16u_C1MR(short nValue, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 16-bit unsigned image set.
static int nppiSet_16u_C1R(short nValue, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           16-bit unsigned image set.
static int nppiSet_16u_C2R(short[] aValues, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 16-bit unsigned image set.
static int nppiSet_16u_C4CR(short nValue, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 16-bit unsigned image set affecting only single channel.
static int nppiSet_16u_C4MR(short[] aValues, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 4 channel 16-bit unsigned image set.
static int nppiSet_16u_C4R(short[] aValues, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 16-bit unsigned image set.
static int nppiSet_32f_AC4MR(float[] aValues, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 4 channel 32-bit floating point image set method, not affecting Alpha channel.
static int nppiSet_32f_AC4R(float[] aValues, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 32-bit floating point image set method, not affecting Alpha channel.
static int nppiSet_32f_C1MR(float nValue, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 32-bit floating point image set.
static int nppiSet_32f_C1R(float nValue, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           32-bit floating point image set.
static int nppiSet_32f_C4CR(float nValue, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 32-bit floating point image set affecting only single channel.
static int nppiSet_32f_C4MR(float[] aValues, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 4 channel 32-bit floating point image set.
static int nppiSet_32f_C4R(float[] aValues, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 32-bit floating point image set.
static int nppiSet_32fc_AC4R(Npp32fc[] aValue, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           32-bit complex four-channel image set ignoring alpha.
static int nppiSet_32fc_C1R(Npp32fc oValue, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 32-bit complex image set.
static int nppiSet_32fc_C2R(Npp32fc[] aValue, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Two channel 32-bit complex image set.
static int nppiSet_32fc_C3R(Npp32fc[] aValue, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 32-bit complex image set.
static int nppiSet_32fc_C4R(Npp32fc[] aValue, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 32-bit complex image set.
static int nppiSet_32s_AC4MR(int[] aValues, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 4 channel 16-bit image set method, not affecting Alpha channel.
static int nppiSet_32s_AC4R(int[] aValues, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 16-bit image set method, not affecting Alpha channel.
static int nppiSet_32s_C1MR(int nValue, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 32-bit image set.
static int nppiSet_32s_C1R(int nValue, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           32-bit image set.
static int nppiSet_32s_C4CR(int nValue, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 32-bit unsigned image set affecting only single channel.
static int nppiSet_32s_C4MR(int[] aValues, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 4 channel 32-bit image set.
static int nppiSet_32s_C4R(int[] aValues, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 32-bit image set.
static int nppiSet_32sc_AC4R(Npp32sc[] aValue, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           32-bit complex integer four-channel image set ignoring alpha.
static int nppiSet_32sc_C1R(Npp32sc oValue, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 32-bit complex integer image set.
static int nppiSet_32sc_C2R(Npp32sc[] aValue, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Two channel 32-bit complex integer image set.
static int nppiSet_32sc_C3R(Npp32sc[] aValue, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 32-bit complex integer image set.
static int nppiSet_32sc_C4R(Npp32sc[] aValue, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 32-bit complex integer image set.
static int nppiSet_8s_AC4R(byte[] aValue, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
           8-bit four-channel image set ignoring alpha channel.
static int nppiSet_8s_C1R(byte nValue, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
           8-bit image set.
static int nppiSet_8s_C2R(byte[] aValue, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
           8-bit two-channel image set.
static int nppiSet_8s_C3R(byte[] aValue, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
           8-bit three-channel image set.
static int nppiSet_8s_C4R(byte[] aValue, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
           8-bit four-channel image set.
static int nppiSet_8u_AC4MR(byte[] aValues, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 4 channel 8-bit unsigned image set method, not affecting Alpha channel.
static int nppiSet_8u_AC4R(byte[] aValues, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned image set method, not affecting Alpha channel.
static int nppiSet_8u_C1MR(byte nValue, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 8-bit unsigned image set.
static int nppiSet_8u_C1R(byte nValue, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           8-bit unsigned image set.
static int nppiSet_8u_C4CR(byte nValue, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned image set affecting only single channel.
static int nppiSet_8u_C4MR(byte[] aValues, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
           Masked 4 channel 8-bit unsigned image set.
static int nppiSet_8u_C4R(byte[] aValues, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned image set.
static int nppiSqr_16s_AC4IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqr_16s_AC4RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqr_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqr_16s_C1RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqr_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqr_16s_C3RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqr_16s_C4IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqr_16s_C4RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqr_16u_AC4IRSfs(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqr_16u_AC4RSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqr_16u_C1IRSfs(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqr_16u_C1RSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqr_16u_C3IRSfs(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqr_16u_C3RSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqr_16u_C4IRSfs(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqr_16u_C4RSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqr_32f_AC4IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel in place image squared with unmodified alpha.
static int nppiSqr_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel image squared with unmodified alpha.
static int nppiSqr_32f_C1IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel in place image squared.
static int nppiSqr_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel image squared.
static int nppiSqr_32f_C3IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit floating point channel in place image squared.
static int nppiSqr_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit floating point channel image squared.
static int nppiSqr_32f_C4IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel in place image squared.
static int nppiSqr_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel image squared.
static int nppiSqr_8u_AC4IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqr_8u_AC4RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqr_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqr_8u_C1RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqr_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqr_8u_C3RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqr_8u_C4IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqr_8u_C4RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqrIntegral_8u32s32f_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, TypedPointer<Npp32f> pSqr, int nSqrStep, NppiSize oSrcROI, int val, float valSqr, int integralImageNewHeight)
           SqrIntegral Transforms an image to integral and integral of pixel squares representation.
static int nppiSqrt_16s_AC4IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqrt_16s_AC4RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqrt_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqrt_16s_C1RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqrt_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqrt_16s_C3RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqrt_16u_AC4IRSfs(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqrt_16u_AC4RSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqrt_16u_C1IRSfs(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit unsigned short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqrt_16u_C1RSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit unsigned short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqrt_16u_C3IRSfs(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit unsigned short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqrt_16u_C3RSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit unsigned short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqrt_32f_AC4IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel in place image square root with unmodified alpha.
static int nppiSqrt_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel image square root with unmodified alpha.
static int nppiSqrt_32f_C1IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel in place image square root.
static int nppiSqrt_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel image square root.
static int nppiSqrt_32f_C3IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit floating point channel in place image square root.
static int nppiSqrt_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit floating point channel image square root.
static int nppiSqrt_32f_C4IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel in place image square root.
static int nppiSqrt_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel image square root.
static int nppiSqrt_8u_AC4IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqrt_8u_AC4RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqrt_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqrt_8u_C1RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqrt_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSqrt_8u_C3RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_16s_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_16s_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_16s_C4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_16u_C1IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_16u_C1RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_16u_C3IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_16u_C3RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_16u_C4IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_16u_C4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_32f_AC4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel with unmodified alpha in place image subtraction.
static int nppiSub_32f_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel with unmodified alpha image subtraction.
static int nppiSub_32f_C1IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel in place image subtraction.
static int nppiSub_32f_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel image subtraction.
static int nppiSub_32f_C3IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel in place image subtraction.
static int nppiSub_32f_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit floating point channel image subtraction.
static int nppiSub_32f_C4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel in place image subtraction.
static int nppiSub_32f_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel image subtraction.
static int nppiSub_32fc_AC4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtraction.
static int nppiSub_32fc_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtraction.
static int nppiSub_32fc_C1IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction.
static int nppiSub_32fc_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction.
static int nppiSub_32fc_C3IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction.
static int nppiSub_32fc_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction.
static int nppiSub_32fc_C4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction.
static int nppiSub_32fc_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction.
static int nppiSub_32s_C1IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image subtraction.
static int nppiSub_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_32s_C3IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_8u_C1IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_8u_C3IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_8u_C4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSubC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_16s_C1IRSfs(short nConstant, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short channel image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short channel image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short channel image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_16sc_C1IRSfs(Npp16sc nConstant, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_16u_AC4IRSfs(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_16u_C1IRSfs(short nConstant, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_16u_C3IRSfs(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_16u_C4IRSfs(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_32f_AC4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel with unmodified alpha in place image subtract constant.
static int nppiSubC_32f_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel with unmodified alpha image subtract constant.
static int nppiSubC_32f_C1IR(float nConstant, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel in place image subtract constant.
static int nppiSubC_32f_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, float nConstant, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit floating point channel image subtract constant.
static int nppiSubC_32f_C3IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit floating point channel in place image subtract constant.
static int nppiSubC_32f_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit floating point channel image subtract constant.
static int nppiSubC_32f_C4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel in place image subtract constant.
static int nppiSubC_32f_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel image subtract constant.
static int nppiSubC_32fc_AC4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image subtract constant.
static int nppiSubC_32fc_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image subtract constant.
static int nppiSubC_32fc_C1IR(Npp32fc nConstant, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant.
static int nppiSubC_32fc_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, Npp32fc nConstant, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant.
static int nppiSubC_32fc_C3IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant.
static int nppiSubC_32fc_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant.
static int nppiSubC_32fc_C4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant.
static int nppiSubC_32fc_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant.
static int nppiSubC_32s_C1IRSfs(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel in place image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel in place image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_32sc_C1IRSfs(Npp32sc nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_8u_AC4IRSfs(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_8u_C1IRSfs(byte nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel in place image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           One 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_8u_C3IRSfs(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel 8-bit unsigned char in place image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Three 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_8u_C4IRSfs(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel in place image subtract constant, scale, then clamp to saturated value.
static int nppiSubC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value.
static int nppiSum_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] pSum)
           8-bit unsigned image sum with 64-bit double precision result.
static int nppiSum_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           4 channel 8-bit unsigned image sum with 64-bit double precision result.
static int nppiSum_8u64s_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, long[] pSum)
           8-bit unsigned image sum with 64-bit long long result.
static int nppiSum_8u64s_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, long[] aSum)
           4 channel 8-bit unsigned image sum with 64-bit long long result.
static int nppiSumWindowColumn_8u32f_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oROI, int nMaskSize, int nAnchor)
           8-bit unsigned 1D (column) sum to 32f.
static int nppiSumWindowRow_8u32f_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oROI, int nMaskSize, int nAnchor)
           8-bit unsigned 1D (row) sum to 32f.
static int nppiSwapChannels_8u_C4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int[] aDstOrder)
           4 channel 8-bit unsigned swap channels, in-place.
static int nppiThreshold_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float nThreshold, int eComparisonOperation)
           32-bit floating point threshold.
static int nppiThreshold_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] aThresholds, int eComparisonOperation)
           4 channel 8-bit unsigned image threshold, not affecting Alpha.
static int nppiTranspose_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI)
           8-bit image transpose.
static int nppiWarpAffine_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Affine transform of an image (16bit unsigned integer, four channels RGBA)
static int nppiWarpAffine_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Affine transform of an image (16bit unsigned integer, single channel).
static int nppiWarpAffine_16u_C3R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Affine transform of an image (16bit unsigned integer, three channels)
static int nppiWarpAffine_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Affine transform of an image (16bit unsigned integer, four channels)
static int nppiWarpAffine_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Affine transform of an image (16bit unsigned integer, three planes)
static int nppiWarpAffine_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Affine transform of an image (16bit unsigned integer, four planes)
static int nppiWarpAffine_32f_AC4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Affine transform of an image (32bit float, four channels RGBA).
static int nppiWarpAffine_32f_C1R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Affine transform of an image (32bit float, single channel).
static int nppiWarpAffine_32f_C3R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Affine transform of an image (32bit float, three channels).
static int nppiWarpAffine_32f_C4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Affine transform of an image (32bit float, four channels).
static int nppiWarpAffine_32f_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Affine transform of an image (32bit float, three planes).
static int nppiWarpAffine_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Affine transform of an image (32bit float, four planes).
static int nppiWarpAffine_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Affine transform of an image (32bit signed integer, four channels RGBA).
static int nppiWarpAffine_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Affine transform of an image (32bit signed integer, single channel).
static int nppiWarpAffine_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int interpolation)
           Affine transform of an image (32bit signed integer, three channels).
static int nppiWarpAffine_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Affine transform of an image (32bit signed integer, four channels).
static int nppiWarpAffine_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Affine transform of an image (32bit signed integer, three planes).
static int nppiWarpAffine_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Affine transform of an image (32bit signed integer, four planes).
static int nppiWarpAffine_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Affine transform of an image (8bit unsigned integer, four channels RGBA).
static int nppiWarpAffine_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Affine transform of an image (8bit unsigned integer, single channel).
static int nppiWarpAffine_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Affine transform of an image (8bit unsigned integer, three channels).
static int nppiWarpAffine_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Affine transform of an image (8bit unsigned integer, four channels).
static int nppiWarpAffine_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Affine transform of an image (8bit unsigned integer, three planes).
static int nppiWarpAffine_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Affine transform of an image (8bit unsigned integer, four planes).
static int nppiWarpAffineBack_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (16bit unsigned integer, four channels RGBA)
static int nppiWarpAffineBack_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (16bit unsigned integer, single channel).
static int nppiWarpAffineBack_16u_C3R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (16bit unsigned integer, three channels)
static int nppiWarpAffineBack_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (16bit unsigned integer, four channels)
static int nppiWarpAffineBack_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (16bit unsigned integer, three planes)
static int nppiWarpAffineBack_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (16bit unsigned integer, four planes)
static int nppiWarpAffineBack_32f_AC4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (32bit float, four channels RGBA).
static int nppiWarpAffineBack_32f_C1R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (32bit float, single channel).
static int nppiWarpAffineBack_32f_C3R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (32bit float, three channels).
static int nppiWarpAffineBack_32f_C4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (32bit float, four channels).
static int nppiWarpAffineBack_32f_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (32bit float, three planes).
static int nppiWarpAffineBack_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (32bit float, four planes).
static int nppiWarpAffineBack_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (32bit signed integer, four channels RGBA).
static int nppiWarpAffineBack_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (32bit signed integer, single channel).
static int nppiWarpAffineBack_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (32bit signed integer, three channels).
static int nppiWarpAffineBack_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (32bit signed integer, four channels).
static int nppiWarpAffineBack_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (32bit signed integer, three planes).
static int nppiWarpAffineBack_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (32bit signed integer, four planes).
static int nppiWarpAffineBack_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (8bit unsigned integer, four channels RGBA).
static int nppiWarpAffineBack_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (8bit unsigned integer, single channel).
static int nppiWarpAffineBack_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (8bit unsigned integer, three channels).
static int nppiWarpAffineBack_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (8bit unsigned integer, four channels).
static int nppiWarpAffineBack_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (8bit unsigned integer, three planes).
static int nppiWarpAffineBack_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse affine transform of an image (8bit unsigned integer, four planes).
static int nppiWarpAffineQuad_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (16bit unsigned integer, four channels RGBA).
static int nppiWarpAffineQuad_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (16bit unsigned integer, single channel).
static int nppiWarpAffineQuad_16u_C3R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (16bit unsigned integer, three channels).
static int nppiWarpAffineQuad_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (16bit unsigned integer, four channels).
static int nppiWarpAffineQuad_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (16bit unsigned integer, three planes).
static int nppiWarpAffineQuad_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (16bit unsigned integer, four planes).
static int nppiWarpAffineQuad_32f_AC4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (32bit float, four channels RGBA).
static int nppiWarpAffineQuad_32f_C1R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (32bit float, single channel).
static int nppiWarpAffineQuad_32f_C3R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (32bit float, three channels).
static int nppiWarpAffineQuad_32f_C4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (32bit float, four channels).
static int nppiWarpAffineQuad_32f_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (32bit float, three planes).
static int nppiWarpAffineQuad_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (32bit float, four planes).
static int nppiWarpAffineQuad_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (32bit signed integer, four channels RGBA).
static int nppiWarpAffineQuad_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (32bit signed integer, single channel).
static int nppiWarpAffineQuad_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (32bit signed integer, three channels).
static int nppiWarpAffineQuad_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (32bit signed integer, four channels).
static int nppiWarpAffineQuad_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (32bit signed integer, three planes).
static int nppiWarpAffineQuad_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (32bit signed integer, four planes).
static int nppiWarpAffineQuad_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (8bit unsigned integer, four channels RGBA).
static int nppiWarpAffineQuad_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (8bit unsigned integer, single channel).
static int nppiWarpAffineQuad_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (8bit unsigned integer, three channels).
static int nppiWarpAffineQuad_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (8bit unsigned integer, four channels).
static int nppiWarpAffineQuad_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (8bit unsigned integer, three planes).
static int nppiWarpAffineQuad_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Affine transform of an image (8bit unsigned integer, four planes).
static int nppiWarpPerspective_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (16bit unsigned integer, four channels RGBA)
static int nppiWarpPerspective_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (16bit unsigned integer, single channel).
static int nppiWarpPerspective_16u_C3R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (16bit unsigned integer, three channels)
static int nppiWarpPerspective_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (16bit unsigned integer, four channels)
static int nppiWarpPerspective_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (16bit unsigned integer, three planes)
static int nppiWarpPerspective_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (16bit unsigned integer, four planes)
static int nppiWarpPerspective_32f_AC4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (32bit float, four channels RGBA).
static int nppiWarpPerspective_32f_C1R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (32bit float, single channel).
static int nppiWarpPerspective_32f_C3R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (32bit float, three channels).
static int nppiWarpPerspective_32f_C4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (32bit float, four channels).
static int nppiWarpPerspective_32f_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (32bit float, three planes).
static int nppiWarpPerspective_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (32bit float, four planes).
static int nppiWarpPerspective_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (32bit signed integer, four channels RGBA).
static int nppiWarpPerspective_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (32bit signed integer, single channel).
static int nppiWarpPerspective_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (32bit signed integer, three channels).
static int nppiWarpPerspective_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (32bit signed integer, four channels).
static int nppiWarpPerspective_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (32bit signed integer, three planes).
static int nppiWarpPerspective_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (32bit signed integer, four planes).
static int nppiWarpPerspective_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (8bit unsigned integer, four channels RGBA).
static int nppiWarpPerspective_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (8bit unsigned integer, single channel).
static int nppiWarpPerspective_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (8bit unsigned integer, three channels).
static int nppiWarpPerspective_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (8bit unsigned integer, four channels).
static int nppiWarpPerspective_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (8bit unsigned integer, three planes).
static int nppiWarpPerspective_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Perspective transform of an image (8bit unsigned integer, four planes).
static int nppiWarpPerspectiveBack_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (16bit unsigned integer, four channels RGBA)
static int nppiWarpPerspectiveBack_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (16bit unsigned integer, single channel).
static int nppiWarpPerspectiveBack_16u_C3R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (16bit unsigned integer, three channels)
static int nppiWarpPerspectiveBack_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (16bit unsigned integer, four channels)
static int nppiWarpPerspectiveBack_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (16bit unsigned integer, three planes)
static int nppiWarpPerspectiveBack_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (16bit unsigned integer, four planes)
static int nppiWarpPerspectiveBack_32f_AC4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (32bit float, four channels RGBA).
static int nppiWarpPerspectiveBack_32f_C1R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (32bit float, single channel).
static int nppiWarpPerspectiveBack_32f_C3R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (32bit float, three channels).
static int nppiWarpPerspectiveBack_32f_C4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (32bit float, four channels).
static int nppiWarpPerspectiveBack_32f_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (32bit float, three planes).
static int nppiWarpPerspectiveBack_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (32bit float, four planes).
static int nppiWarpPerspectiveBack_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (32bit signed integer, four channels RGBA).
static int nppiWarpPerspectiveBack_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (32bit signed integer, single channel).
static int nppiWarpPerspectiveBack_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (32bit signed integer, three channels).
static int nppiWarpPerspectiveBack_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (32bit signed integer, four channels).
static int nppiWarpPerspectiveBack_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (32bit signed integer, three planes).
static int nppiWarpPerspectiveBack_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (32bit signed integer, four planes).
static int nppiWarpPerspectiveBack_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (8bit unsigned integer, four channels RGBA).
static int nppiWarpPerspectiveBack_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (8bit unsigned integer, single channel).
static int nppiWarpPerspectiveBack_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (8bit unsigned integer, three channels).
static int nppiWarpPerspectiveBack_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (8bit unsigned integer, four channels).
static int nppiWarpPerspectiveBack_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (8bit unsigned integer, three planes).
static int nppiWarpPerspectiveBack_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
           Inverse perspective transform of an image (8bit unsigned integer, four planes).
static int nppiWarpPerspectiveQuad_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (16bit unsigned integer, four channels RGBA).
static int nppiWarpPerspectiveQuad_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (16bit unsigned integer, single channel).
static int nppiWarpPerspectiveQuad_16u_C3R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (16bit unsigned integer, three channels).
static int nppiWarpPerspectiveQuad_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (16bit unsigned integer, four channels).
static int nppiWarpPerspectiveQuad_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (16bit unsigned integer, three planes).
static int nppiWarpPerspectiveQuad_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (16bit unsigned integer, four planes).
static int nppiWarpPerspectiveQuad_32f_AC4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (32bit float, four channels RGBA).
static int nppiWarpPerspectiveQuad_32f_C1R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (32bit float, single channel).
static int nppiWarpPerspectiveQuad_32f_C3R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (32bit float, three channels).
static int nppiWarpPerspectiveQuad_32f_C4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (32bit float, four channels).
static int nppiWarpPerspectiveQuad_32f_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (32bit float, three planes).
static int nppiWarpPerspectiveQuad_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (32bit float, four planes).
static int nppiWarpPerspectiveQuad_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (32bit signed integer, four channels RGBA).
static int nppiWarpPerspectiveQuad_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (32bit signed integer, single channel).
static int nppiWarpPerspectiveQuad_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (32bit signed integer, three channels).
static int nppiWarpPerspectiveQuad_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (32bit signed integer, four channels).
static int nppiWarpPerspectiveQuad_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (32bit signed integer, three planes).
static int nppiWarpPerspectiveQuad_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (32bit signed integer, four planes).
static int nppiWarpPerspectiveQuad_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (8bit unsigned integer, four channels RGBA).
static int nppiWarpPerspectiveQuad_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (8bit unsigned integer, single channel).
static int nppiWarpPerspectiveQuad_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (8bit unsigned integer, three channels).
static int nppiWarpPerspectiveQuad_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (8bit unsigned integer, four channels).
static int nppiWarpPerspectiveQuad_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (8bit unsigned integer, three planes).
static int nppiWarpPerspectiveQuad_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
           Perspective transform of an image (8bit unsigned integer, four planes).
static int nppiXor_16u_AC4IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel in place image logical exclusive or with unmodified alpha.
static int nppiXor_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel image logical exclusive or with unmodified alpha.
static int nppiXor_16u_C1IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel in place image logical exclusive or.
static int nppiXor_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel image logical exclusive or.
static int nppiXor_16u_C3IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 16-bit unsigned short channel in place image logical exclusive or.
static int nppiXor_16u_C3R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 16-bit unsigned short channel image logical exclusive or.
static int nppiXor_16u_C4IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel in place image logical exclusive or.
static int nppiXor_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel image logical exclusive or.
static int nppiXor_32s_AC4IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical exclusive or with unmodified alpha.
static int nppiXor_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical exclusive or with unmodified alpha.
static int nppiXor_32s_C1IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel in place image logical exclusive or.
static int nppiXor_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image logical exclusive or.
static int nppiXor_32s_C3IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel in place image logical exclusive or.
static int nppiXor_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical exclusive or.
static int nppiXor_32s_C4IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical exclusive or.
static int nppiXor_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical exclusive or.
static int nppiXor_8u_AC4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical exclusive or with unmodified alpha.
static int nppiXor_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical exclusive or with unmodified alpha.
static int nppiXor_8u_C1IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image logical exclusive or.
static int nppiXor_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image logical exclusive or.
static int nppiXor_8u_C3IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel in place image logical exclusive or.
static int nppiXor_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image logical exclusive or.
static int nppiXor_8u_C4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical exclusive or.
static int nppiXor_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical exclusive or.
static int nppiXorC_16u_AC4IR(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel in place image logical exclusive or with constant with unmodified alpha.
static int nppiXorC_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel image logical exclusive or with constant with unmodified alpha.
static int nppiXorC_16u_C1IR(short nConstant, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel in place image logical exclusive or with constant.
static int nppiXorC_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           One 16-bit unsigned short channel image logical exclusive or with constant.
static int nppiXorC_16u_C3IR(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 16-bit unsigned short channel in place image logical exclusive or with constant.
static int nppiXorC_16u_C3R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 16-bit unsigned short channel image logical exclusive or with constant.
static int nppiXorC_16u_C4IR(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel in place image logical exclusive or with constant.
static int nppiXorC_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel image logical exclusive or with constant.
static int nppiXorC_32s_AC4IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical exclusive or with constant with unmodified alpha.
static int nppiXorC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical exclusive or with constant with unmodified alpha.
static int nppiXorC_32s_C1IR(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel in place image logical exclusive or with constant.
static int nppiXorC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           One 32-bit signed integer channel image logical exclusive or with constant.
static int nppiXorC_32s_C3IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel in place image logical exclusive or with constant.
static int nppiXorC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical exclusive or with constant.
static int nppiXorC_32s_C4IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel in place image logical exclusive or with constant.
static int nppiXorC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical exclusive or with constant.
static int nppiXorC_8u_AC4IR(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical exclusive or with constant with unmodified alpha.
static int nppiXorC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical exclusive or with constant with unmodified alpha.
static int nppiXorC_8u_C1IR(byte nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel in place image logical exclusive or with constant.
static int nppiXorC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           One 8-bit unsigned char channel image logical exclusive or with constant.
static int nppiXorC_8u_C3IR(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel in place image logical exclusive or with constant.
static int nppiXorC_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image logical exclusive or with constant.
static int nppiXorC_8u_C4IR(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel in place image logical exclusive or with constant.
static int nppiXorC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical exclusive or with constant.
static int nppiYCbCr420ToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int[] nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr420 to packed RGB color conversion.
static int nppiYCbCr420ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] aSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr:420 to YCbCr:411 resampling.
static int nppiYCbCr420ToYCbCr422_8u_P3R(TypedPointer<Npp8u>[] pSrc, int[] nSrcStep, TypedPointer<Npp8u>[] pDst, int[] nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr:420 to YCbCr:422 resampling.
static int nppiYCbCr422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned YCbCr422 to 3 channel packed RGB color conversion.
static int nppiYCbCr422ToYCbCr411_8u_P3R(TypedPointer<Npp8u>[] pSrc, int[] nSrcStep, TypedPointer<Npp8u>[] pDst, int[] nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr:422 to YCbCr:411 resampling.
static int nppiYCbCr422ToYCbCr420_8u_P3R(TypedPointer<Npp8u>[] pSrc, int[] nSrcStep, TypedPointer<Npp8u>[] pDst, int[] nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr:422 to YCbCr:420 resampling.
static int nppiYCbCrToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed YCbCr to RGB color conversion, not affecting Alpha.
static int nppiYCbCrToRGB_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed YCbCr to RGB color conversion.
static int nppiYCbCrToRGB_8u_P3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr to RGB color conversion.
static void setExceptionsEnabled(boolean enabled)
          Enables or disables exceptions.
static void setLogLevel(jcuda.LogLevel logLevel)
          Set the specified log level for the JNppi library.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

initialize

public static void initialize()
Initializes the native library. Note that this method does not have to be called explicitly, since it will be called automatically when this class is loaded.


setLogLevel

public static void setLogLevel(jcuda.LogLevel logLevel)
Set the specified log level for the JNppi library.

Currently supported log levels:
LOG_QUIET: Never print anything
LOG_ERROR: Print error messages
LOG_TRACE: Print a trace of all native function calls

Parameters:
logLevel - The log level to use.

setExceptionsEnabled

public static void setExceptionsEnabled(boolean enabled)
Enables or disables exceptions. By default, the methods of this class only return the NppStatus from the native method. If exceptions are enabled, a CudaException with a detailed error message will be thrown if a method is about to return a result code that indicates an error

Parameters:
enabled - Whether exceptions are enabled

nppiMalloc_8u_C1

public static TypedPointer<Npp8u> nppiMalloc_8u_C1(int nWidthPixels,
                                                   int nHeightPixels,
                                                   int[] pStepBytes)
 8-bit unsigned image memory allocator.

Parameters:
nWidthPixels - Image width.
nHeightPixels - Image height.
pStepBytes - \ref line_step.
Returns:
Pointer to new image data.

nppiMalloc_8u_C2

public static TypedPointer<Npp8u> nppiMalloc_8u_C2(int nWidthPixels,
                                                   int nHeightPixels,
                                                   int[] pStepBytes)
 2 channel 8-bit unsigned image memory allocator.

Parameters:
nWidthPixels - Image width.
nHeightPixels - Image height.
pStepBytes - \ref line_step.
Returns:
Pointer to new image data.

nppiMalloc_8u_C3

public static TypedPointer<Npp8u> nppiMalloc_8u_C3(int nWidthPixels,
                                                   int nHeightPixels,
                                                   int[] pStepBytes)
 3 channel 8-bit unsigned image memory allocator.

Parameters:
nWidthPixels - Image width.
nHeightPixels - Image height.
pStepBytes - \ref line_step.
Returns:
Pointer to new image data.

nppiMalloc_8u_C4

public static TypedPointer<Npp8u> nppiMalloc_8u_C4(int nWidthPixels,
                                                   int nHeightPixels,
                                                   int[] pStepBytes)
 4 channel 8-bit unsigned image memory allocator.

Parameters:
nWidthPixels - Image width.
nHeightPixels - Image height.
pStepBytes - \ref line_step.
Returns:
Pointer to new image data.

nppiMalloc_16u_C1

public static TypedPointer<Npp16u> nppiMalloc_16u_C1(int nWidthPixels,
                                                     int nHeightPixels,
                                                     int[] pStepBytes)
 16-bit unsigned image memory allocator.

Parameters:
nWidthPixels - Image width.
nHeightPixels - Image height.
pStepBytes - \ref line_step.
Returns:
Pointer to new image data.

nppiMalloc_16u_C2

public static TypedPointer<Npp16u> nppiMalloc_16u_C2(int nWidthPixels,
                                                     int nHeightPixels,
                                                     int[] pStepBytes)
 2 channel 16-bit unsigned image memory allocator.

Parameters:
nWidthPixels - Image width.
nHeightPixels - Image height.
pStepBytes - \ref line_step.
Returns:
Pointer to new image data.

nppiMalloc_16u_C3

public static TypedPointer<Npp16u> nppiMalloc_16u_C3(int nWidthPixels,
                                                     int nHeightPixels,
                                                     int[] pStepBytes)
 3 channel 16-bit unsigned image memory allocator.

Parameters:
nWidthPixels - Image width.
nHeightPixels - Image height.
pStepBytes - \ref line_step.
Returns:
Pointer to new image data.

nppiMalloc_16u_C4

public static TypedPointer<Npp16u> nppiMalloc_16u_C4(int nWidthPixels,
                                                     int nHeightPixels,
                                                     int[] pStepBytes)
 4 channel 16-bit unsigned image memory allocator.

Parameters:
nWidthPixels - Image width.
nHeightPixels - Image height.
pStepBytes - \ref line_step.
Returns:
Pointer to new image data.

nppiMalloc_16s_C1

public static TypedPointer<Npp16s> nppiMalloc_16s_C1(int nWidthPixels,
                                                     int nHeightPixels,
                                                     int[] pStepBytes)
 16-bit signed image memory allocator.

Parameters:
nWidthPixels - Image width.
nHeightPixels - Image height.
pStepBytes - \ref line_step.
Returns:
Pointer to new image data.

nppiMalloc_16s_C2

public static TypedPointer<Npp16s> nppiMalloc_16s_C2(int nWidthPixels,
                                                     int nHeightPixels,
                                                     int[] pStepBytes)

nppiMalloc_16s_C4

public static TypedPointer<Npp16s> nppiMalloc_16s_C4(int nWidthPixels,
                                                     int nHeightPixels,
                                                     int[] pStepBytes)
 4 channel 16-bit signed image memory allocator.

Parameters:
nWidthPixels - Image width.
nHeightPixels - Image height.
pStepBytes - \ref line_step.
Returns:
Pointer to new image data.

nppiMalloc_16sc_C1

public static TypedPointer<Npp16s> nppiMalloc_16sc_C1(int nWidthPixels,
                                                      int nHeightPixels,
                                                      int[] pStepBytes)
 1 channel 16-bit signed complex image memory allocator.

Parameters:
nWidthPixels - Image width.
nHeightPixels - Image height.
pStepBytes - \ref line_step.
Returns:
Pointer to new image data.

nppiMalloc_16sc_C2

public static TypedPointer<Npp16s> nppiMalloc_16sc_C2(int nWidthPixels,
                                                      int nHeightPixels,
                                                      int[] pStepBytes)
 2 channel 16-bit signed complex image memory allocator.

Parameters:
nWidthPixels - Image width.
nHeightPixels - Image height.
pStepBytes - \ref line_step.
Returns:
Pointer to new image data.

nppiMalloc_16sc_C3

public static TypedPointer<Npp16s> nppiMalloc_16sc_C3(int nWidthPixels,
                                                      int nHeightPixels,
                                                      int[] pStepBytes)
 3 channel 16-bit signed complex image memory allocator.

Parameters:
nWidthPixels - Image width.
nHeightPixels - Image height.
pStepBytes - \ref line_step.
Returns:
Pointer to new image data.

nppiMalloc_16sc_C4

public static TypedPointer<Npp16s> nppiMalloc_16sc_C4(int nWidthPixels,
                                                      int nHeightPixels,
                                                      int[] pStepBytes)
 4 channel 16-bit signed complex image memory allocator.

Parameters:
nWidthPixels - Image width.
nHeightPixels - Image height.
pStepBytes - \ref line_step.
Returns:
Pointer to new image data.

nppiMalloc_32s_C1

public static TypedPointer<Npp32s> nppiMalloc_32s_C1(int nWidthPixels,
                                                     int nHeightPixels,
                                                     int[] pStepBytes)
 32-bit signed image memory allocator.

Parameters:
nWidthPixels - Image width.
nHeightPixels - Image height.
pStepBytes - \ref line_step.
Returns:
Pointer to new image data.

nppiMalloc_32s_C3

public static TypedPointer<Npp32s> nppiMalloc_32s_C3(int nWidthPixels,
                                                     int nHeightPixels,
                                                     int[] pStepBytes)
 3 channel 32-bit signed image memory allocator.

Parameters:
nWidthPixels - Image width.
nHeightPixels - Image height.
pStepBytes - \ref line_step.
Returns:
Pointer to new image data.

nppiMalloc_32s_C4

public static TypedPointer<Npp32s> nppiMalloc_32s_C4(int nWidthPixels,
                                                     int nHeightPixels,
                                                     int[] pStepBytes)
 4 channel 32-bit signed image memory allocator.

Parameters:
nWidthPixels - Image width.
nHeightPixels - Image height.
pStepBytes - \ref line_step.
Returns:
Pointer to new image data.

nppiMalloc_32sc_C1

public static TypedPointer<Npp32s> nppiMalloc_32sc_C1(int nWidthPixels,
                                                      int nHeightPixels,
                                                      int[] pStepBytes)
 32-bit integer complex image memory allocator.

Parameters:
nWidthPixels - Image width.
nHeightPixels - Image height.
pStepBytes - \ref line_step.
Returns:
Pointer to new image data.

nppiMalloc_32sc_C2

public static TypedPointer<Npp32s> nppiMalloc_32sc_C2(int nWidthPixels,
                                                      int nHeightPixels,
                                                      int[] pStepBytes)
 2 channel 32-bit integer complex image memory allocator.

Parameters:
nWidthPixels - Image width.
nHeightPixels - Image height.
pStepBytes - \ref line_step.
Returns:
Pointer to new image data.

nppiMalloc_32sc_C3

public static TypedPointer<Npp32s> nppiMalloc_32sc_C3(int nWidthPixels,
                                                      int nHeightPixels,
                                                      int[] pStepBytes)
 3 channel 32-bit integer complex image memory allocator.

Parameters:
nWidthPixels - Image width.
nHeightPixels - Image height.
pStepBytes - \ref line_step.
Returns:
Pointer to new image data.

nppiMalloc_32sc_C4

public static TypedPointer<Npp32s> nppiMalloc_32sc_C4(int nWidthPixels,
                                                      int nHeightPixels,
                                                      int[] pStepBytes)
 4 channel 32-bit integer complex image memory allocator.

Parameters:
nWidthPixels - Image width.
nHeightPixels - Image height.
pStepBytes - \ref line_step.
Returns:
Pointer to new image data.

nppiMalloc_32f_C1

public static TypedPointer<Npp32f> nppiMalloc_32f_C1(int nWidthPixels,
                                                     int nHeightPixels,
                                                     int[] pStepBytes)
 32-bit floating point image memory allocator.

Parameters:
nWidthPixels - Image width.
nHeightPixels - Image height.
pStepBytes - \ref line_step.
Returns:
Pointer to new image data.

nppiMalloc_32f_C2

public static TypedPointer<Npp32f> nppiMalloc_32f_C2(int nWidthPixels,
                                                     int nHeightPixels,
                                                     int[] pStepBytes)
 2 channel 32-bit floating point image memory allocator.

Parameters:
nWidthPixels - Image width.
nHeightPixels - Image height.
pStepBytes - \ref line_step.
Returns:
Pointer to new image data.

nppiMalloc_32f_C3

public static TypedPointer<Npp32f> nppiMalloc_32f_C3(int nWidthPixels,
                                                     int nHeightPixels,
                                                     int[] pStepBytes)
 3 channel 32-bit floating point image memory allocator.

Parameters:
nWidthPixels - Image width.
nHeightPixels - Image height.
pStepBytes - \ref line_step.
Returns:
Pointer to new image data.

nppiMalloc_32f_C4

public static TypedPointer<Npp32f> nppiMalloc_32f_C4(int nWidthPixels,
                                                     int nHeightPixels,
                                                     int[] pStepBytes)
 4 channel 32-bit floating point image memory allocator.

Parameters:
nWidthPixels - Image width.
nHeightPixels - Image height.
pStepBytes - \ref line_step.
Returns:
Pointer to new image data.

nppiMalloc_32fc_C1

public static TypedPointer<Npp32f> nppiMalloc_32fc_C1(int nWidthPixels,
                                                      int nHeightPixels,
                                                      int[] pStepBytes)

nppiMalloc_32fc_C2

public static TypedPointer<Npp32f> nppiMalloc_32fc_C2(int nWidthPixels,
                                                      int nHeightPixels,
                                                      int[] pStepBytes)
 2 channel 32-bit float complex image memory allocator.

Parameters:
nWidthPixels - Image width.
nHeightPixels - Image height.
pStepBytes - \ref line_step.
Returns:
Pointer to new image data.

nppiMalloc_32fc_C3

public static TypedPointer<Npp32f> nppiMalloc_32fc_C3(int nWidthPixels,
                                                      int nHeightPixels,
                                                      int[] pStepBytes)
 3 channel 32-bit float complex image memory allocator.

Parameters:
nWidthPixels - Image width.
nHeightPixels - Image height.
pStepBytes - \ref line_step.
Returns:
Pointer to new image data.

nppiMalloc_32fc_C4

public static TypedPointer<Npp32f> nppiMalloc_32fc_C4(int nWidthPixels,
                                                      int nHeightPixels,
                                                      int[] pStepBytes)
 4 channel 32-bit float complex image memory allocator.

Parameters:
nWidthPixels - Image width.
nHeightPixels - Image height.
pStepBytes - \ref line_step.
Returns:
Pointer to new image data.

nppiFree

public static void nppiFree(jcuda.Pointer pData)
 Free method for any 2D allocated memory.
 This method should be used to free memory allocated with any of the nppiMalloc_ methods.

Parameters:
pData - A pointer to memory allocated using nppiMalloc_.

nppiSet_8s_C1R

public static int nppiSet_8s_C1R(byte nValue,
                                 TypedPointer<Npp8s> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)
 8-bit image set.

Parameters:
nValue - The pixel value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_8s_C2R

public static int nppiSet_8s_C2R(byte[] aValue,
                                 TypedPointer<Npp8s> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)
 8-bit two-channel image set.

Parameters:
aValue - The pixel value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_8s_C3R

public static int nppiSet_8s_C3R(byte[] aValue,
                                 TypedPointer<Npp8s> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)
 8-bit three-channel image set.

Parameters:
aValue - The pixel value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_8s_C4R

public static int nppiSet_8s_C4R(byte[] aValue,
                                 TypedPointer<Npp8s> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)
 8-bit four-channel image set.

Parameters:
aValue - The pixel value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_8s_AC4R

public static int nppiSet_8s_AC4R(byte[] aValue,
                                  TypedPointer<Npp8s> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 8-bit four-channel image set ignoring alpha channel.

Parameters:
aValue - The pixel value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_8u_C1R

public static int nppiSet_8u_C1R(byte nValue,
                                 TypedPointer<Npp8u> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)
 8-bit unsigned image set.

Parameters:
nValue - The pixel value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_8u_C1MR

public static int nppiSet_8u_C1MR(byte nValue,
                                  TypedPointer<Npp8u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pMask,
                                  int nMaskStep)
 Masked 8-bit unsigned image set. 
 The 8-bit mask image affects setting of the respective pixels in the destination image.
 If the mask value is zero (0) the pixel is not set, if the mask is non-zero, the corresponding
 destination pixel is set to specified value.

Parameters:
nValue - The pixel value to be set.
pDst - Pointer \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
pMask - Pointer to the mask image. This is a single channel 8-bit unsigned int image.
nMaskStep - Number of bytes between line starts of successive lines in the mask image.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_8u_C4R

public static int nppiSet_8u_C4R(byte[] aValues,
                                 TypedPointer<Npp8u> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)
 4 channel 8-bit unsigned image set.

Parameters:
aValues - Four-channel array containing the pixel-value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_8u_C4MR

public static int nppiSet_8u_C4MR(byte[] aValues,
                                  TypedPointer<Npp8u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pMask,
                                  int nMaskStep)
 Masked 4 channel 8-bit unsigned image set.

Parameters:
aValues - Four-channel array containing the pixel-value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
pMask - Pointer to the mask image. This is a single channel 8-bit unsigned int image.
nMaskStep - Number of bytes between line starts of successive lines in the mask image.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_8u_AC4R

public static int nppiSet_8u_AC4R(byte[] aValues,
                                  TypedPointer<Npp8u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 4 channel 8-bit unsigned image set method, not affecting Alpha channel.
 For RGBA images, this method allows setting of the RGB values without changing the contents
 of the alpha-channel (fourth channel).

Parameters:
aValues - Three-channel array containing the pixel-value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_8u_AC4MR

public static int nppiSet_8u_AC4MR(byte[] aValues,
                                   TypedPointer<Npp8u> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pMask,
                                   int nMaskStep)
 Masked 4 channel 8-bit unsigned image set method, not affecting Alpha channel.
 For RGBA images, this method allows setting of the RGB values without changing the contents
 of the alpha-channel (fourth channel).

Parameters:
aValues - Three-channel array containing the pixel-value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
pMask - Pointer to the mask image. This is a single channel 8-bit unsigned int image.
nMaskStep - Number of bytes between line starts of successive lines in the mask image.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_8u_C4CR

public static int nppiSet_8u_C4CR(byte nValue,
                                  TypedPointer<Npp8u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 4 channel 8-bit unsigned image set affecting only single channel.
 For RGBA images, this method allows setting of a single of the four (RGBA) values 
 without changing the contents of the other three channels. The channel is selected
 via the pDst pointer. The pointer needs to point to the actual first value to be set,
 e.g. in order to set the R-channel (first channel), one would pass pDst unmodified, since
 its value actually points to the r channel. If one wanted to modify the B channel (second
 channel), one would pass pDst + 2 to the function.

Parameters:
nValue - The pixel-value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_16u_C1R

public static int nppiSet_16u_C1R(short nValue,
                                  TypedPointer<Npp16u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 16-bit unsigned image set.

Parameters:
nValue - New pixel value.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_16u_C1MR

public static int nppiSet_16u_C1MR(short nValue,
                                   TypedPointer<Npp16u> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pMask,
                                   int nMaskStep)
 Masked 16-bit unsigned image set.

Parameters:
nValue - New pixel value.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
pMask - Pointer to the mask image. This is a single channel 8-bit unsigned int image.
nMaskStep - Number of bytes between line starts of successive lines in the mask image.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_16u_C2R

public static int nppiSet_16u_C2R(short[] aValues,
                                  TypedPointer<Npp16u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 2 channel 16-bit unsigned image set.

Parameters:
aValues - New pixel value.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_16u_C4R

public static int nppiSet_16u_C4R(short[] aValues,
                                  TypedPointer<Npp16u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 4 channel 16-bit unsigned image set.

Parameters:
aValues - New pixel value.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_16u_C4MR

public static int nppiSet_16u_C4MR(short[] aValues,
                                   TypedPointer<Npp16u> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pMask,
                                   int nMaskStep)
 Masked 4 channel 16-bit unsigned image set.

Parameters:
aValues - New pixel value.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
pMask - Pointer to the mask image. This is a single channel 8-bit unsigned int image.
nMaskStep - Number of bytes between line starts of successive lines in the mask image.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_16u_AC4R

public static int nppiSet_16u_AC4R(short[] aValues,
                                   TypedPointer<Npp16u> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 4 channel 16-bit unsigned image set method, not affecting Alpha channel.
 For RGBA images, this method allows setting of the RGB values without changing the contents
 of the alpha-channel (fourth channel).

Parameters:
aValues - Three-channel array containing the pixel-value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_16u_AC4MR

public static int nppiSet_16u_AC4MR(short[] aValues,
                                    TypedPointer<Npp16u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp8u> pMask,
                                    int nMaskStep)
 Masked 4 channel 16-bit unsigned image set method, not affecting Alpha channel.
 For RGBA images, this method allows setting of the RGB values without changing the contents
 of the alpha-channel (fourth channel).

Parameters:
aValues - Three-channel array containing the pixel-value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
pMask - Pointer to the mask image. This is a single channel 8-bit unsigned int image.
nMaskStep - Number of bytes between line starts of successive lines in the mask image.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_16u_C4CR

public static int nppiSet_16u_C4CR(short nValue,
                                   TypedPointer<Npp16u> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 4 channel 16-bit unsigned image set affecting only single channel.
 For RGBA images, this method allows setting of a single of the four (RGBA) values 
 without changing the contents of the other three channels. The channel is selected
 via the pDst pointer. The pointer needs to point to the actual first value to be set,
 e.g. in order to set the R-channel (first channel), one would pass pDst unmodified, since
 its value actually points to the r channel. If one wanted to modify the B channel (second
 channel), one would pass pDst + 2 to the function.

Parameters:
nValue - The pixel-value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_16s_C1R

public static int nppiSet_16s_C1R(short nValue,
                                  TypedPointer<Npp16s> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 16-bit image set.

Parameters:
nValue - New pixel value.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_16s_C1MR

public static int nppiSet_16s_C1MR(short nValue,
                                   TypedPointer<Npp16s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pMask,
                                   int nMaskStep)
 Masked 16-bit image set.

Parameters:
nValue - New pixel value.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
pMask - Pointer to the mask image. This is a single channel 8-bit unsigned int image.
nMaskStep - Number of bytes between line starts of successive lines in the mask image.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_16s_C2R

public static int nppiSet_16s_C2R(short[] aValues,
                                  TypedPointer<Npp16s> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 2 channel 16-bit image set.

Parameters:
aValues - New pixel value.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_16s_C4R

public static int nppiSet_16s_C4R(short[] aValues,
                                  TypedPointer<Npp16s> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 4 channel 16-bit image set.

Parameters:
aValues - New pixel value.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_16s_C4MR

public static int nppiSet_16s_C4MR(short[] aValues,
                                   TypedPointer<Npp16s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pMask,
                                   int nMaskStep)
 Masked 4 channel 16-bit image set.

Parameters:
aValues - New pixel value.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
pMask - Pointer to the mask image. This is a single channel 8-bit unsigned int image.
nMaskStep - Number of bytes between line starts of successive lines in the mask image.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_16s_AC4R

public static int nppiSet_16s_AC4R(short[] aValues,
                                   TypedPointer<Npp16s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 4 channel 16-bit image set method, not affecting Alpha channel.
 For RGBA images, this method allows setting of the RGB values without changing the contents
 of the alpha-channel (fourth channel).

Parameters:
aValues - Three-channel array containing the pixel-value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_16s_AC4MR

public static int nppiSet_16s_AC4MR(short[] aValues,
                                    TypedPointer<Npp16s> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp8u> pMask,
                                    int nMaskStep)
 Masked 4 channel 16-bit image set method, not affecting Alpha channel.
 For RGBA images, this method allows setting of the RGB values without changing the contents
 of the alpha-channel (fourth channel).

Parameters:
aValues - Three-channel array containing the pixel-value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
pMask - Pointer to the mask image. This is a single channel 8-bit unsigned int image.
nMaskStep - Number of bytes between line starts of successive lines in the mask image.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_16s_C4CR

public static int nppiSet_16s_C4CR(short nValue,
                                   TypedPointer<Npp16s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 4 channel 16-bit unsigned image set affecting only single channel.
 For RGBA images, this method allows setting of a single of the four (RGBA) values 
 without changing the contents of the other three channels. The channel is selected
 via the pDst pointer. The pointer needs to point to the actual first value to be set,
 e.g. in order to set the R-channel (first channel), one would pass pDst unmodified, since
 its value actually points to the r channel. If one wanted to modify the B channel (second
 channel), one would pass pDst + 2 to the function.

Parameters:
nValue - The pixel-value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_16sc_C1R

public static int nppiSet_16sc_C1R(Npp16sc oValue,
                                   TypedPointer<Npp16s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 16-bit complex integer image set.

Parameters:
oValue - New pixel value.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_16sc_C2R

public static int nppiSet_16sc_C2R(Npp16sc[] aValue,
                                   TypedPointer<Npp16s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 16-bit complex integer two-channel image set.

Parameters:
aValue - New pixel value.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_16sc_C3R

public static int nppiSet_16sc_C3R(Npp16sc[] aValue,
                                   TypedPointer<Npp16s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 16-bit complex integer three-channel image set.

Parameters:
aValue - New pixel value.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_16sc_AC4R

public static int nppiSet_16sc_AC4R(Npp16sc[] aValue,
                                    TypedPointer<Npp16s> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 16-bit complex integer four-channel image set ignoring alpha.

Parameters:
aValue - New pixel value.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_16sc_C4R

public static int nppiSet_16sc_C4R(Npp16sc[] aValue,
                                   TypedPointer<Npp16s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 16-bit complex integer four-channel image set.

Parameters:
aValue - New pixel value.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_32s_C1R

public static int nppiSet_32s_C1R(int nValue,
                                  TypedPointer<Npp32s> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 32-bit image set.

Parameters:
nValue - New pixel value.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_32s_C1MR

public static int nppiSet_32s_C1MR(int nValue,
                                   TypedPointer<Npp32s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pMask,
                                   int nMaskStep)
 Masked 32-bit image set.

Parameters:
nValue - New pixel value.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
pMask - Pointer to the mask image. This is a single channel 8-bit unsigned int image.
nMaskStep - Number of bytes between line starts of successive lines in the mask image.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_32s_C4R

public static int nppiSet_32s_C4R(int[] aValues,
                                  TypedPointer<Npp32s> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 4 channel 32-bit image set.

Parameters:
aValues - New pixel value.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_32s_C4MR

public static int nppiSet_32s_C4MR(int[] aValues,
                                   TypedPointer<Npp32s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pMask,
                                   int nMaskStep)
 Masked 4 channel 32-bit image set.

Parameters:
aValues - New pixel value.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
pMask - Pointer to the mask image. This is a single channel 8-bit unsigned int image.
nMaskStep - Number of bytes between line starts of successive lines in the mask image.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_32s_AC4R

public static int nppiSet_32s_AC4R(int[] aValues,
                                   TypedPointer<Npp32s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 4 channel 16-bit image set method, not affecting Alpha channel.
 For RGBA images, this method allows setting of the RGB values without changing the contents
 of the alpha-channel (fourth channel).

Parameters:
aValues - Three-channel array containing the pixel-value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_32s_AC4MR

public static int nppiSet_32s_AC4MR(int[] aValues,
                                    TypedPointer<Npp32s> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp8u> pMask,
                                    int nMaskStep)
 Masked 4 channel 16-bit image set method, not affecting Alpha channel.
 For RGBA images, this method allows setting of the RGB values without changing the contents
 of the alpha-channel (fourth channel).

Parameters:
aValues - Three-channel array containing the pixel-value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
pMask - Pointer to the mask image. This is a single channel 8-bit unsigned int image.
nMaskStep - Number of bytes between line starts of successive lines in the mask image.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_32s_C4CR

public static int nppiSet_32s_C4CR(int nValue,
                                   TypedPointer<Npp32s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 4 channel 32-bit unsigned image set affecting only single channel.
 For RGBA images, this method allows setting of a single of the four (RGBA) values 
 without changing the contents of the other three channels. The channel is selected
 via the pDst pointer. The pointer needs to point to the actual first value to be set,
 e.g. in order to set the R-channel (first channel), one would pass pDst unmodified, since
 its value actually points to the r channel. If one wanted to modify the B channel (second
 channel), one would pass pDst + 2 to the function.

Parameters:
nValue - The pixel-value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_32sc_C1R

public static int nppiSet_32sc_C1R(Npp32sc oValue,
                                   TypedPointer<Npp32s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Single channel 32-bit complex integer image set.

Parameters:
oValue - The pixel-value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_32sc_C2R

public static int nppiSet_32sc_C2R(Npp32sc[] aValue,
                                   TypedPointer<Npp32s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Two channel 32-bit complex integer image set.

Parameters:
aValue - The pixel-value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_32sc_C3R

public static int nppiSet_32sc_C3R(Npp32sc[] aValue,
                                   TypedPointer<Npp32s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Three channel 32-bit complex integer image set.

Parameters:
aValue - The pixel-value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_32sc_C4R

public static int nppiSet_32sc_C4R(Npp32sc[] aValue,
                                   TypedPointer<Npp32s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four channel 32-bit complex integer image set.

Parameters:
aValue - The pixel-value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_32sc_AC4R

public static int nppiSet_32sc_AC4R(Npp32sc[] aValue,
                                    TypedPointer<Npp32s> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 32-bit complex integer four-channel image set ignoring alpha.

Parameters:
aValue - New pixel value.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_32f_C1R

public static int nppiSet_32f_C1R(float nValue,
                                  TypedPointer<Npp32f> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 32-bit floating point image set.

Parameters:
nValue - New pixel value.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_32f_C1MR

public static int nppiSet_32f_C1MR(float nValue,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pMask,
                                   int nMaskStep)
 Masked 32-bit floating point image set.

Parameters:
nValue - New pixel value.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
pMask - Pointer to the mask image. This is a single channel 8-bit unsigned int image.
nMaskStep - Number of bytes between line starts of successive lines in the mask image.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_32f_C4R

public static int nppiSet_32f_C4R(float[] aValues,
                                  TypedPointer<Npp32f> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 4 channel 32-bit floating point image set.

Parameters:
aValues - New pixel value.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_32f_C4MR

public static int nppiSet_32f_C4MR(float[] aValues,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pMask,
                                   int nMaskStep)
 Masked 4 channel 32-bit floating point image set.

Parameters:
aValues - New pixel value.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
pMask - Pointer to the mask image. This is a single channel 8-bit unsigned int image.
nMaskStep - Number of bytes between line starts of successive lines in the mask image.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_32f_AC4R

public static int nppiSet_32f_AC4R(float[] aValues,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 4 channel 32-bit floating point image set method, not affecting Alpha channel.
 For RGBA images, this method allows setting of the RGB values without changing the contents
 of the alpha-channel (fourth channel).

Parameters:
aValues - Three-channel array containing the pixel-value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_32f_AC4MR

public static int nppiSet_32f_AC4MR(float[] aValues,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp8u> pMask,
                                    int nMaskStep)
 Masked 4 channel 32-bit floating point image set method, not affecting Alpha channel.
 For RGBA images, this method allows setting of the RGB values without changing the contents
 of the alpha-channel (fourth channel).

Parameters:
aValues - Three-channel array containing the pixel-value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
pMask - Pointer to the mask image. This is a single channel 8-bit unsigned int image.
nMaskStep - Number of bytes between line starts of successive lines in the mask image.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_32f_C4CR

public static int nppiSet_32f_C4CR(float nValue,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 4 channel 32-bit floating point image set affecting only single channel.
 For RGBA images, this method allows setting of a single of the four (RGBA) values 
 without changing the contents of the other three channels. The channel is selected
 via the pDst pointer. The pointer needs to point to the actual first value to be set,
 e.g. in order to set the R-channel (first channel), one would pass pDst unmodified, since
 its value actually points to the r channel. If one wanted to modify the B channel (second
 channel), one would pass pDst + 2 to the function.

Parameters:
nValue - The pixel-value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_32fc_C1R

public static int nppiSet_32fc_C1R(Npp32fc oValue,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Single channel 32-bit complex image set.

Parameters:
oValue - The pixel-value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_32fc_C2R

public static int nppiSet_32fc_C2R(Npp32fc[] aValue,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Two channel 32-bit complex image set.

Parameters:
aValue - The pixel-value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_32fc_C3R

public static int nppiSet_32fc_C3R(Npp32fc[] aValue,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Three channel 32-bit complex image set.

Parameters:
aValue - The pixel-value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_32fc_C4R

public static int nppiSet_32fc_C4R(Npp32fc[] aValue,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four channel 32-bit complex image set.

Parameters:
aValue - The pixel-value to be set.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSet_32fc_AC4R

public static int nppiSet_32fc_AC4R(Npp32fc[] aValue,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 32-bit complex four-channel image set ignoring alpha.

Parameters:
aValue - New pixel value.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_8s_C1R

public static int nppiCopy_8s_C1R(TypedPointer<Npp8s> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp8s> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 8-bit image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_8s_C2R

public static int nppiCopy_8s_C2R(TypedPointer<Npp8s> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp8s> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Two-channel 8-bit image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_8s_C3R

public static int nppiCopy_8s_C3R(TypedPointer<Npp8s> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp8s> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Three-channel 8-bit image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_8s_C4R

public static int nppiCopy_8s_C4R(TypedPointer<Npp8s> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp8s> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Four-channel 8-bit image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_8s_AC4R

public static int nppiCopy_8s_AC4R(TypedPointer<Npp8s> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp8s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four-channel 8-bit image copy, ignoring alpha channel.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_8u_C1R

public static int nppiCopy_8u_C1R(TypedPointer<Npp8u> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp8u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 8-bit unsigned image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_8u_C4R

public static int nppiCopy_8u_C4R(TypedPointer<Npp8u> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp8u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 4 channel 8-bit unsigned image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_8u_AC4R

public static int nppiCopy_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp8u> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 4 channel 8-bit unsigned image copy, not affecting Alpha channel.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16u_C1R

public static int nppiCopy_16u_C1R(TypedPointer<Npp16u> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp16u> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 16-bit unsigned image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16u_C4R

public static int nppiCopy_16u_C4R(TypedPointer<Npp16u> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp16u> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 4 channel 16-bit unsigned image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16u_AC4R

public static int nppiCopy_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp16u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 4 channel 16-bit unsigned image copy, not affecting Alpha channel.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16s_C1R

public static int nppiCopy_16s_C1R(TypedPointer<Npp16s> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp16s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 16-bit image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16s_C4R

public static int nppiCopy_16s_C4R(TypedPointer<Npp16s> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp16s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 4 channel 16-bit image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16s_AC4R

public static int nppiCopy_16s_AC4R(TypedPointer<Npp16s> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp16s> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 4 channel 16-bit image copy, not affecting Alpha.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16sc_C1R

public static int nppiCopy_16sc_C1R(TypedPointer<Npp16s> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp16s> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 16-bit complex image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16sc_C2R

public static int nppiCopy_16sc_C2R(TypedPointer<Npp16s> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp16s> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Two-channel 16-bit complex image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16sc_C3R

public static int nppiCopy_16sc_C3R(TypedPointer<Npp16s> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp16s> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Three-channel 16-bit complex image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16sc_C4R

public static int nppiCopy_16sc_C4R(TypedPointer<Npp16s> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp16s> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Four-channel 16-bit complex image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16sc_AC4R

public static int nppiCopy_16sc_AC4R(TypedPointer<Npp16s> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Four-channel 16-bit complex image copy, ignoring alpha.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32s_C1R

public static int nppiCopy_32s_C1R(TypedPointer<Npp32s> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp32s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 32-bit image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32s_C4R

public static int nppiCopy_32s_C4R(TypedPointer<Npp32s> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp32s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 4 channel 32-bit image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32s_AC4R

public static int nppiCopy_32s_AC4R(TypedPointer<Npp32s> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32s> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 4 channel 32-bit image copy, not affecting Alpha.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32sc_C1R

public static int nppiCopy_32sc_C1R(TypedPointer<Npp32s> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32s> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 32-bit complex image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32sc_C2R

public static int nppiCopy_32sc_C2R(TypedPointer<Npp32s> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32s> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Two-channel 32-bit complex image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32sc_C3R

public static int nppiCopy_32sc_C3R(TypedPointer<Npp32s> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32s> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Three-channel 32-bit complex image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32sc_C4R

public static int nppiCopy_32sc_C4R(TypedPointer<Npp32s> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32s> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Four-channel 32-bit complex image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32sc_AC4R

public static int nppiCopy_32sc_AC4R(TypedPointer<Npp32s> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Four-channel 32-bit complex image copy, ignoring alpha.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32f_C1R

public static int nppiCopy_32f_C1R(TypedPointer<Npp32f> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 32-bit floating point image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32f_C4R

public static int nppiCopy_32f_C4R(TypedPointer<Npp32f> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 4 channel 32-bit floating point image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32f_AC4R

public static int nppiCopy_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 4 channel 32-bit floating point image copy, not affecting Alpha.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32fc_C1R

public static int nppiCopy_32fc_C1R(TypedPointer<Npp32f> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 32-bit floating-point complex image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32fc_C2R

public static int nppiCopy_32fc_C2R(TypedPointer<Npp32f> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Two-channel 32-bit floating-point complex image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32fc_C3R

public static int nppiCopy_32fc_C3R(TypedPointer<Npp32f> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Three-channel 32-bit floating-point complex image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32fc_C4R

public static int nppiCopy_32fc_C4R(TypedPointer<Npp32f> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Four-channel 32-bit floating-point complex image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32fc_AC4R

public static int nppiCopy_32fc_AC4R(TypedPointer<Npp32f> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32f> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Four-channel 32-bit floating-point complex image copy, ignoring alpha.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_8u_C1MR

public static int nppiCopy_8u_C1MR(TypedPointer<Npp8u> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp8u> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pMask,
                                   int nMaskStep)
 \ref masked_operation 8-bit unsigned image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_8u_C3MR

public static int nppiCopy_8u_C3MR(TypedPointer<Npp8u> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp8u> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pMask,
                                   int nMaskStep)
 \ref masked_operation three channel 8-bit unsigned image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_8u_C4MR

public static int nppiCopy_8u_C4MR(TypedPointer<Npp8u> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp8u> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pMask,
                                   int nMaskStep)
 \ref masked_operation four channel 8-bit unsigned image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_8u_AC4MR

public static int nppiCopy_8u_AC4MR(TypedPointer<Npp8u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp8u> pMask,
                                    int nMaskStep)
 \ref masked_operation four channel 8-bit unsigned image copy, ignoring alpha.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16u_C1MR

public static int nppiCopy_16u_C1MR(TypedPointer<Npp16u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp16u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp8u> pMask,
                                    int nMaskStep)
 \ref masked_operation 16-bit unsigned image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16u_C3MR

public static int nppiCopy_16u_C3MR(TypedPointer<Npp16u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp16u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp8u> pMask,
                                    int nMaskStep)
 \ref masked_operation three channel 16-bit unsigned image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16u_C4MR

public static int nppiCopy_16u_C4MR(TypedPointer<Npp16u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp16u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp8u> pMask,
                                    int nMaskStep)
 \ref masked_operation four channel 16-bit unsigned image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16u_AC4MR

public static int nppiCopy_16u_AC4MR(TypedPointer<Npp16u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     TypedPointer<Npp8u> pMask,
                                     int nMaskStep)
 \ref masked_operation four channel 16-bit unsigned image copy, ignoring alpha.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16s_C1MR

public static int nppiCopy_16s_C1MR(TypedPointer<Npp16s> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp16s> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp8u> pMask,
                                    int nMaskStep)
 \ref masked_operation 16-bit signed image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16s_C3MR

public static int nppiCopy_16s_C3MR(TypedPointer<Npp16s> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp16s> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp8u> pMask,
                                    int nMaskStep)
 \ref masked_operation three channel 16-bit signed image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16s_C4MR

public static int nppiCopy_16s_C4MR(TypedPointer<Npp16s> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp16s> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp8u> pMask,
                                    int nMaskStep)
 \ref masked_operation four channel 16-bit signed image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16s_AC4MR

public static int nppiCopy_16s_AC4MR(TypedPointer<Npp16s> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     TypedPointer<Npp8u> pMask,
                                     int nMaskStep)
 \ref masked_operation four channel 16-bit signed image copy, ignoring alpha.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32s_C1MR

public static int nppiCopy_32s_C1MR(TypedPointer<Npp32s> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32s> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp8u> pMask,
                                    int nMaskStep)
 \ref masked_operation 32-bit signed image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32s_C3MR

public static int nppiCopy_32s_C3MR(TypedPointer<Npp32s> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32s> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp8u> pMask,
                                    int nMaskStep)
 \ref masked_operation three channel 32-bit signed image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32s_C4MR

public static int nppiCopy_32s_C4MR(TypedPointer<Npp32s> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32s> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp8u> pMask,
                                    int nMaskStep)
 \ref masked_operation four channel 32-bit signed image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32s_AC4MR

public static int nppiCopy_32s_AC4MR(TypedPointer<Npp32s> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     TypedPointer<Npp8u> pMask,
                                     int nMaskStep)
 \ref masked_operation four channel 32-bit signed image copy, ignoring alpha.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32f_C1MR

public static int nppiCopy_32f_C1MR(TypedPointer<Npp32f> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp8u> pMask,
                                    int nMaskStep)
 \ref masked_operation 32-bit float image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32f_C3MR

public static int nppiCopy_32f_C3MR(TypedPointer<Npp32f> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp8u> pMask,
                                    int nMaskStep)
 \ref masked_operation three channel 32-bit float image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32f_C4MR

public static int nppiCopy_32f_C4MR(TypedPointer<Npp32f> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp8u> pMask,
                                    int nMaskStep)
 \ref masked_operation four channel 32-bit float image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32f_AC4MR

public static int nppiCopy_32f_AC4MR(TypedPointer<Npp32f> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32f> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     TypedPointer<Npp8u> pMask,
                                     int nMaskStep)
 \ref masked_operation four channel 32-bit float image copy, ignoring alpha.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_8u_C3CR

public static int nppiCopy_8u_C3CR(TypedPointer<Npp8u> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp8u> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Select-channel 8-bit unsigned image copy for three-channel images.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref select_destination_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_8u_C4CR

public static int nppiCopy_8u_C4CR(TypedPointer<Npp8u> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp8u> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Select-channel 8-bit unsigned image copy for four-channel images.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref select_destination_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16s_C3CR

public static int nppiCopy_16s_C3CR(TypedPointer<Npp16s> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp16s> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Select-channel 16-bit signed image copy for three-channel images.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref select_destination_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16s_C4CR

public static int nppiCopy_16s_C4CR(TypedPointer<Npp16s> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp16s> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Select-channel 16-bit signed image copy for four-channel images.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref select_destination_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16u_C3CR

public static int nppiCopy_16u_C3CR(TypedPointer<Npp16u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp16u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Select-channel 16-bit unsigned image copy for three-channel images.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref select_destination_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16u_C4CR

public static int nppiCopy_16u_C4CR(TypedPointer<Npp16u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp16u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Select-channel 16-bit unsigned image copy for four-channel images.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref select_destination_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32s_C3CR

public static int nppiCopy_32s_C3CR(TypedPointer<Npp32s> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32s> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Select-channel 32-bit signed image copy for three-channel images.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref select_destination_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32s_C4CR

public static int nppiCopy_32s_C4CR(TypedPointer<Npp32s> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32s> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Select-channel 32-bit signed image copy for four-channel images.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref select_destination_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32f_C3CR

public static int nppiCopy_32f_C3CR(TypedPointer<Npp32f> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Select-channel 32-bit float image copy for three-channel images.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref select_destination_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32f_C4CR

public static int nppiCopy_32f_C4CR(TypedPointer<Npp32f> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Select-channel 32-bit float image copy for four-channel images.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref select_destination_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_8u_C3C1R

public static int nppiCopy_8u_C3C1R(TypedPointer<Npp8u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Three-channel to single-channel 8-bit unsigned image copy.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_8u_C4C1R

public static int nppiCopy_8u_C4C1R(TypedPointer<Npp8u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Four-channel to single-channel 8-bit unsigned image copy.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16s_C3C1R

public static int nppiCopy_16s_C3C1R(TypedPointer<Npp16s> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Three-channel to single-channel 16-bit signed image copy.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16s_C4C1R

public static int nppiCopy_16s_C4C1R(TypedPointer<Npp16s> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Four-channel to single-channel 16-bit signed image copy.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16u_C3C1R

public static int nppiCopy_16u_C3C1R(TypedPointer<Npp16u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Three-channel to single-channel 16-bit unsigned image copy.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16u_C4C1R

public static int nppiCopy_16u_C4C1R(TypedPointer<Npp16u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Four-channel to single-channel 16-bit unsigned image copy.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32s_C3C1R

public static int nppiCopy_32s_C3C1R(TypedPointer<Npp32s> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Three-channel to single-channel 32-bit signed image copy.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32s_C4C1R

public static int nppiCopy_32s_C4C1R(TypedPointer<Npp32s> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Four-channel to single-channel 32-bit signed image copy.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32f_C3C1R

public static int nppiCopy_32f_C3C1R(TypedPointer<Npp32f> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32f> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Three-channel to single-channel 32-bit float image copy.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32f_C4C1R

public static int nppiCopy_32f_C4C1R(TypedPointer<Npp32f> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32f> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Four-channel to single-channel 32-bit float image copy.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_8u_C1C3R

public static int nppiCopy_8u_C1C3R(TypedPointer<Npp8u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Single-channel to three-channel 8-bit unsigned image copy.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_8u_C1C4R

public static int nppiCopy_8u_C1C4R(TypedPointer<Npp8u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Single-channel to four-channel 8-bit unsigned image copy.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16s_C1C3R

public static int nppiCopy_16s_C1C3R(TypedPointer<Npp16s> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Single-channel to three-channel 16-bit signed image copy.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16s_C1C4R

public static int nppiCopy_16s_C1C4R(TypedPointer<Npp16s> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Single-channel to four-channel 16-bit signed image copy.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16u_C1C3R

public static int nppiCopy_16u_C1C3R(TypedPointer<Npp16u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Single-channel to three-channel 16-bit unsigned image copy.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16u_C1C4R

public static int nppiCopy_16u_C1C4R(TypedPointer<Npp16u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Single-channel to four-channel 16-bit unsigned image copy.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32s_C1C3R

public static int nppiCopy_32s_C1C3R(TypedPointer<Npp32s> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Single-channel to three-channel 32-bit signed image copy.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32s_C1C4R

public static int nppiCopy_32s_C1C4R(TypedPointer<Npp32s> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Single-channel to four-channel 32-bit signed image copy.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32f_C1C3R

public static int nppiCopy_32f_C1C3R(TypedPointer<Npp32f> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32f> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Single-channel to three-channel 32-bit float image copy.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32f_C1C4R

public static int nppiCopy_32f_C1C4R(TypedPointer<Npp32f> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32f> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Single-channel to four-channel 32-bit float image copy.

Parameters:
pSrc - \ref select_source_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_8u_C3P3R

public static int nppiCopy_8u_C3P3R(TypedPointer<Npp8u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp8u>[] aDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Three-channel 8-bit unsigned packed to planar image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
aDst - Planar \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_8u_C4P4R

public static int nppiCopy_8u_C4P4R(TypedPointer<Npp8u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp8u>[] aDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Four-channel 8-bit unsigned packed to planar image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
aDst - Planar \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16s_C3P3R

public static int nppiCopy_16s_C3P3R(TypedPointer<Npp16s> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16s>[] aDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Three-channel 16-bit signed packed to planar image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
aDst - Planar \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16s_C4P4R

public static int nppiCopy_16s_C4P4R(TypedPointer<Npp16s> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16s>[] aDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Four-channel 16-bit signed packed to planar image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
aDst - Planar \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16u_C3P3R

public static int nppiCopy_16u_C3P3R(TypedPointer<Npp16u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16u>[] aDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Three-channel 16-bit unsigned packed to planar image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
aDst - Planar \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16u_C4P4R

public static int nppiCopy_16u_C4P4R(TypedPointer<Npp16u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16u>[] aDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Four-channel 16-bit unsigned packed to planar image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
aDst - Planar \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32s_C3P3R

public static int nppiCopy_32s_C3P3R(TypedPointer<Npp32s> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32s>[] aDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Three-channel 32-bit signed packed to planar image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
aDst - Planar \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32s_C4P4R

public static int nppiCopy_32s_C4P4R(TypedPointer<Npp32s> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32s>[] aDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Four-channel 32-bit signed packed to planar image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
aDst - Planar \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32f_C3P3R

public static int nppiCopy_32f_C3P3R(TypedPointer<Npp32f> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32f>[] aDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Three-channel 32-bit float packed to planar image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
aDst - Planar \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32f_C4P4R

public static int nppiCopy_32f_C4P4R(TypedPointer<Npp32f> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32f>[] aDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Four-channel 32-bit float packed to planar image copy.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
aDst - Planar \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_8u_P3C3R

public static int nppiCopy_8u_P3C3R(TypedPointer<Npp8u>[] aSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Three-channel 8-bit unsigned planar to packed image copy.

Parameters:
aSrc - Planar \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_8u_P4C4R

public static int nppiCopy_8u_P4C4R(TypedPointer<Npp8u>[] aSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Four-channel 8-bit unsigned planar to packed image copy.

Parameters:
aSrc - Planar \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16u_P3C3R

public static int nppiCopy_16u_P3C3R(TypedPointer<Npp16u>[] aSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Three-channel 16-bit unsigned planar to packed image copy.

Parameters:
aSrc - Planar \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16u_P4C4R

public static int nppiCopy_16u_P4C4R(TypedPointer<Npp16u>[] aSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Four-channel 16-bit unsigned planar to packed image copy.

Parameters:
aSrc - Planar \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16s_P3C3R

public static int nppiCopy_16s_P3C3R(TypedPointer<Npp16s>[] aSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Three-channel 16-bit signed planar to packed image copy.

Parameters:
aSrc - Planar \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_16s_P4C4R

public static int nppiCopy_16s_P4C4R(TypedPointer<Npp16s>[] aSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Four-channel 16-bit signed planar to packed image copy.

Parameters:
aSrc - Planar \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32s_P3C3R

public static int nppiCopy_32s_P3C3R(TypedPointer<Npp32s>[] aSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Three-channel 32-bit signed planar to packed image copy.

Parameters:
aSrc - Planar \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32s_P4C4R

public static int nppiCopy_32s_P4C4R(TypedPointer<Npp32s>[] aSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Four-channel 32-bit signed planar to packed image copy.

Parameters:
aSrc - Planar \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32f_P3C3R

public static int nppiCopy_32f_P3C3R(TypedPointer<Npp32f>[] aSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32f> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Three-channel 32-bit float planar to packed image copy.

Parameters:
aSrc - Planar \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopy_32f_P4C4R

public static int nppiCopy_32f_P4C4R(TypedPointer<Npp32f>[] aSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32f> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Four-channel 32-bit float planar to packed image copy.

Parameters:
aSrc - Planar \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_8u16u_C1R

public static int nppiConvert_8u16u_C1R(TypedPointer<Npp8u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp16u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 8-bit unsigned to 16-bit unsigned conversion.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_16u8u_C1R

public static int nppiConvert_16u8u_C1R(TypedPointer<Npp16u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 16-bit unsigned to 8-bit unsigned conversion.
 For detailed documentation see nppiConvert_8u16u_C1R().

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_8u16u_C4R

public static int nppiConvert_8u16u_C4R(TypedPointer<Npp8u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp16u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 4 channel 8-bit unsigned to 16-bit unsigned  conversion.
 For detailed documentation see nppiConvert_8u16u_C1R().

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_16u8u_C4R

public static int nppiConvert_16u8u_C4R(TypedPointer<Npp16u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 4 channel 16-bit unsigned to 8-bit unsigned conversion.
 For detailed documentation see nppiConvert_8u16u_C1R().

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_8u16u_AC4R

public static int nppiConvert_8u16u_AC4R(TypedPointer<Npp8u> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp16u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 4 channel 8-bit unsigned to 16-bit unsigned conversion, not affecting Alpha.
 For detailed documentation see nppiConvert_8u16u_C1R().

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_16u8u_AC4R

public static int nppiConvert_16u8u_AC4R(TypedPointer<Npp16u> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp8u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 4 channel 16-bit unsigned to 8-bit unsigned conversion, not affecting Alpha.
 For detailed documentation see nppiConvert_8u16u_C1R().

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_8u16s_C1R

public static int nppiConvert_8u16s_C1R(TypedPointer<Npp8u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp16s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 8-bit unsigned to 16-bit signed conversion.
 For detailed documentation see nppiConvert_8u16u_C1R().

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_16s8u_C1R

public static int nppiConvert_16s8u_C1R(TypedPointer<Npp16s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 4 channel 16-bit signed to 8-bit unsigned conversion.
 For detailed documentation see nppiConvert_8u16u_C1R().

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_8u16s_C4R

public static int nppiConvert_8u16s_C4R(TypedPointer<Npp8u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp16s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 4 channel 8-bit unsigned to 16-bit signed conversion.
 For detailed documentation see nppiConvert_8u16u_C1R().

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_16s8u_C4R

public static int nppiConvert_16s8u_C4R(TypedPointer<Npp16s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 4 channel 16-bit signed to 8-bit unsignedconversion, not affecting Alpha.
 For detailed documentation see nppiConvert_8u16u_C1R().

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_8u16s_AC4R

public static int nppiConvert_8u16s_AC4R(TypedPointer<Npp8u> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp16s> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 4 channel 8-bit unsigned to 16-bit signed conversion, not affecting Alpha.
 For detailed documentation see nppiConverte_8u16u_C1R().

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_16s8u_AC4R

public static int nppiConvert_16s8u_AC4R(TypedPointer<Npp16s> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp8u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 4 channel 16-bit signed to 8-bit unsigned conversion, not affecting Alpha.
 For detailed documentation see nppiConverte_8u16u_C1R().

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_16s32f_C1R

public static int nppiConvert_16s32f_C1R(TypedPointer<Npp16s> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp32f> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 16-bit singedto 32-bit floating point conversion.
 For detailed documentation see nppiConverte_8u16u_C1R().

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_32f16s_C1R

public static int nppiConvert_32f16s_C1R(TypedPointer<Npp32f> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp16s> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI,
                                         int eRoundMode)
 32-bit floating point to 16-bit conversion.
 For detailed documentation see nppiConverte_8u16u_C1R().

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eRoundMode - Flag specifying how fractional float values are rounded to integer values.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_8u32f_C1R

public static int nppiConvert_8u32f_C1R(TypedPointer<Npp8u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp32f> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 8-bit unsigned to 32-bit floating point conversion.
 For detailed documentation see nppiConverte_8u16u_C1R().

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_16u32f_C1R

public static int nppiConvert_16u32f_C1R(TypedPointer<Npp16u> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp32f> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 16-bit unsigned to 32-bit floating point conversion.
 For detailed documentation see nppiConverte_8u16u_C1R().

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_32f16u_C1R

public static int nppiConvert_32f16u_C1R(TypedPointer<Npp32f> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp16u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI,
                                         int eRoundMode)
 32-bit floating point to 16-bit unsigned conversion.
 For detailed documentation see nppiConverte_8u16u_C1R().

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eRoundMode - Flag specifying how fractional float values are rounded to integer values.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_32f8u_C1R

public static int nppiConvert_32f8u_C1R(TypedPointer<Npp32f> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        int eRoundMode)
 32-bit floating point to 8-bit unsigned conversion.
 For detailed documentation see nppiConverte_8u16u_C1R().

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eRoundMode - Flag specifying how fractional float values are rounded to integer values.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_16u32s_C1R

public static int nppiConvert_16u32s_C1R(TypedPointer<Npp16u> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp32s> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 16-bit unsigned to 32-bit signed conversion.
 For detailed documentation see nppiConverte_8u16u_C1R().

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_16s32s_C1R

public static int nppiConvert_16s32s_C1R(TypedPointer<Npp16s> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp32s> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 16-bit to 32-bit  conversion.
 For detailed documentation see nppiConvert_8u16u_C1R().

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopyConstBorder_8u_C1R

public static int nppiCopyConstBorder_8u_C1R(TypedPointer<Npp8u> pSrc,
                                             int nSrcStep,
                                             NppiSize oSrcSizeROI,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiSize oDstSizeROI,
                                             int nTopBorderHeight,
                                             int nLeftBorderWidth,
                                             byte nValue)
 8-bit unsigned image copy width constant border color.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSrcSizeROI - Size of the source region of pixels.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstSizeROI - Size (width, height) of the destination region, i.e. the region that gets filled with data from the source image (inner part) and constant border color (outer part).
nTopBorderHeight - Height (in pixels) of the top border. The height of the border at the bottom of the destination ROI is implicitly defined by the size of the source ROI: nBottomBorderHeight = oDstSizeROI.height - nTopBorderHeight - oSrcSizeROI.height.
nLeftBorderWidth - Width (in pixels) of the left border. The width of the border at the right side of the destination ROI is implicitly defined by the size of the source ROI: nRightBorderWidth = oDstSizeROI.width - nLeftBorderWidth - oSrcSizeROI.width.
nValue - The pixel value to be set for border pixels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopyConstBorder_8u_C4R

public static int nppiCopyConstBorder_8u_C4R(TypedPointer<Npp8u> pSrc,
                                             int nSrcStep,
                                             NppiSize oSrcSizeROI,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiSize oDstSizeROI,
                                             int nTopBorderHeight,
                                             int nLeftBorderWidth,
                                             byte[] aValue)
 4channel 8-bit unsigned image copy with constant border color.
 See nppiCopyConstBorder_8u_C1R() for detailed documentation.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSrcSizeROI - Size of the source region-of-interest.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstSizeROI - Size of the destination region-of-interest.
nTopBorderHeight - Height of top border.
nLeftBorderWidth - Width of left border.
aValue - Vector of the RGBA values of the border pixels to be set.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopyConstBorder_8u_AC4R

public static int nppiCopyConstBorder_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                              int nSrcStep,
                                              NppiSize oSrcSizeROI,
                                              TypedPointer<Npp8u> pDst,
                                              int nDstStep,
                                              NppiSize oDstSizeROI,
                                              int nTopBorderHeight,
                                              int nLeftBorderWidth,
                                              byte[] aValue)
 4 channel 8-bit unsigned image copy with constant border color.
 See nppiCopyConstBorder_8u_C1R() for detailed documentation.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSrcSizeROI - Size of the source region-of-interest.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstSizeROI - Size of the destination region-of-interest.
nTopBorderHeight - Height of top border.
nLeftBorderWidth - Width of left border.
aValue - Vector of the RGB values of the border pixels. Because this method does not affect the destination image's alpha channel, only three components of the border color are needed.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCopyConstBorder_32s_C1R

public static int nppiCopyConstBorder_32s_C1R(TypedPointer<Npp32s> pSrc,
                                              int nSrcStep,
                                              NppiSize oSrcSizeROI,
                                              TypedPointer<Npp32s> pDst,
                                              int nDstStep,
                                              NppiSize oDstSizeROI,
                                              int nTopBorderHeight,
                                              int nLeftBorderWidth,
                                              int nValue)
 32-bit image copy with constant border color.
 See nppiCopyConstBorder_8u_C1R() for detailed documentation.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSrcSizeROI - Size of the source region-of-interest.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstSizeROI - Size of the destination region-of-interest.
nTopBorderHeight - Height of top border.
nLeftBorderWidth - Width of left border.
nValue - Border luminance value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiTranspose_8u_C1R

public static int nppiTranspose_8u_C1R(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oROI)
 8-bit image transpose.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - Pointer to the destination ROI.
nDstStep - \ref destination_image_line_step.
oROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSwapChannels_8u_C4IR

public static int nppiSwapChannels_8u_C4IR(TypedPointer<Npp8u> pSrcDst,
                                           int nSrcDstStep,
                                           NppiSize oSizeROI,
                                           int[] aDstOrder)
 4 channel 8-bit unsigned swap channels, in-place.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
aDstOrder - Integer array describing how channel values are permutated. The n-th entry of the array contains the number of the channel that is stored in the n-th channel of the output image. E.g. Given an RGBA image, aDstOrder = [3,2,1,0] converts this to ABGR channel order.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_8u_C1RSfs

public static int nppiAddC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     byte nConstant,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 8-bit unsigned char channel image add constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_8u_C1IRSfs

public static int nppiAddC_8u_C1IRSfs(byte nConstant,
                                      TypedPointer<Npp8u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 8-bit unsigned char channel in place image add constant, scale, then clamp to saturated value.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_8u_C3RSfs

public static int nppiAddC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp8u> pConstants,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Three 8-bit unsigned char channel image add constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel..
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_8u_C3IRSfs

public static int nppiAddC_8u_C3IRSfs(TypedPointer<Npp8u> pConstants,
                                      TypedPointer<Npp8u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 8-bit unsigned char channel 8-bit unsigned char in place image add constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel..
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_8u_AC4RSfs

public static int nppiAddC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp8u> pConstants,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 8-bit unsigned char channel with unmodified alpha image add constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel..
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_8u_AC4IRSfs

public static int nppiAddC_8u_AC4IRSfs(TypedPointer<Npp8u> pConstants,
                                       TypedPointer<Npp8u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 8-bit unsigned char channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel..
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_8u_C4RSfs

public static int nppiAddC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp8u> pConstants,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Four 8-bit unsigned char channel image add constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel..
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_8u_C4IRSfs

public static int nppiAddC_8u_C4IRSfs(TypedPointer<Npp8u> pConstants,
                                      TypedPointer<Npp8u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 8-bit unsigned char channel in place image add constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_16u_C1RSfs

public static int nppiAddC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
                                      int nSrc1Step,
                                      short nConstant,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit unsigned short channel image add constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_16u_C1IRSfs

public static int nppiAddC_16u_C1IRSfs(short nConstant,
                                       TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 16-bit unsigned short channel in place image add constant, scale, then clamp to saturated value.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_16u_C3RSfs

public static int nppiAddC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16u> pConstants,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 16-bit unsigned short channel image add constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_16u_C3IRSfs

public static int nppiAddC_16u_C3IRSfs(TypedPointer<Npp16u> pConstants,
                                       TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Three 16-bit unsigned short channel in place image add constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_16u_AC4RSfs

public static int nppiAddC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp16u> pConstants,
                                       TypedPointer<Npp16u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit unsigned short channel with unmodified alpha image add constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_16u_AC4IRSfs

public static int nppiAddC_16u_AC4IRSfs(TypedPointer<Npp16u> pConstants,
                                        TypedPointer<Npp16u> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Four 16-bit unsigned short channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_16u_C4RSfs

public static int nppiAddC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16u> pConstants,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 16-bit unsigned short channel image add constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_16u_C4IRSfs

public static int nppiAddC_16u_C4IRSfs(TypedPointer<Npp16u> pConstants,
                                       TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit unsigned short channel in place image add constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_16s_C1RSfs

public static int nppiAddC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      short nConstant,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit signed short channel image add constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_16s_C1IRSfs

public static int nppiAddC_16s_C1IRSfs(short nConstant,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 16-bit signed short channel in place image add constant, scale, then clamp to saturated value.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_16s_C3RSfs

public static int nppiAddC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16s> pConstants,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 16-bit signed short channel image add constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_16s_C3IRSfs

public static int nppiAddC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Three 16-bit signed short channel in place image add constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_16s_AC4RSfs

public static int nppiAddC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp16s> pConstants,
                                       TypedPointer<Npp16s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit signed short channel with unmodified alpha image add constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_16s_AC4IRSfs

public static int nppiAddC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants,
                                        TypedPointer<Npp16s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Four 16-bit signed short channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_16s_C4RSfs

public static int nppiAddC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16s> pConstants,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 16-bit signed short channel image add constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_16s_C4IRSfs

public static int nppiAddC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit signed short channel in place image add constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_16sc_C1RSfs

public static int nppiAddC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
                                       int nSrc1Step,
                                       Npp16sc nConstant,
                                       TypedPointer<Npp16s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image add constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_16sc_C1IRSfs

public static int nppiAddC_16sc_C1IRSfs(Npp16sc nConstant,
                                        TypedPointer<Npp16s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image add constant, scale, then clamp to saturated value.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_16sc_C3RSfs

public static int nppiAddC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp16s> pConstants,
                                       TypedPointer<Npp16s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image add constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_16sc_C3IRSfs

public static int nppiAddC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants,
                                        TypedPointer<Npp16s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image add constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_16sc_AC4RSfs

public static int nppiAddC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
                                        int nSrc1Step,
                                        TypedPointer<Npp16s> pConstants,
                                        TypedPointer<Npp16s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image add constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_16sc_AC4IRSfs

public static int nppiAddC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants,
                                         TypedPointer<Npp16s> pSrcDst,
                                         int nSrcDstStep,
                                         NppiSize oSizeROI,
                                         int nScaleFactor)
 Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_32s_C1RSfs

public static int nppiAddC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
                                      int nSrc1Step,
                                      int nConstant,
                                      TypedPointer<Npp32s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 32-bit signed integer channel image add constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_32s_C1IRSfs

public static int nppiAddC_32s_C1IRSfs(int nConstant,
                                       TypedPointer<Npp32s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 32-bit signed integer channel in place image add constant, scale, then clamp to saturated value.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_32s_C3RSfs

public static int nppiAddC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp32s> pConstants,
                                      TypedPointer<Npp32s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 32-bit signed integer channel image add constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_32s_C3IRSfs

public static int nppiAddC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants,
                                       TypedPointer<Npp32s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Three 32-bit signed integer channel in place image add constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_32sc_C1RSfs

public static int nppiAddC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
                                       int nSrc1Step,
                                       Npp32sc nConstant,
                                       TypedPointer<Npp32s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image add constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_32sc_C1IRSfs

public static int nppiAddC_32sc_C1IRSfs(Npp32sc nConstant,
                                        TypedPointer<Npp32s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image add constant, scale, then clamp to saturated value.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_32sc_C3RSfs

public static int nppiAddC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp32s> pConstants,
                                       TypedPointer<Npp32s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image add constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_32sc_C3IRSfs

public static int nppiAddC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants,
                                        TypedPointer<Npp32s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image add constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_32sc_AC4RSfs

public static int nppiAddC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
                                        int nSrc1Step,
                                        TypedPointer<Npp32s> pConstants,
                                        TypedPointer<Npp32s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image add constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_32sc_AC4IRSfs

public static int nppiAddC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants,
                                         TypedPointer<Npp32s> pSrcDst,
                                         int nSrcDstStep,
                                         NppiSize oSizeROI,
                                         int nScaleFactor)
 Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_32f_C1R

public static int nppiAddC_32f_C1R(TypedPointer<Npp32f> pSrc1,
                                   int nSrc1Step,
                                   float nConstant,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 One 32-bit floating point channel image add constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_32f_C1IR

public static int nppiAddC_32f_C1IR(float nConstant,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 One 32-bit floating point channel in place image add constant.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_32f_C3R

public static int nppiAddC_32f_C3R(TypedPointer<Npp32f> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32f> pConstants,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Three 32-bit floating point channel image add constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_32f_C3IR

public static int nppiAddC_32f_C3IR(TypedPointer<Npp32f> pConstants,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Three 32-bit floating point channel in place image add constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_32f_AC4R

public static int nppiAddC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp32f> pConstants,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit floating point channel with unmodified alpha image add constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_32f_AC4IR

public static int nppiAddC_32f_AC4IR(TypedPointer<Npp32f> pConstants,
                                     TypedPointer<Npp32f> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 Four 32-bit floating point channel with unmodified alpha in place image add constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_32f_C4R

public static int nppiAddC_32f_C4R(TypedPointer<Npp32f> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32f> pConstants,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit floating point channel image add constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_32f_C4IR

public static int nppiAddC_32f_C4IR(TypedPointer<Npp32f> pConstants,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit floating point channel in place image add constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_32fc_C1R

public static int nppiAddC_32fc_C1R(TypedPointer<Npp32f> pSrc1,
                                    int nSrc1Step,
                                    Npp32fc nConstant,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_32fc_C1IR

public static int nppiAddC_32fc_C1IR(Npp32fc nConstant,
                                     TypedPointer<Npp32f> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_32fc_C3R

public static int nppiAddC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp32f> pConstants,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_32fc_C3IR

public static int nppiAddC_32fc_C3IR(TypedPointer<Npp32f> pConstants,
                                     TypedPointer<Npp32f> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_32fc_AC4R

public static int nppiAddC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp32f> pConstants,
                                     TypedPointer<Npp32f> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image add constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_32fc_AC4IR

public static int nppiAddC_32fc_AC4IR(TypedPointer<Npp32f> pConstants,
                                      TypedPointer<Npp32f> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI)
 Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image add constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_32fc_C4R

public static int nppiAddC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp32f> pConstants,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddC_32fc_C4IR

public static int nppiAddC_32fc_C4IR(TypedPointer<Npp32f> pConstants,
                                     TypedPointer<Npp32f> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_8u_C1RSfs

public static int nppiMulC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     byte nConstant,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_8u_C1IRSfs

public static int nppiMulC_8u_C1IRSfs(byte nConstant,
                                      TypedPointer<Npp8u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 8-bit unsigned char channel in place image multiply by constant, scale, then clamp to saturated value.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_8u_C3RSfs

public static int nppiMulC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp8u> pConstants,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Three 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_8u_C3IRSfs

public static int nppiMulC_8u_C3IRSfs(TypedPointer<Npp8u> pConstants,
                                      TypedPointer<Npp8u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 8-bit unsigned char channel 8-bit unsigned char in place image multiply by constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_8u_AC4RSfs

public static int nppiMulC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp8u> pConstants,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 8-bit unsigned char channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_8u_AC4IRSfs

public static int nppiMulC_8u_AC4IRSfs(TypedPointer<Npp8u> pConstants,
                                       TypedPointer<Npp8u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 8-bit unsigned char channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_8u_C4RSfs

public static int nppiMulC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp8u> pConstants,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Four 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_8u_C4IRSfs

public static int nppiMulC_8u_C4IRSfs(TypedPointer<Npp8u> pConstants,
                                      TypedPointer<Npp8u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 8-bit unsigned char channel in place image multiply by constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_16u_C1RSfs

public static int nppiMulC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
                                      int nSrc1Step,
                                      short nConstant,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_16u_C1IRSfs

public static int nppiMulC_16u_C1IRSfs(short nConstant,
                                       TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_16u_C3RSfs

public static int nppiMulC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16u> pConstants,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_16u_C3IRSfs

public static int nppiMulC_16u_C3IRSfs(TypedPointer<Npp16u> pConstants,
                                       TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Three 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_16u_AC4RSfs

public static int nppiMulC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp16u> pConstants,
                                       TypedPointer<Npp16u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit unsigned short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_16u_AC4IRSfs

public static int nppiMulC_16u_AC4IRSfs(TypedPointer<Npp16u> pConstants,
                                        TypedPointer<Npp16u> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Four 16-bit unsigned short channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_16u_C4RSfs

public static int nppiMulC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16u> pConstants,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_16u_C4IRSfs

public static int nppiMulC_16u_C4IRSfs(TypedPointer<Npp16u> pConstants,
                                       TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_16s_C1RSfs

public static int nppiMulC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      short nConstant,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_16s_C1IRSfs

public static int nppiMulC_16s_C1IRSfs(short nConstant,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_16s_C3RSfs

public static int nppiMulC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16s> pConstants,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_16s_C3IRSfs

public static int nppiMulC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Three 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_16s_AC4RSfs

public static int nppiMulC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp16s> pConstants,
                                       TypedPointer<Npp16s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit signed short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_16s_AC4IRSfs

public static int nppiMulC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants,
                                        TypedPointer<Npp16s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Four 16-bit signed short channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_16s_C4RSfs

public static int nppiMulC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16s> pConstants,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_16s_C4IRSfs

public static int nppiMulC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_16sc_C1RSfs

public static int nppiMulC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
                                       int nSrc1Step,
                                       Npp16sc nConstant,
                                       TypedPointer<Npp16s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_16sc_C1IRSfs

public static int nppiMulC_16sc_C1IRSfs(Npp16sc nConstant,
                                        TypedPointer<Npp16s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_16sc_C3RSfs

public static int nppiMulC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp16s> pConstants,
                                       TypedPointer<Npp16s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_16sc_C3IRSfs

public static int nppiMulC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants,
                                        TypedPointer<Npp16s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_16sc_AC4RSfs

public static int nppiMulC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
                                        int nSrc1Step,
                                        TypedPointer<Npp16s> pConstants,
                                        TypedPointer<Npp16s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_16sc_AC4IRSfs

public static int nppiMulC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants,
                                         TypedPointer<Npp16s> pSrcDst,
                                         int nSrcDstStep,
                                         NppiSize oSizeROI,
                                         int nScaleFactor)
 Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_32s_C1RSfs

public static int nppiMulC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
                                      int nSrc1Step,
                                      int nConstant,
                                      TypedPointer<Npp32s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_32s_C1IRSfs

public static int nppiMulC_32s_C1IRSfs(int nConstant,
                                       TypedPointer<Npp32s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 32-bit signed integer channel in place image multiply by constant, scale, then clamp to saturated value.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_32s_C3RSfs

public static int nppiMulC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp32s> pConstants,
                                      TypedPointer<Npp32s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_32s_C3IRSfs

public static int nppiMulC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants,
                                       TypedPointer<Npp32s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Three 32-bit signed integer channel in place image multiply by constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_32sc_C1RSfs

public static int nppiMulC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
                                       int nSrc1Step,
                                       Npp32sc nConstant,
                                       TypedPointer<Npp32s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_32sc_C1IRSfs

public static int nppiMulC_32sc_C1IRSfs(Npp32sc nConstant,
                                        TypedPointer<Npp32s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_32sc_C3RSfs

public static int nppiMulC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp32s> pConstants,
                                       TypedPointer<Npp32s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_32sc_C3IRSfs

public static int nppiMulC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants,
                                        TypedPointer<Npp32s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_32sc_AC4RSfs

public static int nppiMulC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
                                        int nSrc1Step,
                                        TypedPointer<Npp32s> pConstants,
                                        TypedPointer<Npp32s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_32sc_AC4IRSfs

public static int nppiMulC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants,
                                         TypedPointer<Npp32s> pSrcDst,
                                         int nSrcDstStep,
                                         NppiSize oSizeROI,
                                         int nScaleFactor)
 Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_32f_C1R

public static int nppiMulC_32f_C1R(TypedPointer<Npp32f> pSrc1,
                                   int nSrc1Step,
                                   float nConstant,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 One 32-bit floating point channel image multiply by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_32f_C1IR

public static int nppiMulC_32f_C1IR(float nConstant,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 One 32-bit floating point channel in place image multiply by constant.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_32f_C3R

public static int nppiMulC_32f_C3R(TypedPointer<Npp32f> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32f> pConstants,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Three 32-bit floating point channel image multiply by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_32f_C3IR

public static int nppiMulC_32f_C3IR(TypedPointer<Npp32f> pConstants,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Three 32-bit floating point channel in place image multiply by constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_32f_AC4R

public static int nppiMulC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp32f> pConstants,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit floating point channel with unmodified alpha image multiply by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_32f_AC4IR

public static int nppiMulC_32f_AC4IR(TypedPointer<Npp32f> pConstants,
                                     TypedPointer<Npp32f> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 Four 32-bit floating point channel with unmodified alpha in place image multiply by constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_32f_C4R

public static int nppiMulC_32f_C4R(TypedPointer<Npp32f> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32f> pConstants,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit floating point channel image multiply by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_32f_C4IR

public static int nppiMulC_32f_C4IR(TypedPointer<Npp32f> pConstants,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit floating point channel in place image multiply by constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_32fc_C1R

public static int nppiMulC_32fc_C1R(TypedPointer<Npp32f> pSrc1,
                                    int nSrc1Step,
                                    Npp32fc nConstant,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_32fc_C1IR

public static int nppiMulC_32fc_C1IR(Npp32fc nConstant,
                                     TypedPointer<Npp32f> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_32fc_C3R

public static int nppiMulC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp32f> pConstants,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_32fc_C3IR

public static int nppiMulC_32fc_C3IR(TypedPointer<Npp32f> pConstants,
                                     TypedPointer<Npp32f> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_32fc_AC4R

public static int nppiMulC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp32f> pConstants,
                                     TypedPointer<Npp32f> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image multiply by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_32fc_AC4IR

public static int nppiMulC_32fc_AC4IR(TypedPointer<Npp32f> pConstants,
                                      TypedPointer<Npp32f> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI)
 Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image multiply by constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_32fc_C4R

public static int nppiMulC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp32f> pConstants,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulC_32fc_C4IR

public static int nppiMulC_32fc_C4IR(TypedPointer<Npp32f> pConstants,
                                     TypedPointer<Npp32f> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulCScale_8u_C1R

public static int nppiMulCScale_8u_C1R(TypedPointer<Npp8u> pSrc1,
                                       int nSrc1Step,
                                       byte nConstant,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)
 One 8-bit unsigned char channel image multiply by constant and scale by max bit width value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulCScale_8u_C1IR

public static int nppiMulCScale_8u_C1IR(byte nConstant,
                                        TypedPointer<Npp8u> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI)
 One 8-bit unsigned char channel in place image multiply by constant and scale by max bit width value.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulCScale_8u_C3R

public static int nppiMulCScale_8u_C3R(TypedPointer<Npp8u> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp8u> pConstants,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)
 Three 8-bit unsigned char channel image multiply by constant and scale by max bit width value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulCScale_8u_C3IR

public static int nppiMulCScale_8u_C3IR(TypedPointer<Npp8u> pConstants,
                                        TypedPointer<Npp8u> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI)
 Three 8-bit unsigned char channel 8-bit unsigned char in place image multiply by constant and scale by max bit width value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulCScale_8u_AC4R

public static int nppiMulCScale_8u_AC4R(TypedPointer<Npp8u> pSrc1,
                                        int nSrc1Step,
                                        TypedPointer<Npp8u> pConstants,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 Four 8-bit unsigned char channel with unmodified alpha image multiply by constant and scale by max bit width value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulCScale_8u_AC4IR

public static int nppiMulCScale_8u_AC4IR(TypedPointer<Npp8u> pConstants,
                                         TypedPointer<Npp8u> pSrcDst,
                                         int nSrcDstStep,
                                         NppiSize oSizeROI)
 Four 8-bit unsigned char channel with unmodified alpha in place image multiply by constant, scale and scale by max bit width value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulCScale_8u_C4R

public static int nppiMulCScale_8u_C4R(TypedPointer<Npp8u> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp8u> pConstants,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)
 Four 8-bit unsigned char channel image multiply by constant and scale by max bit width value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulCScale_8u_C4IR

public static int nppiMulCScale_8u_C4IR(TypedPointer<Npp8u> pConstants,
                                        TypedPointer<Npp8u> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image multiply by constant and scale by max bit width value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulCScale_16u_C1R

public static int nppiMulCScale_16u_C1R(TypedPointer<Npp16u> pSrc1,
                                        int nSrc1Step,
                                        short nConstant,
                                        TypedPointer<Npp16u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 One 16-bit unsigned short channel image multiply by constant and scale by max bit width value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulCScale_16u_C1IR

public static int nppiMulCScale_16u_C1IR(short nConstant,
                                         TypedPointer<Npp16u> pSrcDst,
                                         int nSrcDstStep,
                                         NppiSize oSizeROI)
 One 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulCScale_16u_C3R

public static int nppiMulCScale_16u_C3R(TypedPointer<Npp16u> pSrc1,
                                        int nSrc1Step,
                                        TypedPointer<Npp16u> pConstants,
                                        TypedPointer<Npp16u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 Three 16-bit unsigned short channel image multiply by constant and scale by max bit width value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulCScale_16u_C3IR

public static int nppiMulCScale_16u_C3IR(TypedPointer<Npp16u> pConstants,
                                         TypedPointer<Npp16u> pSrcDst,
                                         int nSrcDstStep,
                                         NppiSize oSizeROI)
 Three 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulCScale_16u_AC4R

public static int nppiMulCScale_16u_AC4R(TypedPointer<Npp16u> pSrc1,
                                         int nSrc1Step,
                                         TypedPointer<Npp16u> pConstants,
                                         TypedPointer<Npp16u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 Four 16-bit unsigned short channel with unmodified alpha image multiply by constant and scale by max bit width value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulCScale_16u_AC4IR

public static int nppiMulCScale_16u_AC4IR(TypedPointer<Npp16u> pConstants,
                                          TypedPointer<Npp16u> pSrcDst,
                                          int nSrcDstStep,
                                          NppiSize oSizeROI)
 Four 16-bit unsigned short channel with unmodified alpha in place image multiply by constant and scale by max bit width value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulCScale_16u_C4R

public static int nppiMulCScale_16u_C4R(TypedPointer<Npp16u> pSrc1,
                                        int nSrc1Step,
                                        TypedPointer<Npp16u> pConstants,
                                        TypedPointer<Npp16u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 Four 16-bit unsigned short channel image multiply by constant and scale by max bit width value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulCScale_16u_C4IR

public static int nppiMulCScale_16u_C4IR(TypedPointer<Npp16u> pConstants,
                                         TypedPointer<Npp16u> pSrcDst,
                                         int nSrcDstStep,
                                         NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_8u_C1RSfs

public static int nppiSubC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     byte nConstant,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_8u_C1IRSfs

public static int nppiSubC_8u_C1IRSfs(byte nConstant,
                                      TypedPointer<Npp8u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 8-bit unsigned char channel in place image subtract constant, scale, then clamp to saturated value.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_8u_C3RSfs

public static int nppiSubC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp8u> pConstants,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Three 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_8u_C3IRSfs

public static int nppiSubC_8u_C3IRSfs(TypedPointer<Npp8u> pConstants,
                                      TypedPointer<Npp8u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 8-bit unsigned char channel 8-bit unsigned char in place image subtract constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_8u_AC4RSfs

public static int nppiSubC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp8u> pConstants,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 8-bit unsigned char channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_8u_AC4IRSfs

public static int nppiSubC_8u_AC4IRSfs(TypedPointer<Npp8u> pConstants,
                                       TypedPointer<Npp8u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 8-bit unsigned char channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_8u_C4RSfs

public static int nppiSubC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp8u> pConstants,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Four 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_8u_C4IRSfs

public static int nppiSubC_8u_C4IRSfs(TypedPointer<Npp8u> pConstants,
                                      TypedPointer<Npp8u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 8-bit unsigned char channel in place image subtract constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_16u_C1RSfs

public static int nppiSubC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
                                      int nSrc1Step,
                                      short nConstant,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_16u_C1IRSfs

public static int nppiSubC_16u_C1IRSfs(short nConstant,
                                       TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_16u_C3RSfs

public static int nppiSubC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16u> pConstants,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_16u_C3IRSfs

public static int nppiSubC_16u_C3IRSfs(TypedPointer<Npp16u> pConstants,
                                       TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Three 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_16u_AC4RSfs

public static int nppiSubC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp16u> pConstants,
                                       TypedPointer<Npp16u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit unsigned short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_16u_AC4IRSfs

public static int nppiSubC_16u_AC4IRSfs(TypedPointer<Npp16u> pConstants,
                                        TypedPointer<Npp16u> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Four 16-bit unsigned short channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_16u_C4RSfs

public static int nppiSubC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16u> pConstants,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_16u_C4IRSfs

public static int nppiSubC_16u_C4IRSfs(TypedPointer<Npp16u> pConstants,
                                       TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_16s_C1RSfs

public static int nppiSubC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      short nConstant,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit signed short channel image subtract constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_16s_C1IRSfs

public static int nppiSubC_16s_C1IRSfs(short nConstant,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_16s_C3RSfs

public static int nppiSubC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16s> pConstants,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 16-bit signed short channel image subtract constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_16s_C3IRSfs

public static int nppiSubC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Three 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_16s_AC4RSfs

public static int nppiSubC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp16s> pConstants,
                                       TypedPointer<Npp16s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit signed short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_16s_AC4IRSfs

public static int nppiSubC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants,
                                        TypedPointer<Npp16s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Four 16-bit signed short channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_16s_C4RSfs

public static int nppiSubC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16s> pConstants,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 16-bit signed short channel image subtract constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_16s_C4IRSfs

public static int nppiSubC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_16sc_C1RSfs

public static int nppiSubC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
                                       int nSrc1Step,
                                       Npp16sc nConstant,
                                       TypedPointer<Npp16s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_16sc_C1IRSfs

public static int nppiSubC_16sc_C1IRSfs(Npp16sc nConstant,
                                        TypedPointer<Npp16s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_16sc_C3RSfs

public static int nppiSubC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp16s> pConstants,
                                       TypedPointer<Npp16s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_16sc_C3IRSfs

public static int nppiSubC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants,
                                        TypedPointer<Npp16s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_16sc_AC4RSfs

public static int nppiSubC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
                                        int nSrc1Step,
                                        TypedPointer<Npp16s> pConstants,
                                        TypedPointer<Npp16s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_16sc_AC4IRSfs

public static int nppiSubC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants,
                                         TypedPointer<Npp16s> pSrcDst,
                                         int nSrcDstStep,
                                         NppiSize oSizeROI,
                                         int nScaleFactor)
 Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_32s_C1RSfs

public static int nppiSubC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
                                      int nSrc1Step,
                                      int nConstant,
                                      TypedPointer<Npp32s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_32s_C1IRSfs

public static int nppiSubC_32s_C1IRSfs(int nConstant,
                                       TypedPointer<Npp32s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 32-bit signed integer channel in place image subtract constant, scale, then clamp to saturated value.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_32s_C3RSfs

public static int nppiSubC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp32s> pConstants,
                                      TypedPointer<Npp32s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_32s_C3IRSfs

public static int nppiSubC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants,
                                       TypedPointer<Npp32s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Three 32-bit signed integer channel in place image subtract constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_32sc_C1RSfs

public static int nppiSubC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
                                       int nSrc1Step,
                                       Npp32sc nConstant,
                                       TypedPointer<Npp32s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_32sc_C1IRSfs

public static int nppiSubC_32sc_C1IRSfs(Npp32sc nConstant,
                                        TypedPointer<Npp32s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_32sc_C3RSfs

public static int nppiSubC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp32s> pConstants,
                                       TypedPointer<Npp32s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_32sc_C3IRSfs

public static int nppiSubC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants,
                                        TypedPointer<Npp32s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_32sc_AC4RSfs

public static int nppiSubC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
                                        int nSrc1Step,
                                        TypedPointer<Npp32s> pConstants,
                                        TypedPointer<Npp32s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_32sc_AC4IRSfs

public static int nppiSubC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants,
                                         TypedPointer<Npp32s> pSrcDst,
                                         int nSrcDstStep,
                                         NppiSize oSizeROI,
                                         int nScaleFactor)
 Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_32f_C1R

public static int nppiSubC_32f_C1R(TypedPointer<Npp32f> pSrc1,
                                   int nSrc1Step,
                                   float nConstant,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 One 32-bit floating point channel image subtract constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_32f_C1IR

public static int nppiSubC_32f_C1IR(float nConstant,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 One 32-bit floating point channel in place image subtract constant.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_32f_C3R

public static int nppiSubC_32f_C3R(TypedPointer<Npp32f> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32f> pConstants,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Three 32-bit floating point channel image subtract constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_32f_C3IR

public static int nppiSubC_32f_C3IR(TypedPointer<Npp32f> pConstants,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Three 32-bit floating point channel in place image subtract constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_32f_AC4R

public static int nppiSubC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp32f> pConstants,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit floating point channel with unmodified alpha image subtract constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_32f_AC4IR

public static int nppiSubC_32f_AC4IR(TypedPointer<Npp32f> pConstants,
                                     TypedPointer<Npp32f> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 Four 32-bit floating point channel with unmodified alpha in place image subtract constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_32f_C4R

public static int nppiSubC_32f_C4R(TypedPointer<Npp32f> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32f> pConstants,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit floating point channel image subtract constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_32f_C4IR

public static int nppiSubC_32f_C4IR(TypedPointer<Npp32f> pConstants,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit floating point channel in place image subtract constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_32fc_C1R

public static int nppiSubC_32fc_C1R(TypedPointer<Npp32f> pSrc1,
                                    int nSrc1Step,
                                    Npp32fc nConstant,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_32fc_C1IR

public static int nppiSubC_32fc_C1IR(Npp32fc nConstant,
                                     TypedPointer<Npp32f> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_32fc_C3R

public static int nppiSubC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp32f> pConstants,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_32fc_C3IR

public static int nppiSubC_32fc_C3IR(TypedPointer<Npp32f> pConstants,
                                     TypedPointer<Npp32f> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_32fc_AC4R

public static int nppiSubC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp32f> pConstants,
                                     TypedPointer<Npp32f> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image subtract constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_32fc_AC4IR

public static int nppiSubC_32fc_AC4IR(TypedPointer<Npp32f> pConstants,
                                      TypedPointer<Npp32f> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI)
 Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image subtract constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_32fc_C4R

public static int nppiSubC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp32f> pConstants,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSubC_32fc_C4IR

public static int nppiSubC_32fc_C4IR(TypedPointer<Npp32f> pConstants,
                                     TypedPointer<Npp32f> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_8u_C1RSfs

public static int nppiDivC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     byte nConstant,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_8u_C1IRSfs

public static int nppiDivC_8u_C1IRSfs(byte nConstant,
                                      TypedPointer<Npp8u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 8-bit unsigned char channel in place image divided by constant, scale, then clamp to saturated value.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_8u_C3RSfs

public static int nppiDivC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp8u> pConstants,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Three 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_8u_C3IRSfs

public static int nppiDivC_8u_C3IRSfs(TypedPointer<Npp8u> pConstants,
                                      TypedPointer<Npp8u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 8-bit unsigned char channel 8-bit unsigned char in place image divided by constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_8u_AC4RSfs

public static int nppiDivC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp8u> pConstants,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 8-bit unsigned char channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_8u_AC4IRSfs

public static int nppiDivC_8u_AC4IRSfs(TypedPointer<Npp8u> pConstants,
                                       TypedPointer<Npp8u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 8-bit unsigned char channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_8u_C4RSfs

public static int nppiDivC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp8u> pConstants,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Four 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_8u_C4IRSfs

public static int nppiDivC_8u_C4IRSfs(TypedPointer<Npp8u> pConstants,
                                      TypedPointer<Npp8u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 8-bit unsigned char channel in place image divided by constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_16u_C1RSfs

public static int nppiDivC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
                                      int nSrc1Step,
                                      short nConstant,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_16u_C1IRSfs

public static int nppiDivC_16u_C1IRSfs(short nConstant,
                                       TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_16u_C3RSfs

public static int nppiDivC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16u> pConstants,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_16u_C3IRSfs

public static int nppiDivC_16u_C3IRSfs(TypedPointer<Npp16u> pConstants,
                                       TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Three 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_16u_AC4RSfs

public static int nppiDivC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp16u> pConstants,
                                       TypedPointer<Npp16u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit unsigned short channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_16u_AC4IRSfs

public static int nppiDivC_16u_AC4IRSfs(TypedPointer<Npp16u> pConstants,
                                        TypedPointer<Npp16u> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Four 16-bit unsigned short channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_16u_C4RSfs

public static int nppiDivC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16u> pConstants,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_16u_C4IRSfs

public static int nppiDivC_16u_C4IRSfs(TypedPointer<Npp16u> pConstants,
                                       TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_16s_C1RSfs

public static int nppiDivC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      short nConstant,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit signed short channel image divided by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_16s_C1IRSfs

public static int nppiDivC_16s_C1IRSfs(short nConstant,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_16s_C3RSfs

public static int nppiDivC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16s> pConstants,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 16-bit signed short channel image divided by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_16s_C3IRSfs

public static int nppiDivC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Three 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_16s_AC4RSfs

public static int nppiDivC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp16s> pConstants,
                                       TypedPointer<Npp16s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit signed short channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_16s_AC4IRSfs

public static int nppiDivC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants,
                                        TypedPointer<Npp16s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Four 16-bit signed short channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_16s_C4RSfs

public static int nppiDivC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16s> pConstants,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 16-bit signed short channel image divided by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_16s_C4IRSfs

public static int nppiDivC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_16sc_C1RSfs

public static int nppiDivC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
                                       int nSrc1Step,
                                       Npp16sc nConstant,
                                       TypedPointer<Npp16s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_16sc_C1IRSfs

public static int nppiDivC_16sc_C1IRSfs(Npp16sc nConstant,
                                        TypedPointer<Npp16s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_16sc_C3RSfs

public static int nppiDivC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp16s> pConstants,
                                       TypedPointer<Npp16s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_16sc_C3IRSfs

public static int nppiDivC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants,
                                        TypedPointer<Npp16s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_16sc_AC4RSfs

public static int nppiDivC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
                                        int nSrc1Step,
                                        TypedPointer<Npp16s> pConstants,
                                        TypedPointer<Npp16s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_16sc_AC4IRSfs

public static int nppiDivC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants,
                                         TypedPointer<Npp16s> pSrcDst,
                                         int nSrcDstStep,
                                         NppiSize oSizeROI,
                                         int nScaleFactor)
 Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_32s_C1RSfs

public static int nppiDivC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
                                      int nSrc1Step,
                                      int nConstant,
                                      TypedPointer<Npp32s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_32s_C1IRSfs

public static int nppiDivC_32s_C1IRSfs(int nConstant,
                                       TypedPointer<Npp32s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 32-bit signed integer channel in place image divided by constant, scale, then clamp to saturated value.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_32s_C3RSfs

public static int nppiDivC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp32s> pConstants,
                                      TypedPointer<Npp32s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_32s_C3IRSfs

public static int nppiDivC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants,
                                       TypedPointer<Npp32s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Three 32-bit signed integer channel in place image divided by constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_32sc_C1RSfs

public static int nppiDivC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
                                       int nSrc1Step,
                                       Npp32sc nConstant,
                                       TypedPointer<Npp32s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_32sc_C1IRSfs

public static int nppiDivC_32sc_C1IRSfs(Npp32sc nConstant,
                                        TypedPointer<Npp32s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_32sc_C3RSfs

public static int nppiDivC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp32s> pConstants,
                                       TypedPointer<Npp32s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_32sc_C3IRSfs

public static int nppiDivC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants,
                                        TypedPointer<Npp32s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_32sc_AC4RSfs

public static int nppiDivC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
                                        int nSrc1Step,
                                        TypedPointer<Npp32s> pConstants,
                                        TypedPointer<Npp32s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_32sc_AC4IRSfs

public static int nppiDivC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants,
                                         TypedPointer<Npp32s> pSrcDst,
                                         int nSrcDstStep,
                                         NppiSize oSizeROI,
                                         int nScaleFactor)
 Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_32f_C1R

public static int nppiDivC_32f_C1R(TypedPointer<Npp32f> pSrc1,
                                   int nSrc1Step,
                                   float nConstant,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 One 32-bit floating point channel image divided by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_32f_C1IR

public static int nppiDivC_32f_C1IR(float nConstant,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 One 32-bit floating point channel in place image divided by constant.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_32f_C3R

public static int nppiDivC_32f_C3R(TypedPointer<Npp32f> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32f> pConstants,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Three 32-bit floating point channel image divided by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_32f_C3IR

public static int nppiDivC_32f_C3IR(TypedPointer<Npp32f> pConstants,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Three 32-bit floating point channel in place image divided by constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_32f_AC4R

public static int nppiDivC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp32f> pConstants,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit floating point channel with unmodified alpha image divided by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_32f_AC4IR

public static int nppiDivC_32f_AC4IR(TypedPointer<Npp32f> pConstants,
                                     TypedPointer<Npp32f> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 Four 32-bit floating point channel with unmodified alpha in place image divided by constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_32f_C4R

public static int nppiDivC_32f_C4R(TypedPointer<Npp32f> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32f> pConstants,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit floating point channel image divided by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_32f_C4IR

public static int nppiDivC_32f_C4IR(TypedPointer<Npp32f> pConstants,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit floating point channel in place image divided by constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_32fc_C1R

public static int nppiDivC_32fc_C1R(TypedPointer<Npp32f> pSrc1,
                                    int nSrc1Step,
                                    Npp32fc nConstant,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_32fc_C1IR

public static int nppiDivC_32fc_C1IR(Npp32fc nConstant,
                                     TypedPointer<Npp32f> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_32fc_C3R

public static int nppiDivC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp32f> pConstants,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_32fc_C3IR

public static int nppiDivC_32fc_C3IR(TypedPointer<Npp32f> pConstants,
                                     TypedPointer<Npp32f> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_32fc_AC4R

public static int nppiDivC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp32f> pConstants,
                                     TypedPointer<Npp32f> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image divided by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_32fc_AC4IR

public static int nppiDivC_32fc_AC4IR(TypedPointer<Npp32f> pConstants,
                                      TypedPointer<Npp32f> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI)
 Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image divided by constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_32fc_C4R

public static int nppiDivC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp32f> pConstants,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDivC_32fc_C4IR

public static int nppiDivC_32fc_C4IR(TypedPointer<Npp32f> pConstants,
                                     TypedPointer<Npp32f> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAbsDiffC_8u_C1R

public static int nppiAbsDiffC_8u_C1R(TypedPointer<Npp8u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      byte nConstant)
 One 8-bit unsigned char channel image absolute difference with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAbsDiffC_16u_C1R

public static int nppiAbsDiffC_16u_C1R(TypedPointer<Npp16u> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp16u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nConstant)
 One 16-bit unsigned short channel image absolute difference with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAbsDiffC_32f_C1R

public static int nppiAbsDiffC_32f_C1R(TypedPointer<Npp32f> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp32f> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       float nConstant)
 One 32-bit floating point channel image absolute difference with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_8u_C1RSfs

public static int nppiAdd_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp8u> pSrc2,
                                    int nSrc2Step,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    int nScaleFactor)
 One 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_8u_C1IRSfs

public static int nppiAdd_8u_C1IRSfs(TypedPointer<Npp8u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp8u> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_8u_C3RSfs

public static int nppiAdd_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp8u> pSrc2,
                                    int nSrc2Step,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    int nScaleFactor)
 Three 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_8u_C3IRSfs

public static int nppiAdd_8u_C3IRSfs(TypedPointer<Npp8u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp8u> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_8u_AC4RSfs

public static int nppiAdd_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp8u> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Four 8-bit unsigned char channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_8u_AC4IRSfs

public static int nppiAdd_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 8-bit unsigned char channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_8u_C4RSfs

public static int nppiAdd_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp8u> pSrc2,
                                    int nSrc2Step,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    int nScaleFactor)
 Four 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_8u_C4IRSfs

public static int nppiAdd_8u_C4IRSfs(TypedPointer<Npp8u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp8u> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Four 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_16u_C1RSfs

public static int nppiAdd_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp16u> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_16u_C1IRSfs

public static int nppiAdd_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_16u_C3RSfs

public static int nppiAdd_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp16u> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Three 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_16u_C3IRSfs

public static int nppiAdd_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_16u_AC4RSfs

public static int nppiAdd_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16u> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 16-bit unsigned short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_16u_AC4IRSfs

public static int nppiAdd_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit unsigned short channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_16u_C4RSfs

public static int nppiAdd_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp16u> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Four 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_16u_C4IRSfs

public static int nppiAdd_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_16s_C1RSfs

public static int nppiAdd_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp16s> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp16s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_16s_C1IRSfs

public static int nppiAdd_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_16s_C3RSfs

public static int nppiAdd_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp16s> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp16s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Three 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_16s_C3IRSfs

public static int nppiAdd_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_16s_AC4RSfs

public static int nppiAdd_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16s> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 16-bit signed short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_16s_AC4IRSfs

public static int nppiAdd_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit signed short channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_16s_C4RSfs

public static int nppiAdd_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp16s> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp16s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Four 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_16s_C4IRSfs

public static int nppiAdd_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_16sc_C1RSfs

public static int nppiAdd_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16s> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_16sc_C1IRSfs

public static int nppiAdd_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_16sc_C3RSfs

public static int nppiAdd_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16s> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_16sc_C3IRSfs

public static int nppiAdd_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_16sc_AC4RSfs

public static int nppiAdd_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp16s> pSrc2,
                                       int nSrc2Step,
                                       TypedPointer<Npp16s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_16sc_AC4IRSfs

public static int nppiAdd_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp16s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_32s_C1RSfs

public static int nppiAdd_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp32s> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp32s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 32-bit signed integer channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_32s_C1R

public static int nppiAdd_32s_C1R(TypedPointer<Npp32s> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp32s> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp32s> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 
 32-bit image add.
 Add the pixel values of corresponding pixels in the ROI and write them to the output image.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_32s_C1IRSfs

public static int nppiAdd_32s_C1IRSfs(TypedPointer<Npp32s> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp32s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 32-bit signed integer channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_32s_C3RSfs

public static int nppiAdd_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp32s> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp32s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Three 32-bit signed integer channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_32s_C3IRSfs

public static int nppiAdd_32s_C3IRSfs(TypedPointer<Npp32s> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp32s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 32-bit signed integer channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_32sc_C1RSfs

public static int nppiAdd_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp32s> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp32s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_32sc_C1IRSfs

public static int nppiAdd_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp32s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_32sc_C3RSfs

public static int nppiAdd_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp32s> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp32s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_32sc_C3IRSfs

public static int nppiAdd_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp32s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_32sc_AC4RSfs

public static int nppiAdd_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp32s> pSrc2,
                                       int nSrc2Step,
                                       TypedPointer<Npp32s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_32sc_AC4IRSfs

public static int nppiAdd_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp32s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_32f_C1R

public static int nppiAdd_32f_C1R(TypedPointer<Npp32f> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp32f> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp32f> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 One 32-bit floating point channel image addition.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_32f_C1IR

public static int nppiAdd_32f_C1IR(TypedPointer<Npp32f> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp32f> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 One 32-bit floating point channel in place image addition.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_32f_C3R

public static int nppiAdd_32f_C3R(TypedPointer<Npp32f> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp32f> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp32f> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Three 32-bit floating point channel image addition.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_32f_C3IR

public static int nppiAdd_32f_C3IR(TypedPointer<Npp32f> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp32f> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 One 32-bit floating point channel in place image addition.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_32f_AC4R

public static int nppiAdd_32f_AC4R(TypedPointer<Npp32f> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32f> pSrc2,
                                   int nSrc2Step,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit floating point channel with unmodified alpha image addition.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_32f_AC4IR

public static int nppiAdd_32f_AC4IR(TypedPointer<Npp32f> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit floating point channel with unmodified alpha in place image addition.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_32f_C4R

public static int nppiAdd_32f_C4R(TypedPointer<Npp32f> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp32f> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp32f> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Four 32-bit floating point channel image addition.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_32f_C4IR

public static int nppiAdd_32f_C4IR(TypedPointer<Npp32f> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp32f> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit floating point channel in place image addition.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_32fc_C1R

public static int nppiAdd_32fc_C1R(TypedPointer<Npp32f> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32f> pSrc2,
                                   int nSrc2Step,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_32fc_C1IR

public static int nppiAdd_32fc_C1IR(TypedPointer<Npp32f> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_32fc_C3R

public static int nppiAdd_32fc_C3R(TypedPointer<Npp32f> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32f> pSrc2,
                                   int nSrc2Step,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_32fc_C3IR

public static int nppiAdd_32fc_C3IR(TypedPointer<Npp32f> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_32fc_AC4R

public static int nppiAdd_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp32f> pSrc2,
                                    int nSrc2Step,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image addition.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_32fc_AC4IR

public static int nppiAdd_32fc_AC4IR(TypedPointer<Npp32f> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32f> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image addition.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_32fc_C4R

public static int nppiAdd_32fc_C4R(TypedPointer<Npp32f> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32f> pSrc2,
                                   int nSrc2Step,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAdd_32fc_C4IR

public static int nppiAdd_32fc_C4IR(TypedPointer<Npp32f> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddSquare_8u32f_C1IMR

public static int nppiAddSquare_8u32f_C1IMR(TypedPointer<Npp8u> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp8u> pMask,
                                            int nMaskStep,
                                            TypedPointer<Npp32f> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI)
 One 8-bit unsigned char channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero).

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddSquare_8u32f_C1IR

public static int nppiAddSquare_8u32f_C1IR(TypedPointer<Npp8u> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp32f> pSrcDst,
                                           int nSrcDstStep,
                                           NppiSize oSizeROI)
 One 8-bit unsigned char channel image squared then added to in place floating point destination image.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddSquare_16u32f_C1IMR

public static int nppiAddSquare_16u32f_C1IMR(TypedPointer<Npp16u> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp8u> pMask,
                                             int nMaskStep,
                                             TypedPointer<Npp32f> pSrcDst,
                                             int nSrcDstStep,
                                             NppiSize oSizeROI)
 One 16-bit unsigned short channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero).

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddSquare_16u32f_C1IR

public static int nppiAddSquare_16u32f_C1IR(TypedPointer<Npp16u> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp32f> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI)
 One 16-bit unsigned short channel image squared then added to in place floating point destination image.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddSquare_32f_C1IMR

public static int nppiAddSquare_32f_C1IMR(TypedPointer<Npp32f> pSrc,
                                          int nSrcStep,
                                          TypedPointer<Npp8u> pMask,
                                          int nMaskStep,
                                          TypedPointer<Npp32f> pSrcDst,
                                          int nSrcDstStep,
                                          NppiSize oSizeROI)
 One 32-bit floating point channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero).

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddSquare_32f_C1IR

public static int nppiAddSquare_32f_C1IR(TypedPointer<Npp32f> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp32f> pSrcDst,
                                         int nSrcDstStep,
                                         NppiSize oSizeROI)
 One 32-bit floating point channel image squared then added to in place floating point destination image.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddProduct_8u32f_C1IMR

public static int nppiAddProduct_8u32f_C1IMR(TypedPointer<Npp8u> pSrc1,
                                             int nSrc1Step,
                                             TypedPointer<Npp8u> pSrc2,
                                             int nSrc2Step,
                                             TypedPointer<Npp8u> pMask,
                                             int nMaskStep,
                                             TypedPointer<Npp32f> pSrcDst,
                                             int nSrcDstStep,
                                             NppiSize oSizeROI)
 One 8-bit unsigned char channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero).

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddProduct_8u32f_C1IR

public static int nppiAddProduct_8u32f_C1IR(TypedPointer<Npp8u> pSrc1,
                                            int nSrc1Step,
                                            TypedPointer<Npp8u> pSrc2,
                                            int nSrc2Step,
                                            TypedPointer<Npp32f> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI)
 One 8-bit unsigned char channel image product added to in place floating point destination image.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddProduct_16u32f_C1IMR

public static int nppiAddProduct_16u32f_C1IMR(TypedPointer<Npp16u> pSrc1,
                                              int nSrc1Step,
                                              TypedPointer<Npp16u> pSrc2,
                                              int nSrc2Step,
                                              TypedPointer<Npp8u> pMask,
                                              int nMaskStep,
                                              TypedPointer<Npp32f> pSrcDst,
                                              int nSrcDstStep,
                                              NppiSize oSizeROI)
 One 16-bit unsigned short channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero).

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddProduct_16u32f_C1IR

public static int nppiAddProduct_16u32f_C1IR(TypedPointer<Npp16u> pSrc1,
                                             int nSrc1Step,
                                             TypedPointer<Npp16u> pSrc2,
                                             int nSrc2Step,
                                             TypedPointer<Npp32f> pSrcDst,
                                             int nSrcDstStep,
                                             NppiSize oSizeROI)
 One 16-bit unsigned short channel image product added to in place floating point destination image.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddProduct_32f_C1IMR

public static int nppiAddProduct_32f_C1IMR(TypedPointer<Npp32f> pSrc1,
                                           int nSrc1Step,
                                           TypedPointer<Npp32f> pSrc2,
                                           int nSrc2Step,
                                           TypedPointer<Npp8u> pMask,
                                           int nMaskStep,
                                           TypedPointer<Npp32f> pSrcDst,
                                           int nSrcDstStep,
                                           NppiSize oSizeROI)
 One 32-bit floating point channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero).

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddProduct_32f_C1IR

public static int nppiAddProduct_32f_C1IR(TypedPointer<Npp32f> pSrc1,
                                          int nSrc1Step,
                                          TypedPointer<Npp32f> pSrc2,
                                          int nSrc2Step,
                                          TypedPointer<Npp32f> pSrcDst,
                                          int nSrcDstStep,
                                          NppiSize oSizeROI)
 One 32-bit floating point channel image product added to in place floating point destination image.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddWeighted_8u32f_C1IMR

public static int nppiAddWeighted_8u32f_C1IMR(TypedPointer<Npp8u> pSrc,
                                              int nSrcStep,
                                              TypedPointer<Npp8u> pMask,
                                              int nMaskStep,
                                              TypedPointer<Npp32f> pSrcDst,
                                              int nSrcDstStep,
                                              NppiSize oSizeROI,
                                              float nAlpha)
 One 8-bit unsigned char channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero).

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nAlpha - Alpha weight to be applied to source image pixels (0.0F to 1.0F)
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddWeighted_8u32f_C1IR

public static int nppiAddWeighted_8u32f_C1IR(TypedPointer<Npp8u> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp32f> pSrcDst,
                                             int nSrcDstStep,
                                             NppiSize oSizeROI,
                                             float nAlpha)
 One 8-bit unsigned char channel alpha weighted image added to in place floating point destination image.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nAlpha - Alpha weight to be applied to source image pixels (0.0F to 1.0F)
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddWeighted_16u32f_C1IMR

public static int nppiAddWeighted_16u32f_C1IMR(TypedPointer<Npp16u> pSrc,
                                               int nSrcStep,
                                               TypedPointer<Npp8u> pMask,
                                               int nMaskStep,
                                               TypedPointer<Npp32f> pSrcDst,
                                               int nSrcDstStep,
                                               NppiSize oSizeROI,
                                               float nAlpha)
 One 16-bit unsigned short channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero).

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nAlpha - Alpha weight to be applied to source image pixels (0.0F to 1.0F)
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddWeighted_16u32f_C1IR

public static int nppiAddWeighted_16u32f_C1IR(TypedPointer<Npp16u> pSrc,
                                              int nSrcStep,
                                              TypedPointer<Npp32f> pSrcDst,
                                              int nSrcDstStep,
                                              NppiSize oSizeROI,
                                              float nAlpha)
 One 16-bit unsigned short channel alpha weighted image added to in place floating point destination image.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nAlpha - Alpha weight to be applied to source image pixels (0.0F to 1.0F)
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddWeighted_32f_C1IMR

public static int nppiAddWeighted_32f_C1IMR(TypedPointer<Npp32f> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp8u> pMask,
                                            int nMaskStep,
                                            TypedPointer<Npp32f> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI,
                                            float nAlpha)
 One 32-bit floating point channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero).

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nAlpha - Alpha weight to be applied to source image pixels (0.0F to 1.0F)
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAddWeighted_32f_C1IR

public static int nppiAddWeighted_32f_C1IR(TypedPointer<Npp32f> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp32f> pSrcDst,
                                           int nSrcDstStep,
                                           NppiSize oSizeROI,
                                           float nAlpha)
 One 32-bit floating point channel alpha weighted image added to in place floating point destination image.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nAlpha - Alpha weight to be applied to source image pixels (0.0F to 1.0F)
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_8u_C1RSfs

public static int nppiMul_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp8u> pSrc2,
                                    int nSrc2Step,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    int nScaleFactor)
 One 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_8u_C1IRSfs

public static int nppiMul_8u_C1IRSfs(TypedPointer<Npp8u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp8u> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_8u_C3RSfs

public static int nppiMul_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp8u> pSrc2,
                                    int nSrc2Step,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    int nScaleFactor)
 Three 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_8u_C3IRSfs

public static int nppiMul_8u_C3IRSfs(TypedPointer<Npp8u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp8u> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_8u_AC4RSfs

public static int nppiMul_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp8u> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Four 8-bit unsigned char channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_8u_AC4IRSfs

public static int nppiMul_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 8-bit unsigned char channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_8u_C4RSfs

public static int nppiMul_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp8u> pSrc2,
                                    int nSrc2Step,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    int nScaleFactor)
 Four 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_8u_C4IRSfs

public static int nppiMul_8u_C4IRSfs(TypedPointer<Npp8u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp8u> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Four 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_16u_C1RSfs

public static int nppiMul_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp16u> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_16u_C1IRSfs

public static int nppiMul_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_16u_C3RSfs

public static int nppiMul_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp16u> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Three 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_16u_C3IRSfs

public static int nppiMul_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_16u_AC4RSfs

public static int nppiMul_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16u> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 16-bit unsigned short channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_16u_AC4IRSfs

public static int nppiMul_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit unsigned short channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_16u_C4RSfs

public static int nppiMul_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp16u> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Four 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_16u_C4IRSfs

public static int nppiMul_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_16s_C1RSfs

public static int nppiMul_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp16s> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp16s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_16s_C1IRSfs

public static int nppiMul_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_16s_C3RSfs

public static int nppiMul_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp16s> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp16s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Three 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_16s_C3IRSfs

public static int nppiMul_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_16s_AC4RSfs

public static int nppiMul_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16s> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 16-bit signed short channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_16s_AC4IRSfs

public static int nppiMul_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit signed short channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_16s_C4RSfs

public static int nppiMul_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp16s> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp16s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Four 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_16s_C4IRSfs

public static int nppiMul_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_16sc_C1RSfs

public static int nppiMul_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16s> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_16sc_C1IRSfs

public static int nppiMul_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_16sc_C3RSfs

public static int nppiMul_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16s> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_16sc_C3IRSfs

public static int nppiMul_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_16sc_AC4RSfs

public static int nppiMul_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp16s> pSrc2,
                                       int nSrc2Step,
                                       TypedPointer<Npp16s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_16sc_AC4IRSfs

public static int nppiMul_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp16s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_32s_C1RSfs

public static int nppiMul_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp32s> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp32s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_32s_C1R

public static int nppiMul_32s_C1R(TypedPointer<Npp32s> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp32s> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp32s> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead.
 1 channel 32-bit image multiplication.
 Multiply corresponding pixels in ROI.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_32s_C1IRSfs

public static int nppiMul_32s_C1IRSfs(TypedPointer<Npp32s> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp32s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 32-bit signed integer channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_32s_C3RSfs

public static int nppiMul_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp32s> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp32s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Three 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_32s_C3IRSfs

public static int nppiMul_32s_C3IRSfs(TypedPointer<Npp32s> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp32s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 32-bit signed integer channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_32sc_C1RSfs

public static int nppiMul_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp32s> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp32s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_32sc_C1IRSfs

public static int nppiMul_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp32s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_32sc_C3RSfs

public static int nppiMul_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp32s> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp32s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_32sc_C3IRSfs

public static int nppiMul_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp32s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_32sc_AC4RSfs

public static int nppiMul_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp32s> pSrc2,
                                       int nSrc2Step,
                                       TypedPointer<Npp32s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_32sc_AC4IRSfs

public static int nppiMul_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp32s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_32f_C1R

public static int nppiMul_32f_C1R(TypedPointer<Npp32f> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp32f> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp32f> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 One 32-bit floating point channel image multiplication.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_32f_C1IR

public static int nppiMul_32f_C1IR(TypedPointer<Npp32f> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp32f> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 One 32-bit floating point channel in place image multiplication.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_32f_C3R

public static int nppiMul_32f_C3R(TypedPointer<Npp32f> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp32f> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp32f> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Three 32-bit floating point channel image multiplication.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_32f_C3IR

public static int nppiMul_32f_C3IR(TypedPointer<Npp32f> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp32f> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 One 32-bit floating point channel in place image multiplication.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_32f_AC4R

public static int nppiMul_32f_AC4R(TypedPointer<Npp32f> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32f> pSrc2,
                                   int nSrc2Step,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit floating point channel with unmodified alpha image multiplication.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_32f_AC4IR

public static int nppiMul_32f_AC4IR(TypedPointer<Npp32f> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit floating point channel with unmodified alpha in place image multiplication.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_32f_C4R

public static int nppiMul_32f_C4R(TypedPointer<Npp32f> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp32f> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp32f> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Four 32-bit floating point channel image multiplication.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_32f_C4IR

public static int nppiMul_32f_C4IR(TypedPointer<Npp32f> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp32f> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit floating point channel in place image multiplication.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_32fc_C1R

public static int nppiMul_32fc_C1R(TypedPointer<Npp32f> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32f> pSrc2,
                                   int nSrc2Step,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_32fc_C1IR

public static int nppiMul_32fc_C1IR(TypedPointer<Npp32f> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_32fc_C3R

public static int nppiMul_32fc_C3R(TypedPointer<Npp32f> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32f> pSrc2,
                                   int nSrc2Step,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_32fc_C3IR

public static int nppiMul_32fc_C3IR(TypedPointer<Npp32f> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_32fc_AC4R

public static int nppiMul_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp32f> pSrc2,
                                    int nSrc2Step,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiplication.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_32fc_AC4IR

public static int nppiMul_32fc_AC4IR(TypedPointer<Npp32f> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32f> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiplication.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_32fc_C4R

public static int nppiMul_32fc_C4R(TypedPointer<Npp32f> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32f> pSrc2,
                                   int nSrc2Step,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMul_32fc_C4IR

public static int nppiMul_32fc_C4IR(TypedPointer<Npp32f> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulScale_8u_C1R

public static int nppiMulScale_8u_C1R(TypedPointer<Npp8u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp8u> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 One 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulScale_8u_C1IR

public static int nppiMulScale_8u_C1IR(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 One 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulScale_8u_C3R

public static int nppiMulScale_8u_C3R(TypedPointer<Npp8u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp8u> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 Three 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulScale_8u_C3IR

public static int nppiMulScale_8u_C3IR(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 One 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulScale_8u_AC4R

public static int nppiMulScale_8u_AC4R(TypedPointer<Npp8u> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp8u> pSrc2,
                                       int nSrc2Step,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)
 Four 8-bit unsigned char channel with unmodified alpha image multiplication then scale by maximum value for pixel bit width.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulScale_8u_AC4IR

public static int nppiMulScale_8u_AC4IR(TypedPointer<Npp8u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI)
 Four 8-bit unsigned char channel with unmodified alpha in place image multiplication then scale by maximum value for pixel bit width.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulScale_8u_C4R

public static int nppiMulScale_8u_C4R(TypedPointer<Npp8u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp8u> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 Four 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulScale_8u_C4IR

public static int nppiMulScale_8u_C4IR(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulScale_16u_C1R

public static int nppiMulScale_16u_C1R(TypedPointer<Npp16u> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp16u> pSrc2,
                                       int nSrc2Step,
                                       TypedPointer<Npp16u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)
 One 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulScale_16u_C1IR

public static int nppiMulScale_16u_C1IR(TypedPointer<Npp16u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp16u> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI)
 One 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulScale_16u_C3R

public static int nppiMulScale_16u_C3R(TypedPointer<Npp16u> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp16u> pSrc2,
                                       int nSrc2Step,
                                       TypedPointer<Npp16u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)
 Three 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulScale_16u_C3IR

public static int nppiMulScale_16u_C3IR(TypedPointer<Npp16u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp16u> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI)
 One 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulScale_16u_AC4R

public static int nppiMulScale_16u_AC4R(TypedPointer<Npp16u> pSrc1,
                                        int nSrc1Step,
                                        TypedPointer<Npp16u> pSrc2,
                                        int nSrc2Step,
                                        TypedPointer<Npp16u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 Four 16-bit unsigned short channel with unmodified alpha image multiplication then scale by maximum value for pixel bit width.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulScale_16u_AC4IR

public static int nppiMulScale_16u_AC4IR(TypedPointer<Npp16u> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp16u> pSrcDst,
                                         int nSrcDstStep,
                                         NppiSize oSizeROI)
 Four 16-bit unsigned short channel with unmodified alpha in place image multiplication then scale by maximum value for pixel bit width.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulScale_16u_C4R

public static int nppiMulScale_16u_C4R(TypedPointer<Npp16u> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp16u> pSrc2,
                                       int nSrc2Step,
                                       TypedPointer<Npp16u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)
 Four 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMulScale_16u_C4IR

public static int nppiMulScale_16u_C4IR(TypedPointer<Npp16u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp16u> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_8u_C1RSfs

public static int nppiSub_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp8u> pSrc2,
                                    int nSrc2Step,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    int nScaleFactor)
 One 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_8u_C1IRSfs

public static int nppiSub_8u_C1IRSfs(TypedPointer<Npp8u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp8u> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_8u_C3RSfs

public static int nppiSub_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp8u> pSrc2,
                                    int nSrc2Step,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    int nScaleFactor)
 Three 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_8u_C3IRSfs

public static int nppiSub_8u_C3IRSfs(TypedPointer<Npp8u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp8u> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_8u_AC4RSfs

public static int nppiSub_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp8u> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Four 8-bit unsigned char channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_8u_AC4IRSfs

public static int nppiSub_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 8-bit unsigned char channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_8u_C4RSfs

public static int nppiSub_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp8u> pSrc2,
                                    int nSrc2Step,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    int nScaleFactor)
 Four 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_8u_C4IRSfs

public static int nppiSub_8u_C4IRSfs(TypedPointer<Npp8u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp8u> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Four 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_16u_C1RSfs

public static int nppiSub_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp16u> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_16u_C1IRSfs

public static int nppiSub_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_16u_C3RSfs

public static int nppiSub_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp16u> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Three 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_16u_C3IRSfs

public static int nppiSub_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_16u_AC4RSfs

public static int nppiSub_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16u> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 16-bit unsigned short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_16u_AC4IRSfs

public static int nppiSub_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit unsigned short channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_16u_C4RSfs

public static int nppiSub_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp16u> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Four 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_16u_C4IRSfs

public static int nppiSub_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_16s_C1RSfs

public static int nppiSub_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp16s> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp16s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_16s_C1IRSfs

public static int nppiSub_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_16s_C3RSfs

public static int nppiSub_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp16s> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp16s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Three 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_16s_C3IRSfs

public static int nppiSub_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_16s_AC4RSfs

public static int nppiSub_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16s> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 16-bit signed short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_16s_AC4IRSfs

public static int nppiSub_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit signed short channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_16s_C4RSfs

public static int nppiSub_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp16s> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp16s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Four 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_16s_C4IRSfs

public static int nppiSub_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_16sc_C1RSfs

public static int nppiSub_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16s> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_16sc_C1IRSfs

public static int nppiSub_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_16sc_C3RSfs

public static int nppiSub_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16s> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_16sc_C3IRSfs

public static int nppiSub_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_16sc_AC4RSfs

public static int nppiSub_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp16s> pSrc2,
                                       int nSrc2Step,
                                       TypedPointer<Npp16s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_16sc_AC4IRSfs

public static int nppiSub_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp16s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_32s_C1RSfs

public static int nppiSub_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp32s> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp32s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_32s_C1R

public static int nppiSub_32s_C1R(TypedPointer<Npp32s> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp32s> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp32s> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 
 32-bit image subtraction.
 Subtract pSrc1's pixels from corresponding pixels in pSrc2.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_32s_C1IRSfs

public static int nppiSub_32s_C1IRSfs(TypedPointer<Npp32s> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp32s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_32s_C3RSfs

public static int nppiSub_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp32s> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp32s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Three 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_32s_C3IRSfs

public static int nppiSub_32s_C3IRSfs(TypedPointer<Npp32s> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp32s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_32sc_C1RSfs

public static int nppiSub_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp32s> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp32s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_32sc_C1IRSfs

public static int nppiSub_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp32s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_32sc_C3RSfs

public static int nppiSub_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp32s> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp32s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_32sc_C3IRSfs

public static int nppiSub_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp32s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_32sc_AC4RSfs

public static int nppiSub_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp32s> pSrc2,
                                       int nSrc2Step,
                                       TypedPointer<Npp32s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_32sc_AC4IRSfs

public static int nppiSub_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp32s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_32f_C1R

public static int nppiSub_32f_C1R(TypedPointer<Npp32f> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp32f> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp32f> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 One 32-bit floating point channel image subtraction.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_32f_C1IR

public static int nppiSub_32f_C1IR(TypedPointer<Npp32f> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp32f> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 One 32-bit floating point channel in place image subtraction.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_32f_C3R

public static int nppiSub_32f_C3R(TypedPointer<Npp32f> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp32f> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp32f> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Three 32-bit floating point channel image subtraction.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_32f_C3IR

public static int nppiSub_32f_C3IR(TypedPointer<Npp32f> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp32f> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 One 32-bit floating point channel in place image subtraction.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_32f_AC4R

public static int nppiSub_32f_AC4R(TypedPointer<Npp32f> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32f> pSrc2,
                                   int nSrc2Step,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit floating point channel with unmodified alpha image subtraction.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_32f_AC4IR

public static int nppiSub_32f_AC4IR(TypedPointer<Npp32f> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit floating point channel with unmodified alpha in place image subtraction.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_32f_C4R

public static int nppiSub_32f_C4R(TypedPointer<Npp32f> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp32f> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp32f> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Four 32-bit floating point channel image subtraction.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_32f_C4IR

public static int nppiSub_32f_C4IR(TypedPointer<Npp32f> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp32f> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit floating point channel in place image subtraction.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_32fc_C1R

public static int nppiSub_32fc_C1R(TypedPointer<Npp32f> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32f> pSrc2,
                                   int nSrc2Step,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_32fc_C1IR

public static int nppiSub_32fc_C1IR(TypedPointer<Npp32f> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_32fc_C3R

public static int nppiSub_32fc_C3R(TypedPointer<Npp32f> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32f> pSrc2,
                                   int nSrc2Step,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_32fc_C3IR

public static int nppiSub_32fc_C3IR(TypedPointer<Npp32f> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_32fc_AC4R

public static int nppiSub_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp32f> pSrc2,
                                    int nSrc2Step,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtraction.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_32fc_AC4IR

public static int nppiSub_32fc_AC4IR(TypedPointer<Npp32f> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32f> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtraction.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_32fc_C4R

public static int nppiSub_32fc_C4R(TypedPointer<Npp32f> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32f> pSrc2,
                                   int nSrc2Step,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSub_32fc_C4IR

public static int nppiSub_32fc_C4IR(TypedPointer<Npp32f> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_8u_C1RSfs

public static int nppiDiv_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp8u> pSrc2,
                                    int nSrc2Step,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    int nScaleFactor)
 One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_8u_C1IRSfs

public static int nppiDiv_8u_C1IRSfs(TypedPointer<Npp8u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp8u> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_8u_C3RSfs

public static int nppiDiv_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp8u> pSrc2,
                                    int nSrc2Step,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    int nScaleFactor)
 Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_8u_C3IRSfs

public static int nppiDiv_8u_C3IRSfs(TypedPointer<Npp8u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp8u> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_8u_AC4RSfs

public static int nppiDiv_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp8u> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Four 8-bit unsigned char channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_8u_AC4IRSfs

public static int nppiDiv_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 8-bit unsigned char channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_8u_C4RSfs

public static int nppiDiv_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp8u> pSrc2,
                                    int nSrc2Step,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    int nScaleFactor)
 Four 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_8u_C4IRSfs

public static int nppiDiv_8u_C4IRSfs(TypedPointer<Npp8u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp8u> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Four 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_16u_C1RSfs

public static int nppiDiv_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp16u> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_16u_C1IRSfs

public static int nppiDiv_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_16u_C3RSfs

public static int nppiDiv_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp16u> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Three 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_16u_C3IRSfs

public static int nppiDiv_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_16u_AC4RSfs

public static int nppiDiv_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16u> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 16-bit unsigned short channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_16u_AC4IRSfs

public static int nppiDiv_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit unsigned short channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_16u_C4RSfs

public static int nppiDiv_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp16u> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Four 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_16u_C4IRSfs

public static int nppiDiv_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_16s_C1RSfs

public static int nppiDiv_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp16s> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp16s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_16s_C1IRSfs

public static int nppiDiv_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_16s_C3RSfs

public static int nppiDiv_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp16s> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp16s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_16s_C3IRSfs

public static int nppiDiv_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_16s_AC4RSfs

public static int nppiDiv_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16s> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 16-bit signed short channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_16s_AC4IRSfs

public static int nppiDiv_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit signed short channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_16s_C4RSfs

public static int nppiDiv_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp16s> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp16s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_16s_C4IRSfs

public static int nppiDiv_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_16sc_C1RSfs

public static int nppiDiv_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16s> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_16sc_C1IRSfs

public static int nppiDiv_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_16sc_C3RSfs

public static int nppiDiv_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16s> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_16sc_C3IRSfs

public static int nppiDiv_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_16sc_AC4RSfs

public static int nppiDiv_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp16s> pSrc2,
                                       int nSrc2Step,
                                       TypedPointer<Npp16s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_16sc_AC4IRSfs

public static int nppiDiv_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp16s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_32s_C1RSfs

public static int nppiDiv_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp32s> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp32s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 32-bit signed integer channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_32s_C1R

public static int nppiDiv_32s_C1R(TypedPointer<Npp32s> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp32s> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp32s> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 
 32-bit image division.
 Divide pixels in pSrc2 by pSrc1's pixels.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_32s_C1IRSfs

public static int nppiDiv_32s_C1IRSfs(TypedPointer<Npp32s> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp32s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 32-bit signed integer channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_32s_C3RSfs

public static int nppiDiv_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp32s> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp32s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Three 32-bit signed integer channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_32s_C3IRSfs

public static int nppiDiv_32s_C3IRSfs(TypedPointer<Npp32s> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp32s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 32-bit signed integer channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_32sc_C1RSfs

public static int nppiDiv_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp32s> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp32s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_32sc_C1IRSfs

public static int nppiDiv_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp32s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_32sc_C3RSfs

public static int nppiDiv_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp32s> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp32s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_32sc_C3IRSfs

public static int nppiDiv_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp32s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_32sc_AC4RSfs

public static int nppiDiv_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp32s> pSrc2,
                                       int nSrc2Step,
                                       TypedPointer<Npp32s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_32sc_AC4IRSfs

public static int nppiDiv_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp32s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_32f_C1R

public static int nppiDiv_32f_C1R(TypedPointer<Npp32f> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp32f> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp32f> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 One 32-bit floating point channel image division.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_32f_C1IR

public static int nppiDiv_32f_C1IR(TypedPointer<Npp32f> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp32f> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 One 32-bit floating point channel in place image division.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_32f_C3R

public static int nppiDiv_32f_C3R(TypedPointer<Npp32f> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp32f> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp32f> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Three 32-bit floating point channel image division.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_32f_C3IR

public static int nppiDiv_32f_C3IR(TypedPointer<Npp32f> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp32f> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 One 32-bit floating point channel in place image division.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_32f_AC4R

public static int nppiDiv_32f_AC4R(TypedPointer<Npp32f> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32f> pSrc2,
                                   int nSrc2Step,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit floating point channel with unmodified alpha image division.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_32f_AC4IR

public static int nppiDiv_32f_AC4IR(TypedPointer<Npp32f> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit floating point channel with unmodified alpha in place image division.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_32f_C4R

public static int nppiDiv_32f_C4R(TypedPointer<Npp32f> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp32f> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp32f> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Four 32-bit floating point channel image division.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_32f_C4IR

public static int nppiDiv_32f_C4IR(TypedPointer<Npp32f> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp32f> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit floating point channel in place image division.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_32fc_C1R

public static int nppiDiv_32fc_C1R(TypedPointer<Npp32f> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32f> pSrc2,
                                   int nSrc2Step,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_32fc_C1IR

public static int nppiDiv_32fc_C1IR(TypedPointer<Npp32f> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_32fc_C3R

public static int nppiDiv_32fc_C3R(TypedPointer<Npp32f> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32f> pSrc2,
                                   int nSrc2Step,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_32fc_C3IR

public static int nppiDiv_32fc_C3IR(TypedPointer<Npp32f> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_32fc_AC4R

public static int nppiDiv_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp32f> pSrc2,
                                    int nSrc2Step,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image division.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_32fc_AC4IR

public static int nppiDiv_32fc_AC4IR(TypedPointer<Npp32f> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32f> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image division.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_32fc_C4R

public static int nppiDiv_32fc_C4R(TypedPointer<Npp32f> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32f> pSrc2,
                                   int nSrc2Step,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_32fc_C4IR

public static int nppiDiv_32fc_C4IR(TypedPointer<Npp32f> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_Round_8u_C1RSfs

public static int nppiDiv_Round_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
                                          int nSrc1Step,
                                          TypedPointer<Npp8u> pSrc2,
                                          int nSrc2Step,
                                          TypedPointer<Npp8u> pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI,
                                          int rndMode,
                                          int nScaleFactor)
 One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
rndMode - Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_Round_8u_C1IRSfs

public static int nppiDiv_Round_8u_C1IRSfs(TypedPointer<Npp8u> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp8u> pSrcDst,
                                           int nSrcDstStep,
                                           NppiSize oSizeROI,
                                           int rndMode,
                                           int nScaleFactor)
 One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rndMode - Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_Round_8u_C3RSfs

public static int nppiDiv_Round_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
                                          int nSrc1Step,
                                          TypedPointer<Npp8u> pSrc2,
                                          int nSrc2Step,
                                          TypedPointer<Npp8u> pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI,
                                          int rndMode,
                                          int nScaleFactor)
 Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
rndMode - Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_Round_8u_C3IRSfs

public static int nppiDiv_Round_8u_C3IRSfs(TypedPointer<Npp8u> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp8u> pSrcDst,
                                           int nSrcDstStep,
                                           NppiSize oSizeROI,
                                           int rndMode,
                                           int nScaleFactor)
 Three 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rndMode - Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_Round_8u_AC4RSfs

public static int nppiDiv_Round_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
                                           int nSrc1Step,
                                           TypedPointer<Npp8u> pSrc2,
                                           int nSrc2Step,
                                           TypedPointer<Npp8u> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           int rndMode,
                                           int nScaleFactor)
 Four 8-bit unsigned char channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
rndMode - Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_Round_8u_AC4IRSfs

public static int nppiDiv_Round_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp8u> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI,
                                            int rndMode,
                                            int nScaleFactor)
 Four 8-bit unsigned char channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rndMode - Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_Round_8u_C4RSfs

public static int nppiDiv_Round_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
                                          int nSrc1Step,
                                          TypedPointer<Npp8u> pSrc2,
                                          int nSrc2Step,
                                          TypedPointer<Npp8u> pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI,
                                          int rndMode,
                                          int nScaleFactor)
 Four 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
rndMode - Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_Round_8u_C4IRSfs

public static int nppiDiv_Round_8u_C4IRSfs(TypedPointer<Npp8u> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp8u> pSrcDst,
                                           int nSrcDstStep,
                                           NppiSize oSizeROI,
                                           int rndMode,
                                           int nScaleFactor)
 Four 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rndMode - Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_Round_16u_C1RSfs

public static int nppiDiv_Round_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
                                           int nSrc1Step,
                                           TypedPointer<Npp16u> pSrc2,
                                           int nSrc2Step,
                                           TypedPointer<Npp16u> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           int rndMode,
                                           int nScaleFactor)
 One 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
rndMode - Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_Round_16u_C1IRSfs

public static int nppiDiv_Round_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp16u> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI,
                                            int rndMode,
                                            int nScaleFactor)
 One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rndMode - Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_Round_16u_C3RSfs

public static int nppiDiv_Round_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
                                           int nSrc1Step,
                                           TypedPointer<Npp16u> pSrc2,
                                           int nSrc2Step,
                                           TypedPointer<Npp16u> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           int rndMode,
                                           int nScaleFactor)
 Three 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
rndMode - Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_Round_16u_C3IRSfs

public static int nppiDiv_Round_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp16u> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI,
                                            int rndMode,
                                            int nScaleFactor)
 Three 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rndMode - Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_Round_16u_AC4RSfs

public static int nppiDiv_Round_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
                                            int nSrc1Step,
                                            TypedPointer<Npp16u> pSrc2,
                                            int nSrc2Step,
                                            TypedPointer<Npp16u> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI,
                                            int rndMode,
                                            int nScaleFactor)
 Four 16-bit unsigned short channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
rndMode - Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_Round_16u_AC4IRSfs

public static int nppiDiv_Round_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp16u> pSrcDst,
                                             int nSrcDstStep,
                                             NppiSize oSizeROI,
                                             int rndMode,
                                             int nScaleFactor)
 Four 16-bit unsigned short channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rndMode - Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_Round_16u_C4RSfs

public static int nppiDiv_Round_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
                                           int nSrc1Step,
                                           TypedPointer<Npp16u> pSrc2,
                                           int nSrc2Step,
                                           TypedPointer<Npp16u> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           int rndMode,
                                           int nScaleFactor)
 Four 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
rndMode - Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_Round_16u_C4IRSfs

public static int nppiDiv_Round_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp16u> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI,
                                            int rndMode,
                                            int nScaleFactor)
 Four 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rndMode - Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_Round_16s_C1RSfs

public static int nppiDiv_Round_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
                                           int nSrc1Step,
                                           TypedPointer<Npp16s> pSrc2,
                                           int nSrc2Step,
                                           TypedPointer<Npp16s> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           int rndMode,
                                           int nScaleFactor)
 One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
rndMode - Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_Round_16s_C1IRSfs

public static int nppiDiv_Round_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp16s> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI,
                                            int rndMode,
                                            int nScaleFactor)
 One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rndMode - Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_Round_16s_C3RSfs

public static int nppiDiv_Round_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
                                           int nSrc1Step,
                                           TypedPointer<Npp16s> pSrc2,
                                           int nSrc2Step,
                                           TypedPointer<Npp16s> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           int rndMode,
                                           int nScaleFactor)
 Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
rndMode - Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_Round_16s_C3IRSfs

public static int nppiDiv_Round_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp16s> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI,
                                            int rndMode,
                                            int nScaleFactor)
 Three 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rndMode - Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_Round_16s_AC4RSfs

public static int nppiDiv_Round_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
                                            int nSrc1Step,
                                            TypedPointer<Npp16s> pSrc2,
                                            int nSrc2Step,
                                            TypedPointer<Npp16s> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI,
                                            int rndMode,
                                            int nScaleFactor)
 Four 16-bit signed short channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
rndMode - Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_Round_16s_AC4IRSfs

public static int nppiDiv_Round_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp16s> pSrcDst,
                                             int nSrcDstStep,
                                             NppiSize oSizeROI,
                                             int rndMode,
                                             int nScaleFactor)
 Four 16-bit signed short channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rndMode - Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_Round_16s_C4RSfs

public static int nppiDiv_Round_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
                                           int nSrc1Step,
                                           TypedPointer<Npp16s> pSrc2,
                                           int nSrc2Step,
                                           TypedPointer<Npp16s> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           int rndMode,
                                           int nScaleFactor)
 Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
rndMode - Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDiv_Round_16s_C4IRSfs

public static int nppiDiv_Round_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp16s> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI,
                                            int rndMode,
                                            int nScaleFactor)
 Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rndMode - Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAbs_16s_C1R

public static int nppiAbs_16s_C1R(TypedPointer<Npp16s> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp16s> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 One 16-bit signed short channel image absolute value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAbs_16s_C1IR

public static int nppiAbs_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 One 16-bit signed short channel in place image absolute value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAbs_16s_C3R

public static int nppiAbs_16s_C3R(TypedPointer<Npp16s> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp16s> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Three 16-bit signed short channel image absolute value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAbs_16s_C3IR

public static int nppiAbs_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Three 16-bit signed short channel in place image absolute value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAbs_16s_AC4R

public static int nppiAbs_16s_AC4R(TypedPointer<Npp16s> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp16s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four 16-bit signed short channel image absolute value with unmodified alpha.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAbs_16s_AC4IR

public static int nppiAbs_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 16-bit signed short channel in place image absolute value with unmodified alpha.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAbs_16s_C4R

public static int nppiAbs_16s_C4R(TypedPointer<Npp16s> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp16s> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Four 16-bit signed short channel image absolute value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAbs_16s_C4IR

public static int nppiAbs_16s_C4IR(TypedPointer<Npp16s> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Four 16-bit signed short channel in place image absolute value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAbs_32f_C1R

public static int nppiAbs_32f_C1R(TypedPointer<Npp32f> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp32f> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 One 32-bit floating point channel image absolute value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAbs_32f_C1IR

public static int nppiAbs_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 One 32-bit floating point channel in place image absolute value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAbs_32f_C3R

public static int nppiAbs_32f_C3R(TypedPointer<Npp32f> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp32f> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Three 32-bit floating point channel image absolute value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAbs_32f_C3IR

public static int nppiAbs_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Three 32-bit floating point channel in place image absolute value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAbs_32f_AC4R

public static int nppiAbs_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit floating point channel image absolute value with unmodified alpha.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAbs_32f_AC4IR

public static int nppiAbs_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit floating point channel in place image absolute value with unmodified alpha.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAbs_32f_C4R

public static int nppiAbs_32f_C4R(TypedPointer<Npp32f> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp32f> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Four 32-bit floating point channel image absolute value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAbs_32f_C4IR

public static int nppiAbs_32f_C4IR(TypedPointer<Npp32f> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit floating point channel in place image absolute value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAbsDiff_8u_C1R

public static int nppiAbsDiff_8u_C1R(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp8u> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 One 8-bit unsigned char channel absolute difference of image1 minus image2.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAbsDiff_16u_C1R

public static int nppiAbsDiff_16u_C1R(TypedPointer<Npp16u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16u> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 One 16-bit unsigned short channel absolute difference of image1 minus image2.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAbsDiff_32f_C1R

public static int nppiAbsDiff_32f_C1R(TypedPointer<Npp32f> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp32f> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp32f> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 One 32-bit floating point channel absolute difference of image1 minus image2.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_8u_C1RSfs

public static int nppiSqr_8u_C1RSfs(TypedPointer<Npp8u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    int nScaleFactor)
 One 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_8u_C1IRSfs

public static int nppiSqr_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_8u_C3RSfs

public static int nppiSqr_8u_C3RSfs(TypedPointer<Npp8u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    int nScaleFactor)
 Three 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_8u_C3IRSfs

public static int nppiSqr_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Three 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_8u_AC4RSfs

public static int nppiSqr_8u_AC4RSfs(TypedPointer<Npp8u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Four 8-bit unsigned char channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_8u_AC4IRSfs

public static int nppiSqr_8u_AC4IRSfs(TypedPointer<Npp8u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 8-bit unsigned char channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_8u_C4RSfs

public static int nppiSqr_8u_C4RSfs(TypedPointer<Npp8u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    int nScaleFactor)
 Four 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_8u_C4IRSfs

public static int nppiSqr_8u_C4IRSfs(TypedPointer<Npp8u> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Four 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_16u_C1RSfs

public static int nppiSqr_16u_C1RSfs(TypedPointer<Npp16u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_16u_C1IRSfs

public static int nppiSqr_16u_C1IRSfs(TypedPointer<Npp16u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_16u_C3RSfs

public static int nppiSqr_16u_C3RSfs(TypedPointer<Npp16u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Three 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_16u_C3IRSfs

public static int nppiSqr_16u_C3IRSfs(TypedPointer<Npp16u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_16u_AC4RSfs

public static int nppiSqr_16u_AC4RSfs(TypedPointer<Npp16u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 16-bit unsigned short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_16u_AC4IRSfs

public static int nppiSqr_16u_AC4IRSfs(TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit unsigned short channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_16u_C4RSfs

public static int nppiSqr_16u_C4RSfs(TypedPointer<Npp16u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Four 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_16u_C4IRSfs

public static int nppiSqr_16u_C4IRSfs(TypedPointer<Npp16u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_16s_C1RSfs

public static int nppiSqr_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_16s_C1IRSfs

public static int nppiSqr_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_16s_C3RSfs

public static int nppiSqr_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Three 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_16s_C3IRSfs

public static int nppiSqr_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_16s_AC4RSfs

public static int nppiSqr_16s_AC4RSfs(TypedPointer<Npp16s> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 16-bit signed short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_16s_AC4IRSfs

public static int nppiSqr_16s_AC4IRSfs(TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit signed short channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_16s_C4RSfs

public static int nppiSqr_16s_C4RSfs(TypedPointer<Npp16s> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Four 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_16s_C4IRSfs

public static int nppiSqr_16s_C4IRSfs(TypedPointer<Npp16s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_32f_C1R

public static int nppiSqr_32f_C1R(TypedPointer<Npp32f> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp32f> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 One 32-bit floating point channel image squared.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_32f_C1IR

public static int nppiSqr_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 One 32-bit floating point channel in place image squared.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_32f_C3R

public static int nppiSqr_32f_C3R(TypedPointer<Npp32f> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp32f> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Three 32-bit floating point channel image squared.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_32f_C3IR

public static int nppiSqr_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Three 32-bit floating point channel in place image squared.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_32f_AC4R

public static int nppiSqr_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit floating point channel image squared with unmodified alpha.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_32f_AC4IR

public static int nppiSqr_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit floating point channel in place image squared with unmodified alpha.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_32f_C4R

public static int nppiSqr_32f_C4R(TypedPointer<Npp32f> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp32f> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Four 32-bit floating point channel image squared.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqr_32f_C4IR

public static int nppiSqr_32f_C4IR(TypedPointer<Npp32f> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit floating point channel in place image squared.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqrt_8u_C1RSfs

public static int nppiSqrt_8u_C1RSfs(TypedPointer<Npp8u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 8-bit unsigned char channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqrt_8u_C1IRSfs

public static int nppiSqrt_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 8-bit unsigned char channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqrt_8u_C3RSfs

public static int nppiSqrt_8u_C3RSfs(TypedPointer<Npp8u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Three 8-bit unsigned char channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqrt_8u_C3IRSfs

public static int nppiSqrt_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 8-bit unsigned char channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqrt_8u_AC4RSfs

public static int nppiSqrt_8u_AC4RSfs(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 8-bit unsigned char channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqrt_8u_AC4IRSfs

public static int nppiSqrt_8u_AC4IRSfs(TypedPointer<Npp8u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 8-bit unsigned char channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqrt_16u_C1RSfs

public static int nppiSqrt_16u_C1RSfs(TypedPointer<Npp16u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit unsigned short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqrt_16u_C1IRSfs

public static int nppiSqrt_16u_C1IRSfs(TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 16-bit unsigned short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqrt_16u_C3RSfs

public static int nppiSqrt_16u_C3RSfs(TypedPointer<Npp16u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 16-bit unsigned short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqrt_16u_C3IRSfs

public static int nppiSqrt_16u_C3IRSfs(TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Three 16-bit unsigned short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqrt_16u_AC4RSfs

public static int nppiSqrt_16u_AC4RSfs(TypedPointer<Npp16u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp16u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit unsigned short channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqrt_16u_AC4IRSfs

public static int nppiSqrt_16u_AC4IRSfs(TypedPointer<Npp16u> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Four 16-bit unsigned short channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqrt_16s_C1RSfs

public static int nppiSqrt_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqrt_16s_C1IRSfs

public static int nppiSqrt_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 One 16-bit signed short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqrt_16s_C3RSfs

public static int nppiSqrt_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqrt_16s_C3IRSfs

public static int nppiSqrt_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Three 16-bit signed short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqrt_16s_AC4RSfs

public static int nppiSqrt_16s_AC4RSfs(TypedPointer<Npp16s> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp16s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)
 Four 16-bit signed short channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqrt_16s_AC4IRSfs

public static int nppiSqrt_16s_AC4IRSfs(TypedPointer<Npp16s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)
 Four 16-bit signed short channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqrt_32f_C1R

public static int nppiSqrt_32f_C1R(TypedPointer<Npp32f> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 One 32-bit floating point channel image square root.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqrt_32f_C1IR

public static int nppiSqrt_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 One 32-bit floating point channel in place image square root.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqrt_32f_C3R

public static int nppiSqrt_32f_C3R(TypedPointer<Npp32f> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Three 32-bit floating point channel image square root.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqrt_32f_C3IR

public static int nppiSqrt_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Three 32-bit floating point channel in place image square root.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqrt_32f_AC4R

public static int nppiSqrt_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit floating point channel image square root with unmodified alpha.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqrt_32f_AC4IR

public static int nppiSqrt_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 Four 32-bit floating point channel in place image square root with unmodified alpha.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqrt_32f_C4R

public static int nppiSqrt_32f_C4R(TypedPointer<Npp32f> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit floating point channel image square root.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqrt_32f_C4IR

public static int nppiSqrt_32f_C4IR(TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit floating point channel in place image square root.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLn_8u_C1RSfs

public static int nppiLn_8u_C1RSfs(TypedPointer<Npp8u> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp8u> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI,
                                   int nScaleFactor)
 One 8-bit unsigned char channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLn_8u_C1IRSfs

public static int nppiLn_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI,
                                    int nScaleFactor)
 One 8-bit unsigned char channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLn_8u_C3RSfs

public static int nppiLn_8u_C3RSfs(TypedPointer<Npp8u> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp8u> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI,
                                   int nScaleFactor)
 Three 8-bit unsigned char channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLn_8u_C3IRSfs

public static int nppiLn_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI,
                                    int nScaleFactor)
 Three 8-bit unsigned char channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLn_16u_C1RSfs

public static int nppiLn_16u_C1RSfs(TypedPointer<Npp16u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp16u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    int nScaleFactor)
 One 16-bit unsigned short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLn_16u_C1IRSfs

public static int nppiLn_16u_C1IRSfs(TypedPointer<Npp16u> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 16-bit unsigned short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLn_16u_C3RSfs

public static int nppiLn_16u_C3RSfs(TypedPointer<Npp16u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp16u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    int nScaleFactor)
 Three 16-bit unsigned short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLn_16u_C3IRSfs

public static int nppiLn_16u_C3IRSfs(TypedPointer<Npp16u> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Three 16-bit unsigned short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLn_16s_C1RSfs

public static int nppiLn_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp16s> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    int nScaleFactor)
 One 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLn_16s_C1IRSfs

public static int nppiLn_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 16-bit signed short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLn_16s_C3RSfs

public static int nppiLn_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp16s> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    int nScaleFactor)
 Three 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLn_16s_C3IRSfs

public static int nppiLn_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Three 16-bit signed short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLn_32f_C1R

public static int nppiLn_32f_C1R(TypedPointer<Npp32f> pSrc,
                                 int nSrcStep,
                                 TypedPointer<Npp32f> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)
 One 32-bit floating point channel image natural logarithm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLn_32f_C1IR

public static int nppiLn_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
                                  int nSrcDstStep,
                                  NppiSize oSizeROI)
 One 32-bit floating point channel in place image natural logarithm.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLn_32f_C3R

public static int nppiLn_32f_C3R(TypedPointer<Npp32f> pSrc,
                                 int nSrcStep,
                                 TypedPointer<Npp32f> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)
 Three 32-bit floating point channel image natural logarithm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLn_32f_C3IR

public static int nppiLn_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
                                  int nSrcDstStep,
                                  NppiSize oSizeROI)
 Three 32-bit floating point channel in place image natural logarithm.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiExp_8u_C1RSfs

public static int nppiExp_8u_C1RSfs(TypedPointer<Npp8u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    int nScaleFactor)
 One 8-bit unsigned char channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiExp_8u_C1IRSfs

public static int nppiExp_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 8-bit unsigned char channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiExp_8u_C3RSfs

public static int nppiExp_8u_C3RSfs(TypedPointer<Npp8u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    int nScaleFactor)
 Three 8-bit unsigned char channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiExp_8u_C3IRSfs

public static int nppiExp_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Three 8-bit unsigned char channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiExp_16u_C1RSfs

public static int nppiExp_16u_C1RSfs(TypedPointer<Npp16u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 16-bit unsigned short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiExp_16u_C1IRSfs

public static int nppiExp_16u_C1IRSfs(TypedPointer<Npp16u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit unsigned short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiExp_16u_C3RSfs

public static int nppiExp_16u_C3RSfs(TypedPointer<Npp16u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Three 16-bit unsigned short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiExp_16u_C3IRSfs

public static int nppiExp_16u_C3IRSfs(TypedPointer<Npp16u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 16-bit unsigned short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiExp_16s_C1RSfs

public static int nppiExp_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 One 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiExp_16s_C1IRSfs

public static int nppiExp_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 One 16-bit signed short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiExp_16s_C3RSfs

public static int nppiExp_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Three 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiExp_16s_C3IRSfs

public static int nppiExp_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Three 16-bit signed short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiExp_32f_C1R

public static int nppiExp_32f_C1R(TypedPointer<Npp32f> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp32f> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 One 32-bit floating point channel image exponential.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiExp_32f_C1IR

public static int nppiExp_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 One 32-bit floating point channel in place image exponential.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiExp_32f_C3R

public static int nppiExp_32f_C3R(TypedPointer<Npp32f> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp32f> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Three 32-bit floating point channel image exponential.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiExp_32f_C3IR

public static int nppiExp_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Three 32-bit floating point channel in place image exponential.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAndC_8u_C1R

public static int nppiAndC_8u_C1R(TypedPointer<Npp8u> pSrc1,
                                  int nSrc1Step,
                                  byte nConstant,
                                  TypedPointer<Npp8u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 One 8-bit unsigned char channel image logical and with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAndC_8u_C1IR

public static int nppiAndC_8u_C1IR(byte nConstant,
                                   TypedPointer<Npp8u> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 One 8-bit unsigned char channel in place image logical and with constant.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAndC_8u_C3R

public static int nppiAndC_8u_C3R(TypedPointer<Npp8u> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp8u> pConstants,
                                  TypedPointer<Npp8u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Three 8-bit unsigned char channel image logical and with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAndC_8u_C3IR

public static int nppiAndC_8u_C3IR(TypedPointer<Npp8u> pConstants,
                                   TypedPointer<Npp8u> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Three 8-bit unsigned char channel in place image logical and with constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAndC_8u_AC4R

public static int nppiAndC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp8u> pConstants,
                                   TypedPointer<Npp8u> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four 8-bit unsigned char channel image logical and with constant with unmodified alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAndC_8u_AC4IR

public static int nppiAndC_8u_AC4IR(TypedPointer<Npp8u> pConstants,
                                    TypedPointer<Npp8u> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image logical and with constant with unmodified alpha.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAndC_8u_C4R

public static int nppiAndC_8u_C4R(TypedPointer<Npp8u> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp8u> pConstants,
                                  TypedPointer<Npp8u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Four 8-bit unsigned char channel image logical and with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAndC_8u_C4IR

public static int nppiAndC_8u_C4IR(TypedPointer<Npp8u> pConstants,
                                   TypedPointer<Npp8u> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image logical and with constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAndC_16u_C1R

public static int nppiAndC_16u_C1R(TypedPointer<Npp16u> pSrc1,
                                   int nSrc1Step,
                                   short nConstant,
                                   TypedPointer<Npp16u> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 One 16-bit unsigned short channel image logical and with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAndC_16u_C1IR

public static int nppiAndC_16u_C1IR(short nConstant,
                                    TypedPointer<Npp16u> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 One 16-bit unsigned short channel in place image logical and with constant.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAndC_16u_C3R

public static int nppiAndC_16u_C3R(TypedPointer<Npp16u> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp16u> pConstants,
                                   TypedPointer<Npp16u> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Three 16-bit unsigned short channel image logical and with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAndC_16u_C3IR

public static int nppiAndC_16u_C3IR(TypedPointer<Npp16u> pConstants,
                                    TypedPointer<Npp16u> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Three 16-bit unsigned short channel in place image logical and with constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAndC_16u_AC4R

public static int nppiAndC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp16u> pConstants,
                                    TypedPointer<Npp16u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Four 16-bit unsigned short channel image logical and with constant with unmodified alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAndC_16u_AC4IR

public static int nppiAndC_16u_AC4IR(TypedPointer<Npp16u> pConstants,
                                     TypedPointer<Npp16u> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image logical and with constant with unmodified alpha.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAndC_16u_C4R

public static int nppiAndC_16u_C4R(TypedPointer<Npp16u> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp16u> pConstants,
                                   TypedPointer<Npp16u> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four 16-bit unsigned short channel image logical and with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAndC_16u_C4IR

public static int nppiAndC_16u_C4IR(TypedPointer<Npp16u> pConstants,
                                    TypedPointer<Npp16u> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image logical and with constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAndC_32s_C1R

public static int nppiAndC_32s_C1R(TypedPointer<Npp32s> pSrc1,
                                   int nSrc1Step,
                                   int nConstant,
                                   TypedPointer<Npp32s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 One 32-bit signed integer channel image logical and with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAndC_32s_C1IR

public static int nppiAndC_32s_C1IR(int nConstant,
                                    TypedPointer<Npp32s> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 One 32-bit signed integer channel in place image logical and with constant.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAndC_32s_C3R

public static int nppiAndC_32s_C3R(TypedPointer<Npp32s> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32s> pConstants,
                                   TypedPointer<Npp32s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Three 32-bit signed integer channel image logical and with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAndC_32s_C3IR

public static int nppiAndC_32s_C3IR(TypedPointer<Npp32s> pConstants,
                                    TypedPointer<Npp32s> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Three 32-bit signed integer channel in place image logical and with constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAndC_32s_AC4R

public static int nppiAndC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp32s> pConstants,
                                    TypedPointer<Npp32s> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit signed integer channel image logical and with constant with unmodified alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAndC_32s_AC4IR

public static int nppiAndC_32s_AC4IR(TypedPointer<Npp32s> pConstants,
                                     TypedPointer<Npp32s> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 Four 32-bit signed integer channel in place image logical and with constant with unmodified alpha.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAndC_32s_C4R

public static int nppiAndC_32s_C4R(TypedPointer<Npp32s> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32s> pConstants,
                                   TypedPointer<Npp32s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit signed integer channel image logical and with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAndC_32s_C4IR

public static int nppiAndC_32s_C4IR(TypedPointer<Npp32s> pConstants,
                                    TypedPointer<Npp32s> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit signed integer channel in place image logical and with constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOrC_8u_C1R

public static int nppiOrC_8u_C1R(TypedPointer<Npp8u> pSrc1,
                                 int nSrc1Step,
                                 byte nConstant,
                                 TypedPointer<Npp8u> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)
 One 8-bit unsigned char channel image logical or with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOrC_8u_C1IR

public static int nppiOrC_8u_C1IR(byte nConstant,
                                  TypedPointer<Npp8u> pSrcDst,
                                  int nSrcDstStep,
                                  NppiSize oSizeROI)
 One 8-bit unsigned char channel in place image logical or with constant.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOrC_8u_C3R

public static int nppiOrC_8u_C3R(TypedPointer<Npp8u> pSrc1,
                                 int nSrc1Step,
                                 TypedPointer<Npp8u> pConstants,
                                 TypedPointer<Npp8u> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)
 Three 8-bit unsigned char channel image logical or with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOrC_8u_C3IR

public static int nppiOrC_8u_C3IR(TypedPointer<Npp8u> pConstants,
                                  TypedPointer<Npp8u> pSrcDst,
                                  int nSrcDstStep,
                                  NppiSize oSizeROI)
 Three 8-bit unsigned char channel in place image logical or with constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOrC_8u_AC4R

public static int nppiOrC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp8u> pConstants,
                                  TypedPointer<Npp8u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Four 8-bit unsigned char channel image logical or with constant with unmodified alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOrC_8u_AC4IR

public static int nppiOrC_8u_AC4IR(TypedPointer<Npp8u> pConstants,
                                   TypedPointer<Npp8u> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image logical or with constant with unmodified alpha.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOrC_8u_C4R

public static int nppiOrC_8u_C4R(TypedPointer<Npp8u> pSrc1,
                                 int nSrc1Step,
                                 TypedPointer<Npp8u> pConstants,
                                 TypedPointer<Npp8u> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)
 Four 8-bit unsigned char channel image logical or with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOrC_8u_C4IR

public static int nppiOrC_8u_C4IR(TypedPointer<Npp8u> pConstants,
                                  TypedPointer<Npp8u> pSrcDst,
                                  int nSrcDstStep,
                                  NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image logical or with constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOrC_16u_C1R

public static int nppiOrC_16u_C1R(TypedPointer<Npp16u> pSrc1,
                                  int nSrc1Step,
                                  short nConstant,
                                  TypedPointer<Npp16u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 One 16-bit unsigned short channel image logical or with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOrC_16u_C1IR

public static int nppiOrC_16u_C1IR(short nConstant,
                                   TypedPointer<Npp16u> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 One 16-bit unsigned short channel in place image logical or with constant.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOrC_16u_C3R

public static int nppiOrC_16u_C3R(TypedPointer<Npp16u> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp16u> pConstants,
                                  TypedPointer<Npp16u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Three 16-bit unsigned short channel image logical or with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOrC_16u_C3IR

public static int nppiOrC_16u_C3IR(TypedPointer<Npp16u> pConstants,
                                   TypedPointer<Npp16u> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Three 16-bit unsigned short channel in place image logical or with constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOrC_16u_AC4R

public static int nppiOrC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp16u> pConstants,
                                   TypedPointer<Npp16u> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four 16-bit unsigned short channel image logical or with constant with unmodified alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOrC_16u_AC4IR

public static int nppiOrC_16u_AC4IR(TypedPointer<Npp16u> pConstants,
                                    TypedPointer<Npp16u> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image logical or with constant with unmodified alpha.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOrC_16u_C4R

public static int nppiOrC_16u_C4R(TypedPointer<Npp16u> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp16u> pConstants,
                                  TypedPointer<Npp16u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Four 16-bit unsigned short channel image logical or with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOrC_16u_C4IR

public static int nppiOrC_16u_C4IR(TypedPointer<Npp16u> pConstants,
                                   TypedPointer<Npp16u> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image logical or with constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOrC_32s_C1R

public static int nppiOrC_32s_C1R(TypedPointer<Npp32s> pSrc1,
                                  int nSrc1Step,
                                  int nConstant,
                                  TypedPointer<Npp32s> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 One 32-bit signed integer channel image logical or with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOrC_32s_C1IR

public static int nppiOrC_32s_C1IR(int nConstant,
                                   TypedPointer<Npp32s> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 One 32-bit signed integer channel in place image logical or with constant.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOrC_32s_C3R

public static int nppiOrC_32s_C3R(TypedPointer<Npp32s> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp32s> pConstants,
                                  TypedPointer<Npp32s> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Three 32-bit signed integer channel image logical or with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOrC_32s_C3IR

public static int nppiOrC_32s_C3IR(TypedPointer<Npp32s> pConstants,
                                   TypedPointer<Npp32s> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Three 32-bit signed integer channel in place image logical or with constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOrC_32s_AC4R

public static int nppiOrC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32s> pConstants,
                                   TypedPointer<Npp32s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit signed integer channel image logical or with constant with unmodified alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOrC_32s_AC4IR

public static int nppiOrC_32s_AC4IR(TypedPointer<Npp32s> pConstants,
                                    TypedPointer<Npp32s> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit signed integer channel in place image logical or with constant with unmodified alpha.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOrC_32s_C4R

public static int nppiOrC_32s_C4R(TypedPointer<Npp32s> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp32s> pConstants,
                                  TypedPointer<Npp32s> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Four 32-bit signed integer channel image logical or with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOrC_32s_C4IR

public static int nppiOrC_32s_C4IR(TypedPointer<Npp32s> pConstants,
                                   TypedPointer<Npp32s> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit signed integer channel in place image logical or with constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXorC_8u_C1R

public static int nppiXorC_8u_C1R(TypedPointer<Npp8u> pSrc1,
                                  int nSrc1Step,
                                  byte nConstant,
                                  TypedPointer<Npp8u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 One 8-bit unsigned char channel image logical exclusive or with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXorC_8u_C1IR

public static int nppiXorC_8u_C1IR(byte nConstant,
                                   TypedPointer<Npp8u> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 One 8-bit unsigned char channel in place image logical exclusive or with constant.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXorC_8u_C3R

public static int nppiXorC_8u_C3R(TypedPointer<Npp8u> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp8u> pConstants,
                                  TypedPointer<Npp8u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Three 8-bit unsigned char channel image logical exclusive or with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXorC_8u_C3IR

public static int nppiXorC_8u_C3IR(TypedPointer<Npp8u> pConstants,
                                   TypedPointer<Npp8u> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Three 8-bit unsigned char channel in place image logical exclusive or with constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXorC_8u_AC4R

public static int nppiXorC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp8u> pConstants,
                                   TypedPointer<Npp8u> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four 8-bit unsigned char channel image logical exclusive or with constant with unmodified alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXorC_8u_AC4IR

public static int nppiXorC_8u_AC4IR(TypedPointer<Npp8u> pConstants,
                                    TypedPointer<Npp8u> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image logical exclusive or with constant with unmodified alpha.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXorC_8u_C4R

public static int nppiXorC_8u_C4R(TypedPointer<Npp8u> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp8u> pConstants,
                                  TypedPointer<Npp8u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Four 8-bit unsigned char channel image logical exclusive or with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXorC_8u_C4IR

public static int nppiXorC_8u_C4IR(TypedPointer<Npp8u> pConstants,
                                   TypedPointer<Npp8u> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image logical exclusive or with constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXorC_16u_C1R

public static int nppiXorC_16u_C1R(TypedPointer<Npp16u> pSrc1,
                                   int nSrc1Step,
                                   short nConstant,
                                   TypedPointer<Npp16u> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 One 16-bit unsigned short channel image logical exclusive or with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXorC_16u_C1IR

public static int nppiXorC_16u_C1IR(short nConstant,
                                    TypedPointer<Npp16u> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 One 16-bit unsigned short channel in place image logical exclusive or with constant.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXorC_16u_C3R

public static int nppiXorC_16u_C3R(TypedPointer<Npp16u> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp16u> pConstants,
                                   TypedPointer<Npp16u> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Three 16-bit unsigned short channel image logical exclusive or with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXorC_16u_C3IR

public static int nppiXorC_16u_C3IR(TypedPointer<Npp16u> pConstants,
                                    TypedPointer<Npp16u> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Three 16-bit unsigned short channel in place image logical exclusive or with constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXorC_16u_AC4R

public static int nppiXorC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp16u> pConstants,
                                    TypedPointer<Npp16u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Four 16-bit unsigned short channel image logical exclusive or with constant with unmodified alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXorC_16u_AC4IR

public static int nppiXorC_16u_AC4IR(TypedPointer<Npp16u> pConstants,
                                     TypedPointer<Npp16u> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image logical exclusive or with constant with unmodified alpha.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXorC_16u_C4R

public static int nppiXorC_16u_C4R(TypedPointer<Npp16u> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp16u> pConstants,
                                   TypedPointer<Npp16u> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four 16-bit unsigned short channel image logical exclusive or with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXorC_16u_C4IR

public static int nppiXorC_16u_C4IR(TypedPointer<Npp16u> pConstants,
                                    TypedPointer<Npp16u> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image logical exclusive or with constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXorC_32s_C1R

public static int nppiXorC_32s_C1R(TypedPointer<Npp32s> pSrc1,
                                   int nSrc1Step,
                                   int nConstant,
                                   TypedPointer<Npp32s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 One 32-bit signed integer channel image logical exclusive or with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXorC_32s_C1IR

public static int nppiXorC_32s_C1IR(int nConstant,
                                    TypedPointer<Npp32s> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 One 32-bit signed integer channel in place image logical exclusive or with constant.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXorC_32s_C3R

public static int nppiXorC_32s_C3R(TypedPointer<Npp32s> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32s> pConstants,
                                   TypedPointer<Npp32s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Three 32-bit signed integer channel image logical exclusive or with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXorC_32s_C3IR

public static int nppiXorC_32s_C3IR(TypedPointer<Npp32s> pConstants,
                                    TypedPointer<Npp32s> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Three 32-bit signed integer channel in place image logical exclusive or with constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXorC_32s_AC4R

public static int nppiXorC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
                                    int nSrc1Step,
                                    TypedPointer<Npp32s> pConstants,
                                    TypedPointer<Npp32s> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit signed integer channel image logical exclusive or with constant with unmodified alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXorC_32s_AC4IR

public static int nppiXorC_32s_AC4IR(TypedPointer<Npp32s> pConstants,
                                     TypedPointer<Npp32s> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 Four 32-bit signed integer channel in place image logical exclusive or with constant with unmodified alpha.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXorC_32s_C4R

public static int nppiXorC_32s_C4R(TypedPointer<Npp32s> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32s> pConstants,
                                   TypedPointer<Npp32s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit signed integer channel image logical exclusive or with constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXorC_32s_C4IR

public static int nppiXorC_32s_C4IR(TypedPointer<Npp32s> pConstants,
                                    TypedPointer<Npp32s> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit signed integer channel in place image logical exclusive or with constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_8u_C1R

public static int nppiRShiftC_8u_C1R(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     int nConstant,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 One 8-bit unsigned char channel image right shift by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_8u_C1IR

public static int nppiRShiftC_8u_C1IR(int nConstant,
                                      TypedPointer<Npp8u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI)
 One 8-bit unsigned char channel in place image right shift by constant.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_8u_C3R

public static int nppiRShiftC_8u_C3R(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp32u> pConstants,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Three 8-bit unsigned char channel image right shift by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_8u_C3IR

public static int nppiRShiftC_8u_C3IR(TypedPointer<Npp32u> pConstants,
                                      TypedPointer<Npp8u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI)
 Three 8-bit unsigned char channel in place image right shift by constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_8u_AC4R

public static int nppiRShiftC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp32u> pConstants,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 Four 8-bit unsigned char channel image right shift by constant with unmodified alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_8u_AC4IR

public static int nppiRShiftC_8u_AC4IR(TypedPointer<Npp32u> pConstants,
                                       TypedPointer<Npp8u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image right shift by constant with unmodified alpha.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_8u_C4R

public static int nppiRShiftC_8u_C4R(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp32u> pConstants,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Four 8-bit unsigned char channel image right shift by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_8u_C4IR

public static int nppiRShiftC_8u_C4IR(TypedPointer<Npp32u> pConstants,
                                      TypedPointer<Npp8u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image right shift by constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_8s_C1R

public static int nppiRShiftC_8s_C1R(TypedPointer<Npp8s> pSrc1,
                                     int nSrc1Step,
                                     int nConstant,
                                     TypedPointer<Npp8s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 One 8-bit signed char channel image right shift by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_8s_C1IR

public static int nppiRShiftC_8s_C1IR(int nConstant,
                                      TypedPointer<Npp8s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI)
 One 8-bit signed char channel in place image right shift by constant.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_8s_C3R

public static int nppiRShiftC_8s_C3R(TypedPointer<Npp8s> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp32u> pConstants,
                                     TypedPointer<Npp8s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Three 8-bit signed char channel image right shift by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_8s_C3IR

public static int nppiRShiftC_8s_C3IR(TypedPointer<Npp32u> pConstants,
                                      TypedPointer<Npp8s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI)
 Three 8-bit signed char channel in place image right shift by constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_8s_AC4R

public static int nppiRShiftC_8s_AC4R(TypedPointer<Npp8s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp32u> pConstants,
                                      TypedPointer<Npp8s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 Four 8-bit signed char channel image right shift by constant with unmodified alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_8s_AC4IR

public static int nppiRShiftC_8s_AC4IR(TypedPointer<Npp32u> pConstants,
                                       TypedPointer<Npp8s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 Four 8-bit signed char channel in place image right shift by constant with unmodified alpha.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_8s_C4R

public static int nppiRShiftC_8s_C4R(TypedPointer<Npp8s> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp32u> pConstants,
                                     TypedPointer<Npp8s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Four 8-bit signed char channel image right shift by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_8s_C4IR

public static int nppiRShiftC_8s_C4IR(TypedPointer<Npp32u> pConstants,
                                      TypedPointer<Npp8s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI)
 Four 8-bit signed char channel in place image right shift by constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_16u_C1R

public static int nppiRShiftC_16u_C1R(TypedPointer<Npp16u> pSrc1,
                                      int nSrc1Step,
                                      int nConstant,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 One 16-bit unsigned short channel image right shift by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_16u_C1IR

public static int nppiRShiftC_16u_C1IR(int nConstant,
                                       TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 One 16-bit unsigned short channel in place image right shift by constant.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_16u_C3R

public static int nppiRShiftC_16u_C3R(TypedPointer<Npp16u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp32u> pConstants,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 Three 16-bit unsigned short channel image right shift by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_16u_C3IR

public static int nppiRShiftC_16u_C3IR(TypedPointer<Npp32u> pConstants,
                                       TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 Three 16-bit unsigned short channel in place image right shift by constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_16u_AC4R

public static int nppiRShiftC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp32u> pConstants,
                                       TypedPointer<Npp16u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)
 Four 16-bit unsigned short channel image right shift by constant with unmodified alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_16u_AC4IR

public static int nppiRShiftC_16u_AC4IR(TypedPointer<Npp32u> pConstants,
                                        TypedPointer<Npp16u> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image right shift by constant with unmodified alpha.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_16u_C4R

public static int nppiRShiftC_16u_C4R(TypedPointer<Npp16u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp32u> pConstants,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 Four 16-bit unsigned short channel image right shift by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_16u_C4IR

public static int nppiRShiftC_16u_C4IR(TypedPointer<Npp32u> pConstants,
                                       TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image right shift by constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_16s_C1R

public static int nppiRShiftC_16s_C1R(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      int nConstant,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 One 16-bit signed short channel image right shift by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_16s_C1IR

public static int nppiRShiftC_16s_C1IR(int nConstant,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 One 16-bit signed short channel in place image right shift by constant.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_16s_C3R

public static int nppiRShiftC_16s_C3R(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp32u> pConstants,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 Three 16-bit signed short channel image right shift by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_16s_C3IR

public static int nppiRShiftC_16s_C3IR(TypedPointer<Npp32u> pConstants,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 Three 16-bit signed short channel in place image right shift by constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_16s_AC4R

public static int nppiRShiftC_16s_AC4R(TypedPointer<Npp16s> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp32u> pConstants,
                                       TypedPointer<Npp16s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)
 Four 16-bit signed short channel image right shift by constant with unmodified alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_16s_AC4IR

public static int nppiRShiftC_16s_AC4IR(TypedPointer<Npp32u> pConstants,
                                        TypedPointer<Npp16s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI)
 Four 16-bit signed short channel in place image right shift by constant with unmodified alpha.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_16s_C4R

public static int nppiRShiftC_16s_C4R(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp32u> pConstants,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 Four 16-bit signed short channel image right shift by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_16s_C4IR

public static int nppiRShiftC_16s_C4IR(TypedPointer<Npp32u> pConstants,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 Four 16-bit signed short channel in place image right shift by constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_32s_C1R

public static int nppiRShiftC_32s_C1R(TypedPointer<Npp32s> pSrc1,
                                      int nSrc1Step,
                                      int nConstant,
                                      TypedPointer<Npp32s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 One 32-bit signed integer channel image right shift by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_32s_C1IR

public static int nppiRShiftC_32s_C1IR(int nConstant,
                                       TypedPointer<Npp32s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 One 32-bit signed integer channel in place image right shift by constant.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_32s_C3R

public static int nppiRShiftC_32s_C3R(TypedPointer<Npp32s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp32u> pConstants,
                                      TypedPointer<Npp32s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 Three 32-bit signed integer channel image right shift by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_32s_C3IR

public static int nppiRShiftC_32s_C3IR(TypedPointer<Npp32u> pConstants,
                                       TypedPointer<Npp32s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 Three 32-bit signed integer channel in place image right shift by constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_32s_AC4R

public static int nppiRShiftC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp32u> pConstants,
                                       TypedPointer<Npp32s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)
 Four 32-bit signed integer channel image right shift by constant with unmodified alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_32s_AC4IR

public static int nppiRShiftC_32s_AC4IR(TypedPointer<Npp32u> pConstants,
                                        TypedPointer<Npp32s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI)
 Four 32-bit signed integer channel in place image right shift by constant with unmodified alpha.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_32s_C4R

public static int nppiRShiftC_32s_C4R(TypedPointer<Npp32s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp32u> pConstants,
                                      TypedPointer<Npp32s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 Four 32-bit signed integer channel image right shift by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRShiftC_32s_C4IR

public static int nppiRShiftC_32s_C4IR(TypedPointer<Npp32u> pConstants,
                                       TypedPointer<Npp32s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 Four 32-bit signed integer channel in place image right shift by constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLShiftC_8u_C1R

public static int nppiLShiftC_8u_C1R(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     int nConstant,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 One 8-bit unsigned char channel image left shift by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLShiftC_8u_C1IR

public static int nppiLShiftC_8u_C1IR(int nConstant,
                                      TypedPointer<Npp8u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI)
 One 8-bit unsigned char channel in place image left shift by constant.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLShiftC_8u_C3R

public static int nppiLShiftC_8u_C3R(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp32u> pConstants,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Three 8-bit unsigned char channel image left shift by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLShiftC_8u_C3IR

public static int nppiLShiftC_8u_C3IR(TypedPointer<Npp32u> pConstants,
                                      TypedPointer<Npp8u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI)
 Three 8-bit unsigned char channel in place image left shift by constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLShiftC_8u_AC4R

public static int nppiLShiftC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp32u> pConstants,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 Four 8-bit unsigned char channel image left shift by constant with unmodified alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLShiftC_8u_AC4IR

public static int nppiLShiftC_8u_AC4IR(TypedPointer<Npp32u> pConstants,
                                       TypedPointer<Npp8u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image left shift by constant with unmodified alpha.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLShiftC_8u_C4R

public static int nppiLShiftC_8u_C4R(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp32u> pConstants,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Four 8-bit unsigned char channel image left shift by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLShiftC_8u_C4IR

public static int nppiLShiftC_8u_C4IR(TypedPointer<Npp32u> pConstants,
                                      TypedPointer<Npp8u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image left shift by constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLShiftC_16u_C1R

public static int nppiLShiftC_16u_C1R(TypedPointer<Npp16u> pSrc1,
                                      int nSrc1Step,
                                      int nConstant,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 One 16-bit unsigned short channel image left shift by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLShiftC_16u_C1IR

public static int nppiLShiftC_16u_C1IR(int nConstant,
                                       TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 One 16-bit unsigned short channel in place image left shift by constant.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLShiftC_16u_C3R

public static int nppiLShiftC_16u_C3R(TypedPointer<Npp16u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp32u> pConstants,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 Three 16-bit unsigned short channel image left shift by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLShiftC_16u_C3IR

public static int nppiLShiftC_16u_C3IR(TypedPointer<Npp32u> pConstants,
                                       TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 Three 16-bit unsigned short channel in place image left shift by constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLShiftC_16u_AC4R

public static int nppiLShiftC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp32u> pConstants,
                                       TypedPointer<Npp16u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)
 Four 16-bit unsigned short channel image left shift by constant with unmodified alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLShiftC_16u_AC4IR

public static int nppiLShiftC_16u_AC4IR(TypedPointer<Npp32u> pConstants,
                                        TypedPointer<Npp16u> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image left shift by constant with unmodified alpha.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLShiftC_16u_C4R

public static int nppiLShiftC_16u_C4R(TypedPointer<Npp16u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp32u> pConstants,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 Four 16-bit unsigned short channel image left shift by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLShiftC_16u_C4IR

public static int nppiLShiftC_16u_C4IR(TypedPointer<Npp32u> pConstants,
                                       TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image left shift by constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLShiftC_32s_C1R

public static int nppiLShiftC_32s_C1R(TypedPointer<Npp32s> pSrc1,
                                      int nSrc1Step,
                                      int nConstant,
                                      TypedPointer<Npp32s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 One 32-bit signed integer channel image left shift by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nConstant - Constant.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLShiftC_32s_C1IR

public static int nppiLShiftC_32s_C1IR(int nConstant,
                                       TypedPointer<Npp32s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 One 32-bit signed integer channel in place image left shift by constant.

Parameters:
nConstant - Constant.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLShiftC_32s_C3R

public static int nppiLShiftC_32s_C3R(TypedPointer<Npp32s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp32u> pConstants,
                                      TypedPointer<Npp32s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 Three 32-bit signed integer channel image left shift by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLShiftC_32s_C3IR

public static int nppiLShiftC_32s_C3IR(TypedPointer<Npp32u> pConstants,
                                       TypedPointer<Npp32s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 Three 32-bit signed integer channel in place image left shift by constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLShiftC_32s_AC4R

public static int nppiLShiftC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp32u> pConstants,
                                       TypedPointer<Npp32s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)
 Four 32-bit signed integer channel image left shift by constant with unmodified alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLShiftC_32s_AC4IR

public static int nppiLShiftC_32s_AC4IR(TypedPointer<Npp32u> pConstants,
                                        TypedPointer<Npp32s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI)
 Four 32-bit signed integer channel in place image left shift by constant with unmodified alpha.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLShiftC_32s_C4R

public static int nppiLShiftC_32s_C4R(TypedPointer<Npp32s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp32u> pConstants,
                                      TypedPointer<Npp32s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 Four 32-bit signed integer channel image left shift by constant.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLShiftC_32s_C4IR

public static int nppiLShiftC_32s_C4IR(TypedPointer<Npp32u> pConstants,
                                       TypedPointer<Npp32s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 Four 32-bit signed integer channel in place image left shift by constant.

Parameters:
pConstants - pointer to a list of constant values, one per channel.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAnd_8u_C1R

public static int nppiAnd_8u_C1R(TypedPointer<Npp8u> pSrc1,
                                 int nSrc1Step,
                                 TypedPointer<Npp8u> pSrc2,
                                 int nSrc2Step,
                                 TypedPointer<Npp8u> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)
 One 8-bit unsigned char channel image logical and.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAnd_8u_C1IR

public static int nppiAnd_8u_C1IR(TypedPointer<Npp8u> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp8u> pSrcDst,
                                  int nSrcDstStep,
                                  NppiSize oSizeROI)
 One 8-bit unsigned char channel in place image logical and.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAnd_8u_C3R

public static int nppiAnd_8u_C3R(TypedPointer<Npp8u> pSrc1,
                                 int nSrc1Step,
                                 TypedPointer<Npp8u> pSrc2,
                                 int nSrc2Step,
                                 TypedPointer<Npp8u> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)
 Three 8-bit unsigned char channel image logical and.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAnd_8u_C3IR

public static int nppiAnd_8u_C3IR(TypedPointer<Npp8u> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp8u> pSrcDst,
                                  int nSrcDstStep,
                                  NppiSize oSizeROI)
 Three 8-bit unsigned char channel in place image logical and.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAnd_8u_AC4R

public static int nppiAnd_8u_AC4R(TypedPointer<Npp8u> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp8u> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp8u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Four 8-bit unsigned char channel image logical and with unmodified alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAnd_8u_AC4IR

public static int nppiAnd_8u_AC4IR(TypedPointer<Npp8u> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp8u> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image logical and with unmodified alpha.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAnd_8u_C4R

public static int nppiAnd_8u_C4R(TypedPointer<Npp8u> pSrc1,
                                 int nSrc1Step,
                                 TypedPointer<Npp8u> pSrc2,
                                 int nSrc2Step,
                                 TypedPointer<Npp8u> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)
 Four 8-bit unsigned char channel image logical and.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAnd_8u_C4IR

public static int nppiAnd_8u_C4IR(TypedPointer<Npp8u> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp8u> pSrcDst,
                                  int nSrcDstStep,
                                  NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image logical and.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAnd_16u_C1R

public static int nppiAnd_16u_C1R(TypedPointer<Npp16u> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp16u> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp16u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 One 16-bit unsigned short channel image logical and.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAnd_16u_C1IR

public static int nppiAnd_16u_C1IR(TypedPointer<Npp16u> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp16u> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 One 16-bit unsigned short channel in place image logical and.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAnd_16u_C3R

public static int nppiAnd_16u_C3R(TypedPointer<Npp16u> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp16u> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp16u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Three 16-bit unsigned short channel image logical and.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAnd_16u_C3IR

public static int nppiAnd_16u_C3IR(TypedPointer<Npp16u> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp16u> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Three 16-bit unsigned short channel in place image logical and.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAnd_16u_AC4R

public static int nppiAnd_16u_AC4R(TypedPointer<Npp16u> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp16u> pSrc2,
                                   int nSrc2Step,
                                   TypedPointer<Npp16u> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four 16-bit unsigned short channel image logical and with unmodified alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAnd_16u_AC4IR

public static int nppiAnd_16u_AC4IR(TypedPointer<Npp16u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp16u> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image logical and with unmodified alpha.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAnd_16u_C4R

public static int nppiAnd_16u_C4R(TypedPointer<Npp16u> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp16u> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp16u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Four 16-bit unsigned short channel image logical and.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAnd_16u_C4IR

public static int nppiAnd_16u_C4IR(TypedPointer<Npp16u> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp16u> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image logical and.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAnd_32s_C1R

public static int nppiAnd_32s_C1R(TypedPointer<Npp32s> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp32s> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp32s> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 One 32-bit signed integer channel image logical and.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAnd_32s_C1IR

public static int nppiAnd_32s_C1IR(TypedPointer<Npp32s> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp32s> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 One 32-bit signed integer channel in place image logical and.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAnd_32s_C3R

public static int nppiAnd_32s_C3R(TypedPointer<Npp32s> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp32s> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp32s> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Three 32-bit signed integer channel image logical and.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAnd_32s_C3IR

public static int nppiAnd_32s_C3IR(TypedPointer<Npp32s> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp32s> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Three 32-bit signed integer channel in place image logical and.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAnd_32s_AC4R

public static int nppiAnd_32s_AC4R(TypedPointer<Npp32s> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32s> pSrc2,
                                   int nSrc2Step,
                                   TypedPointer<Npp32s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit signed integer channel image logical and with unmodified alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAnd_32s_AC4IR

public static int nppiAnd_32s_AC4IR(TypedPointer<Npp32s> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32s> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit signed integer channel in place image logical and with unmodified alpha.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAnd_32s_C4R

public static int nppiAnd_32s_C4R(TypedPointer<Npp32s> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp32s> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp32s> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Four 32-bit signed integer channel image logical and.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAnd_32s_C4IR

public static int nppiAnd_32s_C4IR(TypedPointer<Npp32s> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp32s> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit signed integer channel in place image logical and.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOr_8u_C1R

public static int nppiOr_8u_C1R(TypedPointer<Npp8u> pSrc1,
                                int nSrc1Step,
                                TypedPointer<Npp8u> pSrc2,
                                int nSrc2Step,
                                TypedPointer<Npp8u> pDst,
                                int nDstStep,
                                NppiSize oSizeROI)
 One 8-bit unsigned char channel image logical or.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOr_8u_C1IR

public static int nppiOr_8u_C1IR(TypedPointer<Npp8u> pSrc,
                                 int nSrcStep,
                                 TypedPointer<Npp8u> pSrcDst,
                                 int nSrcDstStep,
                                 NppiSize oSizeROI)
 One 8-bit unsigned char channel in place image logical or.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOr_8u_C3R

public static int nppiOr_8u_C3R(TypedPointer<Npp8u> pSrc1,
                                int nSrc1Step,
                                TypedPointer<Npp8u> pSrc2,
                                int nSrc2Step,
                                TypedPointer<Npp8u> pDst,
                                int nDstStep,
                                NppiSize oSizeROI)
 Three 8-bit unsigned char channel image logical or.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOr_8u_C3IR

public static int nppiOr_8u_C3IR(TypedPointer<Npp8u> pSrc,
                                 int nSrcStep,
                                 TypedPointer<Npp8u> pSrcDst,
                                 int nSrcDstStep,
                                 NppiSize oSizeROI)
 Three 8-bit unsigned char channel in place image logical or.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOr_8u_AC4R

public static int nppiOr_8u_AC4R(TypedPointer<Npp8u> pSrc1,
                                 int nSrc1Step,
                                 TypedPointer<Npp8u> pSrc2,
                                 int nSrc2Step,
                                 TypedPointer<Npp8u> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)
 Four 8-bit unsigned char channel image logical or with unmodified alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOr_8u_AC4IR

public static int nppiOr_8u_AC4IR(TypedPointer<Npp8u> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp8u> pSrcDst,
                                  int nSrcDstStep,
                                  NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image logical or with unmodified alpha.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOr_8u_C4R

public static int nppiOr_8u_C4R(TypedPointer<Npp8u> pSrc1,
                                int nSrc1Step,
                                TypedPointer<Npp8u> pSrc2,
                                int nSrc2Step,
                                TypedPointer<Npp8u> pDst,
                                int nDstStep,
                                NppiSize oSizeROI)
 Four 8-bit unsigned char channel image logical or.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOr_8u_C4IR

public static int nppiOr_8u_C4IR(TypedPointer<Npp8u> pSrc,
                                 int nSrcStep,
                                 TypedPointer<Npp8u> pSrcDst,
                                 int nSrcDstStep,
                                 NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image logical or.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOr_16u_C1R

public static int nppiOr_16u_C1R(TypedPointer<Npp16u> pSrc1,
                                 int nSrc1Step,
                                 TypedPointer<Npp16u> pSrc2,
                                 int nSrc2Step,
                                 TypedPointer<Npp16u> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)
 One 16-bit unsigned short channel image logical or.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOr_16u_C1IR

public static int nppiOr_16u_C1IR(TypedPointer<Npp16u> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp16u> pSrcDst,
                                  int nSrcDstStep,
                                  NppiSize oSizeROI)
 One 16-bit unsigned short channel in place image logical or.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOr_16u_C3R

public static int nppiOr_16u_C3R(TypedPointer<Npp16u> pSrc1,
                                 int nSrc1Step,
                                 TypedPointer<Npp16u> pSrc2,
                                 int nSrc2Step,
                                 TypedPointer<Npp16u> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)
 Three 16-bit unsigned short channel image logical or.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOr_16u_C3IR

public static int nppiOr_16u_C3IR(TypedPointer<Npp16u> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp16u> pSrcDst,
                                  int nSrcDstStep,
                                  NppiSize oSizeROI)
 Three 16-bit unsigned short channel in place image logical or.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOr_16u_AC4R

public static int nppiOr_16u_AC4R(TypedPointer<Npp16u> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp16u> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp16u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Four 16-bit unsigned short channel image logical or with unmodified alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOr_16u_AC4IR

public static int nppiOr_16u_AC4IR(TypedPointer<Npp16u> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp16u> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image logical or with unmodified alpha.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOr_16u_C4R

public static int nppiOr_16u_C4R(TypedPointer<Npp16u> pSrc1,
                                 int nSrc1Step,
                                 TypedPointer<Npp16u> pSrc2,
                                 int nSrc2Step,
                                 TypedPointer<Npp16u> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)
 Four 16-bit unsigned short channel image logical or.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOr_16u_C4IR

public static int nppiOr_16u_C4IR(TypedPointer<Npp16u> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp16u> pSrcDst,
                                  int nSrcDstStep,
                                  NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image logical or.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOr_32s_C1R

public static int nppiOr_32s_C1R(TypedPointer<Npp32s> pSrc1,
                                 int nSrc1Step,
                                 TypedPointer<Npp32s> pSrc2,
                                 int nSrc2Step,
                                 TypedPointer<Npp32s> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)
 One 32-bit signed integer channel image logical or.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOr_32s_C1IR

public static int nppiOr_32s_C1IR(TypedPointer<Npp32s> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp32s> pSrcDst,
                                  int nSrcDstStep,
                                  NppiSize oSizeROI)
 One 32-bit signed integer channel in place image logical or.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOr_32s_C3R

public static int nppiOr_32s_C3R(TypedPointer<Npp32s> pSrc1,
                                 int nSrc1Step,
                                 TypedPointer<Npp32s> pSrc2,
                                 int nSrc2Step,
                                 TypedPointer<Npp32s> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)
 Three 32-bit signed integer channel image logical or.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOr_32s_C3IR

public static int nppiOr_32s_C3IR(TypedPointer<Npp32s> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp32s> pSrcDst,
                                  int nSrcDstStep,
                                  NppiSize oSizeROI)
 Three 32-bit signed integer channel in place image logical or.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOr_32s_AC4R

public static int nppiOr_32s_AC4R(TypedPointer<Npp32s> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp32s> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp32s> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Four 32-bit signed integer channel image logical or with unmodified alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOr_32s_AC4IR

public static int nppiOr_32s_AC4IR(TypedPointer<Npp32s> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp32s> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit signed integer channel in place image logical or with unmodified alpha.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOr_32s_C4R

public static int nppiOr_32s_C4R(TypedPointer<Npp32s> pSrc1,
                                 int nSrc1Step,
                                 TypedPointer<Npp32s> pSrc2,
                                 int nSrc2Step,
                                 TypedPointer<Npp32s> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)
 Four 32-bit signed integer channel image logical or.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiOr_32s_C4IR

public static int nppiOr_32s_C4IR(TypedPointer<Npp32s> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp32s> pSrcDst,
                                  int nSrcDstStep,
                                  NppiSize oSizeROI)
 Four 32-bit signed integer channel in place image logical or.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXor_8u_C1R

public static int nppiXor_8u_C1R(TypedPointer<Npp8u> pSrc1,
                                 int nSrc1Step,
                                 TypedPointer<Npp8u> pSrc2,
                                 int nSrc2Step,
                                 TypedPointer<Npp8u> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)
 One 8-bit unsigned char channel image logical exclusive or.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXor_8u_C1IR

public static int nppiXor_8u_C1IR(TypedPointer<Npp8u> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp8u> pSrcDst,
                                  int nSrcDstStep,
                                  NppiSize oSizeROI)
 One 8-bit unsigned char channel in place image logical exclusive or.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXor_8u_C3R

public static int nppiXor_8u_C3R(TypedPointer<Npp8u> pSrc1,
                                 int nSrc1Step,
                                 TypedPointer<Npp8u> pSrc2,
                                 int nSrc2Step,
                                 TypedPointer<Npp8u> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)
 Three 8-bit unsigned char channel image logical exclusive or.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXor_8u_C3IR

public static int nppiXor_8u_C3IR(TypedPointer<Npp8u> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp8u> pSrcDst,
                                  int nSrcDstStep,
                                  NppiSize oSizeROI)
 Three 8-bit unsigned char channel in place image logical exclusive or.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXor_8u_AC4R

public static int nppiXor_8u_AC4R(TypedPointer<Npp8u> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp8u> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp8u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Four 8-bit unsigned char channel image logical exclusive or with unmodified alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXor_8u_AC4IR

public static int nppiXor_8u_AC4IR(TypedPointer<Npp8u> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp8u> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image logical exclusive or with unmodified alpha.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXor_8u_C4R

public static int nppiXor_8u_C4R(TypedPointer<Npp8u> pSrc1,
                                 int nSrc1Step,
                                 TypedPointer<Npp8u> pSrc2,
                                 int nSrc2Step,
                                 TypedPointer<Npp8u> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)
 Four 8-bit unsigned char channel image logical exclusive or.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXor_8u_C4IR

public static int nppiXor_8u_C4IR(TypedPointer<Npp8u> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp8u> pSrcDst,
                                  int nSrcDstStep,
                                  NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image logical exclusive or.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXor_16u_C1R

public static int nppiXor_16u_C1R(TypedPointer<Npp16u> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp16u> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp16u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 One 16-bit unsigned short channel image logical exclusive or.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXor_16u_C1IR

public static int nppiXor_16u_C1IR(TypedPointer<Npp16u> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp16u> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 One 16-bit unsigned short channel in place image logical exclusive or.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXor_16u_C3R

public static int nppiXor_16u_C3R(TypedPointer<Npp16u> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp16u> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp16u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Three 16-bit unsigned short channel image logical exclusive or.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXor_16u_C3IR

public static int nppiXor_16u_C3IR(TypedPointer<Npp16u> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp16u> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Three 16-bit unsigned short channel in place image logical exclusive or.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXor_16u_AC4R

public static int nppiXor_16u_AC4R(TypedPointer<Npp16u> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp16u> pSrc2,
                                   int nSrc2Step,
                                   TypedPointer<Npp16u> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four 16-bit unsigned short channel image logical exclusive or with unmodified alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXor_16u_AC4IR

public static int nppiXor_16u_AC4IR(TypedPointer<Npp16u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp16u> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image logical exclusive or with unmodified alpha.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXor_16u_C4R

public static int nppiXor_16u_C4R(TypedPointer<Npp16u> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp16u> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp16u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Four 16-bit unsigned short channel image logical exclusive or.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXor_16u_C4IR

public static int nppiXor_16u_C4IR(TypedPointer<Npp16u> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp16u> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image logical exclusive or.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXor_32s_C1R

public static int nppiXor_32s_C1R(TypedPointer<Npp32s> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp32s> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp32s> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 One 32-bit signed integer channel image logical exclusive or.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXor_32s_C1IR

public static int nppiXor_32s_C1IR(TypedPointer<Npp32s> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp32s> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 One 32-bit signed integer channel in place image logical exclusive or.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXor_32s_C3R

public static int nppiXor_32s_C3R(TypedPointer<Npp32s> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp32s> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp32s> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Three 32-bit signed integer channel image logical exclusive or.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXor_32s_C3IR

public static int nppiXor_32s_C3IR(TypedPointer<Npp32s> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp32s> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Three 32-bit signed integer channel in place image logical exclusive or.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXor_32s_AC4R

public static int nppiXor_32s_AC4R(TypedPointer<Npp32s> pSrc1,
                                   int nSrc1Step,
                                   TypedPointer<Npp32s> pSrc2,
                                   int nSrc2Step,
                                   TypedPointer<Npp32s> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit signed integer channel image logical exclusive or with unmodified alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXor_32s_AC4IR

public static int nppiXor_32s_AC4IR(TypedPointer<Npp32s> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp32s> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit signed integer channel in place image logical exclusive or with unmodified alpha.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXor_32s_C4R

public static int nppiXor_32s_C4R(TypedPointer<Npp32s> pSrc1,
                                  int nSrc1Step,
                                  TypedPointer<Npp32s> pSrc2,
                                  int nSrc2Step,
                                  TypedPointer<Npp32s> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Four 32-bit signed integer channel image logical exclusive or.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiXor_32s_C4IR

public static int nppiXor_32s_C4IR(TypedPointer<Npp32s> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp32s> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit signed integer channel in place image logical exclusive or.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiNot_8u_C1R

public static int nppiNot_8u_C1R(TypedPointer<Npp8u> pSrc,
                                 int nSrcStep,
                                 TypedPointer<Npp8u> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)
 One 8-bit unsigned char channel image logical not.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiNot_8u_C1IR

public static int nppiNot_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
                                  int nSrcDstStep,
                                  NppiSize oSizeROI)
 One 8-bit unsigned char channel in place image logical not.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiNot_8u_C3R

public static int nppiNot_8u_C3R(TypedPointer<Npp8u> pSrc,
                                 int nSrcStep,
                                 TypedPointer<Npp8u> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)
 Three 8-bit unsigned char channel image logical not.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiNot_8u_C3IR

public static int nppiNot_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
                                  int nSrcDstStep,
                                  NppiSize oSizeROI)
 Three 8-bit unsigned char channel in place image logical not.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiNot_8u_AC4R

public static int nppiNot_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                  int nSrcStep,
                                  TypedPointer<Npp8u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI)
 Four 8-bit unsigned char channel image logical not with unmodified alpha.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiNot_8u_AC4IR

public static int nppiNot_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image logical not with unmodified alpha.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiNot_8u_C4R

public static int nppiNot_8u_C4R(TypedPointer<Npp8u> pSrc,
                                 int nSrcStep,
                                 TypedPointer<Npp8u> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)
 Four 8-bit unsigned char channel image logical not.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiNot_8u_C4IR

public static int nppiNot_8u_C4IR(TypedPointer<Npp8u> pSrcDst,
                                  int nSrcDstStep,
                                  NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image logical not.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaCompC_8u_C1R

public static int nppiAlphaCompC_8u_C1R(TypedPointer<Npp8u> pSrc1,
                                        int nSrc1Step,
                                        byte nAlpha1,
                                        TypedPointer<Npp8u> pSrc2,
                                        int nSrc2Step,
                                        byte nAlpha2,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        int eAlphaOp)
 One 8-bit unsigned char channel image composition using constant alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nAlpha1 - Image alpha opacity (0 - max channel pixel value).
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
nAlpha2 - Image alpha opacity (0 - max channel pixel value).
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eAlphaOp - alpha-blending operation..
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaCompC_8u_C3R

public static int nppiAlphaCompC_8u_C3R(TypedPointer<Npp8u> pSrc1,
                                        int nSrc1Step,
                                        byte nAlpha1,
                                        TypedPointer<Npp8u> pSrc2,
                                        int nSrc2Step,
                                        byte nAlpha2,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        int eAlphaOp)
 Three 8-bit unsigned char channel image composition using constant alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nAlpha1 - Image alpha opacity (0 - max channel pixel value).
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
nAlpha2 - Image alpha opacity (0 - max channel pixel value).
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eAlphaOp - alpha-blending operation..
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaCompC_8u_C4R

public static int nppiAlphaCompC_8u_C4R(TypedPointer<Npp8u> pSrc1,
                                        int nSrc1Step,
                                        byte nAlpha1,
                                        TypedPointer<Npp8u> pSrc2,
                                        int nSrc2Step,
                                        byte nAlpha2,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        int eAlphaOp)
 Four 8-bit unsigned char channel image composition using constant alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nAlpha1 - Image alpha opacity (0 - max channel pixel value).
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
nAlpha2 - Image alpha opacity (0 - max channel pixel value).
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eAlphaOp - alpha-blending operation..
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaCompC_8u_AC4R

public static int nppiAlphaCompC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
                                         int nSrc1Step,
                                         byte nAlpha1,
                                         TypedPointer<Npp8u> pSrc2,
                                         int nSrc2Step,
                                         byte nAlpha2,
                                         TypedPointer<Npp8u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI,
                                         int eAlphaOp)
 Four 8-bit unsigned char channel image composition with alpha using constant source alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nAlpha1 - Image alpha opacity (0 - max channel pixel value).
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
nAlpha2 - Image alpha opacity (0 - max channel pixel value).
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eAlphaOp - alpha-blending operation..
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaCompC_8s_C1R

public static int nppiAlphaCompC_8s_C1R(TypedPointer<Npp8s> pSrc1,
                                        int nSrc1Step,
                                        byte nAlpha1,
                                        TypedPointer<Npp8s> pSrc2,
                                        int nSrc2Step,
                                        byte nAlpha2,
                                        TypedPointer<Npp8s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        int eAlphaOp)
 One 8-bit signed char channel image composition using constant alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nAlpha1 - Image alpha opacity (0 - max channel pixel value).
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
nAlpha2 - Image alpha opacity (0 - max channel pixel value).
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eAlphaOp - alpha-blending operation..
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaCompC_16u_C1R

public static int nppiAlphaCompC_16u_C1R(TypedPointer<Npp16u> pSrc1,
                                         int nSrc1Step,
                                         short nAlpha1,
                                         TypedPointer<Npp16u> pSrc2,
                                         int nSrc2Step,
                                         short nAlpha2,
                                         TypedPointer<Npp16u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI,
                                         int eAlphaOp)
 One 16-bit unsigned short channel image composition using constant alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nAlpha1 - Image alpha opacity (0 - max channel pixel value).
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
nAlpha2 - Image alpha opacity (0 - max channel pixel value).
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eAlphaOp - alpha-blending operation..
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaCompC_16u_C3R

public static int nppiAlphaCompC_16u_C3R(TypedPointer<Npp16u> pSrc1,
                                         int nSrc1Step,
                                         short nAlpha1,
                                         TypedPointer<Npp16u> pSrc2,
                                         int nSrc2Step,
                                         short nAlpha2,
                                         TypedPointer<Npp16u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI,
                                         int eAlphaOp)
 Three 16-bit unsigned short channel image composition using constant alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nAlpha1 - Image alpha opacity (0 - max channel pixel value).
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
nAlpha2 - Image alpha opacity (0 - max channel pixel value).
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eAlphaOp - alpha-blending operation..
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaCompC_16u_C4R

public static int nppiAlphaCompC_16u_C4R(TypedPointer<Npp16u> pSrc1,
                                         int nSrc1Step,
                                         short nAlpha1,
                                         TypedPointer<Npp16u> pSrc2,
                                         int nSrc2Step,
                                         short nAlpha2,
                                         TypedPointer<Npp16u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI,
                                         int eAlphaOp)
 Four 16-bit unsigned short channel image composition using constant alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nAlpha1 - Image alpha opacity (0 - max channel pixel value).
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
nAlpha2 - Image alpha opacity (0 - max channel pixel value).
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eAlphaOp - alpha-blending operation..
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaCompC_16u_AC4R

public static int nppiAlphaCompC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
                                          int nSrc1Step,
                                          short nAlpha1,
                                          TypedPointer<Npp16u> pSrc2,
                                          int nSrc2Step,
                                          short nAlpha2,
                                          TypedPointer<Npp16u> pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI,
                                          int eAlphaOp)
 Four 16-bit unsigned short channel image composition with alpha using constant source alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nAlpha1 - Image alpha opacity (0 - max channel pixel value).
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
nAlpha2 - Image alpha opacity (0 - max channel pixel value).
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eAlphaOp - alpha-blending operation..
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaCompC_16s_C1R

public static int nppiAlphaCompC_16s_C1R(TypedPointer<Npp16s> pSrc1,
                                         int nSrc1Step,
                                         short nAlpha1,
                                         TypedPointer<Npp16s> pSrc2,
                                         int nSrc2Step,
                                         short nAlpha2,
                                         TypedPointer<Npp16s> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI,
                                         int eAlphaOp)
 One 16-bit signed short channel image composition using constant alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nAlpha1 - Image alpha opacity (0 - max channel pixel value).
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
nAlpha2 - Image alpha opacity (0 - max channel pixel value).
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eAlphaOp - alpha-blending operation..
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaCompC_32u_C1R

public static int nppiAlphaCompC_32u_C1R(TypedPointer<Npp32u> pSrc1,
                                         int nSrc1Step,
                                         int nAlpha1,
                                         TypedPointer<Npp32u> pSrc2,
                                         int nSrc2Step,
                                         int nAlpha2,
                                         TypedPointer<Npp32u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI,
                                         int eAlphaOp)
 One 32-bit unsigned integer channel image composition using constant alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nAlpha1 - Image alpha opacity (0 - max channel pixel value).
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
nAlpha2 - Image alpha opacity (0 - max channel pixel value).
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eAlphaOp - alpha-blending operation..
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaCompC_32s_C1R

public static int nppiAlphaCompC_32s_C1R(TypedPointer<Npp32s> pSrc1,
                                         int nSrc1Step,
                                         int nAlpha1,
                                         TypedPointer<Npp32s> pSrc2,
                                         int nSrc2Step,
                                         int nAlpha2,
                                         TypedPointer<Npp32s> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI,
                                         int eAlphaOp)
 One 32-bit signed integer channel image composition using constant alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nAlpha1 - Image alpha opacity (0 - max channel pixel value).
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
nAlpha2 - Image alpha opacity (0 - max channel pixel value).
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eAlphaOp - alpha-blending operation..
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaCompC_32f_C1R

public static int nppiAlphaCompC_32f_C1R(TypedPointer<Npp32f> pSrc1,
                                         int nSrc1Step,
                                         float nAlpha1,
                                         TypedPointer<Npp32f> pSrc2,
                                         int nSrc2Step,
                                         float nAlpha2,
                                         TypedPointer<Npp32f> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI,
                                         int eAlphaOp)
 One 32-bit floating point channel image composition using constant alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nAlpha1 - Image alpha opacity (0.0 - 1.0).
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
nAlpha2 - Image alpha opacity (0.0 - 1.0).
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eAlphaOp - alpha-blending operation..
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaPremulC_8u_C1R

public static int nppiAlphaPremulC_8u_C1R(TypedPointer<Npp8u> pSrc1,
                                          int nSrc1Step,
                                          byte nAlpha1,
                                          TypedPointer<Npp8u> pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI)
 One 8-bit unsigned char channel image premultiplication using constant alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nAlpha1 - Image alpha opacity (0 - max channel pixel value).
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaPremulC_8u_C1IR

public static int nppiAlphaPremulC_8u_C1IR(byte nAlpha1,
                                           TypedPointer<Npp8u> pSrcDst,
                                           int nSrcDstStep,
                                           NppiSize oSizeROI)
 One 8-bit unsigned char channel in place image premultiplication using constant alpha.

Parameters:
nAlpha1 - Image alpha opacity (0 - max channel pixel value).
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaPremulC_8u_C3R

public static int nppiAlphaPremulC_8u_C3R(TypedPointer<Npp8u> pSrc1,
                                          int nSrc1Step,
                                          byte nAlpha1,
                                          TypedPointer<Npp8u> pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI)
 Three 8-bit unsigned char channel image premultiplication using constant alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nAlpha1 - Image alpha opacity (0 - max channel pixel value).
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaPremulC_8u_C3IR

public static int nppiAlphaPremulC_8u_C3IR(byte nAlpha1,
                                           TypedPointer<Npp8u> pSrcDst,
                                           int nSrcDstStep,
                                           NppiSize oSizeROI)
 Three 8-bit unsigned char channel in place image premultiplication using constant alpha.

Parameters:
nAlpha1 - Image alpha opacity (0 - max channel pixel value).
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaPremulC_8u_C4R

public static int nppiAlphaPremulC_8u_C4R(TypedPointer<Npp8u> pSrc1,
                                          int nSrc1Step,
                                          byte nAlpha1,
                                          TypedPointer<Npp8u> pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI)
 Four 8-bit unsigned char channel image premultiplication using constant alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nAlpha1 - Image alpha opacity (0 - max channel pixel value).
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaPremulC_8u_C4IR

public static int nppiAlphaPremulC_8u_C4IR(byte nAlpha1,
                                           TypedPointer<Npp8u> pSrcDst,
                                           int nSrcDstStep,
                                           NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image premultiplication using constant alpha.

Parameters:
nAlpha1 - Image alpha opacity (0 - max channel pixel value).
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaPremulC_8u_AC4R

public static int nppiAlphaPremulC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
                                           int nSrc1Step,
                                           byte nAlpha1,
                                           TypedPointer<Npp8u> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI)
 Four 8-bit unsigned char channel image premultiplication with alpha using constant alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nAlpha1 - Image alpha opacity (0 - max channel pixel value).
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaPremulC_8u_AC4IR

public static int nppiAlphaPremulC_8u_AC4IR(byte nAlpha1,
                                            TypedPointer<Npp8u> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image premultiplication with alpha using constant alpha.

Parameters:
nAlpha1 - Image alpha opacity (0 - max channel pixel value).
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaPremulC_16u_C1R

public static int nppiAlphaPremulC_16u_C1R(TypedPointer<Npp16u> pSrc1,
                                           int nSrc1Step,
                                           short nAlpha1,
                                           TypedPointer<Npp16u> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI)
 One 16-bit unsigned short channel image premultiplication using constant alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nAlpha1 - Image alpha opacity (0 - max channel pixel value).
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaPremulC_16u_C1IR

public static int nppiAlphaPremulC_16u_C1IR(short nAlpha1,
                                            TypedPointer<Npp16u> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI)
 One 16-bit unsigned short channel in place image premultiplication using constant alpha.

Parameters:
nAlpha1 - Image alpha opacity (0 - max channel pixel value).
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaPremulC_16u_C3R

public static int nppiAlphaPremulC_16u_C3R(TypedPointer<Npp16u> pSrc1,
                                           int nSrc1Step,
                                           short nAlpha1,
                                           TypedPointer<Npp16u> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI)
 Three 16-bit unsigned short channel image premultiplication using constant alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nAlpha1 - Image alpha opacity (0 - max channel pixel value).
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaPremulC_16u_C3IR

public static int nppiAlphaPremulC_16u_C3IR(short nAlpha1,
                                            TypedPointer<Npp16u> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI)
 Three 16-bit unsigned short channel in place image premultiplication using constant alpha.

Parameters:
nAlpha1 - Image alpha opacity (0 - max channel pixel value).
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaPremulC_16u_C4R

public static int nppiAlphaPremulC_16u_C4R(TypedPointer<Npp16u> pSrc1,
                                           int nSrc1Step,
                                           short nAlpha1,
                                           TypedPointer<Npp16u> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI)
 Four 16-bit unsigned short channel image premultiplication using constant alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nAlpha1 - Image alpha opacity (0 - max channel pixel value).
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaPremulC_16u_C4IR

public static int nppiAlphaPremulC_16u_C4IR(short nAlpha1,
                                            TypedPointer<Npp16u> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image premultiplication using constant alpha.

Parameters:
nAlpha1 - Image alpha opacity (0 - max channel pixel value).
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaPremulC_16u_AC4R

public static int nppiAlphaPremulC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
                                            int nSrc1Step,
                                            short nAlpha1,
                                            TypedPointer<Npp16u> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI)
 Four 16-bit unsigned short channel image premultiplication with alpha using constant alpha.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
nAlpha1 - Image alpha opacity (0 - max channel pixel value).
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaPremulC_16u_AC4IR

public static int nppiAlphaPremulC_16u_AC4IR(short nAlpha1,
                                             TypedPointer<Npp16u> pSrcDst,
                                             int nSrcDstStep,
                                             NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image premultiplication with alpha using constant alpha.

Parameters:
nAlpha1 - Image alpha opacity (0 - max channel pixel value).
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaComp_8u_AC1R

public static int nppiAlphaComp_8u_AC1R(TypedPointer<Npp8u> pSrc1,
                                        int nSrc1Step,
                                        TypedPointer<Npp8u> pSrc2,
                                        int nSrc2Step,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        int eAlphaOp)
 One 8-bit unsigned char channel image composition using image alpha values (0 - max channel pixel value).

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eAlphaOp - alpha-blending operation..
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaComp_8u_AC4R

public static int nppiAlphaComp_8u_AC4R(TypedPointer<Npp8u> pSrc1,
                                        int nSrc1Step,
                                        TypedPointer<Npp8u> pSrc2,
                                        int nSrc2Step,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        int eAlphaOp)
 Four 8-bit unsigned char channel image composition using image alpha values (0 - max channel pixel value).

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eAlphaOp - alpha-blending operation..
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaComp_8s_AC1R

public static int nppiAlphaComp_8s_AC1R(TypedPointer<Npp8s> pSrc1,
                                        int nSrc1Step,
                                        TypedPointer<Npp8s> pSrc2,
                                        int nSrc2Step,
                                        TypedPointer<Npp8s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        int eAlphaOp)
 One 8-bit signed char channel image composition using image alpha values (0 - max channel pixel value).

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eAlphaOp - alpha-blending operation..
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaComp_16u_AC1R

public static int nppiAlphaComp_16u_AC1R(TypedPointer<Npp16u> pSrc1,
                                         int nSrc1Step,
                                         TypedPointer<Npp16u> pSrc2,
                                         int nSrc2Step,
                                         TypedPointer<Npp16u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI,
                                         int eAlphaOp)
 One 16-bit unsigned short channel image composition using image alpha values (0 - max channel pixel value).

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eAlphaOp - alpha-blending operation..
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaComp_16u_AC4R

public static int nppiAlphaComp_16u_AC4R(TypedPointer<Npp16u> pSrc1,
                                         int nSrc1Step,
                                         TypedPointer<Npp16u> pSrc2,
                                         int nSrc2Step,
                                         TypedPointer<Npp16u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI,
                                         int eAlphaOp)
 Four 16-bit unsigned short channel image composition using image alpha values (0 - max channel pixel value).

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eAlphaOp - alpha-blending operation..
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaComp_16s_AC1R

public static int nppiAlphaComp_16s_AC1R(TypedPointer<Npp16s> pSrc1,
                                         int nSrc1Step,
                                         TypedPointer<Npp16s> pSrc2,
                                         int nSrc2Step,
                                         TypedPointer<Npp16s> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI,
                                         int eAlphaOp)
 One 16-bit signed short channel image composition using image alpha values (0 - max channel pixel value).

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eAlphaOp - alpha-blending operation..
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaComp_32u_AC1R

public static int nppiAlphaComp_32u_AC1R(TypedPointer<Npp32u> pSrc1,
                                         int nSrc1Step,
                                         TypedPointer<Npp32u> pSrc2,
                                         int nSrc2Step,
                                         TypedPointer<Npp32u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI,
                                         int eAlphaOp)
 One 32-bit unsigned integer channel image composition using image alpha values (0 - max channel pixel value).

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eAlphaOp - alpha-blending operation..
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaComp_32u_AC4R

public static int nppiAlphaComp_32u_AC4R(TypedPointer<Npp32u> pSrc1,
                                         int nSrc1Step,
                                         TypedPointer<Npp32u> pSrc2,
                                         int nSrc2Step,
                                         TypedPointer<Npp32u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI,
                                         int eAlphaOp)
 Four 32-bit unsigned integer channel image composition using image alpha values (0 - max channel pixel value).

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eAlphaOp - alpha-blending operation..
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaComp_32s_AC1R

public static int nppiAlphaComp_32s_AC1R(TypedPointer<Npp32s> pSrc1,
                                         int nSrc1Step,
                                         TypedPointer<Npp32s> pSrc2,
                                         int nSrc2Step,
                                         TypedPointer<Npp32s> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI,
                                         int eAlphaOp)
 One 32-bit signed integer channel image composition using image alpha values (0 - max channel pixel value).

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eAlphaOp - alpha-blending operation..
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaComp_32s_AC4R

public static int nppiAlphaComp_32s_AC4R(TypedPointer<Npp32s> pSrc1,
                                         int nSrc1Step,
                                         TypedPointer<Npp32s> pSrc2,
                                         int nSrc2Step,
                                         TypedPointer<Npp32s> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI,
                                         int eAlphaOp)
 Four 32-bit signed integer channel image composition using image alpha values (0 - max channel pixel value).

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eAlphaOp - alpha-blending operation..
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaComp_32f_AC1R

public static int nppiAlphaComp_32f_AC1R(TypedPointer<Npp32f> pSrc1,
                                         int nSrc1Step,
                                         TypedPointer<Npp32f> pSrc2,
                                         int nSrc2Step,
                                         TypedPointer<Npp32f> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI,
                                         int eAlphaOp)
 One 32-bit floating point channel image composition using image alpha values (0.0 - 1.0).

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eAlphaOp - alpha-blending operation..
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaComp_32f_AC4R

public static int nppiAlphaComp_32f_AC4R(TypedPointer<Npp32f> pSrc1,
                                         int nSrc1Step,
                                         TypedPointer<Npp32f> pSrc2,
                                         int nSrc2Step,
                                         TypedPointer<Npp32f> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI,
                                         int eAlphaOp)
 Four 32-bit floating point channel image composition using image alpha values (0.0 - 1.0).

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eAlphaOp - alpha-blending operation..
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaPremul_8u_AC4R

public static int nppiAlphaPremul_8u_AC4R(TypedPointer<Npp8u> pSrc1,
                                          int nSrc1Step,
                                          TypedPointer<Npp8u> pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI)
 Four 8-bit unsigned char channel image premultiplication with pixel alpha (0 - max channel pixel value).

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaPremul_8u_AC4IR

public static int nppiAlphaPremul_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
                                           int nSrcDstStep,
                                           NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image premultiplication with pixel alpha (0 - max channel pixel value).

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaPremul_16u_AC4R

public static int nppiAlphaPremul_16u_AC4R(TypedPointer<Npp16u> pSrc1,
                                           int nSrc1Step,
                                           TypedPointer<Npp16u> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI)
 Four 16-bit unsigned short channel image premultiplication with pixel alpha (0 - max channel pixel value).

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaPremul_16u_AC4IR

public static int nppiAlphaPremul_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image premultiplication with pixel alpha (0 - max channel pixel value).

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiThreshold_32f_C1R

public static int nppiThreshold_32f_C1R(TypedPointer<Npp32f> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp32f> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        float nThreshold,
                                        int eComparisonOperation)
 32-bit floating point threshold.
 If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set
 to nThreshold, otherwise it is set to sourcePixel.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nThreshold - The threshold value.
eComparisonOperation - The type of comparison operation to be used. The only valid values are: NPP_CMP_LESS and NPP_CMP_GREATER.
Returns:
\ref image_data_error_codes, \ref roi_error_codes, or NPP_NOT_SUPPORTED_MODE_ERROR if an invalid comparison operation type is specified.

nppiThreshold_8u_AC4R

public static int nppiThreshold_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        byte[] aThresholds,
                                        int eComparisonOperation)
 4 channel 8-bit unsigned image threshold, not affecting Alpha.
 If for a comparison operations OP the predicate (sourcePixel.channel OP nThreshold) is true, the channel
 value is set to nThreshold, otherwise it is set to sourcePixel.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
aThresholds - The threshold values, one per color channel.
eComparisonOperation - The type of comparison operation to be used. The only valid values are: NPP_CMP_LESS and NPP_CMP_GREATER.
Returns:
\ref image_data_error_codes, \ref roi_error_codes, or NPP_NOT_SUPPORTED_MODE_ERROR if an invalid comparison operation type is specified.

nppiCompare_8u_C4R

public static int nppiCompare_8u_C4R(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp8u> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int eComparisonOperation)
 4 channel 8-bit unsigned image compare.
 Compare pSrc1's pixels with corresponding pixels in pSrc2.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eComparisonOperation - Specifies the comparison operation to be used in the pixel comparison.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCompare_8u_AC4R

public static int nppiCompare_8u_AC4R(TypedPointer<Npp8u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp8u> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int eComparisonOperation)
 4 channel 8-bit unsigned image compare, not affecting Alpha.
 Compare pSrc1's pixels with corresponding pixels in pSrc2.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eComparisonOperation - Specifies the comparison operation to be used in the pixel comparison.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCompare_32f_C1R

public static int nppiCompare_32f_C1R(TypedPointer<Npp32f> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp32f> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int eComparisonOperation)
 32-bit floating point image compare.
 Compare pSrc1's pixels with corresponding pixels in pSrc2.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrc1Step - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrc2Step - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
eComparisonOperation - Specifies the comparison operation to be used in the pixel comparison.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMeanStdDev8uC1RGetBufferHostSize

public static int nppiMeanStdDev8uC1RGetBufferHostSize(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for mean and standard deviation of image.
 This primitive provides the correct buffer size for nppiMean_StdDev_8u_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMean_StdDev_8u_C1R

public static int nppiMean_StdDev_8u_C1R(TypedPointer<Npp8u> pSrc,
                                         int nSrcStep,
                                         NppiSize oSizeROI,
                                         TypedPointer<Npp8u> pDeviceBuffer,
                                         TypedPointer<Npp64f> pMean,
                                         TypedPointer<Npp64f> pStdDev)
 8-bit unsigned mean standard deviation.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer
pMean - Contains computed mean.
pStdDev - Contains computed standard deviation.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiNormDiff_L1_8u_C1R

public static int nppiNormDiff_L1_8u_C1R(TypedPointer<Npp8u> pSrc1,
                                         int nSrcStep1,
                                         TypedPointer<Npp8u> pSrc2,
                                         int nSrcStep2,
                                         NppiSize oSizeROI,
                                         TypedPointer<Npp64f> pRetVal)
 8-bit unsigned L1 norm of pixel differences.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrcStep1 - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrcStep2 - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pRetVal - Contains computed L1-norm of differences. This is a host pointer.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiNormDiff_L2_8u_C1R

public static int nppiNormDiff_L2_8u_C1R(TypedPointer<Npp8u> pSrc1,
                                         int nSrcStep1,
                                         TypedPointer<Npp8u> pSrc2,
                                         int nSrcStep2,
                                         NppiSize oSizeROI,
                                         TypedPointer<Npp64f> pRetVal)
 8-bit unsigned L2 norm of pixel differences.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrcStep1 - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrcStep2 - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pRetVal - Contains computed L1-norm of differences. This is a host pointer.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiNormDiff_Inf_8u_C1R

public static int nppiNormDiff_Inf_8u_C1R(TypedPointer<Npp8u> pSrc1,
                                          int nSrcStep1,
                                          TypedPointer<Npp8u> pSrc2,
                                          int nSrcStep2,
                                          NppiSize oSizeROI,
                                          TypedPointer<Npp64f> pRetVal)
 8-bit unsigned Infinity Norm of pixel differences.

Parameters:
pSrc1 - \ref source_image_pointer.
nSrcStep1 - \ref source_image_line_step.
pSrc2 - \ref source_image_pointer.
nSrcStep2 - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
*pRetVal - Contains computed L1-norm of differences. This is a host pointer.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSqrIntegral_8u32s32f_C1R

public static int nppiSqrIntegral_8u32s32f_C1R(TypedPointer<Npp8u> pSrc,
                                               int nSrcStep,
                                               TypedPointer<Npp32s> pDst,
                                               int nDstStep,
                                               TypedPointer<Npp32f> pSqr,
                                               int nSqrStep,
                                               NppiSize oSrcROI,
                                               int val,
                                               float valSqr,
                                               int integralImageNewHeight)
 SqrIntegral Transforms an image to integral and integral of pixel squares
 representation. This function assumes that the integral and integral of squares 
 images.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
pSqr - \ref destination_image_pointer.
nSqrStep - \ref destination_image_line_step.
oSrcROI - \ref roi_specification.
val - The value to add to pDst image pixels
valSqr - The value to add to pSqr image pixels
integralImageNewHeight - Extended height of output surfaces (needed by transpose in primitive)
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRectStdDev_32s32f_C1R

public static int nppiRectStdDev_32s32f_C1R(TypedPointer<Npp32s> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp64f> pSqr,
                                            int nSqrStep,
                                            TypedPointer<Npp32f> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI,
                                            NppiRect rect)
 RectStdDev Computes the standard deviation of integral images

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pSqr - \ref destination_image_pointer.
nSqrStep - \ref destination_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
rect - rectangular window
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiReductionGetBufferHostSize_8u_C1R

public static int nppiReductionGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
                                                        int[] hpBufferSize)
 Scratch-buffer size for nppiSum_8u_C1R.

Parameters:
oSizeROI - ROI size.
hpBufferSize - Host pointer where required buffer size is returned.
Returns:
Error Code.

nppiReductionGetBufferHostSize_8u_C4R

public static int nppiReductionGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
                                                        int[] hpBufferSize)
 Scratch-buffer size for nppiSum_8u_C4R.

Parameters:
oSizeROI - ROI size.
hpBufferSize - Host pointer where required buffer size is returned.
Returns:
Error Code.

nppiSum_8u64s_C1R

public static int nppiSum_8u64s_C1R(TypedPointer<Npp8u> pSrc,
                                    int nSrcStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp8u> pDeviceBuffer,
                                    long[] pSum)
 8-bit unsigned image sum with 64-bit long long result.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer
*pSum - Contains computed sum.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSum_8u_C1R

public static int nppiSum_8u_C1R(TypedPointer<Npp8u> pSrc,
                                 int nSrcStep,
                                 NppiSize oSizeROI,
                                 TypedPointer<Npp8u> pDeviceBuffer,
                                 double[] pSum)
 8-bit unsigned image sum with 64-bit double precision result.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer
*pSum - Contains computed sum.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSum_8u64s_C4R

public static int nppiSum_8u64s_C4R(TypedPointer<Npp8u> pSrc,
                                    int nSrcStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp8u> pDeviceBuffer,
                                    long[] aSum)
 4 channel 8-bit unsigned image sum with 64-bit long long result.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer
aSum - Array contains computed sum for each channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSum_8u_C4R

public static int nppiSum_8u_C4R(TypedPointer<Npp8u> pSrc,
                                 int nSrcStep,
                                 NppiSize oSizeROI,
                                 TypedPointer<Npp8u> pDeviceBuffer,
                                 double[] aSum)
 4 channel 8-bit unsigned image sum with 64-bit double precision result.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer
aSum - Array contains computed sum for each channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinMaxGetBufferSize_8u_C1R

public static int nppiMinMaxGetBufferSize_8u_C1R(NppiSize oSizeROI,
                                                 int[] hpBufferSize)
 Scratch-buffer size for nppiMinManx_8u_C1R.

Parameters:
oSizeROI - ROI size.
hpBufferSize - Host pointer where required buffer size is returned.
Returns:
Error Code.

nppiMinMax_8u_C1R

public static int nppiMinMax_8u_C1R(TypedPointer<Npp8u> pSrc,
                                    int nSrcStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp8u> pMin,
                                    TypedPointer<Npp8u> pMax,
                                    TypedPointer<Npp8u> pDeviceBuffer)
 8-bit unsigned pixel minimum and maximum.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pMin - Device-memory pointer receiving the minimum result.
pMax - Device-memory pointer receiving the maximum result.
pDeviceBuffer - Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferSize_8u_C1R to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinMaxGetBufferSize_8u_C4R

public static int nppiMinMaxGetBufferSize_8u_C4R(NppiSize oSizeROI,
                                                 int[] hpBufferSize)
 Scratch-buffer size for nppiMinManx_8u_C4R.

Parameters:
oSizeROI - ROI size.
hpBufferSize - Host pointer where required buffer size is returned.
Returns:
Error Code.

nppiMinMax_8u_C4R

public static int nppiMinMax_8u_C4R(TypedPointer<Npp8u> pSrc,
                                    int nSrcStep,
                                    NppiSize oSizeROI,
                                    byte[] aMin,
                                    byte[] aMax,
                                    TypedPointer<Npp8u> pDeviceBuffer)
 4 channel 8-bit unsigned pixel minimum and maximum.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aMin - Device-pointer (array) receiving the minimum result.
aMax - Device-pointer (array) receiving the maximum result.
pDeviceBuffer - Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferSize_8u_C4R to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes \note Unlike nppiMinMax_8u_C1R, this primitive returns its results as device pointers.

nppiEvenLevelsHost_32s

public static int nppiEvenLevelsHost_32s(TypedPointer<Npp32s> hpLevels,
                                         int nLevels,
                                         int nLowerLevel,
                                         int nUpperLevel)
 Compute levels with even distribution.

Parameters:
hpLevels - A host pointer to array which receives the levels being computed. The array needs to be of size nLevels.
nLevels - The number of levels being computed. nLevels must be at least 2, otherwise an NPP_HISTO_NUMBER_OF_LEVELS_ERROR error is returned.
nLowerLevel - Lower boundary value of the lowest level.
nUpperLevel - Upper boundary value of the greatest level.
Returns:
Error code.

nppiHistogramEvenGetBufferSize_8u_C1R

public static int nppiHistogramEvenGetBufferSize_8u_C1R(NppiSize oSizeROI,
                                                        int nLevels,
                                                        int[] hpBufferSize)
 Scratch-buffer size for nppiHistogramEven_8u_C1R.

Parameters:
oSizeROI - \ref roi_specification.
nLevels - Number of levels in the histogram.
hpBufferSize - Host pointer where required buffer size is returned.
Returns:
Error Code.

nppiHistogramEven_8u_C1R

public static int nppiHistogramEven_8u_C1R(TypedPointer<Npp8u> pSrc,
                                           int nSrcStep,
                                           NppiSize oSizeROI,
                                           TypedPointer<Npp32s> pHist,
                                           int nLevels,
                                           int nLowerLevel,
                                           int nUpperLevel,
                                           TypedPointer<Npp8u> pBuffer)
 8-bit unsigned histogram with evenly distributed bins.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pHist - Pointer to array that receives the computed histogram. The array must be of size nLevels-1.
nLevels - Number of levels.
nLowerLevel - Lower boundary of lowest level bin.
nUpperLevel - Upper boundary of highest level bin.
pBuffer - Pointer to appropriately sized (nppiHistogramEvenGetBufferSize_8u_C1R) scratch buffer.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiHistogramEvenGetBufferSize_8u_C4R

public static int nppiHistogramEvenGetBufferSize_8u_C4R(NppiSize oSizeROI,
                                                        int[] nLevels,
                                                        int[] hpBufferSize)
 Scratch-buffer size for nppiHistogramEven_8u_C4R.

Parameters:
oSizeROI - ROI size.
nLevels - Array containing number of levels per color channel.
hpBufferSize - Host pointer where required buffer size is returned.
Returns:
Error Code.

nppiHistogramEven_8u_C4R

public static int nppiHistogramEven_8u_C4R(TypedPointer<Npp8u> pSrc,
                                           int nSrcStep,
                                           NppiSize oSizeROI,
                                           TypedPointer<Npp32s>[] pHist,
                                           int[] nLevels,
                                           int[] nLowerLevel,
                                           int[] nUpperLevel,
                                           TypedPointer<Npp8u> pBuffer)
 4 channel 8-bit unsigned histogram with evenly distributed bins.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pHist - Array of pointers which are receiving computed histograms per color channel. Array pointed by pHist[i] be of size nLevels[i]-1.
nLevels - Array containing number of levels per color channel.
nLowerLevel - Array containing lower-level of lowest bin per color channel.
nUpperLevel - Array containing upper-level of highest bin per color channel.
pBuffer - Pointer to appropriately sized (nppiHistogramEvenGetBufferSize_8u_C4R) scratch buffer.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiHistogramEvenGetBufferSize_8u_AC4R

public static int nppiHistogramEvenGetBufferSize_8u_AC4R(NppiSize oSizeROI,
                                                         int[] nLevels,
                                                         int[] hpBufferSize)
 Scratch-buffer size for nppiHistogramEven_8u_AC4R.

Parameters:
oSizeROI - ROI size.
nLevels - Array containing number of levels per color channel.
hpBufferSize - Host pointer where required buffer size is returned.
Returns:
Error Code.

nppiHistogramEven_8u_AC4R

public static int nppiHistogramEven_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                            int nSrcStep,
                                            NppiSize oSizeROI,
                                            TypedPointer<Npp32s>[] pHist,
                                            int[] nLevels,
                                            int[] nLowerLevel,
                                            int[] nUpperLevel,
                                            TypedPointer<Npp8u> pBuffer)
 4 channel (alpha as the last channel) 8-bit unsigned histogram with evenly distributed bins.
 Alpha channel is ignored during histogram computation.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pHist - Array of pointers which are receiving computed histograms per color channel. Array pointed by pHist[i] be of size nLevels[i]-1.
nLevels - Array containing number of levels per color channel.
nLowerLevel - Array containing lower-level of lowest bin per color channel.
nUpperLevel - Array containing upper-level of highest bin per color channel.
pBuffer - Pointer to appropriately sized (nppiHistogramEvenGetBufferSize_8u_AC4R) scratch buffer.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiHistogramEvenGetBufferSize_16u_C1R

public static int nppiHistogramEvenGetBufferSize_16u_C1R(NppiSize oSizeROI,
                                                         int nLevels,
                                                         int[] hpBufferSize)
 Scratch-buffer size for nppiHistogramEven_16u_C1R.

Parameters:
oSizeROI - \ref roi_specification.
nLevels - Number of levels in the histogram.
hpBufferSize - Host pointer where required buffer size is returned.
Returns:
Error Code.

nppiHistogramEven_16u_C1R

public static int nppiHistogramEven_16u_C1R(TypedPointer<Npp16u> pSrc,
                                            int nSrcStep,
                                            NppiSize oSizeROI,
                                            TypedPointer<Npp32s> pHist,
                                            int nLevels,
                                            int nLowerLevel,
                                            int nUpperLevel,
                                            TypedPointer<Npp8u> pBuffer)
 16-bit unsigned histogram with evenly distributed bins.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pHist - Pointer to array that receives the computed histogram. The array must be of size nLevels-1.
nLevels - Number of levels.
nLowerLevel - Lower boundary of lowest level bin.
nUpperLevel - Upper boundary of highest level bin.
pBuffer - Pointer to appropriately sized (nppiHistogramEvenGetBufferSize_16u_C1R) scratch buffer.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiHistogramEvenGetBufferSize_16u_C4R

public static int nppiHistogramEvenGetBufferSize_16u_C4R(NppiSize oSizeROI,
                                                         int[] nLevels,
                                                         int[] hpBufferSize)
 Scratch-buffer size for nppiHistogramEven_16u_C4R.

Parameters:
oSizeROI - ROI size.
nLevels - Array containing number of levels per color channel.
hpBufferSize - Host pointer where required buffer size is returned.
Returns:
Error Code.

nppiHistogramEven_16u_C4R

public static int nppiHistogramEven_16u_C4R(TypedPointer<Npp16u> pSrc,
                                            int nSrcStep,
                                            NppiSize oSizeROI,
                                            TypedPointer<Npp32s>[] pHist,
                                            int[] nLevels,
                                            int[] nLowerLevel,
                                            int[] nUpperLevel,
                                            TypedPointer<Npp8u> pBuffer)
 4 channel 16-bit unsigned histogram with evenly distributed bins.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pHist - Array of pointers which are receiving computed histograms per color channel. Array pointed by pHist[i] be of size nLevels[i]-1.
nLevels - Array containing number of levels per color channel.
nLowerLevel - Array containing lower-level of lowest bin per color channel.
nUpperLevel - Array containing upper-level of highest bin per color channel.
pBuffer - Pointer to appropriately sized (nppiHistogramEvenGetBufferSize_16u_C4R) scratch buffer.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiHistogramEvenGetBufferSize_16u_AC4R

public static int nppiHistogramEvenGetBufferSize_16u_AC4R(NppiSize oSizeROI,
                                                          int[] nLevels,
                                                          int[] hpBufferSize)
 Scratch-buffer size for nppiHistogramEven_16u_AC4R.

Parameters:
oSizeROI - ROI size.
nLevels - Array containing number of levels per color channel.
hpBufferSize - Host pointer where required buffer size is returned.
Returns:
Error Code.

nppiHistogramEven_16u_AC4R

public static int nppiHistogramEven_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                             int nSrcStep,
                                             NppiSize oSizeROI,
                                             TypedPointer<Npp32s>[] pHist,
                                             int[] nLevels,
                                             int[] nLowerLevel,
                                             int[] nUpperLevel,
                                             TypedPointer<Npp8u> pBuffer)
 4 channel (alpha as the last channel) 16-bit unsigned histogram with evenly distributed bins.
 Alpha channel is ignored during histogram computation.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pHist - Array of pointers which are receiving computed histograms per color channel. Array pointed by pHist[i] be of size nLevels[i]-1.
nLevels - Array containing number of levels per color channel.
nLowerLevel - Array containing lower-level of lowest bin per color channel.
nUpperLevel - Array containing upper-level of highest bin per color channel.
pBuffer - Pointer to appropriately sized (nppiHistogramEvenGetBufferSize_16u_AC4R) scratch buffer.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiHistogramEvenGetBufferSize_16s_C1R

public static int nppiHistogramEvenGetBufferSize_16s_C1R(NppiSize oSizeROI,
                                                         int nLevels,
                                                         int[] hpBufferSize)
 Scratch-buffer size for nppiHistogramEven_16s_C1R.

Parameters:
oSizeROI - \ref roi_specification.
nLevels - Number of levels in the histogram.
hpBufferSize - Host pointer where required buffer size is returned.
Returns:
Error Code.

nppiHistogramEven_16s_C1R

public static int nppiHistogramEven_16s_C1R(TypedPointer<Npp16s> pSrc,
                                            int nSrcStep,
                                            NppiSize oSizeROI,
                                            TypedPointer<Npp32s> pHist,
                                            int nLevels,
                                            int nLowerLevel,
                                            int nUpperLevel,
                                            TypedPointer<Npp8u> pBuffer)
 16-bit signed histogram with evenly distributed bins.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pHist - Pointer to array that receives the computed histogram. The array must be of size nLevels-1.
nLevels - Number of levels.
nLowerLevel - Lower boundary of lowest level bin.
nUpperLevel - Upper boundary of highest level bin.
pBuffer - Pointer to appropriately sized (nppiHistogramEvenGetBufferSize_16s_C1R) scratch buffer.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiHistogramEvenGetBufferSize_16s_C4R

public static int nppiHistogramEvenGetBufferSize_16s_C4R(NppiSize oSizeROI,
                                                         int[] nLevels,
                                                         int[] hpBufferSize)
 Scratch-buffer size for nppiHistogramEven_16s_C4R.

Parameters:
oSizeROI - ROI size.
nLevels - Array containing number of levels per color channel.
hpBufferSize - Host pointer where required buffer size is returned.
Returns:
Error Code.

nppiHistogramEven_16s_C4R

public static int nppiHistogramEven_16s_C4R(TypedPointer<Npp16s> pSrc,
                                            int nSrcStep,
                                            NppiSize oSizeROI,
                                            TypedPointer<Npp32s>[] pHist,
                                            int[] nLevels,
                                            int[] nLowerLevel,
                                            int[] nUpperLevel,
                                            TypedPointer<Npp8u> pBuffer)
 4 channel 16-bit signed histogram with evenly distributed bins.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pHist - Array of pointers which are receiving computed histograms per color channel. Array pointed by pHist[i] be of size nLevels[i]-1.
nLevels - Array containing number of levels per color channel.
nLowerLevel - Array containing lower-level of lowest bin per color channel.
nUpperLevel - Array containing upper-level of highest bin per color channel.
pBuffer - Pointer to appropriately sized (nppiHistogramEvenGetBufferSize_16s_C4R) scratch buffer.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiHistogramEvenGetBufferSize_16s_AC4R

public static int nppiHistogramEvenGetBufferSize_16s_AC4R(NppiSize oSizeROI,
                                                          int[] nLevels,
                                                          int[] hpBufferSize)
 Scratch-buffer size for nppiHistogramEven_16s_AC4R.

Parameters:
oSizeROI - ROI size.
nLevels - Array containing number of levels per color channel.
hpBufferSize - Host pointer where required buffer size is returned.
Returns:
Error Code.

nppiHistogramEven_16s_AC4R

public static int nppiHistogramEven_16s_AC4R(TypedPointer<Npp16s> pSrc,
                                             int nSrcStep,
                                             NppiSize oSizeROI,
                                             TypedPointer<Npp32s>[] pHist,
                                             int[] nLevels,
                                             int[] nLowerLevel,
                                             int[] nUpperLevel,
                                             TypedPointer<Npp8u> pBuffer)
 4 channel (alpha as the last channel) 16-bit signed histogram with evenly distributed bins.
 Alpha channel is ignored during histogram computation.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pHist - Array of pointers which are receiving computed histograms per color channel. Array pointed by pHist[i] be of size nLevels[i]-1.
nLevels - Array containing number of levels per color channel.
nLowerLevel - Array containing lower-level of lowest bin per color channel.
nUpperLevel - Array containing upper-level of highest bin per color channel.
pBuffer - Pointer to appropriately sized (nppiHistogramEvenGetBufferSize_16s_AC4R) scratch buffer.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiHistogramRangeGetBufferSize_8u_C1R

public static int nppiHistogramRangeGetBufferSize_8u_C1R(NppiSize oSizeROI,
                                                         int nLevels,
                                                         int[] hpBufferSize)
 Scratch-buffer size for nppiHistogramRange_8u_C1R.

Parameters:
oSizeROI - \ref roi_specification.
nLevels - Number of levels in the histogram.
hpBufferSize - Host pointer where required buffer size is returned.
Returns:
Error Code.

nppiHistogramRange_8u_C1R

public static int nppiHistogramRange_8u_C1R(TypedPointer<Npp8u> pSrc,
                                            int nSrcStep,
                                            NppiSize oSizeROI,
                                            TypedPointer<Npp32s> pHist,
                                            TypedPointer<Npp32s> pLevels,
                                            int nLevels,
                                            TypedPointer<Npp8u> pBuffer)
 8-bit unsigned histogram with bins determined by pLevels array.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pHist - Pointer to array that receives the computed histogram. The array must be of size nLevels-1.
pLevels - Pointer to array containing the level sizes of the bins. The array must be of size nLevels.
nLevels - Number of levels in histogram.
pBuffer - Pointer to appropriately sized (nppiHistogramRangeGetBufferSize_8u_C1R) scratch buffer.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiHistogramRangeGetBufferSize_8u_C4R

public static int nppiHistogramRangeGetBufferSize_8u_C4R(NppiSize oSizeROI,
                                                         int[] nLevels,
                                                         int[] hpBufferSize)
 Scratch-buffer size for nppiHistogramRange_8u_C4R.

Parameters:
oSizeROI - ROI size.
nLevels - Array containing number of levels per color channel.
hpBufferSize - Host pointer where required buffer size is returned.
Returns:
Error Code.

nppiHistogramRange_8u_C4R

public static int nppiHistogramRange_8u_C4R(TypedPointer<Npp8u> pSrc,
                                            int nSrcStep,
                                            NppiSize oSizeROI,
                                            TypedPointer<Npp32s>[] pHist,
                                            TypedPointer<Npp32s>[] pLevels,
                                            int[] nLevels,
                                            TypedPointer<Npp8u> pBuffer)
 4 channel 8-bit unsigned histogram with bins determined by pLevels.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pHist - Array of pointers which are receiving the computed histograms per color channel. Array pointed by pHist[i] must be of size nLevels[i]-1.
nLevels - Array containing number of levels per color channel.
pLevels - Array containing pointers to level-arrays per color channel. Array pointed by pLevel[i] must be of size nLevels[i].
pBuffer - Pointer to appropriately sized (nppiHistogramRangeGetBufferSize_8u_C4R) scratch buffer.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiHistogramRangeGetBufferSize_8u_AC4R

public static int nppiHistogramRangeGetBufferSize_8u_AC4R(NppiSize oSizeROI,
                                                          int[] nLevels,
                                                          int[] hpBufferSize)
 Scratch-buffer size for nppiHistogramRange_8u_AC4R.

Parameters:
oSizeROI - ROI size.
nLevels - Array containing number of levels per color channel.
hpBufferSize - Host pointer where required buffer size is returned.
Returns:
Error Code.

nppiHistogramRange_8u_AC4R

public static int nppiHistogramRange_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                             int nSrcStep,
                                             NppiSize oSizeROI,
                                             TypedPointer<Npp32s>[] pHist,
                                             TypedPointer<Npp32s>[] pLevels,
                                             int[] nLevels,
                                             TypedPointer<Npp8u> pBuffer)
 4 channel (alpha as a last channel) 8-bit unsigned histogram with bins determined by pLevels.
 Alpha channel is ignored during the histograms computations.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pHist - Array of pointers which are receiving the computed histograms per color channel. Array pointed by pHist[i] must be of size nLevels[i]-1.
nLevels - Array containing number of levels per color channel.
pLevels - Array containing pointers to level-arrays per color channel. Array pointed by pLevel[i] must be of size nLevels[i].
pBuffer - Pointer to appropriately sized (nppiHistogramRangeGetBufferSize_8u_AC4R) scratch buffer.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiHistogramRangeGetBufferSize_16u_C1R

public static int nppiHistogramRangeGetBufferSize_16u_C1R(NppiSize oSizeROI,
                                                          int nLevels,
                                                          int[] hpBufferSize)
 Scratch-buffer size for nppiHistogramRange_16u_C1R.

Parameters:
oSizeROI - \ref roi_specification.
nLevels - Number of levels in the histogram.
hpBufferSize - Host pointer where required buffer size is returned.
Returns:
Error Code.

nppiHistogramRange_16u_C1R

public static int nppiHistogramRange_16u_C1R(TypedPointer<Npp16u> pSrc,
                                             int nSrcStep,
                                             NppiSize oSizeROI,
                                             TypedPointer<Npp32s> pHist,
                                             TypedPointer<Npp32s> pLevels,
                                             int nLevels,
                                             TypedPointer<Npp8u> pBuffer)
 16-bit unsigned histogram with bins determined by pLevels array.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pHist - Pointer to array that receives the computed histogram. The array must be of size nLevels-1.
pLevels - Pointer to array containing the level sizes of the bins. The array must be of size nLevels.
nLevels - Number of levels in histogram.
pBuffer - Pointer to appropriately sized (nppiHistogramRangeGetBufferSize_16u_C1R) scratch buffer.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiHistogramRangeGetBufferSize_16u_C4R

public static int nppiHistogramRangeGetBufferSize_16u_C4R(NppiSize oSizeROI,
                                                          int[] nLevels,
                                                          int[] hpBufferSize)
 Scratch-buffer size for nppiHistogramRange_16u_C4R.

Parameters:
oSizeROI - ROI size.
nLevels - Array containing number of levels per color channel.
hpBufferSize - Host pointer where required buffer size is returned.
Returns:
Error Code.

nppiHistogramRange_16u_C4R

public static int nppiHistogramRange_16u_C4R(TypedPointer<Npp16u> pSrc,
                                             int nSrcStep,
                                             NppiSize oSizeROI,
                                             TypedPointer<Npp32s>[] pHist,
                                             TypedPointer<Npp32s>[] pLevels,
                                             int[] nLevels,
                                             TypedPointer<Npp8u> pBuffer)
 4 channel 16-bit unsigned histogram with bins determined by pLevels.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pHist - Array of pointers which are receiving the computed histograms per color channel. Array pointed by pHist[i] must be of size nLevels[i]-1.
nLevels - Array containing number of levels per color channel.
pLevels - Array containing pointers to level-arrays per color channel. Array pointed by pLevel[i] must be of size nLevels[i].
pBuffer - Pointer to appropriately sized (nppiHistogramRangeGetBufferSize_16u_C4R) scratch buffer.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiHistogramRangeGetBufferSize_16u_AC4R

public static int nppiHistogramRangeGetBufferSize_16u_AC4R(NppiSize oSizeROI,
                                                           int[] nLevels,
                                                           int[] hpBufferSize)
 Scratch-buffer size for nppiHistogramRange_16u_AC4R.

Parameters:
oSizeROI - ROI size.
nLevels - Array containing number of levels per color channel.
hpBufferSize - Host pointer where required buffer size is returned.
Returns:
Error Code.

nppiHistogramRange_16u_AC4R

public static int nppiHistogramRange_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                              int nSrcStep,
                                              NppiSize oSizeROI,
                                              TypedPointer<Npp32s>[] pHist,
                                              TypedPointer<Npp32s>[] pLevels,
                                              int[] nLevels,
                                              TypedPointer<Npp8u> pBuffer)
 4 channel (alpha as a last channel) 16-bit unsigned histogram with bins determined by pLevels.
 Alpha channel is ignored during the histograms computations.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pHist - Array of pointers which are receiving the computed histograms per color channel. Array pointed by pHist[i] must be of size nLevels[i]-1.
nLevels - Array containing number of levels per color channel.
pLevels - Array containing pointers to level-arrays per color channel. Array pointed by pLevel[i] must be of size nLevels[i].
pBuffer - Pointer to appropriately sized (nppiHistogramRangeGetBufferSize_16u_AC4R) scratch buffer.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiHistogramRangeGetBufferSize_16s_C1R

public static int nppiHistogramRangeGetBufferSize_16s_C1R(NppiSize oSizeROI,
                                                          int nLevels,
                                                          int[] hpBufferSize)
 Scratch-buffer size for nppiHistogramRange_16s_C1R.

Parameters:
oSizeROI - \ref roi_specification.
nLevels - Number of levels in the histogram.
hpBufferSize - Host pointer where required buffer size is returned.
Returns:
Error Code.

nppiHistogramRange_16s_C1R

public static int nppiHistogramRange_16s_C1R(TypedPointer<Npp16s> pSrc,
                                             int nSrcStep,
                                             NppiSize oSizeROI,
                                             TypedPointer<Npp32s> pHist,
                                             TypedPointer<Npp32s> pLevels,
                                             int nLevels,
                                             TypedPointer<Npp8u> pBuffer)
 16-bit signed histogram with bins determined by pLevels array.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pHist - Pointer to array that receives the computed histogram. The array must be of size nLevels-1.
pLevels - Pointer to array containing the level sizes of the bins. The array must be of size nLevels.
nLevels - Number of levels in histogram.
pBuffer - Pointer to appropriately sized (nppiHistogramRangeGetBufferSize_16_C1R) scratch buffer.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiHistogramRangeGetBufferSize_16s_C4R

public static int nppiHistogramRangeGetBufferSize_16s_C4R(NppiSize oSizeROI,
                                                          int[] nLevels,
                                                          int[] hpBufferSize)
 Scratch-buffer size for nppiHistogramRange_16s_C4R.

Parameters:
oSizeROI - ROI size.
nLevels - Array containing number of levels per color channel.
hpBufferSize - Host pointer where required buffer size is returned.
Returns:
Error Code.

nppiHistogramRange_16s_C4R

public static int nppiHistogramRange_16s_C4R(TypedPointer<Npp16s> pSrc,
                                             int nSrcStep,
                                             NppiSize oSizeROI,
                                             TypedPointer<Npp32s>[] pHist,
                                             TypedPointer<Npp32s>[] pLevels,
                                             int[] nLevels,
                                             TypedPointer<Npp8u> pBuffer)
 4 channel 16-bit signed histogram with bins determined by pLevels.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pHist - Array of pointers which are receiving the computed histograms per color channel. Array pointed by pHist[i] must be of size nLevels[i]-1.
nLevels - Array containing number of levels per color channel.
pLevels - Array containing pointers to level-arrays per color channel. Array pointed by pLevel[i] must be of size nLevels[i].
pBuffer - Pointer to appropriately sized (nppiHistogramRangeGetBufferSize_16s_C4R) scratch buffer.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiHistogramRangeGetBufferSize_16s_AC4R

public static int nppiHistogramRangeGetBufferSize_16s_AC4R(NppiSize oSizeROI,
                                                           int[] nLevels,
                                                           int[] hpBufferSize)
 Scratch-buffer size for nppiHistogramRange_16s_AC4R.

Parameters:
oSizeROI - ROI size.
nLevels - Array containing number of levels per color channel.
hpBufferSize - Host pointer where required buffer size is returned.
Returns:
Error Code.

nppiHistogramRange_16s_AC4R

public static int nppiHistogramRange_16s_AC4R(TypedPointer<Npp16s> pSrc,
                                              int nSrcStep,
                                              NppiSize oSizeROI,
                                              TypedPointer<Npp32s>[] pHist,
                                              TypedPointer<Npp32s>[] pLevels,
                                              int[] nLevels,
                                              TypedPointer<Npp8u> pBuffer)
 4 channel (alpha as a last channel) 16-bit signed histogram with bins determined by pLevels.
 Alpha channel is ignored during the histograms computations.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pHist - Array of pointers which are receiving the computed histograms per color channel. Array pointed by pHist[i] must be of size nLevels[i]-1.
nLevels - Array containing number of levels per color channel.
pLevels - Array containing pointers to level-arrays per color channel. Array pointed by pLevel[i] must be of size nLevels[i].
pBuffer - Pointer to appropriately sized (nppiHistogramRangeGetBufferSize_16_AC4R) scratch buffer.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiHistogramRangeGetBufferSize_32f_C1R

public static int nppiHistogramRangeGetBufferSize_32f_C1R(NppiSize oSizeROI,
                                                          int nLevels,
                                                          int[] hpBufferSize)
 Scratch-buffer size for nppiHistogramRange_32f_C1R.

Parameters:
oSizeROI - \ref roi_specification.
nLevels - Number of levels in the histogram.
hpBufferSize - Host pointer where required buffer size is returned.
Returns:
Error Code.

nppiHistogramRange_32f_C1R

public static int nppiHistogramRange_32f_C1R(TypedPointer<Npp32f> pSrc,
                                             int nSrcStep,
                                             NppiSize oSizeROI,
                                             TypedPointer<Npp32s> pHist,
                                             TypedPointer<Npp32f> pLevels,
                                             int nLevels,
                                             TypedPointer<Npp8u> pBuffer)
 32-bit float histogram with bins determined by pLevels array.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pHist - Pointer to array that receives the computed histogram. The array must be of size nLevels-1.
pLevels - Pointer to array containing the level sizes of the bins. The array must be of size nLevels.
nLevels - Number of levels in histogram.
pBuffer - Pointer to appropriately sized (nppiHistogramRangeGetBufferSize_32f_C1R) scratch buffer.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiHistogramRangeGetBufferSize_32f_C4R

public static int nppiHistogramRangeGetBufferSize_32f_C4R(NppiSize oSizeROI,
                                                          int[] nLevels,
                                                          int[] hpBufferSize)
 Scratch-buffer size for nppiHistogramRange_32f_C4R.

Parameters:
oSizeROI - ROI size.
nLevels - Array containing number of levels per color channel.
hpBufferSize - Host pointer where required buffer size is returned.
Returns:
Error Code.

nppiHistogramRange_32f_C4R

public static int nppiHistogramRange_32f_C4R(TypedPointer<Npp32f> pSrc,
                                             int nSrcStep,
                                             NppiSize oSizeROI,
                                             TypedPointer<Npp32s>[] pHist,
                                             TypedPointer<Npp32f>[] pLevels,
                                             int[] nLevels,
                                             TypedPointer<Npp8u> pBuffer)
 4 channel 32-bit float histogram with bins determined by pLevels.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pHist - Array of pointers which are receiving the computed histograms per color channel. Array pointed by pHist[i] must be of size nLevels[i]-1.
nLevels - Array containing number of levels per color channel.
pLevels - Array containing pointers to level-arrays per color channel. Array pointed by pLevel[i] must be of size nLevels[i].
pBuffer - Pointer to appropriately sized (nppiHistogramRangeGetBufferSize_32f_C4R) scratch buffer.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiHistogramRangeGetBufferSize_32f_AC4R

public static int nppiHistogramRangeGetBufferSize_32f_AC4R(NppiSize oSizeROI,
                                                           int[] nLevels,
                                                           int[] hpBufferSize)
 Scratch-buffer size for nppiHistogramRange_32f_AC4R.

Parameters:
oSizeROI - ROI size.
nLevels - Array containing number of levels per color channel.
hpBufferSize - Host pointer where required buffer size is returned.
Returns:
Error Code.

nppiHistogramRange_32f_AC4R

public static int nppiHistogramRange_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                              int nSrcStep,
                                              NppiSize oSizeROI,
                                              TypedPointer<Npp32s>[] pHist,
                                              TypedPointer<Npp32f>[] pLevels,
                                              int[] nLevels,
                                              TypedPointer<Npp8u> pBuffer)
 4 channel (alpha as a last channel) 32-bit float histogram with bins determined by pLevels.
 Alpha channel is ignored during the histograms computations.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pHist - Array of pointers which are receiving the computed histograms per color channel. Array pointed by pHist[i] must be of size nLevels[i]-1.
nLevels - Array containing number of levels per color channel.
pLevels - Array containing pointers to level-arrays per color channel. Array pointed by pLevel[i] must be of size nLevels[i].
pBuffer - Pointer to appropriately sized (nppiHistogramRangeGetBufferSize_32f_AC4R) scratch buffer.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiFilterColumn_8u_C1R

public static int nppiFilterColumn_8u_C1R(TypedPointer<Npp8u> pSrc,
                                          int nSrcStep,
                                          TypedPointer<Npp8u> pDst,
                                          int nDstStep,
                                          NppiSize oROI,
                                          TypedPointer<Npp32s> pKernel,
                                          int nMaskSize,
                                          int nAnchor,
                                          int nDivisor)
 8-bit unsigned 1D (column) image convolution.
 
 Apply convolution filter with user specified 1D column of weights.  
 Result pixel is equal to the sum of the products between the kernel
 coefficients (pKernel array) and corresponding neighboring column pixel
 values in the source image defined by nKernelDim and nAnchorY, divided by
 nDivisor.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oROI - \ref roi_specification.
pKernel - Pointer to the start address of the kernel coefficient array. Coefficients are expected to be stored in reverse order.
nMaskSize - Length of the linear kernel array.
nAnchor - Y offset of the kernel origin frame of reference w.r.t the source pixel.
nDivisor - The factor by which the convolved summation from the Filter operation should be divided. If equal to the sum of coefficients, this will keep the maximum result value within full scale.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiFilterColumn_8u_C4R

public static int nppiFilterColumn_8u_C4R(TypedPointer<Npp8u> pSrc,
                                          int nSrcStep,
                                          TypedPointer<Npp8u> pDst,
                                          int nDstStep,
                                          NppiSize oROI,
                                          TypedPointer<Npp32s> pKernel,
                                          int nMaskSize,
                                          int nAnchor,
                                          int nDivisor)
 4 channel 8-bit unsigned 1D (column) image convolution.
 
 Apply convolution filter with user specified 1D column of weights.  
 Result pixel is equal to the sum of the products between the kernel
 coefficients (pKernel array) and corresponding neighboring column pixel
 values in the source image defined by nKernelDim and nAnchorY, divided by
 nDivisor.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oROI - \ref roi_specification.
pKernel - Pointer to the start address of the kernel coefficient array. Coefficients are expected to be stored in reverse order.
nMaskSize - Length of the linear kernel array.
nAnchor - Y offset of the kernel origin frame of reference w.r.t the source pixel.
nDivisor - The factor by which the convolved summation from the Filter operation should be divided. If equal to the sum of coefficients, this will keep the maximum result value within full scale.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiFilterRow_8u_C1R

public static int nppiFilterRow_8u_C1R(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oROI,
                                       TypedPointer<Npp32s> pKernel,
                                       int nMaskSize,
                                       int nAnchor,
                                       int nDivisor)
 8-bit unsigned 1D (row) image convolution.

 Apply general linear Row convolution filter, with rescaling, in a 1D mask
 region around each source pixel for 1-channel 8 bit/pixel images.  
 Result pixel is equal to the sum of the products between the kernel
 coefficients (pKernel array) and corresponding neighboring row pixel values
 in the source image defined by iKernelDim and iAnchorX, divided by iDivisor.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oROI - \ref roi_specification.
pKernel - Pointer to the start address of the kernel coefficient array. Coefficients are expected to be stored in reverse order.
nMaskSize - Length of the linear kernel array.
nAnchor - X offset of the kernel origin frame of reference w.r.t the source pixel.
nDivisor - The factor by which the convolved summation from the Filter operation should be divided. If equal to the sum of coefficients, this will keep the maximum result value within full scale.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiFilterRow_8u_C4R

public static int nppiFilterRow_8u_C4R(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oROI,
                                       TypedPointer<Npp32s> pKernel,
                                       int nMaskSize,
                                       int nAnchor,
                                       int nDivisor)
 4 channel 8-bit unsigned 1D (row) image convolution.

 Apply general linear Row convolution filter, with rescaling, in a 1D mask
 region around each source pixel for 1-channel 8 bit/pixel images.  
 Result pixel is equal to the sum of the products between the kernel
 coefficients (pKernel array) and corresponding neighboring row pixel values
 in the source image defined by iKernelDim and iAnchorX, divided by iDivisor.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oROI - \ref roi_specification.
pKernel - Pointer to the start address of the kernel coefficient array. Coefficients are expected to be stored in reverse order.
nMaskSize - Length of the linear kernel array.
nAnchor - X offset of the kernel origin frame of reference w.r.t the source pixel.
nDivisor - The factor by which the convolved summation from the Filter operation should be divided. If equal to the sum of coefficients, this will keep the maximum result value within full scale.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSumWindowColumn_8u32f_C1R

public static int nppiSumWindowColumn_8u32f_C1R(TypedPointer<Npp8u> pSrc,
                                                int nSrcStep,
                                                TypedPointer<Npp32f> pDst,
                                                int nDstStep,
                                                NppiSize oROI,
                                                int nMaskSize,
                                                int nAnchor)
 8-bit unsigned 1D (column) sum to 32f.

 Apply Column Window Summation filter over a 1D mask region around each
 source pixel for 1-channel 8 bit/pixel input images with 32-bit floating point
 output.  
 Result 32-bit floating point pixel is equal to the sum of the corresponding and
 neighboring column pixel values in a mask region of the source image defined by
 nMaskSize and nAnchor.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oROI - \ref roi_specification.
nMaskSize - Length of the linear kernel array.
nAnchor - Y offset of the kernel origin frame of reference w.r.t the source pixel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSumWindowRow_8u32f_C1R

public static int nppiSumWindowRow_8u32f_C1R(TypedPointer<Npp8u> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp32f> pDst,
                                             int nDstStep,
                                             NppiSize oROI,
                                             int nMaskSize,
                                             int nAnchor)
 8-bit unsigned 1D (row) sum to 32f.

 Apply Row Window Summation filter over a 1D mask region around each source
 pixel for 1-channel 8-bit pixel input images with 32-bit floating point output.  
 Result 32-bit floating point pixel is equal to the sum of the corresponding and
 neighboring row pixel values in a mask region of the source image defined
 by iKernelDim and iAnchorX.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oROI - \ref roi_specification.
nMaskSize - Length of the linear kernel array.
nAnchor - X offset of the kernel origin frame of reference w.r.t the source pixel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiFilter_8u_C1R

public static int nppiFilter_8u_C1R(TypedPointer<Npp8u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp32s> pKernel,
                                    NppiSize oKernelSize,
                                    NppiPoint oAnchor,
                                    int nDivisor)
 8-bit unsigned convolution filter.
 
 Pixels under the mask are multiplied by the respective weights in the mask
 and the results are summed. Before writing the result pixel the sum is scaled
 back via division by nDivisor.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
pKernel - Pointer to the start address of the kernel coefficient array. Coeffcients are expected to be stored in reverse order.
oKernelSize - Width and Height of the rectangular kernel.
oAnchor - X and Y offsets of the kernel origin frame of reference w.r.t the source pixel.
nDivisor - The factor by which the convolved summation from the Filter operation should be divided. If equal to the sum of coefficients, this will keep the maximum result value within full scale.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiFilter_8u_C4R

public static int nppiFilter_8u_C4R(TypedPointer<Npp8u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp32s> pKernel,
                                    NppiSize oKernelSize,
                                    NppiPoint oAnchor,
                                    int nDivisor)
 4 channel 8-bit unsigned convolution filter.
 
 Pixels under the mask are multiplied by the respective weights in the mask
 and the results are summed. Before writing the result pixel the sum is scaled
 back via division by nDivisor.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
pKernel - Pointer to the start address of the kernel coefficient array. Coeffcients are expected to be stored in reverse order.
oKernelSize - Width and Height of the rectangular kernel.
oAnchor - X and Y offsets of the kernel origin frame of reference w.r.t the source pixel.
nDivisor - The factor by which the convolved summation from the Filter operation should be divided. If equal to the sum of coefficients, this will keep the maximum result value within full scale.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiFilterBox_8u_C1R

public static int nppiFilterBox_8u_C1R(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       NppiSize oMaskSize,
                                       NppiPoint oAnchor)
 8-bit unsigned box filter.

 Computes the average pixel values of the pixels under a rectangular mask.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
oMaskSize - Width and Height of the neighborhood region for the local Avg operation.
oAnchor - X and Y offsets of the kernel origin frame of reference w.r.t the source pixel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiFilterBox_8u_C4R

public static int nppiFilterBox_8u_C4R(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       NppiSize oMaskSize,
                                       NppiPoint oAnchor)
 4 channel 8-bit unsigned box filter.

 Computes the average pixel values of the pixels under a rectangular mask.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
oMaskSize - Width and Height of the neighborhood region for the local Avg operation.
oAnchor - X and Y offsets of the kernel origin frame of reference w.r.t the source pixel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiFilterMax_8u_C1R

public static int nppiFilterMax_8u_C1R(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       NppiSize oMaskSize,
                                       NppiPoint oAnchor)
 8-bit unsigned maximum filter.

 Result pixel value is the maximum of pixel values under the rectangular
 mask region.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
oMaskSize - Width and Height of the neighborhood region for the local Max operation.
oAnchor - X and Y offsets of the kernel origin frame of reference w.r.t the source pixel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiFilterMax_8u_C4R

public static int nppiFilterMax_8u_C4R(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       NppiSize oMaskSize,
                                       NppiPoint oAnchor)
 4 channel 8-bit unsigned maximum filter.

 Result pixel value is the maximum of pixel values under the rectangular
 mask region.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
oMaskSize - Width and Height of the neighborhood region for the local Max operation.
oAnchor - X and Y offsets of the kernel origin frame of reference w.r.t the source pixel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiFilterMin_8u_C1R

public static int nppiFilterMin_8u_C1R(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       NppiSize oMaskSize,
                                       NppiPoint oAnchor)
 8-bit unsigned minimum filter.

 Result pixel value is the minimum of pixel values under the rectangular
 mask region.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
oMaskSize - Width and Height of the neighborhood region for the local Max operation.
oAnchor - X and Y offsets of the kernel origin frame of reference w.r.t the source pixel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiFilterMin_8u_C4R

public static int nppiFilterMin_8u_C4R(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       NppiSize oMaskSize,
                                       NppiPoint oAnchor)
 4 channel 8-bit unsigned minimum filter.

 Result pixel value is the minimum of pixel values under the rectangular
 mask region.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
oMaskSize - Width and Height of the neighborhood region for the local Max operation.
oAnchor - X and Y offsets of the kernel origin frame of reference w.r.t the source pixel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDilate_8u_C1R

public static int nppiDilate_8u_C1R(TypedPointer<Npp8u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp8u> pMask,
                                    NppiSize oMaskSize,
                                    NppiPoint oAnchor)
 8-bit unsigned image dilation.
 
 Dilation computes the output pixel as the maximum pixel value of the pixels
 under the mask. Pixels who's corresponding mask values are zero to not 
 participate in the maximum search.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
pMask - Pointer to the start address of the mask array
oMaskSize - Width and Height mask array.
oAnchor - X and Y offsets of the mask origin frame of reference w.r.t the source pixel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiDilate_8u_C4R

public static int nppiDilate_8u_C4R(TypedPointer<Npp8u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp8u> pMask,
                                    NppiSize oMaskSize,
                                    NppiPoint oAnchor)
 4 channel 8-bit unsigned image dilation.
 
 Dilation computes the output pixel as the maximum pixel value of the pixels
 under the mask. Pixels who's corresponding mask values are zero to not 
 participate in the maximum search.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
pMask - Pointer to the start address of the mask array
oMaskSize - Width and Height mask array.
oAnchor - X and Y offsets of the mask origin frame of reference w.r.t the source pixel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiErode_8u_C1R

public static int nppiErode_8u_C1R(TypedPointer<Npp8u> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp8u> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pMask,
                                   NppiSize oMaskSize,
                                   NppiPoint oAnchor)
 8-bit unsigned image erosion.
 
 Erosion computes the output pixel as the minimum pixel value of the pixels
 under the mask. Pixels who's corresponding mask values are zero to not 
 participate in the maximum search.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
pMask - Pointer to the start address of the mask array
oMaskSize - Width and Height mask array.
oAnchor - X and Y offsets of the mask origin frame of reference w.r.t the source pixel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiErode_8u_C4R

public static int nppiErode_8u_C4R(TypedPointer<Npp8u> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp8u> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pMask,
                                   NppiSize oMaskSize,
                                   NppiPoint oAnchor)
 4 channel 8-bit unsigned image erosion.
 
 Erosion computes the output pixel as the minimum pixel value of the pixels
 under the mask. Pixels who's corresponding mask values are zero to not 
 participate in the maximum search.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
pMask - Pointer to the start address of the mask array
oMaskSize - Width and Height mask array.
oAnchor - X and Y offsets of the mask origin frame of reference w.r.t the source pixel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMagnitude_32fc32f_C1R

public static int nppiMagnitude_32fc32f_C1R(TypedPointer<Npp32f> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp32f> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI)
 32-bit floating point complex to 32-bit floating point magnitude.
 
 Converts complex-number pixel image to single channel image computing
 the result pixels as the magnitude of the complex values.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMagnitudeSqr_32fc32f_C1R

public static int nppiMagnitudeSqr_32fc32f_C1R(TypedPointer<Npp32f> pSrc,
                                               int nSrcStep,
                                               TypedPointer<Npp32f> pDst,
                                               int nDstStep,
                                               NppiSize oSizeROI)
 32-bit floating point complex to 32-bit floating point squared magnitude.
 
 Converts complex-number pixel image to single channel image computing
 the result pixels as the squared magnitude of the complex values.
 
 The squared magnitude is an itermediate result of magnitude computation and
 can thus be computed faster than actual magnitude. If magnitudes are required
 for sorting/comparing only, using this function instead of nppiMagnitude_32fc32f_C1R
 can be a worthwhile performance optimization.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiQuantFwdRawTableInit_JPEG_8u

public static int nppiQuantFwdRawTableInit_JPEG_8u(TypedPointer<Npp8u> hpQuantRawTable,
                                                   int nQualityFactor)
 Apply quality factor to raw 8-bit quantization table.

 This is effectively and in-place method that modifies a given raw
 quantization table based on a quality factor.
 Note that this method is a host method and that the pointer to the
 raw quantization table is a host pointer.

Parameters:
hpQuantRawTable - Raw quantization table.
nQualityFactor - Quality factor for the table. Range is [1:100].
Returns:
Error code: #NPP_NULL_POINTER_ERROR is returned if hpQuantRawTable is 0.

nppiQuantFwdTableInit_JPEG_8u16u

public static int nppiQuantFwdTableInit_JPEG_8u16u(TypedPointer<Npp8u> hpQuantRawTable,
                                                   TypedPointer<Npp16u> hpQuantFwdRawTable)
 Initializes a quantization table for nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R().
    The method creates a 16-bit version of the raw table and converts the 
 data order from zigzag layout to original row-order layout since raw
 quantization tables are typically stored in zigzag format.

 This method is a host method. It consumes and produces host data. I.e. the pointers
 passed to this function must be host pointers. The resulting table needs to be
 transferred to device memory in order to be used with nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R()
 function.

Parameters:
hpQuantRawTable - Host pointer to raw quantization table as returned by nppiQuantFwdRawTableInit_JPEG_8u(). The raw quantization table is assumed to be in zigzag order.
hpQuantFwdRawTable - Forward quantization table for use with nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R().
Returns:
Error code: #NPP_NULL_POINTER_ERROR pQuantRawTable is 0.

nppiQuantInvTableInit_JPEG_8u16u

public static int nppiQuantInvTableInit_JPEG_8u16u(TypedPointer<Npp8u> hpQuantRawTable,
                                                   TypedPointer<Npp16u> hpQuantFwdRawTable)
 Initializes a quantization table for nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R().
      The nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R() method uses a quantization table
 in a 16-bit format allowing for faster processing. In addition it converts the 
 data order from zigzag layout to original row-order layout. Typically raw
 quantization tables are stored in zigzag format.

 This method is a host method and consumes and produces host data. I.e. the pointers
 passed to this function must be host pointers. The resulting table needs to be
 transferred to device memory in order to be used with nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R()
 function.

Parameters:
hpQuantRawTable - Raw quantization table.
hpQuantFwdRawTable - Inverse quantization table.
Returns:
#NPP_NULL_POINTER_ERROR pQuantRawTable or pQuantFwdRawTable is0.

nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R

public static int nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R(TypedPointer<Npp8u> pSrc,
                                                      int nSrcStep,
                                                      TypedPointer<Npp16s> pDst,
                                                      int nDstStep,
                                                      TypedPointer<Npp16u> pQuantFwdTable,
                                                      NppiSize oSizeROI)
 Forward DCT, quantization and level shift part of the JPEG encoding.
 Input is expected in 8x8 macro blocks and output is expected to be in 64x1
 macro blocks.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
pQuantFwdTable - Forward quantization tables for JPEG encoding created using nppiQuantInvTableInit_JPEG_8u16u().
oSizeROI - \ref roi_specification.
Returns:
Error codes: - #NPP_SIZE_ERROR For negative input height/width or not a multiple of 8 width/height. - #NPP_STEP_ERROR If input image width is not multiple of 8 or does not match ROI. - #NPP_NULL_POINTER_ERROR If the destination pointer is 0.

nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R

public static int nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R(TypedPointer<Npp16s> pSrc,
                                                      int nSrcStep,
                                                      TypedPointer<Npp8u> pDst,
                                                      int nDstStep,
                                                      TypedPointer<Npp16u> pQuantInvTable,
                                                      NppiSize oSizeROI)
 Inverse DCT, de-quantization and level shift part of the JPEG decoding.
 Input is expected in 64x1 macro blocks and output is expected to be in 8x8
 macro blocks.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
pQuantInvTable - Inverse quantization tables for JPEG decoding created using nppiQuantInvTableInit_JPEG_8u16u().
oSizeROI - \ref roi_specification.
Returns:
Error codes: - #NPP_SIZE_ERROR For negative input height/width or not a multiple of 8 width/height. - #NPP_STEP_ERROR If input image width is not multiple of 8 or does not match ROI. - #NPP_NULL_POINTER_ERROR If the destination pointer is 0.

nppiResize_8u_C1R

public static int nppiResize_8u_C1R(TypedPointer<Npp8u> pSrc,
                                    NppiSize oSrcSize,
                                    int nSrcStep,
                                    NppiRect oSrcROI,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize dstROISize,
                                    double xFactor,
                                    double yFactor,
                                    int eInterpolation)
 8-bit unsigned image resize.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSrcSize - Size in pixels of the source image
oSrcROI - Region of interest in the source image.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
dstROISize - Size in pixels of the destination image
xFactor - Factors by which x dimension is changed
yFactor - Factors by which y dimension is changed
eInterpolation - The type of eInterpolation to perform resampling
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_WRONG_INTERSECTION_ROI_ERROR indicates an error condition if srcROIRect has no intersection with the source image. - #NPP_RESIZE_NO_OPERATION_ERROR if either destination ROI width or height is less than 1 pixel. - #NPP_RESIZE_FACTOR_ERROR Indicates an error condition if either xFactor or yFactor is less than or equal to zero. - #NPP_INTERPOLATION_ERROR if eInterpolation has an illegal value.

nppiResize_8u_C4R

public static int nppiResize_8u_C4R(TypedPointer<Npp8u> pSrc,
                                    NppiSize oSrcSize,
                                    int nSrcStep,
                                    NppiRect oSrcROI,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize dstROISize,
                                    double xFactor,
                                    double yFactor,
                                    int eInterpolation)
 4 channel 8-bit unsigned image resize.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSrcSize - Size in pixels of the source image
oSrcROI - Region of interest in the source image.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
dstROISize - Size in pixels of the destination image
xFactor - Factors by which x dimension is changed
yFactor - Factors by which y dimension is changed
eInterpolation - The type of interpolation to perform resampling
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_WRONG_INTERSECTION_ROI_ERROR indicates an error condition if srcROIRect has no intersection with the source image. - #NPP_RESIZE_NO_OPERATION_ERROR if either destination ROI width or height is less than 1 pixel. - #NPP_RESIZE_FACTOR_ERROR Indicates an error condition if either xFactor or yFactor is less than or equal to zero. - #NPP_INTERPOLATION_ERROR if eInterpolation has an illegal value.

nppiGetRotateQuad

public static int nppiGetRotateQuad(NppiRect oSrcROI,
                                    double[][] aQuad,
                                    double nAngle,
                                    double nShiftX,
                                    double nShiftY)
 Compute shape of rotated image.

Parameters:
oSrcROI - Region-of-interest of the source image.
aQuad - Array of 2D points. These points are the locations of the corners of the rotated ROI.
nAngle - The rotation nAngle.
nShiftX - Post-rotation shift in x-direction
nShiftY - Post-rotation shift in y-direction
Returns:
\ref roi_error_codes.

nppiGetRotateBound

public static int nppiGetRotateBound(NppiRect oSrcROI,
                                     double[][] aBoundingBox,
                                     double nAngle,
                                     double nShiftX,
                                     double nShiftY)
 Compute bounding-box of rotated image.

Parameters:
oSrcROI - Region-of-interest of the source image.
aBoundingBox - Two 2D points representing the bounding-box of the rotated image. All four points from nppiGetRotateQuad are contained inside the axis-aligned rectangle spanned by the the two points of this bounding box.
nAngle - The rotation angle.
nShiftX - Post-rotation shift in x-direction.
nShiftY - Post-rotation shift in y-direction.
Returns:
\ref roi_error_codes.

nppiRotate_8u_C1R

public static int nppiRotate_8u_C1R(TypedPointer<Npp8u> pSrc,
                                    NppiSize oSrcSize,
                                    int nSrcStep,
                                    NppiRect oSrcROI,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiRect oDstROI,
                                    double nAngle,
                                    double nShiftX,
                                    double nShiftY,
                                    int eInterpolation)
 8-bit unsigned image rotate.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSrcSize - Size in pixels of the source image
oSrcROI - Region of interest in the source image.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Region of interest in the destination image.
nAngle - The angle of rotation in degrees.
nShiftX - Shift along horizontal axis
nShiftY - Shift along vertical axis
eInterpolation - The type of interpolation to perform resampling
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRotate_8u_C3R

public static int nppiRotate_8u_C3R(TypedPointer<Npp8u> pSrc,
                                    NppiSize oSrcSize,
                                    int nSrcStep,
                                    NppiRect oSrcROI,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiRect oDstROI,
                                    double nAngle,
                                    double nShiftX,
                                    double nShiftY,
                                    int eInterpolation)
 3 channel 8-bit unsigned image rotate.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSrcSize - Size in pixels of the source image
oSrcROI - Region of interest in the source image.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Region of interest in the destination image.
nAngle - The angle of rotation in degrees.
nShiftX - Shift along horizontal axis
nShiftY - Shift along vertical axis
eInterpolation - The type of interpolation to perform resampling
Returns:
\ref image_data_error_codes, \ref roi_error_codes, \ref rotate_error_codes

nppiRotate_8u_C4R

public static int nppiRotate_8u_C4R(TypedPointer<Npp8u> pSrc,
                                    NppiSize oSrcSize,
                                    int nSrcStep,
                                    NppiRect oSrcROI,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiRect oDstROI,
                                    double nAngle,
                                    double nShiftX,
                                    double nShiftY,
                                    int eInterpolation)
 4 channel 8-bit unsigned image rotate.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSrcSize - Size in pixels of the source image
oSrcROI - Region of interest in the source image.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Region of interest in the destination image.
nAngle - The angle of rotation in degrees.
nShiftX - Shift along horizontal axis
nShiftY - Shift along vertical axis
eInterpolation - The type of interpolation to perform resampling
Returns:
\ref image_data_error_codes, \ref roi_error_codes, \ref rotate_error_codes

nppiRotate_8u_AC4R

public static int nppiRotate_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                     NppiSize oSrcSize,
                                     int nSrcStep,
                                     NppiRect oSrcROI,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiRect oDstROI,
                                     double nAngle,
                                     double nShiftX,
                                     double nShiftY,
                                     int eInterpolation)
 4 channel 8-bit unsigned image rotate ignoring alpha channel.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSrcSize - Size in pixels of the source image
oSrcROI - Region of interest in the source image.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Region of interest in the destination image.
nAngle - The angle of rotation in degrees.
nShiftX - Shift along horizontal axis
nShiftY - Shift along vertical axis
eInterpolation - The type of interpolation to perform resampling
Returns:
\ref image_data_error_codes, \ref roi_error_codes, \ref rotate_error_codes

nppiRotate_16u_C1R

public static int nppiRotate_16u_C1R(TypedPointer<Npp16u> pSrc,
                                     NppiSize oSrcSize,
                                     int nSrcStep,
                                     NppiRect oSrcROI,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiRect oDstROI,
                                     double nAngle,
                                     double nShiftX,
                                     double nShiftY,
                                     int eInterpolation)
 16-bit unsigned image rotate.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSrcSize - Size in pixels of the source image
oSrcROI - Region of interest in the source image.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Region of interest in the destination image.
nAngle - The angle of rotation in degrees.
nShiftX - Shift along horizontal axis
nShiftY - Shift along vertical axis
eInterpolation - The type of interpolation to perform resampling
Returns:
\ref image_data_error_codes, \ref roi_error_codes, \ref rotate_error_codes

nppiRotate_16u_C3R

public static int nppiRotate_16u_C3R(TypedPointer<Npp16u> pSrc,
                                     NppiSize oSrcSize,
                                     int nSrcStep,
                                     NppiRect oSrcROI,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiRect oDstROI,
                                     double nAngle,
                                     double nShiftX,
                                     double nShiftY,
                                     int eInterpolation)
 3 channel 16-bit unsigned image rotate.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSrcSize - Size in pixels of the source image
oSrcROI - Region of interest in the source image.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Region of interest in the destination image.
nAngle - The angle of rotation in degrees.
nShiftX - Shift along horizontal axis
nShiftY - Shift along vertical axis
eInterpolation - The type of interpolation to perform resampling
Returns:
\ref image_data_error_codes, \ref roi_error_codes, \ref rotate_error_codes

nppiRotate_16u_C4R

public static int nppiRotate_16u_C4R(TypedPointer<Npp16u> pSrc,
                                     NppiSize oSrcSize,
                                     int nSrcStep,
                                     NppiRect oSrcROI,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiRect oDstROI,
                                     double nAngle,
                                     double nShiftX,
                                     double nShiftY,
                                     int eInterpolation)
 4 channel 16-bit unsigned image rotate.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSrcSize - Size in pixels of the source image
oSrcROI - Region of interest in the source image.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Region of interest in the destination image.
nAngle - The angle of rotation in degrees.
nShiftX - Shift along horizontal axis
nShiftY - Shift along vertical axis
eInterpolation - The type of interpolation to perform resampling
Returns:
\ref image_data_error_codes, \ref roi_error_codes, \ref rotate_error_codes

nppiRotate_16u_AC4R

public static int nppiRotate_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                      NppiSize oSrcSize,
                                      int nSrcStep,
                                      NppiRect oSrcROI,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiRect oDstROI,
                                      double nAngle,
                                      double nShiftX,
                                      double nShiftY,
                                      int eInterpolation)
 4 channel 16-bit unsigned image rotate ignoring alpha channel.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSrcSize - Size in pixels of the source image
oSrcROI - Region of interest in the source image.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Region of interest in the destination image.
nAngle - The angle of rotation in degrees.
nShiftX - Shift along horizontal axis
nShiftY - Shift along vertical axis
eInterpolation - The type of interpolation to perform resampling
Returns:
\ref image_data_error_codes, \ref roi_error_codes, \ref rotate_error_codes

nppiRotate_32f_C1R

public static int nppiRotate_32f_C1R(TypedPointer<Npp32f> pSrc,
                                     NppiSize oSrcSize,
                                     int nSrcStep,
                                     NppiRect oSrcROI,
                                     TypedPointer<Npp32f> pDst,
                                     int nDstStep,
                                     NppiRect oDstROI,
                                     double nAngle,
                                     double nShiftX,
                                     double nShiftY,
                                     int eInterpolation)
 32-bit float image rotate.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSrcSize - Size in pixels of the source image
oSrcROI - Region of interest in the source image.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Region of interest in the destination image.
nAngle - The angle of rotation in degrees.
nShiftX - Shift along horizontal axis
nShiftY - Shift along vertical axis
eInterpolation - The type of interpolation to perform resampling
Returns:
\ref image_data_error_codes, \ref roi_error_codes, \ref rotate_error_codes

nppiRotate_32f_C3R

public static int nppiRotate_32f_C3R(TypedPointer<Npp32f> pSrc,
                                     NppiSize oSrcSize,
                                     int nSrcStep,
                                     NppiRect oSrcROI,
                                     TypedPointer<Npp32f> pDst,
                                     int nDstStep,
                                     NppiRect oDstROI,
                                     double nAngle,
                                     double nShiftX,
                                     double nShiftY,
                                     int eInterpolation)
 3 channel 32-bit float image rotate.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSrcSize - Size in pixels of the source image
oSrcROI - Region of interest in the source image.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Region of interest in the destination image.
nAngle - The angle of rotation in degrees.
nShiftX - Shift along horizontal axis
nShiftY - Shift along vertical axis
eInterpolation - The type of interpolation to perform resampling
Returns:
\ref image_data_error_codes, \ref roi_error_codes, \ref rotate_error_codes

nppiRotate_32f_C4R

public static int nppiRotate_32f_C4R(TypedPointer<Npp32f> pSrc,
                                     NppiSize oSrcSize,
                                     int nSrcStep,
                                     NppiRect oSrcROI,
                                     TypedPointer<Npp32f> pDst,
                                     int nDstStep,
                                     NppiRect oDstROI,
                                     double nAngle,
                                     double nShiftX,
                                     double nShiftY,
                                     int eInterpolation)
 4 channel 32-bit float image rotate.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSrcSize - Size in pixels of the source image
oSrcROI - Region of interest in the source image.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Region of interest in the destination image.
nAngle - The angle of rotation in degrees.
nShiftX - Shift along horizontal axis
nShiftY - Shift along vertical axis
eInterpolation - The type of interpolation to perform resampling
Returns:
\ref image_data_error_codes, \ref roi_error_codes, \ref rotate_error_codes

nppiRotate_32f_AC4R

public static int nppiRotate_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                      NppiSize oSrcSize,
                                      int nSrcStep,
                                      NppiRect oSrcROI,
                                      TypedPointer<Npp32f> pDst,
                                      int nDstStep,
                                      NppiRect oDstROI,
                                      double nAngle,
                                      double nShiftX,
                                      double nShiftY,
                                      int eInterpolation)
 4 channel 32-bit float image rotate ignoring alpha channel.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSrcSize - Size in pixels of the source image
oSrcROI - Region of interest in the source image.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Region of interest in the destination image.
nAngle - The angle of rotation in degrees.
nShiftX - Shift along horizontal axis
nShiftY - Shift along vertical axis
eInterpolation - The type of interpolation to perform resampling
Returns:
\ref image_data_error_codes, \ref roi_error_codes, \ref rotate_error_codes

nppiMirror_8u_C1R

public static int nppiMirror_8u_C1R(TypedPointer<Npp8u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oROI,
                                    int flip)
 8-bit unsigned image mirror.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oROI - \ref roi_specification.
flip - Specifies the axis about which the image is to be mirrored.
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_MIRROR_FLIP_ERR if flip has an illegal value.

nppiMirror_8u_C3R

public static int nppiMirror_8u_C3R(TypedPointer<Npp8u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oROI,
                                    int flip)
 3 channel 8-bit unsigned image mirror.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oROI - \ref roi_specification.
flip - Specifies the axis about which the image is to be mirrored.
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_MIRROR_FLIP_ERR if flip has an illegal value.

nppiMirror_8u_C4R

public static int nppiMirror_8u_C4R(TypedPointer<Npp8u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp8u> pDst,
                                    int nDstStep,
                                    NppiSize oROI,
                                    int flip)
 4 channel 8-bit unsigned image mirror.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - Distance in bytes between starts of consecutive lines of the destination image.
oROI - \ref roi_specification.
flip - Specifies the axis about which the image is to be mirrored.
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_MIRROR_FLIP_ERR if flip has an illegal value.

nppiMirror_8u_AC4R

public static int nppiMirror_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oROI,
                                     int flip)
 4 channel 8-bit unsigned image mirror not affecting alpha.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - Distance in bytes between starts of consecutive lines of the destination image.
oROI - \ref roi_specification.
flip - Specifies the axis about which the image is to be mirrored.
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_MIRROR_FLIP_ERR if flip has an illegal value.

nppiMirror_16u_C1R

public static int nppiMirror_16u_C1R(TypedPointer<Npp16u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiSize oROI,
                                     int flip)
 16-bit unsigned image mirror.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oROI - \ref roi_specification.
flip - Specifies the axis about which the image is to be mirrored.
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_MIRROR_FLIP_ERR if flip has an illegal value.

nppiMirror_16u_C3R

public static int nppiMirror_16u_C3R(TypedPointer<Npp16u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiSize oROI,
                                     int flip)
 3 channel 16-bit unsigned image mirror.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oROI - \ref roi_specification.
flip - Specifies the axis about which the image is to be mirrored.
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_MIRROR_FLIP_ERR if flip has an illegal value.

nppiMirror_16u_C4R

public static int nppiMirror_16u_C4R(TypedPointer<Npp16u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiSize oROI,
                                     int flip)
 4 channel 16-bit unsigned image mirror.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - Distance in bytes between starts of consecutive lines of the destination image.
oROI - \ref roi_specification.
flip - Specifies the axis about which the image is to be mirrored.
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_MIRROR_FLIP_ERR if flip has an illegal value.

nppiMirror_16u_AC4R

public static int nppiMirror_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiSize oROI,
                                      int flip)
 4 channel 16-bit unsigned image mirror not affecting alpha.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - Distance in bytes between starts of consecutive lines of the destination image.
oROI - \ref roi_specification.
flip - Specifies the axis about which the image is to be mirrored.
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_MIRROR_FLIP_ERR if flip has an illegal value.

nppiMirror_32s_C1R

public static int nppiMirror_32s_C1R(TypedPointer<Npp32s> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32s> pDst,
                                     int nDstStep,
                                     NppiSize oROI,
                                     int flip)
 32-bit image mirror.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oROI - \ref roi_specification.
flip - Specifies the axis about which the image is to be mirrored.
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_MIRROR_FLIP_ERR if flip has an illegal value.

nppiMirror_32s_C3R

public static int nppiMirror_32s_C3R(TypedPointer<Npp32s> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32s> pDst,
                                     int nDstStep,
                                     NppiSize oROI,
                                     int flip)
 3 channel 32-bit image mirror.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oROI - \ref roi_specification.
flip - Specifies the axis about which the image is to be mirrored.
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_MIRROR_FLIP_ERR if flip has an illegal value.

nppiMirror_32s_C4R

public static int nppiMirror_32s_C4R(TypedPointer<Npp32s> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32s> pDst,
                                     int nDstStep,
                                     NppiSize oROI,
                                     int flip)
 4 channel 32-bit image mirror.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - Distance in bytes between starts of consecutive lines of the destination image.
oROI - \ref roi_specification.
flip - Specifies the axis about which the image is to be mirrored.
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_MIRROR_FLIP_ERR if flip has an illegal value.

nppiMirror_32s_AC4R

public static int nppiMirror_32s_AC4R(TypedPointer<Npp32s> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp32s> pDst,
                                      int nDstStep,
                                      NppiSize oROI,
                                      int flip)
 4 channel 32-bit image mirror not affecting alpha.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - Distance in bytes between starts of consecutive lines of the destination image.
oROI - \ref roi_specification.
flip - Specifies the axis about which the image is to be mirrored.
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_MIRROR_FLIP_ERR if flip has an illegal value.

nppiMirror_32f_C1R

public static int nppiMirror_32f_C1R(TypedPointer<Npp32f> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32f> pDst,
                                     int nDstStep,
                                     NppiSize oROI,
                                     int flip)
 32-bit float image mirror.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oROI - \ref roi_specification.
flip - Specifies the axis about which the image is to be mirrored.
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_MIRROR_FLIP_ERR if flip has an illegal value.

nppiMirror_32f_C3R

public static int nppiMirror_32f_C3R(TypedPointer<Npp32f> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32f> pDst,
                                     int nDstStep,
                                     NppiSize oROI,
                                     int flip)
 3 channel 32-bit float image mirror.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oROI - \ref roi_specification.
flip - Specifies the axis about which the image is to be mirrored.
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_MIRROR_FLIP_ERR if flip has an illegal value.

nppiMirror_32f_C4R

public static int nppiMirror_32f_C4R(TypedPointer<Npp32f> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32f> pDst,
                                     int nDstStep,
                                     NppiSize oROI,
                                     int flip)
 4 channel 32-bit float image mirror.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - Distance in bytes between starts of consecutive lines of the destination image.
oROI - \ref roi_specification.
flip - Specifies the axis about which the image is to be mirrored.
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_MIRROR_FLIP_ERR if flip has an illegal value.

nppiMirror_32f_AC4R

public static int nppiMirror_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp32f> pDst,
                                      int nDstStep,
                                      NppiSize oROI,
                                      int flip)
 4 channel 32-bit float image mirror not affecting alpha.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - Distance in bytes between starts of consecutive lines of the destination image.
oROI - \ref roi_specification.
flip - Specifies the axis about which the image is to be mirrored.
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_MIRROR_FLIP_ERR if flip has an illegal value.

nppiGetAffineTransform

public static int nppiGetAffineTransform(NppiRect srcRoi,
                                         double[][] quad,
                                         double[][] coeffs)
 Calculates affine transform coefficients given source rectangular ROI and
 its destination quadrangle projection

Parameters:
srcRoi - Source ROI
quad - Destination quadrangle
coeffs - Affine transform coefficients
Returns:
Error codes: - #NPP_SIZE_ERROR Indicates an error condition if any image dimension has zero or negative value - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid - #NPP_AFFINE_QUAD_INCORRECT_WARNING Indicates a warning when quad does not conform to the transform properties. Fourth vertex is ignored, internally computed coordinates are used instead

nppiGetAffineQuad

public static int nppiGetAffineQuad(NppiRect srcRoi,
                                    double[][] quad,
                                    double[][] coeffs)
 Calculates affine transform projection of given source rectangular ROI

Parameters:
srcRoi - Source ROI
quad - Destination quadrangle
coeffs - Affine transform coefficients
Returns:
Error codes: - #NPP_SIZE_ERROR Indicates an error condition if any image dimension has zero or negative value - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid

nppiGetAffineBound

public static int nppiGetAffineBound(NppiRect srcRoi,
                                     double[][] bound,
                                     double[][] coeffs)
 Calculates bounding box of the affine transform projection of the given
 source rectangular ROI

Parameters:
srcRoi - Source ROI
bound - Bounding box of the transformed source ROI
coeffs - Affine transform coefficients
Returns:
Error codes: - #NPP_SIZE_ERROR Indicates an error condition if any image dimension has zero or negative value - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid

nppiWarpAffine_8u_C1R

public static int nppiWarpAffine_8u_C1R(TypedPointer<Npp8u> pSrc,
                                        NppiSize oSrcSize,
                                        int nSrcStep,
                                        NppiRect srcRoi,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiRect dstRoi,
                                        double[][] coeffs,
                                        int eInterpolation)
 Affine transform of an image (8bit unsigned integer, single channel). This
 function operates using given transform coefficients that can be obtained
 by using nppiGetAffineTransform function or set explicitly. The function
 operates on source and destination regions of interest. The affine warp
 function transforms the source image pixel coordinates \f$(x,y)\f$ according
 to the following formulas:
 \f[
 X_{new} = C_{00} * x + C_{01} * y + C_{02} \qquad
 Y_{new} = C_{10} * x + C_{11} * y + C_{12} \qquad
 \f]
 The transformed part of the source image is resampled using the specified
 interpolation method and written to the destination ROI.
 The functions nppiGetAffineQuad and nppiGetAffineBound can help with 
 destination ROI specification.
 
 NPPI specific recommendation: 
 The function operates using 2 types of kernels: fast and accurate. The fast
 method is about 4 times faster than its accurate variant,
 but does not perform memory access checks and requires the destination ROI
 to be 64 bytes aligned. Hence any destination ROI is 
 chunked into 3 vertical stripes: the first and the third are processed by
 accurate kernels and the central one is processed by the
 fast one.
 In order to get the maximum available speed of execution, the projection of
 destination ROI onto image addresses must be 64 bytes
 aligned. This is always true if the values 
 (int)((void *)(pDst + dstRoi.x)) and 
 (int)((void *)(pDst + dstRoi.x + dstRoi.width)) 
 are multiples of 64. Another rule of thumb is to specify destination ROI in
 such way that left and right sides of the projected 
 image are separated from the ROI by at least 63 bytes from each side.
 However, this requires the whole ROI to be part of allocated memory. In case
 when the conditions above are not satisfied, the function may decrease in
 speed slightly and will return NPP_MISALIGNED_DST_ROI_WARNING warning.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
srcRoi - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
dstRoi - Destination ROI
coeffs - Affine transform coefficients
eInterpolation - Interpolation mode: can be NPPI_INTER_NN, NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_WRONG_INTERSECTION_ROI_ERROR Indicates an error condition if srcRoi has no intersection with the source image - #NPP_INTERPOLATION_ERROR Indicates an error condition if interpolation has an illegal value - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid - #NPP_WRONG_INTERSECTION_QUAD_WARNING Indicates a warning that no operation is performed if the transformed source ROI has no intersection with the destination ROI - #NPP_MISALIGNED_DST_ROI_WARNING Indicates a warning that the speed of primitive execution was reduced due to destination ROI misalignment

nppiWarpAffine_8u_C3R

public static int nppiWarpAffine_8u_C3R(TypedPointer<Npp8u> pSrc,
                                        NppiSize oSrcSize,
                                        int nSrcStep,
                                        NppiRect srcRoi,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiRect dstRoi,
                                        double[][] coeffs,
                                        int eInterpolation)
 Affine transform of an image (8bit unsigned integer, three channels).

See Also:

nppiWarpAffine_8u_C4R

public static int nppiWarpAffine_8u_C4R(TypedPointer<Npp8u> pSrc,
                                        NppiSize oSrcSize,
                                        int nSrcStep,
                                        NppiRect srcRoi,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiRect dstRoi,
                                        double[][] coeffs,
                                        int eInterpolation)
 Affine transform of an image (8bit unsigned integer, four channels).

See Also:

nppiWarpAffine_8u_AC4R

public static int nppiWarpAffine_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect srcRoi,
                                         TypedPointer<Npp8u> pDst,
                                         int nDstStep,
                                         NppiRect dstRoi,
                                         double[][] coeffs,
                                         int eInterpolation)
 Affine transform of an image (8bit unsigned integer, four channels RGBA).

See Also:

nppiWarpAffine_8u_P3R

public static int nppiWarpAffine_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                        NppiSize oSrcSize,
                                        int nSrcStep,
                                        NppiRect srcRoi,
                                        TypedPointer<Npp8u>[] pDst,
                                        int nDstStep,
                                        NppiRect dstRoi,
                                        double[][] coeffs,
                                        int eInterpolation)
 Affine transform of an image (8bit unsigned integer, three planes).

See Also:

nppiWarpAffine_8u_P4R

public static int nppiWarpAffine_8u_P4R(TypedPointer<Npp8u>[] pSrc,
                                        NppiSize oSrcSize,
                                        int nSrcStep,
                                        NppiRect srcRoi,
                                        TypedPointer<Npp8u>[] pDst,
                                        int nDstStep,
                                        NppiRect dstRoi,
                                        double[][] coeffs,
                                        int eInterpolation)
 Affine transform of an image (8bit unsigned integer, four planes).

See Also:

nppiWarpAffineBack_8u_C1R

public static int nppiWarpAffineBack_8u_C1R(TypedPointer<Npp8u> pSrc,
                                            NppiSize oSrcSize,
                                            int nSrcStep,
                                            NppiRect srcRoi,
                                            TypedPointer<Npp8u> pDst,
                                            int nDstStep,
                                            NppiRect dstRoi,
                                            double[][] coeffs,
                                            int eInterpolation)
 Inverse affine transform of an image (8bit unsigned integer, single channel).
 This function operates using given transform coefficients that can be
 obtained by using nppiGetAffineTransform function or set explicitly. Thus
 there is no need to invert coefficients in your application before calling
 WarpAffineBack. The function operates on source and destination regions of
 interest.
 The affine warp function transforms the source image pixel coordinates
 \f$(x,y)\f$ according to the following formulas:
 \f[
 C_{00} * X_{new} + C_{01} * Y_{new} + C_{02} = x  \qquad
 C_{10} * X_{new} + C_{11} * Y_{new} + C_{12} = y
 \f]
 The transformed part of the source image is resampled using the specified
 interpolation method and written to the destination ROI.
 The functions nppiGetAffineQuad and nppiGetAffineBound can help with
 destination ROI specification.
 
 NPPI specific recommendation: 
 The function operates using 2 types of kernels: fast and accurate. The fast
 method is about 4 times faster than its accurate variant,
 but doesn't perform memory access checks and requires the destination ROI
 to be 64 bytes aligned. Hence any destination ROI is 
 chunked into 3 vertical stripes: the first and the third are processed by
 accurate kernels and the central one is processed by the fast one.
 In order to get the maximum available speed of execution, the projection of
 destination ROI onto image addresses must be 64 bytes aligned. This is
 always true if the values 
 (int)((void *)(pDst + dstRoi.x)) and 
 (int)((void *)(pDst + dstRoi.x + dstRoi.width)) 
 are multiples of 64. Another rule of thumb is to specify destination ROI in
 such way that left and right sides of the projected image are separated from
 the ROI by at least 63 bytes from each side. However, this requires the
 whole ROI to be part of allocated memory. In case when the conditions above
 are not satisfied, the function may decrease in speed slightly and will
 return NPP_MISALIGNED_DST_ROI_WARNING warning.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
srcRoi - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
dstRoi - Destination ROI
coeffs - Affine transform coefficients
eInterpolation - Interpolation mode: can be NPPI_INTER_NN, NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_WRONG_INTERSECTION_ROI_ERROR Indicates an error condition if srcRoi has no intersection with the source image - #NPP_INTERPOLATION_ERROR Indicates an error condition if interpolation has an illegal value - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid - #NPP_WRONG_INTERSECTION_QUAD_WARNING Indicates a warning that no operation is performed if the transformed source ROI has no intersection with the destination ROI - #NPP_MISALIGNED_DST_ROI_WARNING Indicates a warning that the speed of primitive execution was reduced due to destination ROI misalignment

nppiWarpAffineBack_8u_C3R

public static int nppiWarpAffineBack_8u_C3R(TypedPointer<Npp8u> pSrc,
                                            NppiSize oSrcSize,
                                            int nSrcStep,
                                            NppiRect srcRoi,
                                            TypedPointer<Npp8u> pDst,
                                            int nDstStep,
                                            NppiRect dstRoi,
                                            double[][] coeffs,
                                            int eInterpolation)
 Inverse affine transform of an image (8bit unsigned integer, three channels).

See Also:

nppiWarpAffineBack_8u_C4R

public static int nppiWarpAffineBack_8u_C4R(TypedPointer<Npp8u> pSrc,
                                            NppiSize oSrcSize,
                                            int nSrcStep,
                                            NppiRect srcRoi,
                                            TypedPointer<Npp8u> pDst,
                                            int nDstStep,
                                            NppiRect dstRoi,
                                            double[][] coeffs,
                                            int eInterpolation)
 Inverse affine transform of an image (8bit unsigned integer, four channels).

See Also:

nppiWarpAffineBack_8u_AC4R

public static int nppiWarpAffineBack_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] coeffs,
                                             int eInterpolation)
 Inverse affine transform of an image (8bit unsigned integer, four channels RGBA).

See Also:

nppiWarpAffineBack_8u_P3R

public static int nppiWarpAffineBack_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                            NppiSize oSrcSize,
                                            int nSrcStep,
                                            NppiRect srcRoi,
                                            TypedPointer<Npp8u>[] pDst,
                                            int nDstStep,
                                            NppiRect dstRoi,
                                            double[][] coeffs,
                                            int eInterpolation)
 Inverse affine transform of an image (8bit unsigned integer, three planes).

See Also:

nppiWarpAffineBack_8u_P4R

public static int nppiWarpAffineBack_8u_P4R(TypedPointer<Npp8u>[] pSrc,
                                            NppiSize oSrcSize,
                                            int nSrcStep,
                                            NppiRect srcRoi,
                                            TypedPointer<Npp8u>[] pDst,
                                            int nDstStep,
                                            NppiRect dstRoi,
                                            double[][] coeffs,
                                            int eInterpolation)
 Inverse affine transform of an image (8bit unsigned integer, four planes).

See Also:

nppiWarpAffineQuad_8u_C1R

public static int nppiWarpAffineQuad_8u_C1R(TypedPointer<Npp8u> pSrc,
                                            NppiSize oSrcSize,
                                            int nSrcStep,
                                            NppiRect srcRoi,
                                            double[][] srcQuad,
                                            TypedPointer<Npp8u> pDst,
                                            int nDstStep,
                                            NppiRect dstRoi,
                                            double[][] dstQuad,
                                            int eInterpolation)
 Affine transform of an image (8bit unsigned integer, single channel). This
 function performs affine warping of a the specified quadrangle in the
 source image to the specified quadrangle in the destination image. The
 function nppiWarpAffineQuad uses the same formulas for pixel mapping as in
 nppiWarpAffine function. The transform coefficients are computed internally.
 The transformed part of the source image is resampled using the specified
 eInterpolation method and written to the destination ROI.
 
 NPPI specific recommendation: 
 The function operates using 2 types of kernels: fast and accurate. The fast
 method is about 4 times faster than its accurate variant, but does not
 perform memory access checks and requires the destination ROI to be 64 bytes
 aligned. Hence any destination ROI is chunked into 3 vertical stripes: the
 first and the third are processed by accurate kernels and the central one is
 processed by the fast one.
 In order to get the maximum available speed of execution, the projection of
 destination ROI onto image addresses must be 64 bytes aligned. This is
 always true if the values (int)((void *)(pDst + dstRoi.x)) and 
 (int)((void *)(pDst + dstRoi.x + dstRoi.width)) 
 are multiples of 64. Another rule of thumb is to specify destination ROI in
 such way that left and right sides of the projected image are separated from
 the ROI by at least 63 bytes from each side. However, this requires the
 whole ROI to be part of allocated memory. In case when the conditions above
 are not satisfied, the function may decrease in speed slightly and will
 return NPP_MISALIGNED_DST_ROI_WARNING warning.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
srcRoi - Source ROI
srcQuad - Source quadrangle
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
dstRoi - Destination ROI
dstQuad - Destination quadrangle
eInterpolation - Interpolation mode: can be NPPI_INTER_NN, NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_WRONG_INTERSECTION_ROI_ERROR Indicates an error condition if srcRoi has no intersection with the source image - #NPP_INTERPOLATION_ERROR Indicates an error condition if eInterpolation has an illegal value - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid - #NPP_WRONG_INTERSECTION_QUAD_WARNING Indicates a warning that no operation is performed if the transformed source ROI has no intersection with the destination ROI - #NPP_MISALIGNED_DST_ROI_WARNING Indicates a warning that the speed of primitive execution was reduced due to destination ROI misalignment ignored, internally computed coordinates are used instead

nppiWarpAffineQuad_8u_C3R

public static int nppiWarpAffineQuad_8u_C3R(TypedPointer<Npp8u> pSrc,
                                            NppiSize oSrcSize,
                                            int nSrcStep,
                                            NppiRect srcRoi,
                                            double[][] srcQuad,
                                            TypedPointer<Npp8u> pDst,
                                            int nDstStep,
                                            NppiRect dstRoi,
                                            double[][] dstQuad,
                                            int eInterpolation)
 Affine transform of an image (8bit unsigned integer, three channels).

See Also:

nppiWarpAffineQuad_8u_C4R

public static int nppiWarpAffineQuad_8u_C4R(TypedPointer<Npp8u> pSrc,
                                            NppiSize oSrcSize,
                                            int nSrcStep,
                                            NppiRect srcRoi,
                                            double[][] srcQuad,
                                            TypedPointer<Npp8u> pDst,
                                            int nDstStep,
                                            NppiRect dstRoi,
                                            double[][] dstQuad,
                                            int eInterpolation)
 Affine transform of an image (8bit unsigned integer, four channels).

See Also:

nppiWarpAffineQuad_8u_AC4R

public static int nppiWarpAffineQuad_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             double[][] srcQuad,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] dstQuad,
                                             int eInterpolation)
 Affine transform of an image (8bit unsigned integer, four channels RGBA).

See Also:

nppiWarpAffineQuad_8u_P3R

public static int nppiWarpAffineQuad_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                            NppiSize oSrcSize,
                                            int nSrcStep,
                                            NppiRect srcRoi,
                                            double[][] srcQuad,
                                            TypedPointer<Npp8u>[] pDst,
                                            int nDstStep,
                                            NppiRect dstRoi,
                                            double[][] dstQuad,
                                            int eInterpolation)
 Affine transform of an image (8bit unsigned integer, three planes).

See Also:

nppiWarpAffineQuad_8u_P4R

public static int nppiWarpAffineQuad_8u_P4R(TypedPointer<Npp8u>[] pSrc,
                                            NppiSize oSrcSize,
                                            int nSrcStep,
                                            NppiRect srcRoi,
                                            double[][] srcQuad,
                                            TypedPointer<Npp8u>[] pDst,
                                            int nDstStep,
                                            NppiRect dstRoi,
                                            double[][] dstQuad,
                                            int eInterpolation)
 Affine transform of an image (8bit unsigned integer, four planes).

See Also:

nppiWarpAffine_16u_C1R

public static int nppiWarpAffine_16u_C1R(TypedPointer<Npp16u> pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect srcRoi,
                                         TypedPointer<Npp16u> pDst,
                                         int nDstStep,
                                         NppiRect dstRoi,
                                         double[][] coeffs,
                                         int eInterpolation)
 Affine transform of an image (16bit unsigned integer, single channel). This
 function operates using given transform coefficients that can be obtained by
 using nppiGetAffineTransform function or set explicitly. The function
 operates on source and destination regions of interest. The affine warp
 function transforms the source image pixel coordinates \f$(x,y)\f$
 according to the following formulas:
 \f[
 X_{new} = C_{00} * x + C_{01} * y + C_{02} \qquad
 Y_{new} = C_{10} * x + C_{11} * y + C_{12} \qquad
 \f]
 The transformed part of the source image is resampled using the specified
 interpolation method and written to the destination ROI.
 The functions nppiGetAffineQuad and nppiGetAffineBound can help with
 destination ROI specification.
 
 NPPI specific recommendation: 
 The function operates using 2 types of kernels: fast and accurate. The fast
 method is about 4 times faster than its accurate variant, but does not
 perform memory access checks and requires the destination ROI to be 64 bytes
 aligned. Hence any destination ROI is chunked into 3 vertical stripes: the
 first and the third are processed by accurate kernels and the central one is processed by the
 fast one.
 In order to get the maximum available speed of execution, the projection of
 destination ROI onto image addresses must be 64 bytes aligned. This is
 always true if the values (int)((void *)(pDst + dstRoi.x)) and 
 (int)((void *)(pDst + dstRoi.x + dstRoi.width))  are multiples of
 64. Another rule of thumb is to specify destination ROI in such way that
 left and right sides of the projected image are separated from the ROI by at
 least 63 bytes from each side. However, this requires the whole ROI to be
 part of allocated memory. In case when the conditions above are not
 satisfied, the function may decrease in speed slightly and will return 
 NPP_MISALIGNED_DST_ROI_WARNING warning.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
srcRoi - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
dstRoi - Destination ROI
coeffs - Affine transform coefficients
eInterpolation - Interpolation mode: can be NPPI_INTER_NN, NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_WRONG_INTERSECTION_ROI_ERROR Indicates an error condition if srcRoi has no intersection with the source image - #NPP_INTERPOLATION_ERROR Indicates an error condition if eInterpolation has an illegal value - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid - #NPP_WRONG_INTERSECTION_QUAD_WARNING Indicates a warning that no operation is performed if the transformed source ROI has no intersection with the destination ROI - #NPP_MISALIGNED_DST_ROI_WARNING Indicates a warning that the speed of primitive execution was reduced due to destination ROI misalignment

nppiWarpAffine_16u_C3R

public static int nppiWarpAffine_16u_C3R(TypedPointer<Npp16u> pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect srcRoi,
                                         TypedPointer<Npp16u> pDst,
                                         int nDstStep,
                                         NppiRect dstRoi,
                                         double[][] coeffs,
                                         int eInterpolation)
 Affine transform of an image (16bit unsigned integer, three channels)

See Also:

nppiWarpAffine_16u_C4R

public static int nppiWarpAffine_16u_C4R(TypedPointer<Npp16u> pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect srcRoi,
                                         TypedPointer<Npp16u> pDst,
                                         int nDstStep,
                                         NppiRect dstRoi,
                                         double[][] coeffs,
                                         int eInterpolation)
 Affine transform of an image (16bit unsigned integer, four channels)

See Also:

nppiWarpAffine_16u_AC4R

public static int nppiWarpAffine_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                          NppiSize oSrcSize,
                                          int nSrcStep,
                                          NppiRect srcRoi,
                                          TypedPointer<Npp16u> pDst,
                                          int nDstStep,
                                          NppiRect dstRoi,
                                          double[][] coeffs,
                                          int eInterpolation)
 Affine transform of an image (16bit unsigned integer, four channels RGBA)

See Also:

nppiWarpAffine_16u_P3R

public static int nppiWarpAffine_16u_P3R(TypedPointer<Npp16u>[] pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect srcRoi,
                                         TypedPointer<Npp16u>[] pDst,
                                         int nDstStep,
                                         NppiRect dstRoi,
                                         double[][] coeffs,
                                         int eInterpolation)
 Affine transform of an image (16bit unsigned integer, three planes)

See Also:

nppiWarpAffine_16u_P4R

public static int nppiWarpAffine_16u_P4R(TypedPointer<Npp16u>[] pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect srcRoi,
                                         TypedPointer<Npp16u>[] pDst,
                                         int nDstStep,
                                         NppiRect dstRoi,
                                         double[][] coeffs,
                                         int eInterpolation)
 Affine transform of an image (16bit unsigned integer, four planes)

See Also:

nppiWarpAffineBack_16u_C1R

public static int nppiWarpAffineBack_16u_C1R(TypedPointer<Npp16u> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             TypedPointer<Npp16u> pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] coeffs,
                                             int eInterpolation)
 Inverse affine transform of an image (16bit unsigned integer, single 
 channel). This function operates using given transform coefficients that 
 can be obtained by using nppiGetAffineTransform function or set explicitly.
 Thus there is no need to invert coefficients in your application 
 before calling WarpAffineBack. The function operates on source and
 destination regions of interest.
 The affine warp function transforms the source image pixel coordinates
 \f$(x,y)\f$ according to the following formulas:
 \f[
 C_{00} * X_{new} + C_{01} * Y_{new} + C_{02} = x  \qquad
 C_{10} * X_{new} + C_{11} * Y_{new} + C_{12} = y
 \f]
 The transformed part of the source image is resampled using the specified
 interpolation method and written to the destination ROI.
 The functions nppiGetAffineQuad and nppiGetAffineBound can help with
 destination ROI specification.
 
 NPPI specific recommendation: 
 The function operates using 2 types of kernels: fast and accurate. The fast
 method is about 4 times faster than its accurate variant,
 but doesn't perform memory access checks and requires the destination ROI
 to be 64 bytes aligned. Hence any destination ROI is 
 chunked into 3 vertical stripes: the first and the third are processed by
 accurate kernels and the central one is processed by the
 fast one.
 In order to get the maximum available speed of execution, the projection of
 destination ROI onto image addresses must be 64 bytes
 aligned. This is always true if the values 
 (int)((void *)(pDst + dstRoi.x)) and 
 (int)((void *)(pDst + dstRoi.x + dstRoi.width)) 
 are multiples of 64. Another rule of thumb is to specify destination ROI in
 such way that left and right sides of the projected 
 image are separated from the ROI by at least 63 bytes from each side.
 However, this requires the whole ROI to be part of allocated 
 memory. In case when the conditions above are not satisfied, the function may
 decrease in speed slightly and will return 
 NPP_MISALIGNED_DST_ROI_WARNING warning.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
srcRoi - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
dstRoi - Destination ROI
coeffs - Affine transform coefficients
eInterpolation - Interpolation mode: can be NPPI_INTER_NN, NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_WRONG_INTERSECTION_ROI_ERROR Indicates an error condition if srcRoi has no intersection with the source image - #NPP_INTERPOLATION_ERROR Indicates an error condition if eInterpolation has an illegal value - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid - #NPP_WRONG_INTERSECTION_QUAD_WARNING Indicates a warning that no operation is performed if the transformed source ROI has no intersection with the destination ROI - #NPP_MISALIGNED_DST_ROI_WARNING Indicates a warning that the speed of primitive execution was reduced due to destination ROI misalignment

nppiWarpAffineBack_16u_C3R

public static int nppiWarpAffineBack_16u_C3R(TypedPointer<Npp16u> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             TypedPointer<Npp16u> pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] coeffs,
                                             int eInterpolation)
 Inverse affine transform of an image (16bit unsigned integer, three channels)

See Also:

nppiWarpAffineBack_16u_C4R

public static int nppiWarpAffineBack_16u_C4R(TypedPointer<Npp16u> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             TypedPointer<Npp16u> pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] coeffs,
                                             int eInterpolation)
 Inverse affine transform of an image (16bit unsigned integer, four channels)

See Also:

nppiWarpAffineBack_16u_AC4R

public static int nppiWarpAffineBack_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect srcRoi,
                                              TypedPointer<Npp16u> pDst,
                                              int nDstStep,
                                              NppiRect dstRoi,
                                              double[][] coeffs,
                                              int eInterpolation)
 Inverse affine transform of an image (16bit unsigned integer, four channels
 RGBA)

See Also:

nppiWarpAffineBack_16u_P3R

public static int nppiWarpAffineBack_16u_P3R(TypedPointer<Npp16u>[] pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             TypedPointer<Npp16u>[] pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] coeffs,
                                             int eInterpolation)
 Inverse affine transform of an image (16bit unsigned integer, three planes)

See Also:

nppiWarpAffineBack_16u_P4R

public static int nppiWarpAffineBack_16u_P4R(TypedPointer<Npp16u>[] pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             TypedPointer<Npp16u>[] pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] coeffs,
                                             int eInterpolation)
 Inverse affine transform of an image (16bit unsigned integer, four planes)

See Also:

nppiWarpAffineQuad_16u_C1R

public static int nppiWarpAffineQuad_16u_C1R(TypedPointer<Npp16u> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             double[][] srcQuad,
                                             TypedPointer<Npp16u> pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] dstQuad,
                                             int eInterpolation)
 Affine transform of an image (16bit unsigned integer, single channel). This
 function performs affine warping of a the specified
 quadrangle in the source image to the specified quadrangle in the
 destination image. The function nppiWarpAffineQuad uses the same
 formulas for pixel mapping as in nppiWarpAffine function. The transform
 coefficients are computed internally.
 The transformed part of the source image is resampled using the specified
 interpolation method and written to the destination ROI.
 
 NPPI specific recommendation: 
 The function operates using 2 types of kernels: fast and accurate. The fast
 method is about 4 times faster than its accurate variant,
 but doesn't perform memory access checks and requires the destination ROI
 to be 64 bytes aligned. Hence any destination ROI is 
 chunked into 3 vertical stripes: the first and the third are processed by
 accurate kernels and the central one is processed by the
 fast one.
 In order to get the maximum available speed of execution, the projection of
 destination ROI onto image addresses must be 64 bytes
 aligned. This is always true if the values 
 (int)((void *)(pDst + dstRoi.x)) and 
 (int)((void *)(pDst + dstRoi.x + dstRoi.width)) 
 are multiples of 64. Another rule of thumb is to specify destination ROI in 
 such way that left and right sides of the projected 
 image are separated from the ROI by at least 63 bytes from each side.
 However, this requires the whole ROI to be part of allocated 
 memory. In case when the conditions above are not satisfied, the function
 may decrease in speed slightly and will return 
 NPP_MISALIGNED_DST_ROI_WARNING warning.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
srcRoi - Source ROI
srcQuad - Source quadrangle
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
dstRoi - Destination ROI
dstQuad - Destination quadrangle
eInterpolation - Interpolation mode: can be NPPI_INTER_NN, NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_WRONG_INTERSECTION_ROI_ERROR Indicates an error condition if srcRoi has no intersection with the source image - #NPP_INTERPOLATION_ERROR Indicates an error condition if eInterpolation has an illegal value - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid - #NPP_WRONG_INTERSECTION_QUAD_WARNING Indicates a warning that no operation is performed if the transformed source ROI has no intersection with the destination ROI - #NPP_MISALIGNED_DST_ROI_WARNING Indicates a warning that the speed of primitive execution was reduced due to destination ROI misalignment

nppiWarpAffineQuad_16u_C3R

public static int nppiWarpAffineQuad_16u_C3R(TypedPointer<Npp16u> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             double[][] srcQuad,
                                             TypedPointer<Npp16u> pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] dstQuad,
                                             int eInterpolation)
 Affine transform of an image (16bit unsigned integer, three channels).

See Also:

nppiWarpAffineQuad_16u_C4R

public static int nppiWarpAffineQuad_16u_C4R(TypedPointer<Npp16u> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             double[][] srcQuad,
                                             TypedPointer<Npp16u> pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] dstQuad,
                                             int eInterpolation)
 Affine transform of an image (16bit unsigned integer, four channels).

See Also:

nppiWarpAffineQuad_16u_AC4R

public static int nppiWarpAffineQuad_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect srcRoi,
                                              double[][] srcQuad,
                                              TypedPointer<Npp16u> pDst,
                                              int nDstStep,
                                              NppiRect dstRoi,
                                              double[][] dstQuad,
                                              int eInterpolation)
 Affine transform of an image (16bit unsigned integer, four channels RGBA).

See Also:

nppiWarpAffineQuad_16u_P3R

public static int nppiWarpAffineQuad_16u_P3R(TypedPointer<Npp16u>[] pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             double[][] srcQuad,
                                             TypedPointer<Npp16u>[] pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] dstQuad,
                                             int eInterpolation)
 Affine transform of an image (16bit unsigned integer, three planes).

See Also:

nppiWarpAffineQuad_16u_P4R

public static int nppiWarpAffineQuad_16u_P4R(TypedPointer<Npp16u>[] pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             double[][] srcQuad,
                                             TypedPointer<Npp16u>[] pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] dstQuad,
                                             int eInterpolation)
 Affine transform of an image (16bit unsigned integer, four planes).

See Also:

nppiWarpAffine_32f_C1R

public static int nppiWarpAffine_32f_C1R(TypedPointer<Npp32f> pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect srcRoi,
                                         TypedPointer<Npp32f> pDst,
                                         int nDstStep,
                                         NppiRect dstRoi,
                                         double[][] coeffs,
                                         int eInterpolation)
 Affine transform of an image (32bit float, single channel). This function
 operates using given transform coefficients that 
 can be obtained by using nppiGetAffineTransform function or set explicitly.
 The function operates on source and destination regions 
 of interest. The affine warp function transforms the source image pixel
 coordinates \f$(x,y)\f$ according to the following formulas:
 \f[
 X_{new} = C_{00} * x + C_{01} * y + C_{02} \qquad
 Y_{new} = C_{10} * x + C_{11} * y + C_{12} \qquad
 \f]
 The transformed part of the source image is resampled using the specified
 interpolation method and written to the destination ROI.
 The functions nppiGetAffineQuad and nppiGetAffineBound can help with
 destination ROI specification.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
srcRoi - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
dstRoi - Destination ROI
coeffs - Affine transform coefficients
eInterpolation - Interpolation mode: can be NPPI_INTER_NN, NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_WRONG_INTERSECTION_ROI_ERROR Indicates an error condition if srcRoi has no intersection with the source image - #NPP_INTERPOLATION_ERROR Indicates an error condition if eInterpolation has an illegal value - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid - #NPP_WRONG_INTERSECTION_QUAD_WARNING Indicates a warning that no operation is performed if the transformed source ROI has no intersection with the destination ROI - #NPP_MISALIGNED_DST_ROI_WARNING Indicates a warning that the speed of primitive execution was reduced due to destination ROI misalignment

nppiWarpAffine_32f_C3R

public static int nppiWarpAffine_32f_C3R(TypedPointer<Npp32f> pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect srcRoi,
                                         TypedPointer<Npp32f> pDst,
                                         int nDstStep,
                                         NppiRect dstRoi,
                                         double[][] coeffs,
                                         int eInterpolation)
 Affine transform of an image (32bit float, three channels).

See Also:

nppiWarpAffine_32f_C4R

public static int nppiWarpAffine_32f_C4R(TypedPointer<Npp32f> pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect srcRoi,
                                         TypedPointer<Npp32f> pDst,
                                         int nDstStep,
                                         NppiRect dstRoi,
                                         double[][] coeffs,
                                         int eInterpolation)
 Affine transform of an image (32bit float, four channels).

See Also:

nppiWarpAffine_32f_AC4R

public static int nppiWarpAffine_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                          NppiSize oSrcSize,
                                          int nSrcStep,
                                          NppiRect srcRoi,
                                          TypedPointer<Npp32f> pDst,
                                          int nDstStep,
                                          NppiRect dstRoi,
                                          double[][] coeffs,
                                          int eInterpolation)
 Affine transform of an image (32bit float, four channels RGBA).

See Also:

nppiWarpAffine_32f_P3R

public static int nppiWarpAffine_32f_P3R(TypedPointer<Npp32f>[] pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect srcRoi,
                                         TypedPointer<Npp32f>[] pDst,
                                         int nDstStep,
                                         NppiRect dstRoi,
                                         double[][] coeffs,
                                         int eInterpolation)
 Affine transform of an image (32bit float, three planes).

See Also:

nppiWarpAffine_32f_P4R

public static int nppiWarpAffine_32f_P4R(TypedPointer<Npp32f>[] pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect srcRoi,
                                         TypedPointer<Npp32f>[] pDst,
                                         int nDstStep,
                                         NppiRect dstRoi,
                                         double[][] coeffs,
                                         int eInterpolation)
 Affine transform of an image (32bit float, four planes).

See Also:

nppiWarpAffineBack_32f_C1R

public static int nppiWarpAffineBack_32f_C1R(TypedPointer<Npp32f> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             TypedPointer<Npp32f> pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] coeffs,
                                             int eInterpolation)
 Inverse affine transform of an image (32bit float, single channel). This
 function operates using given transform coefficients that 
 can be obtained by using nppiGetAffineTransform function or set explicitly.
 Thus there is no need to invert coefficients in your application 
 before calling WarpAffineBack. The function operates on source and
 destination regions of interest.
 The affine warp function transforms the source image pixel coordinates
 \f$(x,y)\f$ according to the following formulas:
 \f[
 C_{00} * X_{new} + C_{01} * Y_{new} + C_{02} = x  \qquad
 C_{10} * X_{new} + C_{11} * Y_{new} + C_{12} = y
 \f]
 The transformed part of the source image is resampled using the specified
 interpolation method and written to the destination ROI.
 The functions nppiGetAffineQuad and nppiGetAffineBound can help with
 destination ROI specification.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
srcRoi - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
dstRoi - Destination ROI
coeffs - Affine transform coefficients
eInterpolation - Interpolation mode: can be NPPI_INTER_NN, NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_WRONG_INTERSECTION_ROI_ERROR Indicates an error condition if srcRoi has no intersection with the source image - #NPP_INTERPOLATION_ERROR Indicates an error condition if eInterpolation has an illegal value - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid - #NPP_WRONG_INTERSECTION_QUAD_WARNING Indicates a warning that no operation is performed if the transformed source ROI has no intersection with the destination ROI - #NPP_MISALIGNED_DST_ROI_WARNING Indicates a warning that the speed of primitive execution was reduced due to destination ROI misalignment

nppiWarpAffineBack_32f_C3R

public static int nppiWarpAffineBack_32f_C3R(TypedPointer<Npp32f> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             TypedPointer<Npp32f> pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] coeffs,
                                             int eInterpolation)
 Inverse affine transform of an image (32bit float, three channels).

See Also:

nppiWarpAffineBack_32f_C4R

public static int nppiWarpAffineBack_32f_C4R(TypedPointer<Npp32f> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             TypedPointer<Npp32f> pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] coeffs,
                                             int eInterpolation)
 Inverse affine transform of an image (32bit float, four channels).

See Also:

nppiWarpAffineBack_32f_AC4R

public static int nppiWarpAffineBack_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect srcRoi,
                                              TypedPointer<Npp32f> pDst,
                                              int nDstStep,
                                              NppiRect dstRoi,
                                              double[][] coeffs,
                                              int eInterpolation)
 Inverse affine transform of an image (32bit float, four channels RGBA).

See Also:

nppiWarpAffineBack_32f_P3R

public static int nppiWarpAffineBack_32f_P3R(TypedPointer<Npp32f>[] pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             TypedPointer<Npp32f>[] pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] coeffs,
                                             int eInterpolation)
 Inverse affine transform of an image (32bit float, three planes).

See Also:

nppiWarpAffineBack_32f_P4R

public static int nppiWarpAffineBack_32f_P4R(TypedPointer<Npp32f>[] pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             TypedPointer<Npp32f>[] pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] coeffs,
                                             int eInterpolation)
 Inverse affine transform of an image (32bit float, four planes).

See Also:

nppiWarpAffineQuad_32f_C1R

public static int nppiWarpAffineQuad_32f_C1R(TypedPointer<Npp32f> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             double[][] srcQuad,
                                             TypedPointer<Npp32f> pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] dstQuad,
                                             int eInterpolation)
 Affine transform of an image (32bit float, single channel). This function
 performs affine warping of a the specified
 quadrangle in the source image to the specified quadrangle in the
 destination image. The function nppiWarpAffineQuad uses the same
 formulas for pixel mapping as in nppiWarpAffine function. The transform
 coefficients are computed internally.
 The transformed part of the source image is resampled using the specified
 interpolation method and written to the destination ROI.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
srcRoi - Source ROI
srcQuad - Source quadrangle
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
dstRoi - Destination ROI
dstQuad - Destination quadrangle
eInterpolation - Interpolation mode: can be NPPI_INTER_NN, NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_WRONG_INTERSECTION_ROI_ERROR Indicates an error condition if srcRoi has no intersection with the source image - #NPP_INTERPOLATION_ERROR Indicates an error condition if eInterpolation has an illegal value - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid - #NPP_WRONG_INTERSECTION_QUAD_WARNING Indicates a warning that no operation is performed if the transformed source ROI has no intersection with the destination ROI - #NPP_MISALIGNED_DST_ROI_WARNING Indicates a warning that the speed of primitive execution was reduced due to destination ROI misalignment

nppiWarpAffineQuad_32f_C3R

public static int nppiWarpAffineQuad_32f_C3R(TypedPointer<Npp32f> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             double[][] srcQuad,
                                             TypedPointer<Npp32f> pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] dstQuad,
                                             int eInterpolation)
 Affine transform of an image (32bit float, three channels).

See Also:

nppiWarpAffineQuad_32f_C4R

public static int nppiWarpAffineQuad_32f_C4R(TypedPointer<Npp32f> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             double[][] srcQuad,
                                             TypedPointer<Npp32f> pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] dstQuad,
                                             int eInterpolation)
 Affine transform of an image (32bit float, four channels).

See Also:

nppiWarpAffineQuad_32f_AC4R

public static int nppiWarpAffineQuad_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect srcRoi,
                                              double[][] srcQuad,
                                              TypedPointer<Npp32f> pDst,
                                              int nDstStep,
                                              NppiRect dstRoi,
                                              double[][] dstQuad,
                                              int eInterpolation)
 Affine transform of an image (32bit float, four channels RGBA).

See Also:

nppiWarpAffineQuad_32f_P3R

public static int nppiWarpAffineQuad_32f_P3R(TypedPointer<Npp32f>[] pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             double[][] srcQuad,
                                             TypedPointer<Npp32f>[] pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] dstQuad,
                                             int eInterpolation)
 Affine transform of an image (32bit float, three planes).

See Also:

nppiWarpAffineQuad_32f_P4R

public static int nppiWarpAffineQuad_32f_P4R(TypedPointer<Npp32f>[] pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             double[][] srcQuad,
                                             TypedPointer<Npp32f>[] pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] dstQuad,
                                             int eInterpolation)
 Affine transform of an image (32bit float, four planes).

See Also:

nppiWarpAffine_32s_C1R

public static int nppiWarpAffine_32s_C1R(TypedPointer<Npp32s> pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect srcRoi,
                                         TypedPointer<Npp32s> pDst,
                                         int nDstStep,
                                         NppiRect dstRoi,
                                         double[][] coeffs,
                                         int eInterpolation)
 Affine transform of an image (32bit signed integer, single channel). This
 function operates using given transform coefficients that 
 can be obtained by using nppiGetAffineTransform function or set explicitly.
 The function operates on source and destination regions 
 of interest. The affine warp function transforms the source image pixel
 coordinates \f$(x,y)\f$ according to the following formulas:
 \f[
 X_{new} = C_{00} * x + C_{01} * y + C_{02} \qquad
 Y_{new} = C_{10} * x + C_{11} * y + C_{12} \qquad
 \f]
 The transformed part of the source image is resampled using the specified
 interpolation method and written to the destination ROI.
 The functions nppiGetAffineQuad and nppiGetAffineBound can help with
 destination ROI specification.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
srcRoi - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
dstRoi - Destination ROI
coeffs - Affine transform coefficients
eInterpolation - Interpolation mode: can be NPPI_INTER_NN, NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_WRONG_INTERSECTION_ROI_ERROR Indicates an error condition if srcRoi has no intersection with the source image - #NPP_INTERPOLATION_ERROR Indicates an error condition if eInterpolation has an illegal value - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid - #NPP_WRONG_INTERSECTION_QUAD_WARNING Indicates a warning that no operation is performed if the transformed source ROI has no intersection with the destination ROI - #NPP_MISALIGNED_DST_ROI_WARNING Indicates a warning that the speed of primitive execution was reduced due to destination ROI misalignment

nppiWarpAffine_32s_C3R

public static int nppiWarpAffine_32s_C3R(TypedPointer<Npp32s> pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect srcRoi,
                                         TypedPointer<Npp32s> pDst,
                                         int nDstStep,
                                         NppiRect dstRoi,
                                         double[][] coeffs,
                                         int interpolation)
 Affine transform of an image (32bit signed integer, three channels).

See Also:

nppiWarpAffine_32s_C4R

public static int nppiWarpAffine_32s_C4R(TypedPointer<Npp32s> pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect srcRoi,
                                         TypedPointer<Npp32s> pDst,
                                         int nDstStep,
                                         NppiRect dstRoi,
                                         double[][] coeffs,
                                         int eInterpolation)
 Affine transform of an image (32bit signed integer, four channels).

See Also:

nppiWarpAffine_32s_AC4R

public static int nppiWarpAffine_32s_AC4R(TypedPointer<Npp32s> pSrc,
                                          NppiSize oSrcSize,
                                          int nSrcStep,
                                          NppiRect srcRoi,
                                          TypedPointer<Npp32s> pDst,
                                          int nDstStep,
                                          NppiRect dstRoi,
                                          double[][] coeffs,
                                          int eInterpolation)
 Affine transform of an image (32bit signed integer, four channels RGBA).

See Also:

nppiWarpAffine_32s_P3R

public static int nppiWarpAffine_32s_P3R(TypedPointer<Npp32s>[] pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect srcRoi,
                                         TypedPointer<Npp32s>[] pDst,
                                         int nDstStep,
                                         NppiRect dstRoi,
                                         double[][] coeffs,
                                         int eInterpolation)
 Affine transform of an image (32bit signed integer, three planes).

See Also:

nppiWarpAffine_32s_P4R

public static int nppiWarpAffine_32s_P4R(TypedPointer<Npp32s>[] pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect srcRoi,
                                         TypedPointer<Npp32s>[] pDst,
                                         int nDstStep,
                                         NppiRect dstRoi,
                                         double[][] coeffs,
                                         int eInterpolation)
 Affine transform of an image (32bit signed integer, four planes).

See Also:

nppiWarpAffineBack_32s_C1R

public static int nppiWarpAffineBack_32s_C1R(TypedPointer<Npp32s> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             TypedPointer<Npp32s> pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] coeffs,
                                             int eInterpolation)
 Inverse affine transform of an image (32bit signed integer, single
 channel). This function operates using given transform coefficients that 
 can be obtained by using nppiGetAffineTransform function or set explicitly.
 Thus there is no need to invert coefficients in your application 
 before calling WarpAffineBack. The function operates on source and
 destination regions of interest.
 The affine warp function transforms the source image pixel coordinates
 \f$(x,y)\f$ according to the following formulas:
 \f[
 C_{00} * X_{new} + C_{01} * Y_{new} + C_{02} = x  \qquad
 C_{10} * X_{new} + C_{11} * Y_{new} + C_{12} = y
 \f]
 The transformed part of the source image is resampled using the specified
 interpolation method and written to the destination ROI.
 The functions nppiGetAffineQuad and nppiGetAffineBound can help with
 destination ROI specification.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
srcRoi - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
dstRoi - Destination ROI
coeffs - Affine transform coefficients
eInterpolation - Interpolation mode: can be NPPI_INTER_NN, NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_WRONG_INTERSECTION_ROI_ERROR Indicates an error condition if srcRoi has no intersection with the source image - #NPP_INTERPOLATION_ERROR Indicates an error condition if eInterpolation has an illegal value - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid - #NPP_WRONG_INTERSECTION_QUAD_WARNING Indicates a warning that no operation is performed if the transformed source ROI has no intersection with the destination ROI - #NPP_MISALIGNED_DST_ROI_WARNING Indicates a warning that the speed of primitive execution was reduced due to destination ROI misalignment

nppiWarpAffineBack_32s_C3R

public static int nppiWarpAffineBack_32s_C3R(TypedPointer<Npp32s> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             TypedPointer<Npp32s> pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] coeffs,
                                             int eInterpolation)
 Inverse affine transform of an image (32bit signed integer, three channels).

See Also:

nppiWarpAffineBack_32s_C4R

public static int nppiWarpAffineBack_32s_C4R(TypedPointer<Npp32s> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             TypedPointer<Npp32s> pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] coeffs,
                                             int eInterpolation)
 Inverse affine transform of an image (32bit signed integer, four channels).

See Also:

nppiWarpAffineBack_32s_AC4R

public static int nppiWarpAffineBack_32s_AC4R(TypedPointer<Npp32s> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect srcRoi,
                                              TypedPointer<Npp32s> pDst,
                                              int nDstStep,
                                              NppiRect dstRoi,
                                              double[][] coeffs,
                                              int eInterpolation)
 Inverse affine transform of an image (32bit signed integer, four channels RGBA).

See Also:

nppiWarpAffineBack_32s_P3R

public static int nppiWarpAffineBack_32s_P3R(TypedPointer<Npp32s>[] pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             TypedPointer<Npp32s>[] pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] coeffs,
                                             int eInterpolation)
 Inverse affine transform of an image (32bit signed integer, three planes).

See Also:

nppiWarpAffineBack_32s_P4R

public static int nppiWarpAffineBack_32s_P4R(TypedPointer<Npp32s>[] pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             TypedPointer<Npp32s>[] pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] coeffs,
                                             int eInterpolation)
 Inverse affine transform of an image (32bit signed integer, four planes).

See Also:

nppiWarpAffineQuad_32s_C1R

public static int nppiWarpAffineQuad_32s_C1R(TypedPointer<Npp32s> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             double[][] srcQuad,
                                             TypedPointer<Npp32s> pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] dstQuad,
                                             int eInterpolation)
 Affine transform of an image (32bit signed integer, single channel). This
 function performs affine warping of a the specified
 quadrangle in the source image to the specified quadrangle in the
 destination image. The function nppiWarpAffineQuad uses the same
 formulas for pixel mapping as in nppiWarpAffine function. The transform
 coefficients are computed internally.
 The transformed part of the source image is resampled using the specified
 interpolation method and written to the destination ROI.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
srcRoi - Source ROI
srcQuad - Source quadrangle
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
dstRoi - Destination ROI
dstQuad - Destination quadrangle
eInterpolation - Interpolation mode: can be NPPI_INTER_NN, NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_WRONG_INTERSECTION_ROI_ERROR Indicates an error condition if srcRoi has no intersection with the source image - #NPP_INTERPOLATION_ERROR Indicates an error condition if eInterpolation has an illegal value - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid - #NPP_WRONG_INTERSECTION_QUAD_WARNING Indicates a warning that no operation is performed if the transformed source ROI has no intersection with the destination ROI - #NPP_MISALIGNED_DST_ROI_WARNING Indicates a warning that the speed of primitive execution was reduced due to destination ROI misalignment

nppiWarpAffineQuad_32s_C3R

public static int nppiWarpAffineQuad_32s_C3R(TypedPointer<Npp32s> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             double[][] srcQuad,
                                             TypedPointer<Npp32s> pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] dstQuad,
                                             int eInterpolation)
 Affine transform of an image (32bit signed integer, three channels).

See Also:

nppiWarpAffineQuad_32s_C4R

public static int nppiWarpAffineQuad_32s_C4R(TypedPointer<Npp32s> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             double[][] srcQuad,
                                             TypedPointer<Npp32s> pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] dstQuad,
                                             int eInterpolation)
 Affine transform of an image (32bit signed integer, four channels).

See Also:

nppiWarpAffineQuad_32s_AC4R

public static int nppiWarpAffineQuad_32s_AC4R(TypedPointer<Npp32s> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect srcRoi,
                                              double[][] srcQuad,
                                              TypedPointer<Npp32s> pDst,
                                              int nDstStep,
                                              NppiRect dstRoi,
                                              double[][] dstQuad,
                                              int eInterpolation)
 Affine transform of an image (32bit signed integer, four channels RGBA).

See Also:

nppiWarpAffineQuad_32s_P3R

public static int nppiWarpAffineQuad_32s_P3R(TypedPointer<Npp32s>[] pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             double[][] srcQuad,
                                             TypedPointer<Npp32s>[] pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] dstQuad,
                                             int eInterpolation)
 Affine transform of an image (32bit signed integer, three planes).

See Also:

nppiWarpAffineQuad_32s_P4R

public static int nppiWarpAffineQuad_32s_P4R(TypedPointer<Npp32s>[] pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             double[][] srcQuad,
                                             TypedPointer<Npp32s>[] pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] dstQuad,
                                             int eInterpolation)
 Affine transform of an image (32bit signed integer, four planes).

See Also:

nppiGetPerspectiveTransform

public static int nppiGetPerspectiveTransform(NppiRect srcRoi,
                                              double[][] quad,
                                              double[][] coeffs)
 Calculates perspective transform coefficients given source rectangular ROI
 and its destination quadrangle projection

Parameters:
srcRoi - Source ROI
quad - Destination quadrangle
coeffs - Perspective transform coefficients
Returns:
Error codes: - #NPP_SIZE_ERROR Indicates an error condition if any image dimension has zero or negative value - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid

nppiGetPerspectiveQuad

public static int nppiGetPerspectiveQuad(NppiRect srcRoi,
                                         double[][] quad,
                                         double[][] coeffs)
 Calculates perspective transform projection of given source rectangular
 ROI

Parameters:
srcRoi - Source ROI
quad - Destination quadrangle
coeffs - Perspective transform coefficients
Returns:
Error codes: - #NPP_SIZE_ERROR Indicates an error condition if any image dimension has zero or negative value - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid

nppiGetPerspectiveBound

public static int nppiGetPerspectiveBound(NppiRect srcRoi,
                                          double[][] bound,
                                          double[][] coeffs)
 Calculates bounding box of the perspective transform projection of the
 given source rectangular ROI

Parameters:
srcRoi - Source ROI
bound - Bounding box of the transformed source ROI
coeffs - Perspective transform coefficients
Returns:
Error codes: - #NPP_SIZE_ERROR Indicates an error condition if any image dimension has zero or negative value - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid

nppiWarpPerspective_8u_C1R

public static int nppiWarpPerspective_8u_C1R(TypedPointer<Npp8u> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] coeffs,
                                             int eInterpolation)
 Perspective transform of an image (8bit unsigned integer, single channel).
 This function operates using given transform coefficients that 
 can be obtained by using nppiGetPerspectiveTransform function or set
 explicitly. The function operates on source and destination regions 
 of interest. The perspective warp function transforms the source image
 pixel coordinates \f$(x,y)\f$ according to the following formulas:
 \f[
 X_{new} = \frac{C_{00} * x + C_{01} * y + C_{02}}{C_{20} * x + C_{21} * y + C_{22}} \qquad
 Y_{new} = \frac{C_{10} * x + C_{11} * y + C_{12}}{C_{20} * x + C_{21} * y + C_{22}}
 \f]
 The transformed part of the source image is resampled using the specified
 interpolation method and written to the destination ROI.
 The functions nppiGetPerspectiveQuad and nppiGetPerspectiveBound can help
 with destination ROI specification.
 
 NPPI specific recommendation: 
 The function operates using 2 types of kernels: fast and accurate. The fast
 method is about 4 times faster than its accurate variant,
 but does not perform memory access checks and requires the destination ROI
 to be 64 bytes aligned. Hence any destination ROI is 
 chunked into 3 vertical stripes: the first and the third are processed by
 accurate kernels and the central one is processed by the
 fast one.
 In order to get the maximum available speed of execution, the projection of
 destination ROI onto image addresses must be 64 bytes
 aligned. This is always true if the values 
 (int)((void *)(pDst + dstRoi.x)) and 
 (int)((void *)(pDst + dstRoi.x + dstRoi.width)) 
 are multiples of 64. Another rule of thumb is to specify destination ROI in
 such way that left and right sides of the projected 
 image are separated from the ROI by at least 63 bytes from each side.
 However, this requires the whole ROI to be part of allocated 
 memory. In case when the conditions above are not satisfied, the function
 may decrease in speed slightly and will return 
 NPP_MISALIGNED_DST_ROI_WARNING warning.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
srcRoi - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
dstRoi - Destination ROI
coeffs - Perspective transform coefficients
eInterpolation - Interpolation mode: can be NPPI_INTER_NN, NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_WRONG_INTERSECTION_ROI_ERROR Indicates an error condition if srcRoi has no intersection with the source image - #NPP_INTERPOLATION_ERROR Indicates an error condition if eInterpolation has an illegal value - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid - #NPP_WRONG_INTERSECTION_QUAD_WARNING Indicates a warning that no operation is performed if the transformed source ROI has no intersection with the destination ROI - #NPP_MISALIGNED_DST_ROI_WARNING Indicates a warning that the speed of primitive execution was reduced due to destination ROI

nppiWarpPerspective_8u_C3R

public static int nppiWarpPerspective_8u_C3R(TypedPointer<Npp8u> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] coeffs,
                                             int eInterpolation)
 Perspective transform of an image (8bit unsigned integer, three channels).

See Also:

nppiWarpPerspective_8u_C4R

public static int nppiWarpPerspective_8u_C4R(TypedPointer<Npp8u> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] coeffs,
                                             int eInterpolation)
 Perspective transform of an image (8bit unsigned integer, four channels).

See Also:

nppiWarpPerspective_8u_AC4R

public static int nppiWarpPerspective_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect srcRoi,
                                              TypedPointer<Npp8u> pDst,
                                              int nDstStep,
                                              NppiRect dstRoi,
                                              double[][] coeffs,
                                              int eInterpolation)
 Perspective transform of an image (8bit unsigned integer, four channels RGBA).

See Also:

nppiWarpPerspective_8u_P3R

public static int nppiWarpPerspective_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             TypedPointer<Npp8u>[] pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] coeffs,
                                             int eInterpolation)
 Perspective transform of an image (8bit unsigned integer, three planes).

See Also:

nppiWarpPerspective_8u_P4R

public static int nppiWarpPerspective_8u_P4R(TypedPointer<Npp8u>[] pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect srcRoi,
                                             TypedPointer<Npp8u>[] pDst,
                                             int nDstStep,
                                             NppiRect dstRoi,
                                             double[][] coeffs,
                                             int eInterpolation)
 Perspective transform of an image (8bit unsigned integer, four planes).

See Also:

nppiWarpPerspectiveBack_8u_C1R

public static int nppiWarpPerspectiveBack_8u_C1R(TypedPointer<Npp8u> pSrc,
                                                 NppiSize oSrcSize,
                                                 int nSrcStep,
                                                 NppiRect srcRoi,
                                                 TypedPointer<Npp8u> pDst,
                                                 int nDstStep,
                                                 NppiRect dstRoi,
                                                 double[][] coeffs,
                                                 int eInterpolation)
 Inverse perspective transform of an image (8bit unsigned integer, single
 channel). This function operates using given transform coefficients that 
 can be obtained by using nppiGetPerspectiveTransform function or set
 explicitly. Thus there is no need to invert coefficients in your application 
 before calling WarpPerspectiveBack. The function operates on source and
 destination regions of interest.
 The perspective warp function transforms the source image pixel
 coordinates \f$(x,y)\f$ according to the following formulas:
 \f[
 \frac{C_{00} * X_{new} + C_{01} * Y_{new} + C_{02}}{C_{20} * X_{new} + C_{21} * Y_{new} + C_{22}} = x  \qquad
 \frac{C_{10} * X_{new} + C_{11} * Y_{new} + C_{12}}{C_{20} * X_{new} + C_{21} * Y_{new} + C_{22}} = y
 \f]
 The transformed part of the source image is resampled using the specified
 interpolation method and written to the destination ROI.
 The functions nppiGetPerspectiveQuad and nppiGetPerspectiveBound can help
 with destination ROI specification.
 
 NPPI specific recommendation: 
 The function operates using 2 types of kernels: fast and accurate. The fast
 method is about 4 times faster than its accurate variant,
 but does not perform memory access checks and requires the destination ROI 
 to be 64 bytes aligned. Hence any destination ROI is 
 chunked into 3 vertical stripes: the first and the third are processed by
 accurate kernels and the central one is processed by the
 fast one.
 In order to get the maximum available speed of execution, the projection of
 destination ROI onto image addresses must be 64 bytes
 aligned. This is always true if the values 
 (int)((void *)(pDst + dstRoi.x)) and 
 (int)((void *)(pDst + dstRoi.x + dstRoi.width)) 
 are multiples of 64. Another rule of thumb is to specify destination ROI
 in such way that left and right sides of the projected 
 image are separated from the ROI by at least 63 bytes from each side.
 However, this requires the whole ROI to be part of allocated 
 memory. In case when the conditions above are not satisfied, the function
 may decrease in speed slightly and will return 
 NPP_MISALIGNED_DST_ROI_WARNING warning.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
srcRoi - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
dstRoi - Destination ROI
coeffs - Perspective transform coefficients
eInterpolation - Interpolation mode: can be NPPI_INTER_NN, NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_WRONG_INTERSECTION_ROI_ERROR Indicates an error condition if srcRoi has no intersection with the source image - #NPP_INTERPOLATION_ERROR Indicates an error condition if eInterpolation has an illegal value - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid - #NPP_WRONG_INTERSECTION_QUAD_WARNING Indicates a warning that no operation is performed if the transformed source ROI has no intersection with the destination ROI - #NPP_MISALIGNED_DST_ROI_WARNING Indicates a warning that the speed of primitive execution was reduced due to destination ROI

nppiWarpPerspectiveBack_8u_C3R

public static int nppiWarpPerspectiveBack_8u_C3R(TypedPointer<Npp8u> pSrc,
                                                 NppiSize oSrcSize,
                                                 int nSrcStep,
                                                 NppiRect srcRoi,
                                                 TypedPointer<Npp8u> pDst,
                                                 int nDstStep,
                                                 NppiRect dstRoi,
                                                 double[][] coeffs,
                                                 int eInterpolation)
 Inverse perspective transform of an image (8bit unsigned integer, three channels).

See Also:

nppiWarpPerspectiveBack_8u_C4R

public static int nppiWarpPerspectiveBack_8u_C4R(TypedPointer<Npp8u> pSrc,
                                                 NppiSize oSrcSize,
                                                 int nSrcStep,
                                                 NppiRect srcRoi,
                                                 TypedPointer<Npp8u> pDst,
                                                 int nDstStep,
                                                 NppiRect dstRoi,
                                                 double[][] coeffs,
                                                 int eInterpolation)
 Inverse perspective transform of an image (8bit unsigned integer, four channels).

See Also:

nppiWarpPerspectiveBack_8u_AC4R

public static int nppiWarpPerspectiveBack_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  TypedPointer<Npp8u> pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] coeffs,
                                                  int eInterpolation)
 Inverse perspective transform of an image (8bit unsigned integer, four channels RGBA).

See Also:

nppiWarpPerspectiveBack_8u_P3R

public static int nppiWarpPerspectiveBack_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                                 NppiSize oSrcSize,
                                                 int nSrcStep,
                                                 NppiRect srcRoi,
                                                 TypedPointer<Npp8u>[] pDst,
                                                 int nDstStep,
                                                 NppiRect dstRoi,
                                                 double[][] coeffs,
                                                 int eInterpolation)
 Inverse perspective transform of an image (8bit unsigned integer, three planes).

See Also:

nppiWarpPerspectiveBack_8u_P4R

public static int nppiWarpPerspectiveBack_8u_P4R(TypedPointer<Npp8u>[] pSrc,
                                                 NppiSize oSrcSize,
                                                 int nSrcStep,
                                                 NppiRect srcRoi,
                                                 TypedPointer<Npp8u>[] pDst,
                                                 int nDstStep,
                                                 NppiRect dstRoi,
                                                 double[][] coeffs,
                                                 int eInterpolation)
 Inverse perspective transform of an image (8bit unsigned integer, four planes).

See Also:

nppiWarpPerspectiveQuad_8u_C1R

public static int nppiWarpPerspectiveQuad_8u_C1R(TypedPointer<Npp8u> pSrc,
                                                 NppiSize oSrcSize,
                                                 int nSrcStep,
                                                 NppiRect srcRoi,
                                                 double[][] srcQuad,
                                                 TypedPointer<Npp8u> pDst,
                                                 int nDstStep,
                                                 NppiRect dstRoi,
                                                 double[][] dstQuad,
                                                 int eInterpolation)
 Perspective transform of an image (8bit unsigned integer, single channel).
 This function performs perspective warping of a the specified
 quadrangle in the source image to the specified quadrangle in the
 destination image. The function nppiWarpPerspectiveQuad uses the same
 formulas for pixel mapping as in nppiWarpPerspective function. The
 transform coefficients are computed internally.
 The transformed part of the source image is resampled using the specified
 interpolation method and written to the destination ROI.
 
 NPPI specific recommendation: 
 The function operates using 2 types of kernels: fast and accurate. The fast
 method is about 4 times faster than its accurate variant,
 but does not perform memory access checks and requires the destination ROI
 to be 64 bytes aligned. Hence any destination ROI is 
 chunked into 3 vertical stripes: the first and the third are processed by
 accurate kernels and the central one is processed by the
 fast one.
 In order to get the maximum available speed of execution, the projection
 of destination ROI onto image addresses must be 64 bytes
 aligned. This is always true if the values 
 (int)((void *)(pDst + dstRoi.x)) and 
 (int)((void *)(pDst + dstRoi.x + dstRoi.width)) 
 are multiples of 64. Another rule of thumb is to specify destination ROI
 in such way that left and right sides of the projected 
 image are separated from the ROI by at least 63 bytes from each side.
 However, this requires the whole ROI to be part of allocated 
 memory. In case when the conditions above are not satisfied, the function
 may decrease in speed slightly and will return 
 NPP_MISALIGNED_DST_ROI_WARNING warning.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
srcRoi - Source ROI
srcQuad - Source quadrangle
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
dstRoi - Destination ROI
dstQuad - Destination quadrangle
eInterpolation - Interpolation mode: can be NPPI_INTER_NN, NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_WRONG_INTERSECTION_ROI_ERROR Indicates an error condition if srcRoi has no intersection with the source image - #NPP_INTERPOLATION_ERROR Indicates an error condition if eInterpolation has an illegal value - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid - #NPP_WRONG_INTERSECTION_QUAD_WARNING Indicates a warning that no operation is performed if the transformed source ROI has no intersection with the destination ROI - #NPP_MISALIGNED_DST_ROI_WARNING Indicates a warning that the speed of primitive execution was reduced due to destination ROI

nppiWarpPerspectiveQuad_8u_C3R

public static int nppiWarpPerspectiveQuad_8u_C3R(TypedPointer<Npp8u> pSrc,
                                                 NppiSize oSrcSize,
                                                 int nSrcStep,
                                                 NppiRect srcRoi,
                                                 double[][] srcQuad,
                                                 TypedPointer<Npp8u> pDst,
                                                 int nDstStep,
                                                 NppiRect dstRoi,
                                                 double[][] dstQuad,
                                                 int eInterpolation)
 Perspective transform of an image (8bit unsigned integer, three channels).

See Also:

nppiWarpPerspectiveQuad_8u_C4R

public static int nppiWarpPerspectiveQuad_8u_C4R(TypedPointer<Npp8u> pSrc,
                                                 NppiSize oSrcSize,
                                                 int nSrcStep,
                                                 NppiRect srcRoi,
                                                 double[][] srcQuad,
                                                 TypedPointer<Npp8u> pDst,
                                                 int nDstStep,
                                                 NppiRect dstRoi,
                                                 double[][] dstQuad,
                                                 int eInterpolation)
 Perspective transform of an image (8bit unsigned integer, four channels).

See Also:

nppiWarpPerspectiveQuad_8u_AC4R

public static int nppiWarpPerspectiveQuad_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  double[][] srcQuad,
                                                  TypedPointer<Npp8u> pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] dstQuad,
                                                  int eInterpolation)
 Perspective transform of an image (8bit unsigned integer, four channels RGBA).

See Also:

nppiWarpPerspectiveQuad_8u_P3R

public static int nppiWarpPerspectiveQuad_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                                 NppiSize oSrcSize,
                                                 int nSrcStep,
                                                 NppiRect srcRoi,
                                                 double[][] srcQuad,
                                                 TypedPointer<Npp8u>[] pDst,
                                                 int nDstStep,
                                                 NppiRect dstRoi,
                                                 double[][] dstQuad,
                                                 int eInterpolation)
 Perspective transform of an image (8bit unsigned integer, three planes).

See Also:

nppiWarpPerspectiveQuad_8u_P4R

public static int nppiWarpPerspectiveQuad_8u_P4R(TypedPointer<Npp8u>[] pSrc,
                                                 NppiSize oSrcSize,
                                                 int nSrcStep,
                                                 NppiRect srcRoi,
                                                 double[][] srcQuad,
                                                 TypedPointer<Npp8u>[] pDst,
                                                 int nDstStep,
                                                 NppiRect dstRoi,
                                                 double[][] dstQuad,
                                                 int eInterpolation)
 Perspective transform of an image (8bit unsigned integer, four planes).

See Also:

nppiWarpPerspective_16u_C1R

public static int nppiWarpPerspective_16u_C1R(TypedPointer<Npp16u> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect srcRoi,
                                              TypedPointer<Npp16u> pDst,
                                              int nDstStep,
                                              NppiRect dstRoi,
                                              double[][] coeffs,
                                              int eInterpolation)
 Perspective transform of an image (16bit unsigned integer, single channel).
 This function operates using given transform coefficients that 
 can be obtained by using nppiGetPerspectiveTransform function or set
 explicitly. The function operates on source and destination regions 
 of interest. The perspective warp function transforms the source image pixel
 coordinates \f$(x,y)\f$ according to the following formulas:
 \f[
 X_{new} = \frac{C_{00} * x + C_{01} * y + C_{02}}{C_{20} * x + C_{21} * y + C_{22}} \qquad
 Y_{new} = \frac{C_{10} * x + C_{11} * y + C_{12}}{C_{20} * x + C_{21} * y + C_{22}}
 \f]
 The transformed part of the source image is resampled using the specified
 interpolation method and written to the destination ROI.
 The functions nppiGetPerspectiveQuad and nppiGetPerspectiveBound can help
 with destination ROI specification.
 
 NPPI specific recommendation: 
 The function operates using 2 types of kernels: fast and accurate. The
 fast method is about 4 times faster than its accurate variant,
 but does not perform memory access checks and requires the destination ROI
 to be 64 bytes aligned. Hence any destination ROI is 
 chunked into 3 vertical stripes: the first and the third are processed by
 accurate kernels and the central one is processed by the
 fast one.
 In order to get the maximum available speed of execution, the projection of
 destination ROI onto image addresses must be 64 bytes
 aligned. This is always true if the values 
 (int)((void *)(pDst + dstRoi.x)) and 
 (int)((void *)(pDst + dstRoi.x + dstRoi.width)) 
 are multiples of 64. Another rule of thumb is to specify destination ROI in
 such way that left and right sides of the projected 
 image are separated from the ROI by at least 63 bytes from each side.
 However, this requires the whole ROI to be part of allocated 
 memory. In case when the conditions above are not satisfied, the function
 may decrease in speed slightly and will return 
 NPP_MISALIGNED_DST_ROI_WARNING warning.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
srcRoi - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
dstRoi - Destination ROI
coeffs - Perspective transform coefficients
eInterpolation - Interpolation mode: can be NPPI_INTER_NN, NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_WRONG_INTERSECTION_ROI_ERROR Indicates an error condition if srcRoi has no intersection with the source image - #NPP_INTERPOLATION_ERROR Indicates an error condition if eInterpolation has an illegal value - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid - #NPP_WRONG_INTERSECTION_QUAD_WARNING Indicates a warning that no operation is performed if the transformed source ROI has no intersection with the destination ROI - #NPP_MISALIGNED_DST_ROI_WARNING Indicates a warning that the speed of primitive execution was reduced due to destination ROI

nppiWarpPerspective_16u_C3R

public static int nppiWarpPerspective_16u_C3R(TypedPointer<Npp16u> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect srcRoi,
                                              TypedPointer<Npp16u> pDst,
                                              int nDstStep,
                                              NppiRect dstRoi,
                                              double[][] coeffs,
                                              int eInterpolation)
 Perspective transform of an image (16bit unsigned integer, three channels)

See Also:

nppiWarpPerspective_16u_C4R

public static int nppiWarpPerspective_16u_C4R(TypedPointer<Npp16u> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect srcRoi,
                                              TypedPointer<Npp16u> pDst,
                                              int nDstStep,
                                              NppiRect dstRoi,
                                              double[][] coeffs,
                                              int eInterpolation)
 Perspective transform of an image (16bit unsigned integer, four channels)

See Also:

nppiWarpPerspective_16u_AC4R

public static int nppiWarpPerspective_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                               NppiSize oSrcSize,
                                               int nSrcStep,
                                               NppiRect srcRoi,
                                               TypedPointer<Npp16u> pDst,
                                               int nDstStep,
                                               NppiRect dstRoi,
                                               double[][] coeffs,
                                               int eInterpolation)
 Perspective transform of an image (16bit unsigned integer, four channels RGBA)

See Also:

nppiWarpPerspective_16u_P3R

public static int nppiWarpPerspective_16u_P3R(TypedPointer<Npp16u>[] pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect srcRoi,
                                              TypedPointer<Npp16u>[] pDst,
                                              int nDstStep,
                                              NppiRect dstRoi,
                                              double[][] coeffs,
                                              int eInterpolation)
 Perspective transform of an image (16bit unsigned integer, three planes)

See Also:

nppiWarpPerspective_16u_P4R

public static int nppiWarpPerspective_16u_P4R(TypedPointer<Npp16u>[] pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect srcRoi,
                                              TypedPointer<Npp16u>[] pDst,
                                              int nDstStep,
                                              NppiRect dstRoi,
                                              double[][] coeffs,
                                              int eInterpolation)
 Perspective transform of an image (16bit unsigned integer, four planes)

See Also:

nppiWarpPerspectiveBack_16u_C1R

public static int nppiWarpPerspectiveBack_16u_C1R(TypedPointer<Npp16u> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  TypedPointer<Npp16u> pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] coeffs,
                                                  int eInterpolation)
 Inverse perspective transform of an image (16bit unsigned integer, single
 channel). This function operates using given transform coefficients that 
 can be obtained by using nppiGetPerspectiveTransform function or set
 explicitly. Thus there is no need to invert coefficients in your application 
 before calling WarpPerspectiveBack. The function operates on source and
 destination regions of interest.
 The perspective warp function transforms the source image pixel coordinates
 \f$(x,y)\f$ according to the following formulas:
 \f[
 \frac{C_{00} * X_{new} + C_{01} * Y_{new} + C_{02}}{C_{20} * X_{new} + C_{21} * Y_{new} + C_{22}} = x  \qquad
 \frac{C_{10} * X_{new} + C_{11} * Y_{new} + C_{12}}{C_{20} * X_{new} + C_{21} * Y_{new} + C_{22}} = y
 \f]
 The transformed part of the source image is resampled using the specified
 interpolation method and written to the destination ROI.
 The functions nppiGetPerspectiveQuad and nppiGetPerspectiveBound can help
 with destination ROI specification.
 
 NPPI specific recommendation: 
 The function operates using 2 types of kernels: fast and accurate. The fast
 method is about 4 times faster than its accurate variant,
 but does not perform memory access checks and requires the destination ROI
 to be 64 bytes aligned. Hence any destination ROI is 
 chunked into 3 vertical stripes: the first and the third are processed by
 accurate kernels and the central one is processed by the
 fast one.
 In order to get the maximum available speed of execution, the projection of
 destination ROI onto image addresses must be 64 bytes
 aligned. This is always true if the values 
 (int)((void *)(pDst + dstRoi.x)) and 
 (int)((void *)(pDst + dstRoi.x + dstRoi.width)) 
 are multiples of 64. Another rule of thumb is to specify destination ROI in
 such way that left and right sides of the projected 
 image are separated from the ROI by at least 63 bytes from each side.
 However, this requires the whole ROI to be part of allocated 
 memory. In case when the conditions above are not satisfied, the function
 may decrease in speed slightly and will return 
 NPP_MISALIGNED_DST_ROI_WARNING warning.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
srcRoi - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
dstRoi - Destination ROI
coeffs - Perspective transform coefficients
eInterpolation - Interpolation mode: can be NPPI_INTER_NN, NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_WRONG_INTERSECTION_ROI_ERROR Indicates an error condition if srcRoi has no intersection with the source image - #NPP_INTERPOLATION_ERROR Indicates an error condition if eInterpolation has an illegal value - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid - #NPP_WRONG_INTERSECTION_QUAD_WARNING Indicates a warning that no operation is performed if the transformed source ROI has no intersection with the destination ROI - #NPP_MISALIGNED_DST_ROI_WARNING Indicates a warning that the speed of primitive execution was reduced due to destination ROI

nppiWarpPerspectiveBack_16u_C3R

public static int nppiWarpPerspectiveBack_16u_C3R(TypedPointer<Npp16u> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  TypedPointer<Npp16u> pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] coeffs,
                                                  int eInterpolation)
 Inverse perspective transform of an image (16bit unsigned integer, three channels)

See Also:

nppiWarpPerspectiveBack_16u_C4R

public static int nppiWarpPerspectiveBack_16u_C4R(TypedPointer<Npp16u> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  TypedPointer<Npp16u> pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] coeffs,
                                                  int eInterpolation)
 Inverse perspective transform of an image (16bit unsigned integer, four channels)

See Also:

nppiWarpPerspectiveBack_16u_AC4R

public static int nppiWarpPerspectiveBack_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                                   NppiSize oSrcSize,
                                                   int nSrcStep,
                                                   NppiRect srcRoi,
                                                   TypedPointer<Npp16u> pDst,
                                                   int nDstStep,
                                                   NppiRect dstRoi,
                                                   double[][] coeffs,
                                                   int eInterpolation)
 Inverse perspective transform of an image (16bit unsigned integer, four channels RGBA)

See Also:

nppiWarpPerspectiveBack_16u_P3R

public static int nppiWarpPerspectiveBack_16u_P3R(TypedPointer<Npp16u>[] pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  TypedPointer<Npp16u>[] pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] coeffs,
                                                  int eInterpolation)
 Inverse perspective transform of an image (16bit unsigned integer, three planes)

See Also:

nppiWarpPerspectiveBack_16u_P4R

public static int nppiWarpPerspectiveBack_16u_P4R(TypedPointer<Npp16u>[] pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  TypedPointer<Npp16u>[] pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] coeffs,
                                                  int eInterpolation)
 Inverse perspective transform of an image (16bit unsigned integer, four planes)

See Also:

nppiWarpPerspectiveQuad_16u_C1R

public static int nppiWarpPerspectiveQuad_16u_C1R(TypedPointer<Npp16u> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  double[][] srcQuad,
                                                  TypedPointer<Npp16u> pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] dstQuad,
                                                  int eInterpolation)
 Perspective transform of an image (16bit unsigned integer, single channel).
 This function performs perspective warping of a the specified
 quadrangle in the source image to the specified quadrangle in the
 destination image. The function nppiWarpPerspectiveQuad uses the same
 formulas for pixel mapping as in nppiWarpPerspective function. The transform
 coefficients are computed internally.
 The transformed part of the source image is resampled using the specified
 interpolation method and written to the destination ROI.
 
 NPPI specific recommendation: 
 The function operates using 2 types of kernels: fast and accurate. The fast
 method is about 4 times faster than its accurate variant,
 but does not perform memory access checks and requires the destination ROI to
 be 64 bytes aligned. Hence any destination ROI is 
 chunked into 3 vertical stripes: the first and the third are processed by
 accurate kernels and the central one is processed by the
 fast one.
 In order to get the maximum available speed of execution, the projection of
 destination ROI onto image addresses must be 64 bytes
 aligned. This is always true if the values 
 (int)((void *)(pDst + dstRoi.x)) and 
 (int)((void *)(pDst + dstRoi.x + dstRoi.width)) 
 are multiples of 64. Another rule of thumb is to specify destination ROI in
 such way that left and right sides of the projected 
 image are separated from the ROI by at least 63 bytes from each side.
 However, this requires the whole ROI to be part of allocated 
 memory. In case when the conditions above are not satisfied, the function
 may decrease in speed slightly and will return 
 NPP_MISALIGNED_DST_ROI_WARNING warning.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
srcRoi - Source ROI
srcQuad - Source quadrangle
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
dstRoi - Destination ROI
dstQuad - Destination quadrangle
eInterpolation - Interpolation mode: can be NPPI_INTER_NN, NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_WRONG_INTERSECTION_ROI_ERROR Indicates an error condition if srcRoi has no intersection with the source image - #NPP_INTERPOLATION_ERROR Indicates an error condition if eInterpolation has an illegal value - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid - #NPP_WRONG_INTERSECTION_QUAD_WARNING Indicates a warning that no operation is performed if the transformed source ROI has no intersection with the destination ROI - #NPP_MISALIGNED_DST_ROI_WARNING Indicates a warning that the speed of primitive execution was reduced due to destination ROI

nppiWarpPerspectiveQuad_16u_C3R

public static int nppiWarpPerspectiveQuad_16u_C3R(TypedPointer<Npp16u> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  double[][] srcQuad,
                                                  TypedPointer<Npp16u> pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] dstQuad,
                                                  int eInterpolation)
 Perspective transform of an image (16bit unsigned integer, three channels).

See Also:

nppiWarpPerspectiveQuad_16u_C4R

public static int nppiWarpPerspectiveQuad_16u_C4R(TypedPointer<Npp16u> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  double[][] srcQuad,
                                                  TypedPointer<Npp16u> pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] dstQuad,
                                                  int eInterpolation)
 Perspective transform of an image (16bit unsigned integer, four channels).

See Also:

nppiWarpPerspectiveQuad_16u_AC4R

public static int nppiWarpPerspectiveQuad_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                                   NppiSize oSrcSize,
                                                   int nSrcStep,
                                                   NppiRect srcRoi,
                                                   double[][] srcQuad,
                                                   TypedPointer<Npp16u> pDst,
                                                   int nDstStep,
                                                   NppiRect dstRoi,
                                                   double[][] dstQuad,
                                                   int eInterpolation)
 Perspective transform of an image (16bit unsigned integer, four channels RGBA).

See Also:

nppiWarpPerspectiveQuad_16u_P3R

public static int nppiWarpPerspectiveQuad_16u_P3R(TypedPointer<Npp16u>[] pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  double[][] srcQuad,
                                                  TypedPointer<Npp16u>[] pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] dstQuad,
                                                  int eInterpolation)
 Perspective transform of an image (16bit unsigned integer, three planes).

See Also:

nppiWarpPerspectiveQuad_16u_P4R

public static int nppiWarpPerspectiveQuad_16u_P4R(TypedPointer<Npp16u>[] pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  double[][] srcQuad,
                                                  TypedPointer<Npp16u>[] pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] dstQuad,
                                                  int eInterpolation)
 Perspective transform of an image (16bit unsigned integer, four planes).

See Also:

nppiWarpPerspective_32f_C1R

public static int nppiWarpPerspective_32f_C1R(TypedPointer<Npp32f> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect srcRoi,
                                              TypedPointer<Npp32f> pDst,
                                              int nDstStep,
                                              NppiRect dstRoi,
                                              double[][] coeffs,
                                              int eInterpolation)
 Perspective transform of an image (32bit float, single channel). This
 function operates using given transform coefficients that 
 can be obtained by using nppiGetPerspectiveTransform function or set
 explicitly. The function operates on source and destination regions 
 of interest. The perspective warp function transforms the source image pixel
 coordinates \f$(x,y)\f$ according to the following formulas:
 \f[
 X_{new} = \frac{C_{00} * x + C_{01} * y + C_{02}}{C_{20} * x + C_{21} * y + C_{22}} \qquad
 Y_{new} = \frac{C_{10} * x + C_{11} * y + C_{12}}{C_{20} * x + C_{21} * y + C_{22}}
 \f]
 The transformed part of the source image is resampled using the specified
 interpolation method and written to the destination ROI.
 The functions nppiGetPerspectiveQuad and nppiGetPerspectiveBound can help
 with destination ROI specification.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
srcRoi - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
dstRoi - Destination ROI
coeffs - Perspective transform coefficients
eInterpolation - Interpolation mode: can be NPPI_INTER_NN, NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_WRONG_INTERSECTION_ROI_ERROR Indicates an error condition if srcRoi has no intersection with the source image - #NPP_INTERPOLATION_ERROR Indicates an error condition if eInterpolation has an illegal value - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid - #NPP_WRONG_INTERSECTION_QUAD_WARNING Indicates a warning that no operation is performed if the transformed source ROI has no intersection with the destination ROI - #NPP_MISALIGNED_DST_ROI_WARNING Indicates a warning that the speed of primitive execution was reduced due to destination ROI

nppiWarpPerspective_32f_C3R

public static int nppiWarpPerspective_32f_C3R(TypedPointer<Npp32f> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect srcRoi,
                                              TypedPointer<Npp32f> pDst,
                                              int nDstStep,
                                              NppiRect dstRoi,
                                              double[][] coeffs,
                                              int eInterpolation)
 Perspective transform of an image (32bit float, three channels).

See Also:

nppiWarpPerspective_32f_C4R

public static int nppiWarpPerspective_32f_C4R(TypedPointer<Npp32f> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect srcRoi,
                                              TypedPointer<Npp32f> pDst,
                                              int nDstStep,
                                              NppiRect dstRoi,
                                              double[][] coeffs,
                                              int eInterpolation)
 Perspective transform of an image (32bit float, four channels).

See Also:

nppiWarpPerspective_32f_AC4R

public static int nppiWarpPerspective_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                               NppiSize oSrcSize,
                                               int nSrcStep,
                                               NppiRect srcRoi,
                                               TypedPointer<Npp32f> pDst,
                                               int nDstStep,
                                               NppiRect dstRoi,
                                               double[][] coeffs,
                                               int eInterpolation)
 Perspective transform of an image (32bit float, four channels RGBA).

See Also:

nppiWarpPerspective_32f_P3R

public static int nppiWarpPerspective_32f_P3R(TypedPointer<Npp32f>[] pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect srcRoi,
                                              TypedPointer<Npp32f>[] pDst,
                                              int nDstStep,
                                              NppiRect dstRoi,
                                              double[][] coeffs,
                                              int eInterpolation)
 Perspective transform of an image (32bit float, three planes).

See Also:

nppiWarpPerspective_32f_P4R

public static int nppiWarpPerspective_32f_P4R(TypedPointer<Npp32f>[] pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect srcRoi,
                                              TypedPointer<Npp32f>[] pDst,
                                              int nDstStep,
                                              NppiRect dstRoi,
                                              double[][] coeffs,
                                              int eInterpolation)
 Perspective transform of an image (32bit float, four planes).

See Also:

nppiWarpPerspectiveBack_32f_C1R

public static int nppiWarpPerspectiveBack_32f_C1R(TypedPointer<Npp32f> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  TypedPointer<Npp32f> pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] coeffs,
                                                  int eInterpolation)
 Inverse perspective transform of an image (32bit float, single channel).
 This function operates using given transform coefficients that 
 can be obtained by using nppiGetPerspectiveTransform function or set
 explicitly. Thus there is no need to invert coefficients in your application 
 before calling WarpPerspectiveBack. The function operates on source and
 destination regions of interest.
 The perspective warp function transforms the source image pixel coordinates
 \f$(x,y)\f$ according to the following formulas:
 \f[
 \frac{C_{00} * X_{new} + C_{01} * Y_{new} + C_{02}}{C_{20} * X_{new} + C_{21} * Y_{new} + C_{22}} = x  \qquad
 \frac{C_{10} * X_{new} + C_{11} * Y_{new} + C_{12}}{C_{20} * X_{new} + C_{21} * Y_{new} + C_{22}} = y
 \f]
 The transformed part of the source image is resampled using the specified
 interpolation method and written to the destination ROI.
 The functions nppiGetPerspectiveQuad and nppiGetPerspectiveBound can help
 with destination ROI specification.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
srcRoi - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
dstRoi - Destination ROI
coeffs - Perspective transform coefficients
eInterpolation - Interpolation mode: can be NPPI_INTER_NN, NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_WRONG_INTERSECTION_ROI_ERROR Indicates an error condition if srcRoi has no intersection with the source image - #NPP_INTERPOLATION_ERROR Indicates an error condition if eInterpolation has an illegal value - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid - #NPP_WRONG_INTERSECTION_QUAD_WARNING Indicates a warning that no operation is performed if the transformed source ROI has no intersection with the destination ROI - #NPP_MISALIGNED_DST_ROI_WARNING Indicates a warning that the speed of primitive execution was reduced due to destination ROI

nppiWarpPerspectiveBack_32f_C3R

public static int nppiWarpPerspectiveBack_32f_C3R(TypedPointer<Npp32f> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  TypedPointer<Npp32f> pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] coeffs,
                                                  int eInterpolation)
 Inverse perspective transform of an image (32bit float, three channels).

See Also:

nppiWarpPerspectiveBack_32f_C4R

public static int nppiWarpPerspectiveBack_32f_C4R(TypedPointer<Npp32f> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  TypedPointer<Npp32f> pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] coeffs,
                                                  int eInterpolation)
 Inverse perspective transform of an image (32bit float, four channels).

See Also:

nppiWarpPerspectiveBack_32f_AC4R

public static int nppiWarpPerspectiveBack_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                                   NppiSize oSrcSize,
                                                   int nSrcStep,
                                                   NppiRect srcRoi,
                                                   TypedPointer<Npp32f> pDst,
                                                   int nDstStep,
                                                   NppiRect dstRoi,
                                                   double[][] coeffs,
                                                   int eInterpolation)
 Inverse perspective transform of an image (32bit float, four channels RGBA).

See Also:

nppiWarpPerspectiveBack_32f_P3R

public static int nppiWarpPerspectiveBack_32f_P3R(TypedPointer<Npp32f>[] pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  TypedPointer<Npp32f>[] pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] coeffs,
                                                  int eInterpolation)
 Inverse perspective transform of an image (32bit float, three planes).

See Also:

nppiWarpPerspectiveBack_32f_P4R

public static int nppiWarpPerspectiveBack_32f_P4R(TypedPointer<Npp32f>[] pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  TypedPointer<Npp32f>[] pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] coeffs,
                                                  int eInterpolation)
 Inverse perspective transform of an image (32bit float, four planes).

See Also:

nppiWarpPerspectiveQuad_32f_C1R

public static int nppiWarpPerspectiveQuad_32f_C1R(TypedPointer<Npp32f> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  double[][] srcQuad,
                                                  TypedPointer<Npp32f> pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] dstQuad,
                                                  int eInterpolation)
 Perspective transform of an image (32bit float, single channel).
 This function performs perspective warping of a the specified
 quadrangle in the source image to the specified quadrangle in the
 destination image. The function nppiWarpPerspectiveQuad uses the same
 formulas for pixel mapping as in nppiWarpPerspective function. The transform
 coefficients are computed internally.
 The transformed part of the source image is resampled using the specified
 interpolation method and written to the destination ROI.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
srcRoi - Source ROI
srcQuad - Source quadrangle
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
dstRoi - Destination ROI
dstQuad - Destination quadrangle
eInterpolation - Interpolation mode: can be NPPI_INTER_NN, NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_WRONG_INTERSECTION_ROI_ERROR Indicates an error condition if srcRoi has no intersection with the source image - #NPP_INTERPOLATION_ERROR Indicates an error condition if eInterpolation has an illegal value - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid - #NPP_WRONG_INTERSECTION_QUAD_WARNING Indicates a warning that no operation is performed if the transformed source ROI has no intersection with the destination ROI - #NPP_MISALIGNED_DST_ROI_WARNING Indicates a warning that the speed of primitive execution was reduced due to destination ROI

nppiWarpPerspectiveQuad_32f_C3R

public static int nppiWarpPerspectiveQuad_32f_C3R(TypedPointer<Npp32f> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  double[][] srcQuad,
                                                  TypedPointer<Npp32f> pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] dstQuad,
                                                  int eInterpolation)
 Perspective transform of an image (32bit float, three channels).

See Also:

nppiWarpPerspectiveQuad_32f_C4R

public static int nppiWarpPerspectiveQuad_32f_C4R(TypedPointer<Npp32f> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  double[][] srcQuad,
                                                  TypedPointer<Npp32f> pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] dstQuad,
                                                  int eInterpolation)
 Perspective transform of an image (32bit float, four channels).

See Also:

nppiWarpPerspectiveQuad_32f_AC4R

public static int nppiWarpPerspectiveQuad_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                                   NppiSize oSrcSize,
                                                   int nSrcStep,
                                                   NppiRect srcRoi,
                                                   double[][] srcQuad,
                                                   TypedPointer<Npp32f> pDst,
                                                   int nDstStep,
                                                   NppiRect dstRoi,
                                                   double[][] dstQuad,
                                                   int eInterpolation)
 Perspective transform of an image (32bit float, four channels RGBA).

See Also:

nppiWarpPerspectiveQuad_32f_P3R

public static int nppiWarpPerspectiveQuad_32f_P3R(TypedPointer<Npp32f>[] pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  double[][] srcQuad,
                                                  TypedPointer<Npp32f>[] pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] dstQuad,
                                                  int eInterpolation)
 Perspective transform of an image (32bit float, three planes).

See Also:

nppiWarpPerspectiveQuad_32f_P4R

public static int nppiWarpPerspectiveQuad_32f_P4R(TypedPointer<Npp32f>[] pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  double[][] srcQuad,
                                                  TypedPointer<Npp32f>[] pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] dstQuad,
                                                  int eInterpolation)
 Perspective transform of an image (32bit float, four planes).

See Also:

nppiWarpPerspective_32s_C1R

public static int nppiWarpPerspective_32s_C1R(TypedPointer<Npp32s> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect srcRoi,
                                              TypedPointer<Npp32s> pDst,
                                              int nDstStep,
                                              NppiRect dstRoi,
                                              double[][] coeffs,
                                              int eInterpolation)
 Perspective transform of an image (32bit signed integer, single channel).
 This function operates using given transform coefficients that 
 can be obtained by using nppiGetPerspectiveTransform function or set
 explicitly. The function operates on source and destination regions 
 of interest. The perspective warp function transforms the source image pixel
 coordinates \f$(x,y)\f$ according to the following formulas:
 \f[
 X_{new} = \frac{C_{00} * x + C_{01} * y + C_{02}}{C_{20} * x + C_{21} * y + C_{22}} \qquad
 Y_{new} = \frac{C_{10} * x + C_{11} * y + C_{12}}{C_{20} * x + C_{21} * y + C_{22}}
 \f]
 The transformed part of the source image is resampled using the specified
 interpolation method and written to the destination ROI.
 The functions nppiGetPerspectiveQuad and nppiGetPerspectiveBound can help
 with destination ROI specification.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
srcRoi - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
dstRoi - Destination ROI
coeffs - Perspective transform coefficients
eInterpolation - Interpolation mode: can be NPPI_INTER_NN, NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_WRONG_INTERSECTION_ROI_ERROR Indicates an error condition if srcRoi has no intersection with the source image - #NPP_INTERPOLATION_ERROR Indicates an error condition if eInterpolation has an illegal value - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid - #NPP_WRONG_INTERSECTION_QUAD_WARNING Indicates a warning that no operation is performed if the transformed source ROI has no intersection with the destination ROI - #NPP_MISALIGNED_DST_ROI_WARNING Indicates a warning that the speed of primitive execution was reduced due to destination ROI

nppiWarpPerspective_32s_C3R

public static int nppiWarpPerspective_32s_C3R(TypedPointer<Npp32s> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect srcRoi,
                                              TypedPointer<Npp32s> pDst,
                                              int nDstStep,
                                              NppiRect dstRoi,
                                              double[][] coeffs,
                                              int eInterpolation)
 Perspective transform of an image (32bit signed integer, three channels).

See Also:

nppiWarpPerspective_32s_C4R

public static int nppiWarpPerspective_32s_C4R(TypedPointer<Npp32s> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect srcRoi,
                                              TypedPointer<Npp32s> pDst,
                                              int nDstStep,
                                              NppiRect dstRoi,
                                              double[][] coeffs,
                                              int eInterpolation)
 Perspective transform of an image (32bit signed integer, four channels).

See Also:

nppiWarpPerspective_32s_AC4R

public static int nppiWarpPerspective_32s_AC4R(TypedPointer<Npp32s> pSrc,
                                               NppiSize oSrcSize,
                                               int nSrcStep,
                                               NppiRect srcRoi,
                                               TypedPointer<Npp32s> pDst,
                                               int nDstStep,
                                               NppiRect dstRoi,
                                               double[][] coeffs,
                                               int eInterpolation)
 Perspective transform of an image (32bit signed integer, four channels RGBA).

See Also:

nppiWarpPerspective_32s_P3R

public static int nppiWarpPerspective_32s_P3R(TypedPointer<Npp32s>[] pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect srcRoi,
                                              TypedPointer<Npp32s>[] pDst,
                                              int nDstStep,
                                              NppiRect dstRoi,
                                              double[][] coeffs,
                                              int eInterpolation)
 Perspective transform of an image (32bit signed integer, three planes).

See Also:

nppiWarpPerspective_32s_P4R

public static int nppiWarpPerspective_32s_P4R(TypedPointer<Npp32s>[] pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect srcRoi,
                                              TypedPointer<Npp32s>[] pDst,
                                              int nDstStep,
                                              NppiRect dstRoi,
                                              double[][] coeffs,
                                              int eInterpolation)
 Perspective transform of an image (32bit signed integer, four planes).

See Also:

nppiWarpPerspectiveBack_32s_C1R

public static int nppiWarpPerspectiveBack_32s_C1R(TypedPointer<Npp32s> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  TypedPointer<Npp32s> pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] coeffs,
                                                  int eInterpolation)
 Inverse perspective transform of an image (32bit signed integer, single
 channel). This function operates using given transform coefficients that 
 can be obtained by using nppiGetPerspectiveTransform function or set
 explicitly. Thus there is no need to invert coefficients in your
 application 
 before calling WarpPerspectiveBack. The function operates on source
 and destination regions of interest.
 The perspective warp function transforms the source image pixel coordinates
 \f$(x,y)\f$ according to the following formulas:
 \f[
 \frac{C_{00} * X_{new} + C_{01} * Y_{new} + C_{02}}{C_{20} * X_{new} + C_{21} * Y_{new} + C_{22}} = x  \qquad
 \frac{C_{10} * X_{new} + C_{11} * Y_{new} + C_{12}}{C_{20} * X_{new} + C_{21} * Y_{new} + C_{22}} = y
 \f]
 The transformed part of the source image is resampled using the specified
 interpolation method and written to the destination ROI.
 The functions nppiGetPerspectiveQuad and nppiGetPerspectiveBound can help
 with destination ROI specification.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
srcRoi - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
dstRoi - Destination ROI
coeffs - Perspective transform coefficients
eInterpolation - Interpolation mode: can be NPPI_INTER_NN, NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_WRONG_INTERSECTION_ROI_ERROR Indicates an error condition if srcRoi has no intersection with the source image - #NPP_INTERPOLATION_ERROR Indicates an error condition if eInterpolation has an illegal value - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid - #NPP_WRONG_INTERSECTION_QUAD_WARNING Indicates a warning that no operation is performed if the transformed source ROI has no intersection with the destination ROI - #NPP_MISALIGNED_DST_ROI_WARNING Indicates a warning that the speed of primitive execution was reduced due to destination ROI

nppiWarpPerspectiveBack_32s_C3R

public static int nppiWarpPerspectiveBack_32s_C3R(TypedPointer<Npp32s> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  TypedPointer<Npp32s> pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] coeffs,
                                                  int eInterpolation)
 Inverse perspective transform of an image (32bit signed integer, three channels).

See Also:

nppiWarpPerspectiveBack_32s_C4R

public static int nppiWarpPerspectiveBack_32s_C4R(TypedPointer<Npp32s> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  TypedPointer<Npp32s> pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] coeffs,
                                                  int eInterpolation)
 Inverse perspective transform of an image (32bit signed integer, four channels).

See Also:

nppiWarpPerspectiveBack_32s_AC4R

public static int nppiWarpPerspectiveBack_32s_AC4R(TypedPointer<Npp32s> pSrc,
                                                   NppiSize oSrcSize,
                                                   int nSrcStep,
                                                   NppiRect srcRoi,
                                                   TypedPointer<Npp32s> pDst,
                                                   int nDstStep,
                                                   NppiRect dstRoi,
                                                   double[][] coeffs,
                                                   int eInterpolation)
 Inverse perspective transform of an image (32bit signed integer, four channels RGBA).

See Also:

nppiWarpPerspectiveBack_32s_P3R

public static int nppiWarpPerspectiveBack_32s_P3R(TypedPointer<Npp32s>[] pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  TypedPointer<Npp32s>[] pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] coeffs,
                                                  int eInterpolation)
 Inverse perspective transform of an image (32bit signed integer, three planes).

See Also:

nppiWarpPerspectiveBack_32s_P4R

public static int nppiWarpPerspectiveBack_32s_P4R(TypedPointer<Npp32s>[] pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  TypedPointer<Npp32s>[] pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] coeffs,
                                                  int eInterpolation)
 Inverse perspective transform of an image (32bit signed integer, four planes).

See Also:

nppiWarpPerspectiveQuad_32s_C1R

public static int nppiWarpPerspectiveQuad_32s_C1R(TypedPointer<Npp32s> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  double[][] srcQuad,
                                                  TypedPointer<Npp32s> pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] dstQuad,
                                                  int eInterpolation)
 Perspective transform of an image (32bit signed integer, single channel).
 This function performs perspective warping of a the specified
 quadrangle in the source image to the specified quadrangle in the
 destination image. The function nppiWarpPerspectiveQuad uses the same
 formulas for pixel mapping as in nppiWarpPerspective function. The transform
 coefficients are computed internally.
 The transformed part of the source image is resampled using the specified
 interpolation method and written to the destination ROI.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
srcRoi - Source ROI
srcQuad - Source quadrangle
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
dstRoi - Destination ROI
dstQuad - Destination quadrangle
eInterpolation - Interpolation mode: can be NPPI_INTER_NN, NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_RECT_ERROR Indicates an error condition if width or height of the intersection of the srcRoi and source image is less than or equal to 1 - #NPP_WRONG_INTERSECTION_ROI_ERROR Indicates an error condition if srcRoi has no intersection with the source image - #NPP_INTERPOLATION_ERROR Indicates an error condition if eInterpolation has an illegal value - #NPP_COEFF_ERROR Indicates an error condition if coefficient values are invalid - #NPP_WRONG_INTERSECTION_QUAD_WARNING Indicates a warning that no operation is performed if the transformed source ROI has no intersection with the destination ROI - #NPP_MISALIGNED_DST_ROI_WARNING Indicates a warning that the speed of primitive execution was reduced due to destination ROI

nppiWarpPerspectiveQuad_32s_C3R

public static int nppiWarpPerspectiveQuad_32s_C3R(TypedPointer<Npp32s> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  double[][] srcQuad,
                                                  TypedPointer<Npp32s> pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] dstQuad,
                                                  int eInterpolation)
 Perspective transform of an image (32bit signed integer, three channels).

See Also:

nppiWarpPerspectiveQuad_32s_C4R

public static int nppiWarpPerspectiveQuad_32s_C4R(TypedPointer<Npp32s> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  double[][] srcQuad,
                                                  TypedPointer<Npp32s> pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] dstQuad,
                                                  int eInterpolation)
 Perspective transform of an image (32bit signed integer, four channels).

See Also:

nppiWarpPerspectiveQuad_32s_AC4R

public static int nppiWarpPerspectiveQuad_32s_AC4R(TypedPointer<Npp32s> pSrc,
                                                   NppiSize oSrcSize,
                                                   int nSrcStep,
                                                   NppiRect srcRoi,
                                                   double[][] srcQuad,
                                                   TypedPointer<Npp32s> pDst,
                                                   int nDstStep,
                                                   NppiRect dstRoi,
                                                   double[][] dstQuad,
                                                   int eInterpolation)
 Perspective transform of an image (32bit signed integer, four channels RGBA).

See Also:

nppiWarpPerspectiveQuad_32s_P3R

public static int nppiWarpPerspectiveQuad_32s_P3R(TypedPointer<Npp32s>[] pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  double[][] srcQuad,
                                                  TypedPointer<Npp32s>[] pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] dstQuad,
                                                  int eInterpolation)
 Perspective transform of an image (32bit signed integer, three planes).

See Also:

nppiWarpPerspectiveQuad_32s_P4R

public static int nppiWarpPerspectiveQuad_32s_P4R(TypedPointer<Npp32s>[] pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect srcRoi,
                                                  double[][] srcQuad,
                                                  TypedPointer<Npp32s>[] pDst,
                                                  int nDstStep,
                                                  NppiRect dstRoi,
                                                  double[][] dstQuad,
                                                  int eInterpolation)
 Perspective transform of an image (32bit signed integer, four planes).

See Also:

nppiRGBToYCbCr_8u_C3R

public static int nppiRGBToYCbCr_8u_C3R(TypedPointer<Npp8u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 3 channel 8-bit unsigned packed RGB to packed YCbCr color conversion.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRGBToYCbCr422_8u_C3C2R

public static int nppiRGBToYCbCr422_8u_C3C2R(TypedPointer<Npp8u> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI)
 3 channel 8-bit unsigned RGB to 2 channel chroma packed YCbCr422 color conversion.
 images.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRGBToYCbCr420_8u_C3P3R

public static int nppiRGBToYCbCr420_8u_C3P3R(TypedPointer<Npp8u> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp8u>[] pDst,
                                             int[] nDstStep,
                                             NppiSize oSizeROI)
 3 channel 8-bit unsigned packed RGB to planar YCbCr420 color conversion.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRGBToYCbCr_8u_P3R

public static int nppiRGBToYCbCr_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u>[] pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 3 channel planar 8-bit unsigned RGB to YCbCr color conversion.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRGBToYCbCr_8u_AC4R

public static int nppiRGBToYCbCr_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp8u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 4 channel 8-bit unsigned RGB to YCbCr color conversion, ignoring Alpha.
 
 Alpha channel is the last channel and is not processed.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCrToRGB_8u_C3R

public static int nppiYCbCrToRGB_8u_C3R(TypedPointer<Npp8u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 3 channel 8-bit unsigned packed YCbCr to RGB color conversion.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCrToRGB_8u_P3R

public static int nppiYCbCrToRGB_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u>[] pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YCbCr to RGB color conversion.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCrToRGB_8u_AC4R

public static int nppiYCbCrToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp8u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 4 channel 8-bit unsigned packed YCbCr to RGB color conversion, not affecting Alpha.
 Alpha channel is the last channel and is not processed.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr422ToRGB_8u_C2C3R

public static int nppiYCbCr422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI)
 2 channel 8-bit unsigned YCbCr422 to 3 channel packed RGB color conversion.
 images.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr420ToRGB_8u_P3C3R

public static int nppiYCbCr420ToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
                                             int[] nSrcStep,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YCbCr420 to packed RGB color conversion.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr422ToYCbCr420_8u_P3R

public static int nppiYCbCr422ToYCbCr420_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                                int[] nSrcStep,
                                                TypedPointer<Npp8u>[] pDst,
                                                int[] nDstStep,
                                                NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YCbCr:422 to YCbCr:420 resampling.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr422ToYCbCr411_8u_P3R

public static int nppiYCbCr422ToYCbCr411_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                                int[] nSrcStep,
                                                TypedPointer<Npp8u>[] pDst,
                                                int[] nDstStep,
                                                NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YCbCr:422 to YCbCr:411 resampling.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr420ToYCbCr422_8u_P3R

public static int nppiYCbCr420ToYCbCr422_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                                int[] nSrcStep,
                                                TypedPointer<Npp8u>[] pDst,
                                                int[] nDstStep,
                                                NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YCbCr:420 to YCbCr:422 resampling.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr420ToYCbCr411_8u_P3P2R

public static int nppiYCbCr420ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc,
                                                  int[] aSrcStep,
                                                  TypedPointer<Npp8u> pDstY,
                                                  int nDstYStep,
                                                  TypedPointer<Npp8u> pDstCbCr,
                                                  int nDstCbCrStep,
                                                  NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YCbCr:420 to YCbCr:411 resampling.

Parameters:
pSrc - Array of pointers to the source image planes.
aSrcStep - Array with distances in bytes between starts of consecutive lines of the source image planes.
pDstY - \ref destination_image_pointer. Y-channel.
nDstYStep - \ref destination_image_line_step. Y-channel.
pDstCbCr - \ref destination_image_pointer. CbCr image.
nDstCbCrStep - \ref destination_image_line_step. CbCr image.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiColorTwist32f_8u_C3R

public static int nppiColorTwist32f_8u_C3R(TypedPointer<Npp8u> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp8u> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           float[][] twist)
 3 channel 8-bit unsigned color twist.
 
 An input color twist matrix with floating-point pixel values is applied
 within ROI.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
twist - The color twist matrix with floating-point pixel values.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiColorTwist32f_8u_P3R

public static int nppiColorTwist32f_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp8u>[] pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           float[][] twist)
 3 channel planar 8-bit unsigned color twist.

 An input color twist matrix with floating-point pixel values is applied
 within ROI.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
twist - The color twist matrix with floating-point pixel values.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiColorTwist32f_8u_AC4R

public static int nppiColorTwist32f_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp8u> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI,
                                            float[][] twist)
 4 channel 8-bit unsigned color twist, not affecting Alpha.

 An input color twist matrix with floating-point pixel values is applied with
 in ROI.
 Alpha channel is the last channel and is not processed.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
twist - The color twist matrix with floating-point pixel values.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiLUT_Linear_8u_C1R

public static int nppiLUT_Linear_8u_C1R(TypedPointer<Npp8u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        TypedPointer<Npp32s> pValues,
                                        TypedPointer<Npp32s> pLevels,
                                        int nLevels)
 8-bit unsigned look-up-table color conversion.

 The LUT is derived from a set of user defined mapping points through linear
 interpolation.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
pValues - Pointer to an array of user defined OUTPUT values
pLevels - Pointer to an array of user defined INPUT values
nLevels - Number of user defined input/output mapping points (levels)
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_LUT_NUMBER_OF_LEVELS_ERROR if the number of levels is less than 2.

nppiLUT_Linear_8u_C3R

public static int nppiLUT_Linear_8u_C3R(TypedPointer<Npp8u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        TypedPointer<Npp32s>[] pValues,
                                        TypedPointer<Npp32s>[] pLevels,
                                        int[] nLevels)
 3 channel 8-bit unsigned look-up-table color conversion.
 
 The LUT is derived from a set of user defined mapping points through linear
 interpolation.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
pValues - Double pointer to an [3] of arrays of user defined OUTPUT values per CHANNEL
pLevels - Double pointer to an [3] of arrays of user defined INPUT values per CHANNEL
nLevels - A [3] array of user defined input/output mapping points (levels) per CHANNEL
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_LUT_NUMBER_OF_LEVELS_ERROR if the number of levels is less than 2.

nppiLUT_Linear_8u_AC4R

public static int nppiLUT_Linear_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp8u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI,
                                         TypedPointer<Npp32s>[] pValues,
                                         TypedPointer<Npp32s>[] pLevels,
                                         int[] nLevels)
 4 channel 8-bit unsigned look-up-table color conversion, not affecting Alpha.

 The LUT is derived from a set of user defined mapping points through linear
 interpolation. 
 Alpha channel is the last channel and is not processed.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
pValues - Double pointer to an [4] of arrays of user defined OUTPUT values per CHANNEL
pLevels - Double pointer to an [4] of arrays of user defined INPUT values per CHANNEL
nLevels - A [4] array of user defined input/output mapping points (levels) per CHANNEL
Returns:
\ref image_data_error_codes, \ref roi_error_codes - #NPP_LUT_NUMBER_OF_LEVELS_ERROR if the number of levels is less than 2.

nppiGraphcutGetSize

public static int nppiGraphcutGetSize(NppiSize oSize,
                                      int[] pBufSize)
 Calculates the size of the temporary buffer for graph-cut with 4 neighborhood labeling.

Parameters:
oSize - Graph size.
pBufSize - Pointer to variable that returns the size of the temporary buffer.
Returns:
NPP_SUCCESS Indicates no error. Any other value indicates an error or a warning NPP_SIZE_ERROR Indicates an error condition if any image dimension has zero or negative value NPP_NULL_POINTER_ERROR Indicates an error condition if pBufSize pointer is NULL
See Also:
nppiGraphcutInitAlloc(), nppiGraphcut_32s8u().

nppiGraphcut8GetSize

public static int nppiGraphcut8GetSize(NppiSize oSize,
                                       int[] pBufSize)
 Calculates the size of the temporary buffer for graph-cut with 8 neighborhood labeling.

Parameters:
oSize - Graph size.
pBufSize - Pointer to variable that returns the size of the temporary buffer.
Returns:
NPP_SUCCESS Indicates no error. Any other value indicates an error or a warning NPP_SIZE_ERROR Indicates an error condition if any image dimension has zero or negative value NPP_NULL_POINTER_ERROR Indicates an error condition if pBufSize pointer is NULL
See Also:
nppiGraphcut8InitAlloc(), nppiGraphcut8_32s8u().

nppiGraphcutInitAlloc

public static int nppiGraphcutInitAlloc(NppiSize oSize,
                                        NppiGraphcutState[] ppState,
                                        TypedPointer<Npp8u> pDeviceMem)
 Initializes graph-cut state structure and allocates additional resources for graph-cut with 8 neighborhood labeling.

Parameters:
oSize - Graph size
ppState - Pointer to pointer to graph-cut state structure.
pDeviceMem - pDeviceMem to the sufficient amount of device memory. The CUDA runtime or NPP memory allocators must be used to allocate this memory. The minimum amount of device memory required to run graph-cut on a for a specific image size is computed by nppiGraphcutGetSize().
Returns:
NPP_SUCCESS Indicates no error. Any other value indicates an error or a warning NPP_SIZE_ERROR Indicates an error condition if any image dimension has zero or negative value NPP_NULL_POINTER_ERROR Indicates an error condition if pBufSize pointer is NULL
See Also:
nppiGraphcut_32s8u(), nppiGraphcutGetSize().

nppiGraphcut8InitAlloc

public static int nppiGraphcut8InitAlloc(NppiSize oSize,
                                         NppiGraphcutState[] ppState,
                                         TypedPointer<Npp8u> pDeviceMem)
 Allocates and initializes the graph-cut state structure and additional resources for graph-cut with 8 neighborhood labeling.

Parameters:
oSize - Graph size
ppState - Pointer to pointer to graph-cut state structure.
pDeviceMem - to the sufficient amount of device memory. The CUDA runtime or NPP memory allocators must be used to allocate this memory. The minimum amount of device memory required to run graph-cut on a for a specific image size is computed by nppiGraphcut8GetSize().
Returns:
NPP_SUCCESS Indicates no error. Any other value indicates an error or a warning NPP_SIZE_ERROR Indicates an error condition if any image dimension has zero or negative value NPP_NULL_POINTER_ERROR Indicates an error condition if pBufSize pointer is NULL
See Also:
nppiGraphcut8_32s8u(), nppiGraphcut8GetSize().

nppiGraphcutFree

public static int nppiGraphcutFree(NppiGraphcutState pState)
 Frees the additional resources of the graph-cut state structure.

Parameters:
pState - Pointer to graph-cut state structure.
Returns:
NPP_SUCCESS Indicates no error. Any other value indicates an error or a warning NPP_SIZE_ERROR Indicates an error condition if any image dimension has zero or negative value NPP_NULL_POINTER_ERROR Indicates an error condition if pState pointer is NULL
See Also:
nppiGraphcutInitAlloc, nppiGraphcut8InitAlloc

nppiGraphcut_32s8u

public static int nppiGraphcut_32s8u(TypedPointer<Npp32s> pTerminals,
                                     TypedPointer<Npp32s> pLeftTransposed,
                                     TypedPointer<Npp32s> pRightTransposed,
                                     TypedPointer<Npp32s> pTop,
                                     TypedPointer<Npp32s> pBottom,
                                     int nStep,
                                     int nTransposedStep,
                                     NppiSize size,
                                     TypedPointer<Npp8u> pLabel,
                                     int nLabelStep,
                                     NppiGraphcutState pState)
 Graphcut of a flow network (32bit signed integer edge capacities). The
 function computes the minimal cut (graphcut) of a 2D regular 4-connected
 graph. 
 The inputs are the capacities of the horizontal (in transposed form),
 vertical and terminal (source and sink) edges. The capacities to source and
 sink 
 are stored as capacity differences in the terminals array 
 ( terminals(x) = source(x) - sink(x) ). The implementation assumes that the
 edge capacities 
 for boundary edges that would connect to nodes outside the specified domain
 are set to 0 (for example left(0,*) == 0). If this is not fulfilled the
 computed labeling may be wrong!
 The computed binary labeling is encoded as unsigned 8bit values (0 / 255).

Parameters:
pTerminals - Pointer to differences of terminal edge capacities (terminal(x) = source(x) - sink(x))
pLeftTransposed - Pointer to transposed left edge capacities (left(0,*) must be 0)
pRightTransposed - Pointer to transposed right edge capacities (right(width-1,*) must be 0)
pTop - Pointer to top edge capacities (top(*,0) must be 0)
pBottom - Pointer to bottom edge capacities (bottom(*,height-1) must be 0)
nStep - Step in bytes between any pair of sequential rows of edge capacities
nTransposedStep - Step in bytes between any pair of sequential rows of tranposed edge capacities
size - Graph size
pLabel - Pointer to destination label image
nLabelStep - Step in bytes between any pair of sequential rows of label image
pState - Pointer to graph-cut state structure. This structure must be initialized allocated and initialized using nppiGraphcutInitAlloc().
Returns:
\ref image_data_error_codes, \ref roi_error_codes
See Also:
nppiGraphcutInitAlloc(), nppiGraphcutFree(), nppiGraphcutGetSize().

nppiGraphcut8_32s8u

public static int nppiGraphcut8_32s8u(TypedPointer<Npp32s> pTerminals,
                                      TypedPointer<Npp32s> pLeftTransposed,
                                      TypedPointer<Npp32s> pRightTransposed,
                                      TypedPointer<Npp32s> pTop,
                                      TypedPointer<Npp32s> pTopLeft,
                                      TypedPointer<Npp32s> pTopRight,
                                      TypedPointer<Npp32s> pBottom,
                                      TypedPointer<Npp32s> pBottomLeft,
                                      TypedPointer<Npp32s> pBottomRight,
                                      int nStep,
                                      int nTransposedStep,
                                      NppiSize size,
                                      TypedPointer<Npp8u> pLabel,
                                      int nLabelStep,
                                      NppiGraphcutState pState)
 Graphcut of a flow network (32bit signed integer edge capacities). The
 function computes the minimal cut (graphcut) of a 2D regular 8-connected
 graph. 
 The inputs are the capacities of the horizontal (in transposed form),
 vertical and terminal (source and sink) edges. The capacities to source and
 sink 
 are stored as capacity differences in the terminals array 
 ( terminals(x) = source(x) - sink(x) ). The implementation assumes that the
 edge capacities 
 for boundary edges that would connect to nodes outside the specified domain
 are set to 0 (for example left(0,*) == 0). If this is not fulfilled the
 computed labeling may be wrong!
 The computed binary labeling is encoded as unsigned 8bit values (0 / 255).

Parameters:
pTerminals - Pointer to differences of terminal edge capacities (terminal(x) = source(x) - sink(x))
pLeftTransposed - Pointer to transposed left edge capacities (left(0,*) must be 0)
pRightTransposed - Pointer to transposed right edge capacities (right(width-1,*) must be 0)
pTop - Pointer to top edge capacities (top(*,0) must be 0)
pTopLeft - Pointer to top left edge capacities (topleft(*,0) & topleft(0,*) must be 0)
pTopRight - Pointer to top right edge capacities (topright(*,0) & topright(width-1,*) must be 0)
pBottom - Pointer to bottom edge capacities (bottom(*,height-1) must be 0)
pBottomLeft - Pointer to bottom left edge capacities (bottomleft(*,height-1) && bottomleft(0,*) must be 0)
pBottomRight - Pointer to bottom right edge capacities (bottomright(*,height-1) && bottomright(width-1,*) must be 0)
nStep - Step in bytes between any pair of sequential rows of edge capacities
nTransposedStep - Step in bytes between any pair of sequential rows of tranposed edge capacities
size - Graph size
pLabel - Pointer to destination label image
nLabelStep - Step in bytes between any pair of sequential rows of label image
pState - Pointer to graph-cut state structure. This structure must be initialized allocated and initialized using nppiGraphcut8InitAlloc().
Returns:
\ref image_data_error_codes, \ref roi_error_codes
See Also:
nppiGraphcut8InitAlloc(), nppiGraphcutFree(), nppiGraphcut8GetSize().