jcuda.jnpp
Class JNppi

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

public class JNppi
extends java.lang.Object

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


Method Summary
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 nppiAbsDiff_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channels absolute difference of image1 minus image2.
static int nppiAbsDiff_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channels absolute difference of image1 minus image2.
static int nppiAbsDiffC_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short 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)
           
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)
           
static int nppiAdd_16s_C4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           
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)
           
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)
           
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)
           
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(short[] aConstants, 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, short[] aConstants, 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)
           
static int nppiAddC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int nppiAddC_16s_C3IRSfs(short[] aConstants, 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, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int nppiAddC_16s_C4IRSfs(short[] aConstants, 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, short[] aConstants, 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(Npp16sc[] aConstants, 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, Npp16sc[] aConstants, 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(Npp16sc[] aConstants, 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, Npp16sc[] aConstants, 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(short[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int nppiAddC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short[] aConstants, 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)
           
static int nppiAddC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int nppiAddC_16u_C3IRSfs(short[] aConstants, 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, short[] aConstants, 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(short[] aConstants, 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, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int nppiAddC_32f_AC4IR(float[] aConstants, 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, float[] aConstants, 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(float[] aConstants, 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, float[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit floating point channel image add constant.
static int nppiAddC_32f_C4IR(float[] aConstants, 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, float[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel image add constant.
static int nppiAddC_32fc_AC4IR(Npp32fc[] aConstants, 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, Npp32fc[] aConstants, 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(Npp32fc[] aConstants, 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, Npp32fc[] aConstants, 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(Npp32fc[] aConstants, 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, Npp32fc[] aConstants, 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(int[] aConstants, 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, int[] aConstants, 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(Npp32sc[] aConstants, 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, Npp32sc[] aConstants, 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(Npp32sc[] aConstants, 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, Npp32sc[] aConstants, 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(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int nppiAddC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, 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)
           
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(byte[] aConstants, 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, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int nppiAddC_8u_C4IRSfs(byte[] aConstants, 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, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
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 nppiAlphaCompColorKey_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pSrc2, int nSrc2Step, byte nAlpha2, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] nColorKeyConst, int nppAlphaOp)
           4 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2 with alpha blending.
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(short[] aConstants, 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, short[] aConstants, 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(short[] aConstants, 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, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 16-bit unsigned short channel image logical and with constant.
static int nppiAndC_16u_C4IR(short[] aConstants, 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, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel image logical and with constant.
static int nppiAndC_32s_AC4IR(int[] aConstants, 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, int[] aConstants, 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(int[] aConstants, 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, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical and with constant.
static int nppiAndC_32s_C4IR(int[] aConstants, 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, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical and with constant.
static int nppiAndC_8u_AC4IR(byte[] aConstants, 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, byte[] aConstants, 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(byte[] aConstants, 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, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image logical and with constant.
static int nppiAndC_8u_C4IR(byte[] aConstants, 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, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical and with constant.
static int nppiBGRToCbYCr422_709HDTV_8u_AC4C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiBGRToCbYCr422_709HDTV_8u_C3C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed BGR to 2 channel 8-bit unsigned packed CbYCr422_709HDTV color conversion.
static int nppiBGRToCbYCr422_8u_AC4C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiBGRToHLS_8u_AC4P4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed BGR with alpha to 4 channel 8-bit unsigned planar HLS with alpha color conversion.
static int nppiBGRToHLS_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed BGR with alpha to 4 channel 8-bit unsigned packed HLS with alpha color conversion.
static int nppiBGRToHLS_8u_AP4C4R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned planar BGR with alpha to 4 channel 8-bit unsigned packed HLS with alpha color conversion.
static int nppiBGRToHLS_8u_AP4R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned planar BGR with alpha to 4 channel 8-bit unsigned planar HLS with alpha color conversion.
static int nppiBGRToHLS_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar HLS color conversion.
static int nppiBGRToHLS_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar BGR to 3 channel 8-bit unsigned packed HLS color conversion.
static int nppiBGRToHLS_8u_P3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar BGR to 3 channel 8-bit unsigned planar HLS color conversion.
static int nppiBGRToLab_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned packed Lab color conversion.
static int nppiBGRToYCbCr411_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed BGR with alpha to 3 channel 8-bit unsigned planar YCbCr411 color conversion.
static int nppiBGRToYCbCr411_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr411 color conversion.
static int nppiBGRToYCbCr420_709CSC_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           
static int nppiBGRToYCbCr420_709CSC_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr420_709CSC color conversion.
static int nppiBGRToYCbCr420_709HDTV_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           
static int nppiBGRToYCbCr420_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed BGR with alpha to 3 channel 8-bit unsigned planar YCbCr420 color conversion.
static int nppiBGRToYCbCr420_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr420 color conversion.
static int nppiBGRToYCbCr422_8u_AC4C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed BGR with alpha to 2 channel 8-bit unsigned packed YCrCb422 color conversion.
static int nppiBGRToYCbCr422_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           
static int nppiBGRToYCbCr422_8u_C3C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed BGR to 2 channel 8-bit unsigned packed YCrCb422 color conversion.
static int nppiBGRToYCbCr422_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr422 color conversion.
static int nppiBGRToYCrCb420_709CSC_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed BGR with alpha to 3 channel 8-bit unsigned planar YCrCb420_709CSC color conversion.
static int nppiBGRToYCrCb420_709CSC_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCrCb420_709CSC color conversion.
static int nppiBGRToYCrCb420_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           
static int nppiBGRToYCrCb420_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCrCb420 color conversion.
static int nppiBGRToYUV420_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned pacmed BGR with alpha to 3 channel 8-bit unsigned planar YUV420 color conversion.
static int nppiCbYCr422ToBGR_709HDTV_8u_C2C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiCbYCr422ToBGR_709HDTV_8u_C2C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
           2 channel 8-bit unsigned packed CbYCr422 to 4 channel 8-bit unsigned packed BGR_709HDTV color conversion with constant alpha.
static int nppiCbYCr422ToBGR_8u_C2C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
           2 channel 8-bit unsigned packed CbYCr422 to 4 channel 8-bit unsigned packed BGR color conversion with alpha.
static int nppiCbYCr422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed CbYCrC22 to 3 channel 8-bit unsigned packed RGB color conversion.
static int nppiCbYCr422ToYCbCr411_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           
static int nppiCbYCr422ToYCbCr420_8u_C2P2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           
static int nppiCbYCr422ToYCbCr420_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed CbYCr422 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
static int nppiCbYCr422ToYCbCr422_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed CbYCr422 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
static int nppiCbYCr422ToYCbCr422_8u_C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed CbYCr422 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
static int nppiCbYCr422ToYCrCb420_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed CbYCr422 to 3 channel 8-bit unsigned planar YCrCb420 sampling format conversion.
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_16s_AC4R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 16-bit signed short image compare, not affecting Alpha.
static int nppiCompare_16s_C1R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           1 channel 16-bit signed short image compare.
static int nppiCompare_16s_C3R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           3 channel 16-bit signed short image compare.
static int nppiCompare_16s_C4R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 16-bit signed short image compare.
static int nppiCompare_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 16-bit unsigned short image compare, not affecting Alpha.
static int nppiCompare_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           1 channel 16-bit unsigned short image compare.
static int nppiCompare_16u_C3R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           3 channel 16-bit unsigned short image compare.
static int nppiCompare_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           
static int nppiCompare_32f_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 32-bit signed floating point compare, not affecting Alpha.
static int nppiCompare_32f_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           1 channel 32-bit floating point image compare.
static int nppiCompare_32f_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           3 channel 32-bit floating point image compare.
static int nppiCompare_32f_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 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 char image compare, not affecting Alpha.
static int nppiCompare_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           1 channel 8-bit unsigned char image compare.
static int nppiCompare_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           3 channel 8-bit unsigned char image compare.
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 char image compare.
static int nppiCompareC_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 16-bit signed short image compare, not affecting Alpha.
static int nppiCompareC_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, short nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           1 channel 16-bit signed short image compare with constant value.
static int nppiCompareC_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           3 channel 16-bit signed short image compare with constant value.
static int nppiCompareC_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 16-bit signed short image compare with constant value.
static int nppiCompareC_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 16-bit unsigned short image compare, not affecting Alpha.
static int nppiCompareC_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, short nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           1 channel 16-bit unsigned short image compare with constant value.
static int nppiCompareC_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           
static int nppiCompareC_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 16-bit unsigned short image compare with constant value.
static int nppiCompareC_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 32-bit signed floating point compare, not affecting Alpha.
static int nppiCompareC_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, float nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           1 channel 32-bit floating point image compare with constant value.
static int nppiCompareC_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           3 channel 32-bit floating point image compare with constant value.
static int nppiCompareC_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 32-bit floating point image compare with constant value.
static int nppiCompareC_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           
static int nppiCompareC_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           1 channel 8-bit unsigned char image compare with constant value.
static int nppiCompareC_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           3 channel 8-bit unsigned char image compare with constant value.
static int nppiCompareC_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
           4 channel 8-bit unsigned char image compare with constant value.
static int nppiCompareEqualEps_32f_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float nEpsilon)
           4 channel 32-bit signed floating point compare whether two images are equal within epsilon, not affecting Alpha.
static int nppiCompareEqualEps_32f_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float nEpsilon)
           1 channel 32-bit floating point image compare whether two images are equal within epsilon.
static int nppiCompareEqualEps_32f_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float nEpsilon)
           3 channel 32-bit floating point image compare whether two images are equal within epsilon.
static int nppiCompareEqualEps_32f_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float nEpsilon)
           
static int nppiCompareEqualEpsC_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float nEpsilon)
           4 channel 32-bit signed floating point compare whether image and constant are equal within epsilon, not affecting Alpha.
static int nppiCompareEqualEpsC_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, float nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float nEpsilon)
           1 channel 32-bit floating point image compare whether image and constant are equal within epsilon.
static int nppiCompareEqualEpsC_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float nEpsilon)
           
static int nppiCompareEqualEpsC_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float nEpsilon)
           4 channel 32-bit floating point image compare whether image and constant are equal within epsilon.
static int nppiCompColorKey_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nColorKeyConst)
           1 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2.
static int nppiCompColorKey_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] nColorKeyConst)
           3 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2.
static int nppiCompColorKey_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] nColorKeyConst)
           4 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2.
static int nppiConvert_16s16u_C1Rs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 16-bit signed to 16-bit unsigned conversion with saturation.
static int nppiConvert_16s32f_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 16-bit signed to 32-bit floating-point conversion, not affecting Alpha.
static int nppiConvert_16s32f_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 16-bit signed to 32-bit floating-point conversion.
static int nppiConvert_16s32f_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 16-bit signed to 32-bit floating-point conversion.
static int nppiConvert_16s32f_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 16-bit signed to 32-bit floating-point conversion.
static int nppiConvert_16s32s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 16-bit signed to 32-bit signed conversion, not affecting Alpha.
static int nppiConvert_16s32s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 16-bit signed to 32-bit signed conversion.
static int nppiConvert_16s32s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 16-bit signed to 32-bit signed conversion.
static int nppiConvert_16s32s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 16-bit signed to 32-bit signed conversion.
static int nppiConvert_16s32u_C1Rs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp32u> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 16-bit signed to 32-bit unsigned conversion with saturation.
static int nppiConvert_16s8s_C1RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           
static int nppiConvert_16s8u_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 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)
           Single channel 16-bit signed to 8-bit unsigned conversion.
static int nppiConvert_16s8u_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 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)
           Four channel 16-bit signed to 8-bit unsigned conversion.
static int nppiConvert_16u16s_C1RSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           
static int nppiConvert_16u32f_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 16-bit unsigned to 32-bit floating-point conversion, not affecting Alpha.
static int nppiConvert_16u32f_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiConvert_16u32f_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 16-bit unsigned to 32-bit floating-point conversion.
static int nppiConvert_16u32f_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 16-bit unsigned to 32-bit floating-point conversion.
static int nppiConvert_16u32s_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 16-bit unsigned to 32-bit signed conversion, not affecting Alpha.
static int nppiConvert_16u32s_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 16-bit unsigned to 32-bit signed conversion.
static int nppiConvert_16u32s_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 16-bit unsigned to 32-bit signed conversion.
static int nppiConvert_16u32s_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 16-bit unsigned to 32-bit signed conversion.
static int nppiConvert_16u32u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp32u> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 16-bit unsigned to 32-bit unsigned conversion.
static int nppiConvert_16u8s_C1RSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           
static int nppiConvert_16u8u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 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)
           Single channel 16-bit unsigned to 8-bit unsigned conversion.
static int nppiConvert_16u8u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 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)
           
static int nppiConvert_32f16s_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
           Four channel 32-bit floating point to 16-bit signed conversion.
static int nppiConvert_32f16s_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
           Single channel 32-bit floating point to 16-bit signed conversion.
static int nppiConvert_32f16s_C1RSfs(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           Single channel 32-bit floating point to 16-bit signed conversion.
static int nppiConvert_32f16s_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
           
static int nppiConvert_32f16s_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
           Four channel 32-bit floating point to 16-bit signed conversion.
static int nppiConvert_32f16u_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
           Four channel 32-bit floating point to 16-bit unsigned conversion, not affecting Alpha.
static int nppiConvert_32f16u_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
           
static int nppiConvert_32f16u_C1RSfs(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           Single channel 32-bit floating point to 16-bit unsigned conversion.
static int nppiConvert_32f16u_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
           Three channel 32-bit floating point to 16-bit unsigned conversion.
static int nppiConvert_32f16u_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
           Four channel 32-bit floating point to 16-bit unsigned conversion.
static int nppiConvert_32f32s_C1RSfs(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           
static int nppiConvert_32f32u_C1RSfs(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           Single channel 32-bit floating point to 32-bit unsigned conversion.
static int nppiConvert_32f8s_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
           Four channel 32-bit floating point to 8-bit signed conversion, not affecting Alpha.
static int nppiConvert_32f8s_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
           Single channel 32-bit floating point to 8-bit signed conversion.
static int nppiConvert_32f8s_C1RSfs(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           Single channel 32-bit floating point to 8-bit signed conversion.
static int nppiConvert_32f8s_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
           Three channel 32-bit floating point to 8-bit signed conversion.
static int nppiConvert_32f8s_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
           Four channel 32-bit floating point to 8-bit signed conversion.
static int nppiConvert_32f8u_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
           Four channel 32-bit floating point to 8-bit unsigned conversion, not affecting Alpha.
static int nppiConvert_32f8u_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
           Single channel 32-bit floating point to 8-bit unsigned conversion.
static int nppiConvert_32f8u_C1RSfs(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           
static int nppiConvert_32f8u_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
           Three channel 32-bit floating point to 8-bit unsigned conversion.
static int nppiConvert_32f8u_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
           Four channel 32-bit floating point to 8-bit unsigned conversion.
static int nppiConvert_32s16s_C1RSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           
static int nppiConvert_32s16u_C1RSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           
static int nppiConvert_32s32f_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 32-bit signed to 32-bit floating-point conversion.
static int nppiConvert_32s32u_C1Rs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32u> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 32-bit signed to 32-bit unsigned conversion with saturation.
static int nppiConvert_32s8s_AC4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 32-bit signed to 8-bit signed conversion, not affecting Alpha.
static int nppiConvert_32s8s_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 32-bit signed to 8-bit signed conversion.
static int nppiConvert_32s8s_C3R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 32-bit signed to 8-bit signed conversion.
static int nppiConvert_32s8s_C4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 32-bit signed to 8-bit signed conversion.
static int nppiConvert_32s8u_AC4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiConvert_32s8u_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiConvert_32s8u_C3R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 32-bit signed to 8-bit unsigned conversion.
static int nppiConvert_32s8u_C4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 32-bit signed to 8-bit unsigned conversion.
static int nppiConvert_32u16s_C1RSfs(TypedPointer<Npp32u> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           
static int nppiConvert_32u16u_C1RSfs(TypedPointer<Npp32u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           
static int nppiConvert_32u32f_C1R(TypedPointer<Npp32u> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 32-bit unsigned to 32-bit floating-point conversion.
static int nppiConvert_32u32s_C1RSfs(TypedPointer<Npp32u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           
static int nppiConvert_32u8s_C1RSfs(TypedPointer<Npp32u> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           
static int nppiConvert_32u8u_C1RSfs(TypedPointer<Npp32u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           
static int nppiConvert_8s16s_C1R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 8-bit signed to 16-bit signed conversion.
static int nppiConvert_8s16u_C1Rs(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 8-bit signed to 16-bit unsigned conversion with saturation.
static int nppiConvert_8s32f_AC4R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 8-bit signed to 32-bit floating-point conversion, not affecting Alpha.
static int nppiConvert_8s32f_C1R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 8-bit signed to 32-bit floating-point conversion.
static int nppiConvert_8s32f_C3R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiConvert_8s32f_C4R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 8-bit signed to 32-bit floating-point conversion.
static int nppiConvert_8s32s_AC4R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiConvert_8s32s_C1R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 8-bit signed to 32-bit signed conversion.
static int nppiConvert_8s32s_C3R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 8-bit signed to 32-bit signed conversion.
static int nppiConvert_8s32s_C4R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiConvert_8s32u_C1Rs(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp32u> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 8-bit signed to 32-bit unsigned conversion with saturation.
static int nppiConvert_8s8u_C1Rs(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 8-bit signed to 8-bit unsigned conversion with saturation.
static int nppiConvert_8u16s_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 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)
           Single channel 8-bit unsigned to 16-bit signed conversion.
static int nppiConvert_8u16s_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 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)
           Four 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)
           Four 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)
           Single channel 8-bit unsigned to 16-bit unsigned conversion.
static int nppiConvert_8u16u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 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)
           Four channel 8-bit unsigned to 16-bit unsigned conversion.
static int nppiConvert_8u32f_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiConvert_8u32f_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 8-bit unsigned to 32-bit floating-point conversion.
static int nppiConvert_8u32f_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 8-bit unsigned to 32-bit floating-point conversion.
static int nppiConvert_8u32f_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 8-bit unsigned to 32-bit floating-point conversion.
static int nppiConvert_8u32s_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four channel 8-bit unsigned to 32-bit signed conversion, not affecting Alpha.
static int nppiConvert_8u32s_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Single channel 8-bit unsigned to 32-bit signed conversion.
static int nppiConvert_8u32s_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three channel 8-bit unsigned to 32-bit signed conversion.
static int nppiConvert_8u32s_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiConvert_8u8s_C1RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
           
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)
           
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)
           
static int nppiCopy_16s_P3C3R(TypedPointer<Npp16s>[] aSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           
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)
           
static int nppiCopy_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           
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)
           
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)
           
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)
           
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)
           
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)
           
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)
           
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)
           
static int nppiCopy_8u_C4C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
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(short[] aConstants, 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, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
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(short[] aConstants, 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, short[] aConstants, 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(short[] aConstants, 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, short[] aConstants, 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(Npp16sc[] aConstants, 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, Npp16sc[] aConstants, 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(Npp16sc[] aConstants, 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, Npp16sc[] aConstants, 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(short[] aConstants, 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, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
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(short[] aConstants, 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, short[] aConstants, 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(short[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int nppiDivC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short[] aConstants, 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(float[] aConstants, 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, float[] aConstants, 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)
           
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(float[] aConstants, 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, float[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit floating point channel image divided by constant.
static int nppiDivC_32f_C4IR(float[] aConstants, 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, float[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel image divided by constant.
static int nppiDivC_32fc_AC4IR(Npp32fc[] aConstants, 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, Npp32fc[] aConstants, 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(Npp32fc[] aConstants, 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, Npp32fc[] aConstants, 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(Npp32fc[] aConstants, 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, Npp32fc[] aConstants, 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)
           
static int nppiDivC_32s_C3IRSfs(int[] aConstants, 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, int[] aConstants, 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(Npp32sc[] aConstants, 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, Npp32sc[] aConstants, 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(Npp32sc[] aConstants, 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, Npp32sc[] aConstants, 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(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int nppiDivC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, 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)
           
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(byte[] aConstants, 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, byte[] aConstants, 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(byte[] aConstants, 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, byte[] aConstants, 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)
           
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)
           
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)
           
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)
           
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 nppiGammaFwd_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed color with alpha in place forward gamma correction.
static int nppiGammaFwd_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed color with alpha not in place forward gamma correction.
static int nppiGammaFwd_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed color in place forward gamma correction.
static int nppiGammaFwd_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed color not in place forward gamma correction.
static int nppiGammaFwd_8u_IP3R(TypedPointer<Npp8u>[] pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar color in place forward gamma correction.
static int nppiGammaFwd_8u_P3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiGammaInv_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed color with alpha in place inverse gamma correction.
static int nppiGammaInv_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed color with alpha not in place inverse gamma correction.
static int nppiGammaInv_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed color in place inverse gamma correction.
static int nppiGammaInv_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed color not in place inverse gamma correction.
static int nppiGammaInv_8u_IP3R(TypedPointer<Npp8u>[] pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar color in place inverse gamma correction.
static int nppiGammaInv_8u_P3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiGetAffineBound(NppiRect oSrcROI, double[][] aBound, double[][] aCoeffs)
           Compute bounding-box of transformed image.
static int nppiGetAffineQuad(NppiRect oSrcROI, double[][] aQuad, double[][] aCoeffs)
           Compute shape of transformed image.
static int nppiGetAffineTransform(NppiRect oSrcROI, double[][] aQuad, double[][] aCoeffs)
           Computes affine transform coefficients based on source ROI and destination quadrilateral.
static int nppiGetPerspectiveBound(NppiRect oSrcROI, double[][] bound, double[][] aCoeffs)
           
static int nppiGetPerspectiveQuad(NppiRect oSrcROI, double[][] quad, double[][] aCoeffs)
           Calculates perspective transform projection of given source rectangular ROI
static int nppiGetPerspectiveTransform(NppiRect oSrcROI, double[][] quad, double[][] aCoeffs)
           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)
           
static int nppiGetRotateQuad(NppiRect oSrcROI, double[][] aQuad, double nAngle, double nShiftX, double nShiftY)
           Compute shape of rotated image.
static int nppiGraphcut_32f8u(TypedPointer<Npp32f> pTerminals, TypedPointer<Npp32f> pLeftTransposed, TypedPointer<Npp32f> pRightTransposed, TypedPointer<Npp32f> pTop, TypedPointer<Npp32f> pBottom, int nStep, int nTransposedStep, NppiSize size, TypedPointer<Npp8u> pLabel, int nLabelStep, NppiGraphcutState pState)
           Graphcut of a flow network (32bit float edge capacities).
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)
           
static int nppiGraphcut8_32f8u(TypedPointer<Npp32f> pTerminals, TypedPointer<Npp32f> pLeftTransposed, TypedPointer<Npp32f> pRightTransposed, TypedPointer<Npp32f> pTop, TypedPointer<Npp32f> pTopLeft, TypedPointer<Npp32f> pTopRight, TypedPointer<Npp32f> pBottom, TypedPointer<Npp32f> pBottomLeft, TypedPointer<Npp32f> pBottomRight, int nStep, int nTransposedStep, NppiSize size, TypedPointer<Npp8u> pLabel, int nLabelStep, NppiGraphcutState pState)
           
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)
           
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_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
           
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)
           
static int nppiHistogramEven_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
           3 channel 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_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
           3 channel 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_C3R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
           Scratch-buffer size for nppiHistogramEven_16s_C3R.
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_C3R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
           Scratch-buffer size for nppiHistogramEven_16u_C3R.
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_C3R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
           Scratch-buffer size for nppiHistogramEven_8u_C3R.
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_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           3 channel 16-bit signed histogram with bins determined by pLevels.
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)
           
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_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           3 channel 16-bit unsigned histogram with bins determined by pLevels.
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_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32f>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           3 channel 32-bit float histogram with bins determined by pLevels.
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_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
           3 channel 8-bit unsigned histogram with bins determined by pLevels.
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_C3R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
           Scratch-buffer size for nppiHistogramRange_16s_C3R.
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)
           
static int nppiHistogramRangeGetBufferSize_16u_C3R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
           Scratch-buffer size for nppiHistogramRange_16u_C3R.
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_C3R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
           Scratch-buffer size for nppiHistogramRange_32f_C3R.
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_C3R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
           Scratch-buffer size for nppiHistogramRange_8u_C3R.
static int nppiHistogramRangeGetBufferSize_8u_C4R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
           Scratch-buffer size for nppiHistogramRange_8u_C4R.
static int nppiHLSToBGR_8u_AC4P4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed HLS with alpha to 4 channel 8-bit unsigned planar BGR with alpha color conversion.
static int nppiHLSToBGR_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed HLS with alpha to 4 channel 8-bit unsigned packed BGR with alpha color conversion.
static int nppiHLSToBGR_8u_AP4C4R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned planar HLS with alpha to 4 channel 8-bit unsigned packed BGR with alpha color conversion.
static int nppiHLSToBGR_8u_AP4R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned planar HLS with alpha to 4 channel 8-bit unsigned planar BGR with alpha color conversion.
static int nppiHLSToBGR_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiHLSToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar HLS to 3 channel 8-bit unsigned packed BGR color conversion.
static int nppiHLSToBGR_8u_P3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar HLS to 3 channel 8-bit unsigned planar BGR color conversion.
static int nppiHLSToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed HLS with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion.
static int nppiHLSToRGB_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed HLS to 3 channel 8-bit unsigned packed RGB color conversion.
static int nppiHSVToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed HSV with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion.
static int nppiHSVToRGB_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed HSV to 3 channel 8-bit unsigned packed RGB color conversion.
static int nppiLabToBGR_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
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(int[] aConstants, 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, int[] aConstants, 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(int[] aConstants, 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, int[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 16-bit unsigned short channel image left shift by constant.
static int nppiLShiftC_16u_C4IR(int[] aConstants, 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, int[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel image left shift by constant.
static int nppiLShiftC_32s_AC4IR(int[] aConstants, 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, int[] aConstants, 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(int[] aConstants, 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, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image left shift by constant.
static int nppiLShiftC_32s_C4IR(int[] aConstants, 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, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image left shift by constant.
static int nppiLShiftC_8u_AC4IR(int[] aConstants, 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, int[] aConstants, 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(int[] aConstants, 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, int[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image left shift by constant.
static int nppiLShiftC_8u_C4IR(int[] aConstants, 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, int[] aConstants, 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 nppiLUT_Linear_8u_C4R(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.
static int nppiLUVToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiLUVToRGB_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
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)
           
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)
           2 channel 16-bit signed image memory allocator.
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)
           
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)
           
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)
           32-bit float complex image memory allocator.
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)
           
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)
           
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)
           1 channel 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 nppiMax_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax)
           4-channel 16-bit signed short integer image max (alpha channel is not processed).
static int nppiMax_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16s> pMax)
           1-channel 16-bit signed short integer image max.
static int nppiMax_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax)
           3-channel 16-bit signed short integer image max.
static int nppiMax_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax)
           
static int nppiMax_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax)
           4-channel 16-bit unsigned short integer image max (alpha channel is not processed).
static int nppiMax_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16u> pMax)
           1-channel 16-bit unsigned short integer image max.
static int nppiMax_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax)
           3-channel 16-bit unsigned short integer image max.
static int nppiMax_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax)
           4-channel 16-bit unsigned short integer image max.
static int nppiMax_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMax)
           4-channel 32-bit floating point image max (alpha channel is not processed).
static int nppiMax_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp32f> pMax)
           1-channel 32-bit floating point image max.
static int nppiMax_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMax)
           3-channel 32-bit floating point image max.
static int nppiMax_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMax)
           4-channel 32-bit floating point image max.
static int nppiMax_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMax)
           4-channel 8-bit unsigned char image max (alpha channel is not processed).
static int nppiMax_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp8u> pMax)
           
static int nppiMax_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMax)
           3-channel 8-bit unsigned char image max.
static int nppiMax_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMax)
           4-channel 8-bit unsigned char image max.
static int nppiMaxGetBufferHostSize_16s_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           
static int nppiMaxGetBufferHostSize_16s_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           
static int nppiMaxGetBufferHostSize_16s_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMax_16s_C3R.
static int nppiMaxGetBufferHostSize_16s_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMax_16s_C4R.
static int nppiMaxGetBufferHostSize_16u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMax_16u_AC4R.
static int nppiMaxGetBufferHostSize_16u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMax_16u_C1R.
static int nppiMaxGetBufferHostSize_16u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMax_16u_C3R.
static int nppiMaxGetBufferHostSize_16u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMax_16u_C4R.
static int nppiMaxGetBufferHostSize_32f_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMax_32f_AC4R.
static int nppiMaxGetBufferHostSize_32f_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMax_32f_C1R.
static int nppiMaxGetBufferHostSize_32f_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMax_32f_C3R.
static int nppiMaxGetBufferHostSize_32f_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMax_32f_C4R.
static int nppiMaxGetBufferHostSize_8u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMax_8u_AC4R.
static int nppiMaxGetBufferHostSize_8u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMax_8u_C1R.
static int nppiMaxGetBufferHostSize_8u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMax_8u_C3R.
static int nppiMaxGetBufferHostSize_8u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMax_8u_C4R.
static int nppiMaxIndx_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax, int[] aIndexX, int[] aIndexY)
           4-channel 16-bit signed short integer image max values with their X and Y coordinates (alpha channel is not processed).
static int nppiMaxIndx_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16s> pMax, int[] pIndexX, int[] pIndexY)
           1-channel 16-bit signed short integer image max value with its X and Y coordinates.
static int nppiMaxIndx_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax, int[] aIndexX, int[] aIndexY)
           3-channel 16-bit signed short integer image max values with their X and Y coordinates.
static int nppiMaxIndx_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax, int[] aIndexX, int[] aIndexY)
           4-channel 16-bit signed short integer image max values with their X and Y coordinates.
static int nppiMaxIndx_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax, int[] aIndexX, int[] aIndexY)
           4-channel 16-bit unsigned short integer image max values with their X and Y coordinates (alpha channel is not processed).
static int nppiMaxIndx_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16u> pMax, int[] pIndexX, int[] pIndexY)
           1-channel 16-bit unsigned short integer image max value with its X and Y coordinates.
static int nppiMaxIndx_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax, int[] aIndexX, int[] aIndexY)
           3-channel 16-bit unsigned short integer image max values with their X and Y coordinates.
static int nppiMaxIndx_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax, int[] aIndexX, int[] aIndexY)
           4-channel 16-bit unsigned short integer image max values with their X and Y coordinates.
static int nppiMaxIndx_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMax, int[] aIndexX, int[] aIndexY)
           4-channel 32-bit floating point image max values with their X and Y coordinates (alpha channel is not processed).
static int nppiMaxIndx_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp32f> pMax, int[] pIndexX, int[] pIndexY)
           
static int nppiMaxIndx_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMax, int[] aIndexX, int[] aIndexY)
           3-channel 32-bit floating point image max values with their X and Y coordinates.
static int nppiMaxIndx_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMax, int[] aIndexX, int[] aIndexY)
           4-channel 32-bit floating point image max values with their X and Y coordinates.
static int nppiMaxIndx_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMax, int[] aIndexX, int[] aIndexY)
           4-channel 8-bit unsigned char image max values with their X and Y coordinates (alpha channel is not processed).
static int nppiMaxIndx_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp8u> pMax, int[] pIndexX, int[] pIndexY)
           1-channel 8-bit unsigned char image max value with its X and Y coordinates.
static int nppiMaxIndx_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMax, int[] aIndexX, int[] aIndexY)
           3-channel 8-bit unsigned char image max values with their X and Y coordinates.
static int nppiMaxIndx_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMax, int[] aIndexX, int[] aIndexY)
           
static int nppiMaxIndxGetBufferHostSize_16s_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMaxIndx_16s_AC4R.
static int nppiMaxIndxGetBufferHostSize_16s_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMaxIndx_16s_C1R.
static int nppiMaxIndxGetBufferHostSize_16s_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMaxIndx_16s_C3R.
static int nppiMaxIndxGetBufferHostSize_16s_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMaxIndx_16s_C4R.
static int nppiMaxIndxGetBufferHostSize_16u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMaxIndx_16u_AC4R.
static int nppiMaxIndxGetBufferHostSize_16u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMaxIndx_16u_C1R.
static int nppiMaxIndxGetBufferHostSize_16u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMaxIndx_16u_C3R.
static int nppiMaxIndxGetBufferHostSize_16u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMaxIndx_16u_C4R.
static int nppiMaxIndxGetBufferHostSize_32f_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMaxIndx_32f_AC4R.
static int nppiMaxIndxGetBufferHostSize_32f_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMaxIndx_32f_C1R.
static int nppiMaxIndxGetBufferHostSize_32f_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMaxIndx_32f_C3R.
static int nppiMaxIndxGetBufferHostSize_32f_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMaxIndx_32f_C4R.
static int nppiMaxIndxGetBufferHostSize_8u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMaxIndx_8u_AC4R.
static int nppiMaxIndxGetBufferHostSize_8u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           
static int nppiMaxIndxGetBufferHostSize_8u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           
static int nppiMaxIndxGetBufferHostSize_8u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMaxIndx_8u_C4R.
static int nppiMean_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           4-channel 16-bit signed short image mean with 64-bit double precision result.
static int nppiMean_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           1-channel 16-bit signed short integer image mean with 64-bit double precision result.
static int nppiMean_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           
static int nppiMean_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           4-channel 16-bit signed short image mean with 64-bit double precision result.
static int nppiMean_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           4-channel 16-bit unsigned short image mean with 64-bit double precision result.
static int nppiMean_16u_C1MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           1-channel 16-bit unsigned short integer image mean with 64-bit double precision result, \ref masked_operation.
static int nppiMean_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           1-channel 16-bit unsigned short integer image mean with 64-bit double precision result.
static int nppiMean_16u_C3CMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           3-channel 16-bit unsigned short integer image mean with 64-bit double precision result, \ref masked_operation, \ref channel_of_interest.
static int nppiMean_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           
static int nppiMean_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           4-channel 16-bit unsigned short image mean with 64-bit double precision result.
static int nppiMean_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           4-channel 32-bit floating point image mean with 64-bit double precision result.
static int nppiMean_32f_C1MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           1-channel 32-bit floating point image mean with 64-bit double precision result, \ref masked_operation.
static int nppiMean_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           1-channel 32-bit floating point image mean with 64-bit double precision result.
static int nppiMean_32f_C3CMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           3-channel 32-bit floating point image mean with 64-bit double precision result, \ref masked_operation, \ref channel_of_interest.
static int nppiMean_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           
static int nppiMean_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           4-channel 32-bit floating point image mean with 64-bit double precision result.
static int nppiMean_8s_C1MR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           1-channel 8-bit signed char image mean with 64-bit double precision result, \ref masked_operation.
static int nppiMean_8s_C3CMR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           
static int nppiMean_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           4-channel 8-bit unsigned char image mean with 64-bit double precision result.
static int nppiMean_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           1-channel 8-bit unsigned char image mean with 64-bit double precision result, \ref masked_operation.
static int nppiMean_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
          host pointer
static int nppiMean_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
           3-channel 8-bit unsigned char image mean with 64-bit double precision result, \ref masked_operation, \ref channel_of_interest.
static int nppiMean_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           3-channel 8-bit unsigned char image mean with 64-bit double precision result.
static int nppiMean_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
           4-channel 8-bit unsigned char image mean with 64-bit double precision result.
static int nppiMean_StdDev_16u_C1MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           1-channel 16-bit unsigned short int image mean and standard deviation, \ref masked_operation.
static int nppiMean_StdDev_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           1-channel 16-bit unsigned short int image mean and standard deviation.
static int nppiMean_StdDev_16u_C3CMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           3-channel 16-bit unsigned short int image mean and standard deviation, \ref masked_operation, \ref channel_of_interest.
static int nppiMean_StdDev_16u_C3CR(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           3-channel 16-bit unsigned short int image mean and standard deviation, \ref channel_of_interest.
static int nppiMean_StdDev_32f_C1MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           1-channel 32-bit floating-point image mean and standard deviation, \ref masked_operation.
static int nppiMean_StdDev_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           
static int nppiMean_StdDev_32f_C3CMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           3-channel 32-bit floating-point image mean and standard deviation, \ref masked_operation, \ref channel_of_interest.
static int nppiMean_StdDev_32f_C3CR(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           3-channel 32-bit floating-point image mean and standard deviation, \ref channel_of_interest.
static int nppiMean_StdDev_8s_C1MR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           1-channel 8-bit signed char image mean and standard deviation, \ref masked_operation.
static int nppiMean_StdDev_8s_C1R(TypedPointer<Npp8s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           1-channel 8-bit signed char image mean and standard deviation.
static int nppiMean_StdDev_8s_C3CMR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           3-channel 8-bit signed char image mean and standard deviation, \ref masked_operation, \ref channel_of_interest.
static int nppiMean_StdDev_8s_C3CR(TypedPointer<Npp8s> pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           3-channel 8-bit signed char image mean and standard deviation, \ref channel_of_interest.
static int nppiMean_StdDev_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           1-channel 8-bit unsigned char image mean and standard deviation, \ref masked_operation.
static int nppiMean_StdDev_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
          host pointer
static int nppiMean_StdDev_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           3-channel 8-bit unsigned char image mean and standard deviation, \ref masked_operation, \ref channel_of_interest.
static int nppiMean_StdDev_8u_C3CR(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           3-channel 8-bit unsigned char image mean and standard deviation, \ref channel_of_interest.
static int nppiMeanGetBufferHostSize_16s_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_16s_AC4R.
static int nppiMeanGetBufferHostSize_16s_C1R(NppiSize oSizeROI, int[] hpBufferSize)
          host pointer
static int nppiMeanGetBufferHostSize_16s_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           
static int nppiMeanGetBufferHostSize_16s_C4R(NppiSize oSizeROI, int[] hpBufferSize)
          host pointer
static int nppiMeanGetBufferHostSize_16u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           
static int nppiMeanGetBufferHostSize_16u_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_16u_C1MR.
static int nppiMeanGetBufferHostSize_16u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_16u_C1R.
static int nppiMeanGetBufferHostSize_16u_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_16u_C3CMR.
static int nppiMeanGetBufferHostSize_16u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_16u_C3R.
static int nppiMeanGetBufferHostSize_16u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_16u_C4R.
static int nppiMeanGetBufferHostSize_32f_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_32f_AC4R.
static int nppiMeanGetBufferHostSize_32f_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
           
static int nppiMeanGetBufferHostSize_32f_C1R(NppiSize oSizeROI, int[] hpBufferSize)
          host pointer
static int nppiMeanGetBufferHostSize_32f_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_32f_C3CMR.
static int nppiMeanGetBufferHostSize_32f_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_32f_C3R.
static int nppiMeanGetBufferHostSize_32f_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_32f_C4R.
static int nppiMeanGetBufferHostSize_8s_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_8s_C1MR.
static int nppiMeanGetBufferHostSize_8s_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_8s_C3CMR.
static int nppiMeanGetBufferHostSize_8u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_8u_AC4R.
static int nppiMeanGetBufferHostSize_8u_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_8u_C1MR.
static int nppiMeanGetBufferHostSize_8u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_8u_C1R.
static int nppiMeanGetBufferHostSize_8u_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_8u_C3CMR.
static int nppiMeanGetBufferHostSize_8u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_8u_C3R.
static int nppiMeanGetBufferHostSize_8u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_8u_C4R.
static int nppiMeanStdDevGetBufferHostSize_16u_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_StdDev_16u_C1MR.
static int nppiMeanStdDevGetBufferHostSize_16u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_StdDev_16u_C1R.
static int nppiMeanStdDevGetBufferHostSize_16u_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_StdDev_16u_C3CMR.
static int nppiMeanStdDevGetBufferHostSize_16u_C3CR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_StdDev_16u_C3CR.
static int nppiMeanStdDevGetBufferHostSize_32f_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
          host pointer
static int nppiMeanStdDevGetBufferHostSize_32f_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_StdDev_32f_C1R.
static int nppiMeanStdDevGetBufferHostSize_32f_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_StdDev_32f_C3CMR.
static int nppiMeanStdDevGetBufferHostSize_32f_C3CR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_StdDev_32f_C3CR.
static int nppiMeanStdDevGetBufferHostSize_8s_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_StdDev_8s_C1MR.
static int nppiMeanStdDevGetBufferHostSize_8s_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_StdDev_8s_C1R.
static int nppiMeanStdDevGetBufferHostSize_8s_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_StdDev_8s_C3CMR.
static int nppiMeanStdDevGetBufferHostSize_8s_C3CR(NppiSize oSizeROI, int[] hpBufferSize)
           
static int nppiMeanStdDevGetBufferHostSize_8u_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_StdDev_8u_C1MR.
static int nppiMeanStdDevGetBufferHostSize_8u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           
static int nppiMeanStdDevGetBufferHostSize_8u_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
          host pointer
static int nppiMeanStdDevGetBufferHostSize_8u_C3CR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMean_StdDev_8u_C3CR.
static int nppiMin_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin)
           4-channel 16-bit signed short integer image min (alpha channel is not processed).
static int nppiMin_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16s> pMin)
           1-channel 16-bit signed short integer image min.
static int nppiMin_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin)
           
static int nppiMin_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin)
           4-channel 16-bit signed short integer image min.
static int nppiMin_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin)
           4-channel 16-bit unsigned short integer image min (alpha channel is not processed).
static int nppiMin_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16u> pMin)
           1-channel 16-bit unsigned short integer image min.
static int nppiMin_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin)
           3-channel 16-bit unsigned short integer image min.
static int nppiMin_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin)
           4-channel 16-bit unsigned short integer image min.
static int nppiMin_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMin)
           4-channel 32-bit floating point image min (alpha channel is not processed).
static int nppiMin_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp32f> pMin)
           1-channel 32-bit floating point image min.
static int nppiMin_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMin)
           3-channel 32-bit floating point image min.
static int nppiMin_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMin)
           4-channel 32-bit floating point image min.
static int nppiMin_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMin)
           4-channel 8-bit unsigned char image min (alpha channel is not processed).
static int nppiMin_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp8u> pMin)
           1-channel 8-bit unsigned char image min.
static int nppiMin_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMin)
           3-channel 8-bit unsigned char image min.
static int nppiMin_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMin)
           4-channel 8-bit unsigned char image min.
static int nppiMinGetBufferHostSize_16s_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           
static int nppiMinGetBufferHostSize_16s_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMin_16s_C1R.
static int nppiMinGetBufferHostSize_16s_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMin_16s_C3R.
static int nppiMinGetBufferHostSize_16s_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           
static int nppiMinGetBufferHostSize_16u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMin_16u_AC4R.
static int nppiMinGetBufferHostSize_16u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMin_16u_C1R.
static int nppiMinGetBufferHostSize_16u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMin_16u_C3R.
static int nppiMinGetBufferHostSize_16u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           
static int nppiMinGetBufferHostSize_32f_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMin_32f_AC4R.
static int nppiMinGetBufferHostSize_32f_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMin_32f_C1R.
static int nppiMinGetBufferHostSize_32f_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMin_32f_C3R.
static int nppiMinGetBufferHostSize_32f_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMin_32f_C4R.
static int nppiMinGetBufferHostSize_8u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMin_8u_AC4R.
static int nppiMinGetBufferHostSize_8u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMin_8u_C1R.
static int nppiMinGetBufferHostSize_8u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
          host pointer
static int nppiMinGetBufferHostSize_8u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           
static int nppiMinIndx_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin, int[] aIndexX, int[] aIndexY)
           4-channel 16-bit signed short integer image min values with their X and Y coordinates (alpha channel is not processed).
static int nppiMinIndx_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16s> pMin, int[] pIndexX, int[] pIndexY)
           1-channel 16-bit signed short integer image min with its X and Y coordinates.
static int nppiMinIndx_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin, int[] aIndexX, int[] aIndexY)
           
static int nppiMinIndx_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin, int[] aIndexX, int[] aIndexY)
           4-channel 16-bit signed short integer image min values with their X and Y coordinates.
static int nppiMinIndx_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin, int[] aIndexX, int[] aIndexY)
           
static int nppiMinIndx_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16u> pMin, int[] pIndexX, int[] pIndexY)
           1-channel 16-bit unsigned short integer image min with its X and Y coordinates.
static int nppiMinIndx_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin, int[] aIndexX, int[] aIndexY)
           
static int nppiMinIndx_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin, int[] aIndexX, int[] aIndexY)
           4-channel 16-bit unsigned short integer image min values with their X and Y coordinates.
static int nppiMinIndx_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMin, int[] aIndexX, int[] aIndexY)
           
static int nppiMinIndx_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp32f> pMin, int[] pIndexX, int[] pIndexY)
           1-channel 32-bit floating point image min with its X and Y coordinates.
static int nppiMinIndx_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMin, int[] aIndexX, int[] aIndexY)
           3-channel 32-bit floating point image min values with their X and Y coordinates.
static int nppiMinIndx_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMin, int[] aIndexX, int[] aIndexY)
           4-channel 32-bit floating point image min values with their X and Y coordinates.
static int nppiMinIndx_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMin, int[] aIndexX, int[] aIndexY)
           4-channel 8-bit unsigned char image min values with their X and Y coordinates (alpha channel is not processed).
static int nppiMinIndx_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp8u> pMin, int[] pIndexX, int[] pIndexY)
           1-channel 8-bit unsigned char image min with its X and Y coordinates.
static int nppiMinIndx_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMin, int[] aIndexX, int[] aIndexY)
           3-channel 8-bit unsigned char image min values with their X and Y coordinates.
static int nppiMinIndx_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMin, int[] aIndexX, int[] aIndexY)
           4-channel 8-bit unsigned char image min values with their X and Y coordinates.
static int nppiMinIndxGetBufferHostSize_16s_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           
static int nppiMinIndxGetBufferHostSize_16s_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinIndx_16s_C1R.
static int nppiMinIndxGetBufferHostSize_16s_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinIndx_16s_C3R.
static int nppiMinIndxGetBufferHostSize_16s_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinIndx_16s_C4R.
static int nppiMinIndxGetBufferHostSize_16u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinIndx_8u_AC4R.
static int nppiMinIndxGetBufferHostSize_16u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           
static int nppiMinIndxGetBufferHostSize_16u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinIndx_16u_C3R.
static int nppiMinIndxGetBufferHostSize_16u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
          host pointer
static int nppiMinIndxGetBufferHostSize_32f_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinIndx_32f_AC4R.
static int nppiMinIndxGetBufferHostSize_32f_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinIndx_32f_C1R.
static int nppiMinIndxGetBufferHostSize_32f_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinIndx_32f_C3R.
static int nppiMinIndxGetBufferHostSize_32f_C4R(NppiSize oSizeROI, int[] hpBufferSize)
          host pointer
static int nppiMinIndxGetBufferHostSize_8u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinIndx_8u_AC4R.
static int nppiMinIndxGetBufferHostSize_8u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           
static int nppiMinIndxGetBufferHostSize_8u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinIndx_8u_C3R.
static int nppiMinIndxGetBufferHostSize_8u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinIndx_8u_C4R.
static int nppiMinMax_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, short[] aMin, short[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit signed short image minimum and maximum values (alpha channel is not calculated).
static int nppiMinMax_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp16s> pMin, TypedPointer<Npp16s> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit signed short image minimum and maximum values.
static int nppiMinMax_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, short[] aMin, short[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit signed short image minimum and maximum values.
static int nppiMinMax_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, short[] aMin, short[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit signed short image minimum and maximum values.
static int nppiMinMax_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, short[] aMin, short[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit unsigned short image minimum and maximum values (alpha channel is not calculated).
static int nppiMinMax_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp16u> pMin, TypedPointer<Npp16u> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit unsigned short image minimum and maximum values.
static int nppiMinMax_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, short[] aMin, short[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit unsigned short image minimum and maximum values.
static int nppiMinMax_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, short[] aMin, short[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit unsigned short image minimum and maximum values.
static int nppiMinMax_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, float[] aMin, float[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 32-bit floating point image minimum and maximum values (alpha channel is not calculated).
static int nppiMinMax_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32f> pMin, TypedPointer<Npp32f> pMax, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 32-bit floating point image minimum and maximum values.
static int nppiMinMax_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, float[] aMin, float[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           
static int nppiMinMax_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, float[] aMin, float[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 32-bit floating point image minimum and maximum values.
static int nppiMinMax_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, byte[] aMin, byte[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 8-bit unsigned image minimum and maximum values (alpha channel is not calculated).
static int nppiMinMax_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMin, TypedPointer<Npp8u> pMax, TypedPointer<Npp8u> pDeviceBuffer)
          host pointer
static int nppiMinMax_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, byte[] aMin, byte[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned image minimum and maximum values.
static int nppiMinMax_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, byte[] aMin, byte[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 8-bit unsigned image minimum and maximum values.
static int nppiMinMaxGetBufferHostSize_16s_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinManx_16s_AC4R.
static int nppiMinMaxGetBufferHostSize_16s_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinManx_16s_C1R.
static int nppiMinMaxGetBufferHostSize_16s_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinManx_16s_C3R.
static int nppiMinMaxGetBufferHostSize_16s_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinManx_16s_C4R.
static int nppiMinMaxGetBufferHostSize_16u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
          host pointer
static int nppiMinMaxGetBufferHostSize_16u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinManx_16u_C1R.
static int nppiMinMaxGetBufferHostSize_16u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
          host pointer
static int nppiMinMaxGetBufferHostSize_16u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
          host pointer
static int nppiMinMaxGetBufferHostSize_32f_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinManx_32f_AC4R.
static int nppiMinMaxGetBufferHostSize_32f_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinManx_32f_C1R.
static int nppiMinMaxGetBufferHostSize_32f_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinManx_32f_C3R.
static int nppiMinMaxGetBufferHostSize_32f_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinManx_32f_C4R.
static int nppiMinMaxGetBufferHostSize_8u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinManx_8u_AC4R.
static int nppiMinMaxGetBufferHostSize_8u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinManx_8u_C1R.
static int nppiMinMaxGetBufferHostSize_8u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           
static int nppiMinMaxGetBufferHostSize_8u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinManx_8u_C4R.
static int nppiMinMaxIndx_16u_C1MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp16u> pMinValue, TypedPointer<Npp16u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit unsigned short image minimum and maximum values with their indices, \ref masked_operation.
static int nppiMinMaxIndx_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp16u> pMinValue, TypedPointer<Npp16u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit unsigned short image minimum and maximum values with their indices.
static int nppiMinMaxIndx_16u_C3CMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp16u> pMinValue, TypedPointer<Npp16u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit unsigned short image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest.
static int nppiMinMaxIndx_16u_C3CR(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp16u> pMinValue, TypedPointer<Npp16u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit unsigned short image minimum and maximum values with their indices, \ref channel_of_interest.
static int nppiMinMaxIndx_32f_C1MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp32f> pMinValue, TypedPointer<Npp32f> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 32-bit floating point image minimum and maximum values with their indices, \ref masked_operation.
static int nppiMinMaxIndx_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32f> pMinValue, TypedPointer<Npp32f> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 32-bit floating point image minimum and maximum values with their indices.
static int nppiMinMaxIndx_32f_C3CMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp32f> pMinValue, TypedPointer<Npp32f> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 32-bit floating point image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest.
static int nppiMinMaxIndx_32f_C3CR(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp32f> pMinValue, TypedPointer<Npp32f> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           
static int nppiMinMaxIndx_8s_C1MR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8s> pMinValue, TypedPointer<Npp8s> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit signed char image minimum and maximum values with their indices, \ref masked_operation.
static int nppiMinMaxIndx_8s_C1R(TypedPointer<Npp8s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8s> pMinValue, TypedPointer<Npp8s> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit signed char image minimum and maximum values with their indices.
static int nppiMinMaxIndx_8s_C3CMR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8s> pMinValue, TypedPointer<Npp8s> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit signed char image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest.
static int nppiMinMaxIndx_8s_C3CR(TypedPointer<Npp8s> pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8s> pMinValue, TypedPointer<Npp8s> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           
static int nppiMinMaxIndx_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMinValue, TypedPointer<Npp8u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit unsigned char image minimum and maximum values with their indices, \ref masked_operation.
static int nppiMinMaxIndx_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMinValue, TypedPointer<Npp8u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit unsigned char image minimum and maximum values with their indices.
static int nppiMinMaxIndx_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pMinValue, TypedPointer<Npp8u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned char image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest.
static int nppiMinMaxIndx_8u_C3CR(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pMinValue, TypedPointer<Npp8u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
           
static int nppiMinMaxIndxGetBufferHostSize_16u_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinMaxIndx_16u_C1MR.
static int nppiMinMaxIndxGetBufferHostSize_16u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinMaxIndx_16u_C1R.
static int nppiMinMaxIndxGetBufferHostSize_16u_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinMaxIndx_16u_C3CMR.
static int nppiMinMaxIndxGetBufferHostSize_16u_C3CR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinMaxIndx_16u_C3CR.
static int nppiMinMaxIndxGetBufferHostSize_32f_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinMaxIndx_32f_C1MR.
static int nppiMinMaxIndxGetBufferHostSize_32f_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinMaxIndx_32f_C1R.
static int nppiMinMaxIndxGetBufferHostSize_32f_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinMaxIndx_32f_C3CMR.
static int nppiMinMaxIndxGetBufferHostSize_32f_C3CR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinMaxIndx_32f_C3CR.
static int nppiMinMaxIndxGetBufferHostSize_8s_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinMaxIndx_8s_C1MR.
static int nppiMinMaxIndxGetBufferHostSize_8s_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinMaxIndx_8s_C1R.
static int nppiMinMaxIndxGetBufferHostSize_8s_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinMaxIndx_8s_C3CMR.
static int nppiMinMaxIndxGetBufferHostSize_8s_C3CR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinMaxIndx_8s_C3CR.
static int nppiMinMaxIndxGetBufferHostSize_8u_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinMaxIndx_8u_C1MR.
static int nppiMinMaxIndxGetBufferHostSize_8u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinMaxIndx_8u_C1R.
static int nppiMinMaxIndxGetBufferHostSize_8u_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiMinMaxIndx_8u_C3CMR.
static int nppiMinMaxIndxGetBufferHostSize_8u_C3CR(NppiSize oSizeROI, int[] hpBufferSize)
           
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)
           
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)
           
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)
           
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(short[] aConstants, 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, short[] aConstants, 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(short[] aConstants, 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, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int nppiMulC_16s_C4IRSfs(short[] aConstants, 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, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int nppiMulC_16sc_AC4IRSfs(Npp16sc[] aConstants, 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, Npp16sc[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
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(Npp16sc[] aConstants, 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, Npp16sc[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int nppiMulC_16u_AC4IRSfs(short[] aConstants, 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, short[] aConstants, 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(short[] aConstants, 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, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int nppiMulC_16u_C4IRSfs(short[] aConstants, 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, short[] aConstants, 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(float[] aConstants, 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, float[] aConstants, 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(float[] aConstants, 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, float[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit floating point channel image multiply by constant.
static int nppiMulC_32f_C4IR(float[] aConstants, 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, float[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiMulC_32fc_AC4IR(Npp32fc[] aConstants, 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, Npp32fc[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           
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(Npp32fc[] aConstants, 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, Npp32fc[] aConstants, 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(Npp32fc[] aConstants, 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, Npp32fc[] aConstants, 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(int[] aConstants, 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, int[] aConstants, 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(Npp32sc[] aConstants, 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, Npp32sc[] aConstants, 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(Npp32sc[] aConstants, 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, Npp32sc[] aConstants, 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(byte[] aConstants, 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, byte[] aConstants, 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(byte[] aConstants, 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, byte[] aConstants, 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(byte[] aConstants, 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, byte[] aConstants, 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(short[] aConstants, 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, short[] aConstants, 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(short[] aConstants, 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, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiMulCScale_16u_C4IR(short[] aConstants, 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, short[] aConstants, 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(byte[] aConstants, 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, byte[] aConstants, 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(byte[] aConstants, 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, byte[] aConstants, 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(byte[] aConstants, 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, byte[] aConstants, 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 nppiNorm_Inf_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit signed short image infinity norm (alpha channel is not computed).
static int nppiNorm_Inf_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit signed short image infinity norm.
static int nppiNorm_Inf_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit signed short image infinity norm.
static int nppiNorm_Inf_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit signed short image infinity norm.
static int nppiNorm_Inf_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit unsigned short image infinity norm (alpha channel is not computed).
static int nppiNorm_Inf_16u_C1MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit unsigned short image infinity norm, \ref masked_operation.
static int nppiNorm_Inf_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit unsigned short image infinity norm.
static int nppiNorm_Inf_16u_C3CMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit unsigned short image infinity norm, \ref masked_operation, \ref channel_of_interest.
static int nppiNorm_Inf_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit unsigned short image infinity norm.
static int nppiNorm_Inf_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit unsigned short image infinity norm.
static int nppiNorm_Inf_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 32-bit floating-point image infinity norm (alpha channel is not computed).
static int nppiNorm_Inf_32f_C1MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 32-bit floating-point image infinity norm, \ref masked_operation.
static int nppiNorm_Inf_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 32-bit floating-point image infinity norm.
static int nppiNorm_Inf_32f_C3CMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 32-bit floating-point image infinity norm, \ref masked_operation, \ref channel_of_interest.
static int nppiNorm_Inf_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 32-bit floating-point image infinity norm.
static int nppiNorm_Inf_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 32-bit floating-point image infinity norm.
static int nppiNorm_Inf_32s_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 32-bit signed int image infinity norm.
static int nppiNorm_Inf_8s_C1MR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit signed char image infinity norm, \ref masked_operation.
static int nppiNorm_Inf_8s_C3CMR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit signed char image infinity norm, \ref masked_operation, \ref channel_of_interest.
static int nppiNorm_Inf_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 8-bit unsigned char image infinity norm (alpha channel is not computed).
static int nppiNorm_Inf_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit unsigned char image infinity norm, \ref masked_operation.
static int nppiNorm_Inf_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit unsigned char image infinity norm.
static int nppiNorm_Inf_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned char image infinity norm, \ref masked_operation, \ref channel_of_interest.
static int nppiNorm_Inf_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned char image infinity norm.
static int nppiNorm_Inf_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 8-bit unsigned char image infinity norm.
static int nppiNorm_L1_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit signed short image L1 norm (alpha channel is not computed).
static int nppiNorm_L1_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit signed short image L1 norm.
static int nppiNorm_L1_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit signed short image L1 norm.
static int nppiNorm_L1_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit signed short image L1 norm.
static int nppiNorm_L1_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit unsigned short image L1 norm (alpha channel is not computed).
static int nppiNorm_L1_16u_C1MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit unsigned short image L1 norm, \ref masked_operation
static int nppiNorm_L1_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit unsigned short image L1 norm.
static int nppiNorm_L1_16u_C3CMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit unsigned short image L1 norm, \ref masked_operation, \ref channel_of_interest.
static int nppiNorm_L1_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit unsigned short image L1 norm.
static int nppiNorm_L1_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit unsigned short image L1 norm.
static int nppiNorm_L1_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 32-bit floating-point image L1 norm (alpha channel is not computed).
static int nppiNorm_L1_32f_C1MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 32-bit floating-point image L1 norm, \ref masked_operation.
static int nppiNorm_L1_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 32-bit floating-point image L1 norm.
static int nppiNorm_L1_32f_C3CMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 32-bit floating-point image L1 norm, \ref masked_operation, \ref channel_of_interest.
static int nppiNorm_L1_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 32-bit floating-point image L1 norm.
static int nppiNorm_L1_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 32-bit floating-point image L1 norm.
static int nppiNorm_L1_8s_C1MR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit signed char image L1 norm, \ref masked_operation
static int nppiNorm_L1_8s_C3CMR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit signed char image L1 norm, \ref masked_operation, \ref channel_of_interest.
static int nppiNorm_L1_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           
static int nppiNorm_L1_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit unsigned char image L1 norm, \ref masked_operation
static int nppiNorm_L1_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
          host pointer
static int nppiNorm_L1_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned char image L1 norm, \ref masked_operation, \ref channel_of_interest.
static int nppiNorm_L1_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned char image L1 norm.
static int nppiNorm_L1_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 8-bit unsigned char image L1 norm.
static int nppiNorm_L2_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit signed short image L2 norm (alpha channel is not computed).
static int nppiNorm_L2_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit signed short image L2 norm.
static int nppiNorm_L2_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit signed short image L2 norm.
static int nppiNorm_L2_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit signed short image L2 norm.
static int nppiNorm_L2_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit unsigned short image L2 norm (alpha channel is not computed).
static int nppiNorm_L2_16u_C1MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           \ref masked_operation 1-channel 16-bit unsigned short image L2 norm.
static int nppiNorm_L2_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 16-bit unsigned short image L2 norm.
static int nppiNorm_L2_16u_C3CMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit unsigned short image L2 norm, \ref masked_operation, \ref channel_of_interest.
static int nppiNorm_L2_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 16-bit unsigned short image L2 norm.
static int nppiNorm_L2_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 16-bit unsigned short image L2 norm.
static int nppiNorm_L2_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 32-bit floating-point image L2 norm (alpha channel is not computed).
static int nppiNorm_L2_32f_C1MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           \ref masked_operation 1-channel 32-bit floating-point image L2 norm.
static int nppiNorm_L2_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 32-bit floating-point image L2 norm.
static int nppiNorm_L2_32f_C3CMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 32-bit floating-point image L2 norm, \ref masked_operation, \ref channel_of_interest.
static int nppiNorm_L2_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 32-bit floating-point image L2 norm.
static int nppiNorm_L2_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 32-bit floating-point image L2 norm.
static int nppiNorm_L2_8s_C1MR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           \ref masked_operation 1-channel 8-bit signed char image L2 norm.
static int nppiNorm_L2_8s_C3CMR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit signed char image L2 norm, \ref masked_operation, \ref channel_of_interest.
static int nppiNorm_L2_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 8-bit unsigned char image L2 norm (alpha channel is not computed).
static int nppiNorm_L2_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           \ref masked_operation 1-channel 8-bit unsigned char image L2 norm.
static int nppiNorm_L2_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           1-channel 8-bit unsigned char image L2 norm.
static int nppiNorm_L2_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned char image L2 norm, \ref masked_operation, \ref channel_of_interest.
static int nppiNorm_L2_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           3-channel 8-bit unsigned char image L2 norm.
static int nppiNorm_L2_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
           4-channel 8-bit unsigned char image L2 norm.
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 nppiNormInfGetBufferHostSize_16s_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormInf_16s_AC4R.
static int nppiNormInfGetBufferHostSize_16s_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormInf_16s_C1R.
static int nppiNormInfGetBufferHostSize_16s_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormInf_16s_C3R.
static int nppiNormInfGetBufferHostSize_16s_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormInf_16s_C4R.
static int nppiNormInfGetBufferHostSize_16u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
          host pointer
static int nppiNormInfGetBufferHostSize_16u_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormInf_16u_C1MR.
static int nppiNormInfGetBufferHostSize_16u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormInf_16u_C1R.
static int nppiNormInfGetBufferHostSize_16u_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormInf_16u_C3CMR.
static int nppiNormInfGetBufferHostSize_16u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormInf_16u_C3R.
static int nppiNormInfGetBufferHostSize_16u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormInf_16u_C4R.
static int nppiNormInfGetBufferHostSize_32f_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormInf_32f_AC4R.
static int nppiNormInfGetBufferHostSize_32f_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormInf_32f_C1MR.
static int nppiNormInfGetBufferHostSize_32f_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormInf_32f_C1R.
static int nppiNormInfGetBufferHostSize_32f_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormInf_32f_C3CMR.
static int nppiNormInfGetBufferHostSize_32f_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormInf_32f_C3R.
static int nppiNormInfGetBufferHostSize_32f_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormInf_32f_C4R.
static int nppiNormInfGetBufferHostSize_32s_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormInf_32s_C1R.
static int nppiNormInfGetBufferHostSize_8s_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormInf_8s_C1MR.
static int nppiNormInfGetBufferHostSize_8s_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormInf_8s_C3CMR.
static int nppiNormInfGetBufferHostSize_8u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormInf_8u_AC4R.
static int nppiNormInfGetBufferHostSize_8u_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormInf_8u_C1MR.
static int nppiNormInfGetBufferHostSize_8u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormInf_8u_C1R.
static int nppiNormInfGetBufferHostSize_8u_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormInf_8u_C3CMR.
static int nppiNormInfGetBufferHostSize_8u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormInf_8u_C3R.
static int nppiNormInfGetBufferHostSize_8u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormInf_8u_C4R.
static int nppiNormL1GetBufferHostSize_16s_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL1_16s_AC4R.
static int nppiNormL1GetBufferHostSize_16s_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL1_16s_C1R.
static int nppiNormL1GetBufferHostSize_16s_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL1_16s_C3R.
static int nppiNormL1GetBufferHostSize_16s_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL1_16s_C4R.
static int nppiNormL1GetBufferHostSize_16u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL1_16u_AC4R.
static int nppiNormL1GetBufferHostSize_16u_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL1_16u_C1MR.
static int nppiNormL1GetBufferHostSize_16u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL1_16u_C1R.
static int nppiNormL1GetBufferHostSize_16u_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL1_16u_C3CMR.
static int nppiNormL1GetBufferHostSize_16u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL1_16u_C3R.
static int nppiNormL1GetBufferHostSize_16u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL1_16u_C4R.
static int nppiNormL1GetBufferHostSize_32f_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL1_32f_AC4R.
static int nppiNormL1GetBufferHostSize_32f_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL1_32f_C1MR.
static int nppiNormL1GetBufferHostSize_32f_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL1_32f_C1R.
static int nppiNormL1GetBufferHostSize_32f_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
          host pointer
static int nppiNormL1GetBufferHostSize_32f_C3R(NppiSize oSizeROI, int[] hpBufferSize)
          host pointer
static int nppiNormL1GetBufferHostSize_32f_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL1_32f_C4R.
static int nppiNormL1GetBufferHostSize_8s_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
          host pointer
static int nppiNormL1GetBufferHostSize_8s_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL1_8s_C3CMR.
static int nppiNormL1GetBufferHostSize_8u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL1_8u_AC4R.
static int nppiNormL1GetBufferHostSize_8u_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL1_8u_C1MR.
static int nppiNormL1GetBufferHostSize_8u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL1_8u_C1R.
static int nppiNormL1GetBufferHostSize_8u_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL1_8u_C3CMR.
static int nppiNormL1GetBufferHostSize_8u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL1_8u_C3R.
static int nppiNormL1GetBufferHostSize_8u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL1_8u_C4R.
static int nppiNormL2GetBufferHostSize_16s_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL2_16s_AC4R.
static int nppiNormL2GetBufferHostSize_16s_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL2_16s_C1R.
static int nppiNormL2GetBufferHostSize_16s_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL2_16s_C3R.
static int nppiNormL2GetBufferHostSize_16s_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL2_16s_C4R.
static int nppiNormL2GetBufferHostSize_16u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL2_16u_AC4R.
static int nppiNormL2GetBufferHostSize_16u_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL2_16u_C1MR.
static int nppiNormL2GetBufferHostSize_16u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL2_16u_C1R.
static int nppiNormL2GetBufferHostSize_16u_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL2_16u_C3CMR.
static int nppiNormL2GetBufferHostSize_16u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL2_16u_C3R.
static int nppiNormL2GetBufferHostSize_16u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL2_16u_C4R.
static int nppiNormL2GetBufferHostSize_32f_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL2_32f_AC4R.
static int nppiNormL2GetBufferHostSize_32f_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL2_32f_C1MR.
static int nppiNormL2GetBufferHostSize_32f_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL2_32f_C1R.
static int nppiNormL2GetBufferHostSize_32f_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL2_32f_C3CMR.
static int nppiNormL2GetBufferHostSize_32f_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL2_32f_C3R.
static int nppiNormL2GetBufferHostSize_32f_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL2_32f_C4R.
static int nppiNormL2GetBufferHostSize_8s_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL2_8s_C1MR.
static int nppiNormL2GetBufferHostSize_8s_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL2_8s_C3CMR.
static int nppiNormL2GetBufferHostSize_8u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL2_8u_AC4R.
static int nppiNormL2GetBufferHostSize_8u_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL2_8u_C1MR.
static int nppiNormL2GetBufferHostSize_8u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL2_8u_C1R.
static int nppiNormL2GetBufferHostSize_8u_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL2_8u_C3CMR.
static int nppiNormL2GetBufferHostSize_8u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL2_8u_C3R.
static int nppiNormL2GetBufferHostSize_8u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiNormL2_8u_C4R.
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(short[] aConstants, 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, short[] aConstants, 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(short[] aConstants, 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, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 16-bit unsigned short channel image logical or with constant.
static int nppiOrC_16u_C4IR(short[] aConstants, 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, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel image logical or with constant.
static int nppiOrC_32s_AC4IR(int[] aConstants, 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, int[] aConstants, 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(int[] aConstants, 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, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical or with constant.
static int nppiOrC_32s_C4IR(int[] aConstants, 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, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical or with constant.
static int nppiOrC_8u_AC4IR(byte[] aConstants, 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, byte[] aConstants, 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(byte[] aConstants, 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, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image logical or with constant.
static int nppiOrC_8u_C4IR(byte[] aConstants, 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, byte[] aConstants, 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)
           
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 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 nppiRGBToCbYCr422_8u_C3C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed CbYCr422 color conversion.
static int nppiRGBToCbYCr422Gamma_8u_C3C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiRGBToHLS_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed HLS with alpha color conversion.
static int nppiRGBToHLS_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed HLS color conversion.
static int nppiRGBToHSV_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed HSV with alpha color conversion.
static int nppiRGBToHSV_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiRGBToLUV_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed LUV with alpha color conversion.
static int nppiRGBToLUV_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed LUV color conversion.
static int nppiRGBToXYZ_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed XYZ with alpha color conversion.
static int nppiRGBToXYZ_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed XYZ color conversion.
static int nppiRGBToYCbCr_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed RGB with alpha to 3 channel 8-bit unsigned planar YCbCr color conversion.
static int nppiRGBToYCbCr_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed RGB with alpha to 4 channel unsigned 8-bit packed YCbCr with alpha color conversion, not affecting alpha.
static int nppiRGBToYCbCr_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 3 channel unsigned 8-bit planar YCbCr color conversion.
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 3 channel unsigned 8-bit packed YCbCr color conversion.
static int nppiRGBToYCbCr_8u_P3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiRGBToYCbCr420_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned 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 packed RGB to 2 channel 8-bit unsigned packed YCbCr422 color conversion.
static int nppiRGBToYCbCr422_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YCbCr422 color conversion.
static int nppiRGBToYCbCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar RGB to 2 channel 8-bit unsigned packed YCbCr422 color conversion.
static int nppiRGBToYCC_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed YCC with alpha color conversion.
static int nppiRGBToYCC_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed YCC color conversion.
static int nppiRGBToYCrCb420_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           
static int nppiRGBToYCrCb422_8u_C3C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed YCrCb422 color conversion.
static int nppiRGBToYCrCb422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar RGB to 2 channel 8-bit unsigned packed YCrCb422 color conversion.
static int nppiRGBToYUV_8u_AC4P4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned planar YUV color conversion with alpha.
static int nppiRGBToYUV_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed YUV color conversion with alpha, not affecting alpha.
static int nppiRGBToYUV_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YUV color conversion.
static int nppiRGBToYUV_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed YUV color conversion.
static int nppiRGBToYUV_8u_P3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar RGB to 3 channel 8-bit unsigned planar YUV color conversion.
static int nppiRGBToYUV420_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YUV420 color conversion.
static int nppiRGBToYUV420_8u_P3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar RGB to 3 channel 8-bit unsigned planar YUV420 color conversion.
static int nppiRGBToYUV422_8u_C3C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed YUV422 color conversion.
static int nppiRGBToYUV422_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           
static int nppiRGBToYUV422_8u_P3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar RGB to 3 channel 8-bit unsigned planar YUV422 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)
           
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)
           
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)
           
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)
           
static int nppiRShiftC_16s_AC4IR(int[] aConstants, 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, int[] aConstants, 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(int[] aConstants, 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, int[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 16-bit signed short channel image right shift by constant.
static int nppiRShiftC_16s_C4IR(int[] aConstants, 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, int[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit signed short channel image right shift by constant.
static int nppiRShiftC_16u_AC4IR(int[] aConstants, 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, int[] aConstants, 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(int[] aConstants, 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, int[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 16-bit unsigned short channel image right shift by constant.
static int nppiRShiftC_16u_C4IR(int[] aConstants, 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, int[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel image right shift by constant.
static int nppiRShiftC_32s_AC4IR(int[] aConstants, 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, int[] aConstants, 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(int[] aConstants, 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, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image right shift by constant.
static int nppiRShiftC_32s_C4IR(int[] aConstants, 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, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image right shift by constant.
static int nppiRShiftC_8s_AC4IR(int[] aConstants, 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, int[] aConstants, 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(int[] aConstants, 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, int[] aConstants, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit signed char channel image right shift by constant.
static int nppiRShiftC_8s_C4IR(int[] aConstants, 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, int[] aConstants, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit signed char channel image right shift by constant.
static int nppiRShiftC_8u_AC4IR(int[] aConstants, 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, int[] aConstants, 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(int[] aConstants, 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, int[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image right shift by constant.
static int nppiRShiftC_8u_C4IR(int[] aConstants, 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, int[] aConstants, 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)
           
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)
           
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)
           
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)
           
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)
           
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)
           
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)
           
static int nppiSet_8s_C1R(byte nValue, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiSet_8s_C2R(byte[] aValue, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiSet_8s_C3R(byte[] aValue, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
           
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)
           
static int nppiSet_8u_C1R(byte nValue, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
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_32s_C4IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
static int nppiSub_32s_C4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           Four 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(short[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int nppiSubC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, 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)
           
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(short[] aConstants, 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, short[] aConstants, 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(short[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int nppiSubC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, 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(Npp16sc[] aConstants, 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, Npp16sc[] aConstants, 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(Npp16sc[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
           
static int nppiSubC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc[] aConstants, 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(short[] aConstants, 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, short[] aConstants, 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(short[] aConstants, 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, short[] aConstants, 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(short[] aConstants, 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, short[] aConstants, 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(float[] aConstants, 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, float[] aConstants, 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(float[] aConstants, 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, float[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit floating point channel image subtract constant.
static int nppiSubC_32f_C4IR(float[] aConstants, 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, float[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit floating point channel image subtract constant.
static int nppiSubC_32fc_AC4IR(Npp32fc[] aConstants, 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, Npp32fc[] aConstants, 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(Npp32fc[] aConstants, 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, Npp32fc[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiSubC_32fc_C4IR(Npp32fc[] aConstants, 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, Npp32fc[] aConstants, 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(int[] aConstants, 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, int[] aConstants, 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(Npp32sc[] aConstants, 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, Npp32sc[] aConstants, 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(Npp32sc[] aConstants, 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, Npp32sc[] aConstants, 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(byte[] aConstants, 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, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
           
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(byte[] aConstants, 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, byte[] aConstants, 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(byte[] aConstants, 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, byte[] aConstants, 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_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           4-channel 16-bit signed short image sum with 64-bit double precision result.
static int nppiSum_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pSum)
           1-channel 16-bit signed short image sum with 64-bit double precision result.
static int nppiSum_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           3-channel 16-bit signed short image sum with 64-bit double precision result.
static int nppiSum_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           4-channel 16-bit signed short image sum with 64-bit double precision result.
static int nppiSum_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           4-channel 16-bit unsigned short image sum with 64-bit double precision result.
static int nppiSum_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pSum)
           
static int nppiSum_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           
static int nppiSum_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           4-channel 16-bit unsigned short image sum with 64-bit double precision result.
static int nppiSum_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           
static int nppiSum_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pSum)
           
static int nppiSum_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           
static int nppiSum_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           4-channel 32-bit floating point image sum with 64-bit double precision result.
static int nppiSum_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           4-channel 8-bit unsigned char image sum with 64-bit double precision result.
static int nppiSum_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pSum)
           1-channel 8-bit unsigned char image sum with 64-bit double precision result.
static int nppiSum_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
           3-channel 8-bit unsigned char 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 char image sum with 64-bit double precision result.
static int nppiSum_8u64s_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64s> pSum)
           
static int nppiSum_8u64s_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, long[] aSum)
           4-channel 8-bit unsigned char image sum with 64-bit long long result.
static int nppiSumGetBufferHostSize_16s_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           
static int nppiSumGetBufferHostSize_16s_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiSum_16s_C1R.
static int nppiSumGetBufferHostSize_16s_C3R(NppiSize oSizeROI, int[] hpBufferSize)
          host pointer
static int nppiSumGetBufferHostSize_16s_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           
static int nppiSumGetBufferHostSize_16u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiSum_16u_AC4R.
static int nppiSumGetBufferHostSize_16u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           
static int nppiSumGetBufferHostSize_16u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           
static int nppiSumGetBufferHostSize_16u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiSum_16u_C4R.
static int nppiSumGetBufferHostSize_32f_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiSum_32f_AC4R.
static int nppiSumGetBufferHostSize_32f_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiSum_32f_C1R.
static int nppiSumGetBufferHostSize_32f_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiSum_32f_C3R.
static int nppiSumGetBufferHostSize_32f_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           
static int nppiSumGetBufferHostSize_8u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiSum_8u_AC4R.
static int nppiSumGetBufferHostSize_8u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiSum_8u_C1R.
static int nppiSumGetBufferHostSize_8u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiSum_8u_C3R.
static int nppiSumGetBufferHostSize_8u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiSum_8u_C4R.
static int nppiSumGetBufferHostSize_8u64s_C1R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiSum_8u64s_C1R.
static int nppiSumGetBufferHostSize_8u64s_C4R(NppiSize oSizeROI, int[] hpBufferSize)
           Device scratch buffer size (in bytes) for nppiSum_8u64s_C4R.
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)
           
static int nppiThreshold_16s_AC4IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, int eComparisonOperation)
           4 channel 16-bit signed short in place image threshold, not affecting Alpha.
static int nppiThreshold_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, int eComparisonOperation)
           4 channel 16-bit signed short image threshold, not affecting Alpha.
static int nppiThreshold_16s_C1IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold, int eComparisonOperation)
           1 channel 16-bit signed short in place threshold.
static int nppiThreshold_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold, int eComparisonOperation)
           
static int nppiThreshold_16s_C3IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, int eComparisonOperation)
           3 channel 16-bit signed short in place threshold.
static int nppiThreshold_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, int eComparisonOperation)
           3 channel 16-bit signed short threshold.
static int nppiThreshold_16u_AC4IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, int eComparisonOperation)
           
static int nppiThreshold_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, int eComparisonOperation)
           
static int nppiThreshold_16u_C1IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold, int eComparisonOperation)
           1 channel 16-bit unsigned short in place threshold.
static int nppiThreshold_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold, int eComparisonOperation)
           
static int nppiThreshold_16u_C3IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, int eComparisonOperation)
           3 channel 16-bit unsigned short in place threshold.
static int nppiThreshold_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, int eComparisonOperation)
           3 channel 16-bit unsigned short threshold.
static int nppiThreshold_32f_AC4IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float[] rThresholds, int eComparisonOperation)
           4 channel 32-bit floating point in place image threshold, not affecting Alpha.
static int nppiThreshold_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float[] rThresholds, int eComparisonOperation)
           4 channel 32-bit floating point image threshold, not affecting Alpha.
static int nppiThreshold_32f_C1IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nThreshold, int eComparisonOperation)
           1 channel 32-bit floating point in place threshold.
static int nppiThreshold_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float nThreshold, int eComparisonOperation)
           1 channel 32-bit floating point threshold.
static int nppiThreshold_32f_C3IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float[] rThresholds, int eComparisonOperation)
           3 channel 32-bit floating point in place threshold.
static int nppiThreshold_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float[] rThresholds, int eComparisonOperation)
           3 channel 32-bit floating point threshold.
static int nppiThreshold_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds, int eComparisonOperation)
           4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
static int nppiThreshold_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, int eComparisonOperation)
           4 channel 8-bit unsigned char image threshold, not affecting Alpha.
static int nppiThreshold_8u_C1IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte nThreshold, int eComparisonOperation)
           
static int nppiThreshold_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nThreshold, int eComparisonOperation)
           1 channel 8-bit unsigned char threshold.
static int nppiThreshold_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds, int eComparisonOperation)
           3 channel 8-bit unsigned char in place threshold.
static int nppiThreshold_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, int eComparisonOperation)
           
static int nppiThreshold_GT_16s_AC4IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds)
           
static int nppiThreshold_GT_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds)
           4 channel 16-bit signed short image threshold, not affecting Alpha.
static int nppiThreshold_GT_16s_C1IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold)
           
static int nppiThreshold_GT_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold)
           1 channel 16-bit signed short threshold.
static int nppiThreshold_GT_16s_C3IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds)
           
static int nppiThreshold_GT_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds)
           3 channel 16-bit signed short threshold.
static int nppiThreshold_GT_16u_AC4IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds)
           4 channel 16-bit unsigned short in place image threshold, not affecting Alpha.
static int nppiThreshold_GT_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds)
           4 channel 16-bit unsigned short image threshold, not affecting Alpha.
static int nppiThreshold_GT_16u_C1IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold)
           
static int nppiThreshold_GT_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold)
           1 channel 16-bit unsigned short threshold.
static int nppiThreshold_GT_16u_C3IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds)
           
static int nppiThreshold_GT_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds)
           3 channel 16-bit unsigned short threshold.
static int nppiThreshold_GT_32f_AC4IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float[] rThresholds)
           
static int nppiThreshold_GT_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float[] rThresholds)
           4 channel 32-bit floating point image threshold, not affecting Alpha.
static int nppiThreshold_GT_32f_C1IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nThreshold)
           1 channel 32-bit floating point in place threshold.
static int nppiThreshold_GT_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float nThreshold)
           1 channel 32-bit floating point threshold.
static int nppiThreshold_GT_32f_C3IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float[] rThresholds)
           3 channel 32-bit floating point in place threshold.
static int nppiThreshold_GT_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float[] rThresholds)
           
static int nppiThreshold_GT_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds)
           
static int nppiThreshold_GT_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds)
           4 channel 8-bit unsigned char image threshold, not affecting Alpha.
static int nppiThreshold_GT_8u_C1IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte nThreshold)
           1 channel 8-bit unsigned char in place threshold.
static int nppiThreshold_GT_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nThreshold)
           1 channel 8-bit unsigned char threshold.
static int nppiThreshold_GT_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds)
           3 channel 8-bit unsigned char in place threshold.
static int nppiThreshold_GT_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds)
           3 channel 8-bit unsigned char threshold.
static int nppiThreshold_GTVal_16s_AC4IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
           
static int nppiThreshold_GTVal_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
           4 channel 16-bit signed short image threshold, not affecting Alpha.
static int nppiThreshold_GTVal_16s_C1IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold, short nValue)
           1 channel 16-bit signed short in place threshold.
static int nppiThreshold_GTVal_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold, short nValue)
           
static int nppiThreshold_GTVal_16s_C3IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
           3 channel 16-bit signed short in place threshold.
static int nppiThreshold_GTVal_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
           3 channel 16-bit signed short threshold.
static int nppiThreshold_GTVal_16u_AC4IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
           4 channel 16-bit unsigned short in place image threshold, not affecting Alpha.
static int nppiThreshold_GTVal_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
           4 channel 16-bit unsigned short image threshold, not affecting Alpha.
static int nppiThreshold_GTVal_16u_C1IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold, short nValue)
           1 channel 16-bit unsigned short in place threshold.
static int nppiThreshold_GTVal_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold, short nValue)
           1 channel 16-bit unsigned short threshold.
static int nppiThreshold_GTVal_16u_C3IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
           
static int nppiThreshold_GTVal_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
           3 channel 16-bit unsigned short threshold.
static int nppiThreshold_GTVal_32f_AC4IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float[] rThresholds, float[] rValues)
           
static int nppiThreshold_GTVal_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float[] rThresholds, float[] rValues)
           4 channel 32-bit floating point image threshold, not affecting Alpha.
static int nppiThreshold_GTVal_32f_C1IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nThreshold, float nValue)
           
static int nppiThreshold_GTVal_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float nThreshold, float nValue)
           1 channel 32-bit floating point threshold.
static int nppiThreshold_GTVal_32f_C3IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float[] rThresholds, float[] rValues)
           3 channel 32-bit floating point in place threshold.
static int nppiThreshold_GTVal_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float[] rThresholds, float[] rValues)
           3 channel 32-bit floating point threshold.
static int nppiThreshold_GTVal_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues)
           4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
static int nppiThreshold_GTVal_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues)
           
static int nppiThreshold_GTVal_8u_C1IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte nThreshold, byte nValue)
           1 channel 8-bit unsigned char in place threshold.
static int nppiThreshold_GTVal_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nThreshold, byte nValue)
           1 channel 8-bit unsigned char threshold.
static int nppiThreshold_GTVal_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues)
           3 channel 8-bit unsigned char in place threshold.
static int nppiThreshold_GTVal_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues)
           3 channel 8-bit unsigned char threshold.
static int nppiThreshold_LT_16s_AC4IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds)
           4 channel 16-bit signed short in place image threshold, not affecting Alpha.
static int nppiThreshold_LT_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds)
           4 channel 16-bit signed short image threshold, not affecting Alpha.
static int nppiThreshold_LT_16s_C1IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold)
           1 channel 16-bit signed short in place threshold.
static int nppiThreshold_LT_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold)
           1 channel 16-bit signed short threshold.
static int nppiThreshold_LT_16s_C3IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds)
           3 channel 16-bit signed short in place threshold.
static int nppiThreshold_LT_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds)
           3 channel 16-bit signed short threshold.
static int nppiThreshold_LT_16u_AC4IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds)
           
static int nppiThreshold_LT_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds)
           4 channel 16-bit unsigned short image threshold, not affecting Alpha.
static int nppiThreshold_LT_16u_C1IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold)
           
static int nppiThreshold_LT_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold)
           1 channel 16-bit unsigned short threshold.
static int nppiThreshold_LT_16u_C3IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds)
           3 channel 16-bit unsigned short in place threshold.
static int nppiThreshold_LT_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds)
           3 channel 16-bit unsigned short threshold.
static int nppiThreshold_LT_32f_AC4IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float[] rThresholds)
           
static int nppiThreshold_LT_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float[] rThresholds)
           4 channel 32-bit floating point image threshold, not affecting Alpha.
static int nppiThreshold_LT_32f_C1IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nThreshold)
           1 channel 32-bit floating point in place threshold.
static int nppiThreshold_LT_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float nThreshold)
           1 channel 32-bit floating point threshold.
static int nppiThreshold_LT_32f_C3IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float[] rThresholds)
           3 channel 32-bit floating point in place threshold.
static int nppiThreshold_LT_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float[] rThresholds)
           3 channel 32-bit floating point threshold.
static int nppiThreshold_LT_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds)
           4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
static int nppiThreshold_LT_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds)
           4 channel 8-bit unsigned char image threshold, not affecting Alpha.
static int nppiThreshold_LT_8u_C1IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte nThreshold)
           1 channel 8-bit unsigned char in place threshold.
static int nppiThreshold_LT_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nThreshold)
           1 channel 8-bit unsigned char threshold.
static int nppiThreshold_LT_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds)
           3 channel 8-bit unsigned char in place threshold.
static int nppiThreshold_LT_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds)
           3 channel 8-bit unsigned char threshold.
static int nppiThreshold_LTVal_16s_AC4IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
           4 channel 16-bit signed short in place image threshold, not affecting Alpha.
static int nppiThreshold_LTVal_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
           4 channel 16-bit signed short image threshold, not affecting Alpha.
static int nppiThreshold_LTVal_16s_C1IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold, short nValue)
           1 channel 16-bit signed short in place threshold.
static int nppiThreshold_LTVal_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold, short nValue)
           1 channel 16-bit signed short threshold.
static int nppiThreshold_LTVal_16s_C3IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
           3 channel 16-bit signed short in place threshold.
static int nppiThreshold_LTVal_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
           
static int nppiThreshold_LTVal_16u_AC4IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
           4 channel 16-bit unsigned short in place image threshold, not affecting Alpha.
static int nppiThreshold_LTVal_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
           4 channel 16-bit unsigned short image threshold, not affecting Alpha.
static int nppiThreshold_LTVal_16u_C1IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold, short nValue)
           1 channel 16-bit unsigned short in place threshold.
static int nppiThreshold_LTVal_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold, short nValue)
           1 channel 16-bit unsigned short threshold.
static int nppiThreshold_LTVal_16u_C3IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
           3 channel 16-bit unsigned short in place threshold.
static int nppiThreshold_LTVal_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
           3 channel 16-bit unsigned short threshold.
static int nppiThreshold_LTVal_32f_AC4IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float[] rThresholds, float[] rValues)
           4 channel 32-bit floating point in place image threshold, not affecting Alpha.
static int nppiThreshold_LTVal_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float[] rThresholds, float[] rValues)
           4 channel 32-bit floating point image threshold, not affecting Alpha.
static int nppiThreshold_LTVal_32f_C1IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nThreshold, float nValue)
           1 channel 32-bit floating point in place threshold.
static int nppiThreshold_LTVal_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float nThreshold, float nValue)
           
static int nppiThreshold_LTVal_32f_C3IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float[] rThresholds, float[] rValues)
           
static int nppiThreshold_LTVal_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float[] rThresholds, float[] rValues)
           
static int nppiThreshold_LTVal_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues)
           4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
static int nppiThreshold_LTVal_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues)
           4 channel 8-bit unsigned char image threshold, not affecting Alpha.
static int nppiThreshold_LTVal_8u_C1IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte nThreshold, byte nValue)
           1 channel 8-bit unsigned char in place threshold.
static int nppiThreshold_LTVal_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nThreshold, byte nValue)
           1 channel 8-bit unsigned char threshold.
static int nppiThreshold_LTVal_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues)
           3 channel 8-bit unsigned char in place threshold.
static int nppiThreshold_LTVal_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues)
           
static int nppiThreshold_LTValGTVal_16s_AC4IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholdsLT, short[] rValuesLT, short[] rThresholdsGT, short[] rValuesGT)
           4 channel 16-bit signed short in place image threshold, not affecting Alpha.
static int nppiThreshold_LTValGTVal_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholdsLT, short[] rValuesLT, short[] rThresholdsGT, short[] rValuesGT)
           
static int nppiThreshold_LTValGTVal_16s_C1IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThresholdLT, short nValueLT, short nThresholdGT, short nValueGT)
           1 channel 16-bit signed short in place threshold.
static int nppiThreshold_LTValGTVal_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short nThresholdLT, short nValueLT, short nThresholdGT, short nValueGT)
           1 channel 16-bit signed short threshold.
static int nppiThreshold_LTValGTVal_16s_C3IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholdsLT, short[] rValuesLT, short[] rThresholdsGT, short[] rValuesGT)
           3 channel 16-bit signed short in place threshold.
static int nppiThreshold_LTValGTVal_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholdsLT, short[] rValuesLT, short[] rThresholdsGT, short[] rValuesGT)
           3 channel 16-bit signed short threshold.
static int nppiThreshold_LTValGTVal_16u_AC4IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholdsLT, short[] rValuesLT, short[] rThresholdsGT, short[] rValuesGT)
           4 channel 16-bit unsigned short in place image threshold, not affecting Alpha.
static int nppiThreshold_LTValGTVal_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholdsLT, short[] rValuesLT, short[] rThresholdsGT, short[] rValuesGT)
           4 channel 16-bit unsigned short image threshold, not affecting Alpha.
static int nppiThreshold_LTValGTVal_16u_C1IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThresholdLT, short nValueLT, short nThresholdGT, short nValueGT)
           
static int nppiThreshold_LTValGTVal_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short nThresholdLT, short nValueLT, short nThresholdGT, short nValueGT)
           
static int nppiThreshold_LTValGTVal_16u_C3IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholdsLT, short[] rValuesLT, short[] rThresholdsGT, short[] rValuesGT)
           3 channel 16-bit unsigned short in place threshold.
static int nppiThreshold_LTValGTVal_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholdsLT, short[] rValuesLT, short[] rThresholdsGT, short[] rValuesGT)
           
static int nppiThreshold_LTValGTVal_32f_AC4IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float[] rThresholdsLT, float[] rValuesLT, float[] rThresholdsGT, float[] rValuesGT)
           4 channel 32-bit floating point in place image threshold, not affecting Alpha.
static int nppiThreshold_LTValGTVal_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float[] rThresholdsLT, float[] rValuesLT, float[] rThresholdsGT, float[] rValuesGT)
           4 channel 32-bit floating point image threshold, not affecting Alpha.
static int nppiThreshold_LTValGTVal_32f_C1IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nThresholdLT, float nValueLT, float nThresholdGT, float nValueGT)
           
static int nppiThreshold_LTValGTVal_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float nThresholdLT, float nValueLT, float nThresholdGT, float nValueGT)
           1 channel 32-bit floating point threshold.
static int nppiThreshold_LTValGTVal_32f_C3IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float[] rThresholdsLT, float[] rValuesLT, float[] rThresholdsGT, float[] rValuesGT)
           3 channel 32-bit floating point in place threshold.
static int nppiThreshold_LTValGTVal_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float[] rThresholdsLT, float[] rValuesLT, float[] rThresholdsGT, float[] rValuesGT)
           3 channel 32-bit floating point threshold.
static int nppiThreshold_LTValGTVal_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholdsLT, byte[] rValuesLT, byte[] rThresholdsGT, byte[] rValuesGT)
           4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
static int nppiThreshold_LTValGTVal_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholdsLT, byte[] rValuesLT, byte[] rThresholdsGT, byte[] rValuesGT)
           4 channel 8-bit unsigned char image threshold, not affecting Alpha.
static int nppiThreshold_LTValGTVal_8u_C1IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte nThresholdLT, byte nValueLT, byte nThresholdGT, byte nValueGT)
           1 channel 8-bit unsigned char in place threshold.
static int nppiThreshold_LTValGTVal_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nThresholdLT, byte nValueLT, byte nThresholdGT, byte nValueGT)
           1 channel 8-bit unsigned char threshold.
static int nppiThreshold_LTValGTVal_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholdsLT, byte[] rValuesLT, byte[] rThresholdsGT, byte[] rValuesGT)
           3 channel 8-bit unsigned char in place threshold.
static int nppiThreshold_LTValGTVal_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholdsLT, byte[] rValuesLT, byte[] rThresholdsGT, byte[] rValuesGT)
           3 channel 8-bit unsigned char threshold.
static int nppiThreshold_Val_16s_AC4IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues, int eComparisonOperation)
           4 channel 16-bit signed short in place image threshold, not affecting Alpha.
static int nppiThreshold_Val_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues, int eComparisonOperation)
           4 channel 16-bit signed short image threshold, not affecting Alpha.
static int nppiThreshold_Val_16s_C1IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold, short nValue, int eComparisonOperation)
           1 channel 16-bit signed short in place threshold.
static int nppiThreshold_Val_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold, short nValue, int eComparisonOperation)
           1 channel 16-bit signed short threshold.
static int nppiThreshold_Val_16s_C3IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues, int eComparisonOperation)
           3 channel 16-bit signed short in place threshold.
static int nppiThreshold_Val_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues, int eComparisonOperation)
           3 channel 16-bit signed short threshold.
static int nppiThreshold_Val_16u_AC4IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues, int eComparisonOperation)
           4 channel 16-bit unsigned short in place image threshold, not affecting Alpha.
static int nppiThreshold_Val_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues, int eComparisonOperation)
           4 channel 16-bit unsigned short image threshold, not affecting Alpha.
static int nppiThreshold_Val_16u_C1IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold, short nValue, int eComparisonOperation)
           1 channel 16-bit unsigned short in place threshold.
static int nppiThreshold_Val_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold, short nValue, int eComparisonOperation)
           1 channel 16-bit unsigned short threshold.
static int nppiThreshold_Val_16u_C3IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues, int eComparisonOperation)
           3 channel 16-bit unsigned short in place threshold.
static int nppiThreshold_Val_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues, int eComparisonOperation)
           
static int nppiThreshold_Val_32f_AC4IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float[] rThresholds, float[] rValues, int eComparisonOperation)
           
static int nppiThreshold_Val_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float[] rThresholds, float[] rValues, int eComparisonOperation)
           4 channel 32-bit floating point image threshold, not affecting Alpha.
static int nppiThreshold_Val_32f_C1IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nThreshold, float nValue, int eComparisonOperation)
           1 channel 32-bit floating point in place threshold.
static int nppiThreshold_Val_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float nThreshold, float nValue, int eComparisonOperation)
           1 channel 32-bit floating point threshold.
static int nppiThreshold_Val_32f_C3IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float[] rThresholds, float[] rValues, int eComparisonOperation)
           3 channel 32-bit floating point in place threshold.
static int nppiThreshold_Val_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float[] rThresholds, float[] rValues, int eComparisonOperation)
           3 channel 32-bit floating point threshold.
static int nppiThreshold_Val_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues, int eComparisonOperation)
           4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
static int nppiThreshold_Val_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues, int eComparisonOperation)
           4 channel 8-bit unsigned char image threshold, not affecting Alpha.
static int nppiThreshold_Val_8u_C1IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte nThreshold, byte nValue, int eComparisonOperation)
           1 channel 8-bit unsigned char in place threshold.
static int nppiThreshold_Val_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nThreshold, byte nValue, int eComparisonOperation)
           1 channel 8-bit unsigned char threshold.
static int nppiThreshold_Val_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues, int eComparisonOperation)
           3 channel 8-bit unsigned char in place threshold.
static int nppiThreshold_Val_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues, int eComparisonOperation)
           3 channel 8-bit unsigned char threshold.
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 oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 16-bit unsigned affine warp, ignoring alpha channel.
static int nppiWarpAffine_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 16-bit unsigned affine warp.
static int nppiWarpAffine_16u_C3R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 16-bit unsigned affine warp.
static int nppiWarpAffine_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 16-bit unsigned affine warp.
static int nppiWarpAffine_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel planar 16-bit unsigned affine warp.
static int nppiWarpAffine_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel planar 16-bit unsigned affine warp.
static int nppiWarpAffine_32f_AC4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 32-bit floating-point affine warp, ignoring alpha channel.
static int nppiWarpAffine_32f_C1R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 32-bit floating-point affine warp.
static int nppiWarpAffine_32f_C3R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 32-bit floating-point affine warp.
static int nppiWarpAffine_32f_C4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int nppiWarpAffine_32f_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel planar 32-bit floating-point affine warp.
static int nppiWarpAffine_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int nppiWarpAffine_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int nppiWarpAffine_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 32-bit signed affine warp.
static int nppiWarpAffine_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 32-bit signed affine warp.
static int nppiWarpAffine_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int nppiWarpAffine_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel planar 32-bit signed affine warp.
static int nppiWarpAffine_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel planar 32-bit signed affine warp.
static int nppiWarpAffine_64f_AC4R(TypedPointer<Npp64f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp64f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int nppiWarpAffine_64f_C1R(TypedPointer<Npp64f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp64f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 64-bit floating-point affine warp.
static int nppiWarpAffine_64f_C3R(TypedPointer<Npp64f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp64f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 64-bit floating-point affine warp.
static int nppiWarpAffine_64f_C4R(TypedPointer<Npp64f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp64f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 64-bit floating-point affine warp.
static int nppiWarpAffine_64f_P3R(TypedPointer<Npp64f>[] aSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp64f>[] aDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel planar 64-bit floating-point affine warp.
static int nppiWarpAffine_64f_P4R(TypedPointer<Npp64f>[] aSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp64f>[] aDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel planar 64-bit floating-point affine warp.
static int nppiWarpAffine_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 8-bit unsigned affine warp, ignoring alpha channel.
static int nppiWarpAffine_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 8-bit unsigned affine warp.
static int nppiWarpAffine_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 8-bit unsigned affine warp.
static int nppiWarpAffine_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 8-bit unsigned affine warp.
static int nppiWarpAffine_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int nppiWarpAffine_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel planar 8-bit unsigned affine warp.
static int nppiWarpAffineBack_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 16-bit unsigned integer backwards affine warp, ignoring alpha channel.
static int nppiWarpAffineBack_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 16-bit unsigned integer backwards affine warp.
static int nppiWarpAffineBack_16u_C3R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 16-bit unsigned integer backwards affine warp.
static int nppiWarpAffineBack_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 16-bit unsigned integer backwards affine warp.
static int nppiWarpAffineBack_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel planar 16-bit unsigned integer backwards affine warp.
static int nppiWarpAffineBack_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel planar 16-bit unsigned integer backwards affine warp.
static int nppiWarpAffineBack_32f_AC4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 32-bit floating-point backwards affine warp, ignoring alpha channel.
static int nppiWarpAffineBack_32f_C1R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int nppiWarpAffineBack_32f_C3R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 32-bit floating-point backwards affine warp.
static int nppiWarpAffineBack_32f_C4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int nppiWarpAffineBack_32f_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel planar 32-bit floating-point backwards affine warp.
static int nppiWarpAffineBack_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel planar 32-bit floating-point backwards affine warp.
static int nppiWarpAffineBack_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int nppiWarpAffineBack_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 32-bit signed integer backwards affine warp.
static int nppiWarpAffineBack_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 32-bit signed integer backwards affine warp.
static int nppiWarpAffineBack_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 32-bit signed integer backwards affine warp.
static int nppiWarpAffineBack_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel planar 32-bit signed integer backwards affine warp.
static int nppiWarpAffineBack_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel planar 32-bit signed integer backwards affine warp.
static int nppiWarpAffineBack_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int nppiWarpAffineBack_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 8-bit unsigned integer backwards affine warp.
static int nppiWarpAffineBack_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 8-bit unsigned integer backwards affine warp.
static int nppiWarpAffineBack_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 8-bit unsigned integer backwards affine warp.
static int nppiWarpAffineBack_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel planar 8-bit unsigned integer backwards affine warp.
static int nppiWarpAffineBack_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel planar 8-bit unsigned integer backwards affine warp.
static int nppiWarpAffineQuad_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 16-bit unsigned integer quad-based affine warp, ignoring alpha channel.
static int nppiWarpAffineQuad_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Single-channel 16-bit unsigned integer quad-based affine warp.
static int nppiWarpAffineQuad_16u_C3R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel 16-bit unsigned integer quad-based affine warp.
static int nppiWarpAffineQuad_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 16-bit unsigned integer quad-based affine warp.
static int nppiWarpAffineQuad_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel planar 16-bit unsigned integer quad-based affine warp.
static int nppiWarpAffineQuad_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel planar 16-bit unsigned integer quad-based affine warp.
static int nppiWarpAffineQuad_32f_AC4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           
static int nppiWarpAffineQuad_32f_C1R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Single-channel 32-bit floating-point quad-based affine warp.
static int nppiWarpAffineQuad_32f_C3R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel 32-bit floating-point quad-based affine warp.
static int nppiWarpAffineQuad_32f_C4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 32-bit floating-point quad-based affine warp.
static int nppiWarpAffineQuad_32f_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel planar 32-bit floating-point quad-based affine warp.
static int nppiWarpAffineQuad_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           
static int nppiWarpAffineQuad_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 32-bit signed integer quad-based affine warp, ignoring alpha channel.
static int nppiWarpAffineQuad_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           
static int nppiWarpAffineQuad_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           
static int nppiWarpAffineQuad_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 32-bit signed integer quad-based affine warp.
static int nppiWarpAffineQuad_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel planar 32-bit signed integer quad-based affine warp.
static int nppiWarpAffineQuad_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel planar 32-bit signed integer quad-based affine warp.
static int nppiWarpAffineQuad_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 8-bit unsigned integer quad-based affine warp, ignoring alpha channel.
static int nppiWarpAffineQuad_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Single-channel 32-bit floating-point quad-based affine warp.
static int nppiWarpAffineQuad_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel 8-bit unsigned integer quad-based affine warp.
static int nppiWarpAffineQuad_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           
static int nppiWarpAffineQuad_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel planar 8-bit unsigned integer quad-based affine warp.
static int nppiWarpAffineQuad_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           
static int nppiWarpPerspective_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int nppiWarpPerspective_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 16-bit unsigned integer perspective warp.
static int nppiWarpPerspective_16u_C3R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 16-bit unsigned integer perspective warp.
static int nppiWarpPerspective_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int nppiWarpPerspective_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel planar 16-bit unsigned integer perspective warp.
static int nppiWarpPerspective_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel planar 16-bit unsigned integer perspective warp.
static int nppiWarpPerspective_32f_AC4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 32-bit floating-point perspective warp, ignoring alpha channel.
static int nppiWarpPerspective_32f_C1R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int nppiWarpPerspective_32f_C3R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 32-bit floating-point perspective warp.
static int nppiWarpPerspective_32f_C4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 32-bit floating-point perspective warp.
static int nppiWarpPerspective_32f_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel planar 32-bit floating-point perspective warp.
static int nppiWarpPerspective_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int nppiWarpPerspective_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 32-bit signed integer perspective warp, igoring alpha channel.
static int nppiWarpPerspective_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 32-bit signed integer perspective warp.
static int nppiWarpPerspective_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 32-bit signed integer perspective warp.
static int nppiWarpPerspective_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int nppiWarpPerspective_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int nppiWarpPerspective_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel planar 32-bit signed integer perspective warp.
static int nppiWarpPerspective_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int nppiWarpPerspective_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int nppiWarpPerspective_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 8-bit unsigned integer perspective warp.
static int nppiWarpPerspective_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 8-bit unsigned integer perspective warp.
static int nppiWarpPerspective_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel planar 8-bit unsigned integer perspective warp.
static int nppiWarpPerspective_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel planar 8-bit unsigned integer perspective warp.
static int nppiWarpPerspectiveBack_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 16-bit unsigned integer backwards perspective warp, ignoring alpha channel.
static int nppiWarpPerspectiveBack_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 16-bit unsigned integer backwards perspective warp.
static int nppiWarpPerspectiveBack_16u_C3R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 16-bit unsigned integer backwards perspective warp.
static int nppiWarpPerspectiveBack_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int nppiWarpPerspectiveBack_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int nppiWarpPerspectiveBack_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int nppiWarpPerspectiveBack_32f_AC4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 32-bit floating-point backwards perspective warp, ignorning alpha channel.
static int nppiWarpPerspectiveBack_32f_C1R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 32-bit floating-point backwards perspective warp.
static int nppiWarpPerspectiveBack_32f_C3R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 32-bit floating-point backwards perspective warp.
static int nppiWarpPerspectiveBack_32f_C4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 32-bit floating-point backwards perspective warp.
static int nppiWarpPerspectiveBack_32f_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel planar 32-bit floating-point backwards perspective warp.
static int nppiWarpPerspectiveBack_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int nppiWarpPerspectiveBack_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 32-bit signed integer backwards perspective warp, ignoring alpha channel.
static int nppiWarpPerspectiveBack_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 32-bit signed integer backwards perspective warp.
static int nppiWarpPerspectiveBack_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 32-bit signed integer backwards perspective warp.
static int nppiWarpPerspectiveBack_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 32-bit signed integer backwards perspective warp.
static int nppiWarpPerspectiveBack_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel planar 32-bit signed integer backwards perspective warp.
static int nppiWarpPerspectiveBack_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel planar 32-bit signed integer backwards perspective warp.
static int nppiWarpPerspectiveBack_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 8-bit unsigned integer backwards perspective warp, igoring alpha channel.
static int nppiWarpPerspectiveBack_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 8-bit unsigned integer backwards perspective warp.
static int nppiWarpPerspectiveBack_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 8-bit unsigned integer backwards perspective warp.
static int nppiWarpPerspectiveBack_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 8-bit unsigned integer backwards perspective warp.
static int nppiWarpPerspectiveBack_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel planar 8-bit unsigned integer backwards perspective warp.
static int nppiWarpPerspectiveBack_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int nppiWarpPerspectiveQuad_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 16-bit unsigned integer quad-based perspective warp, ignoring alpha channel.
static int nppiWarpPerspectiveQuad_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Single-channel 16-bit unsigned integer quad-based perspective warp.
static int nppiWarpPerspectiveQuad_16u_C3R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel 16-bit unsigned integer quad-based perspective warp.
static int nppiWarpPerspectiveQuad_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 16-bit unsigned integer quad-based perspective warp.
static int nppiWarpPerspectiveQuad_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel planar 16-bit unsigned integer quad-based perspective warp.
static int nppiWarpPerspectiveQuad_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel planar 16-bit unsigned integer quad-based perspective warp.
static int nppiWarpPerspectiveQuad_32f_AC4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 32-bit floating-point quad-based perspective warp, ignoring alpha channel.
static int nppiWarpPerspectiveQuad_32f_C1R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Single-channel 32-bit floating-point quad-based perspective warp.
static int nppiWarpPerspectiveQuad_32f_C3R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel 32-bit floating-point quad-based perspective warp.
static int nppiWarpPerspectiveQuad_32f_C4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 32-bit floating-point quad-based perspective warp.
static int nppiWarpPerspectiveQuad_32f_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel planar 32-bit floating-point quad-based perspective warp.
static int nppiWarpPerspectiveQuad_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel planar 32-bit floating-point quad-based perspective warp.
static int nppiWarpPerspectiveQuad_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 32-bit signed integer quad-based perspective warp, ignoring alpha channel.
static int nppiWarpPerspectiveQuad_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Single-channel 32-bit signed integer quad-based perspective warp.
static int nppiWarpPerspectiveQuad_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel 32-bit signed integer quad-based perspective warp.
static int nppiWarpPerspectiveQuad_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 32-bit signed integer quad-based perspective warp.
static int nppiWarpPerspectiveQuad_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel planar 32-bit signed integer quad-based perspective warp.
static int nppiWarpPerspectiveQuad_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel planar 32-bit signed integer quad-based perspective warp.
static int nppiWarpPerspectiveQuad_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 8-bit unsigned integer quad-based perspective warp, ignoring alpha channel.
static int nppiWarpPerspectiveQuad_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Single-channel 8-bit unsigned integer quad-based perspective warp.
static int nppiWarpPerspectiveQuad_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel 8-bit unsigned integer quad-based perspective warp.
static int nppiWarpPerspectiveQuad_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 8-bit unsigned integer quad-based perspective warp.
static int nppiWarpPerspectiveQuad_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel planar 8-bit unsigned integer quad-based perspective warp.
static int nppiWarpPerspectiveQuad_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel planar 8-bit unsigned integer quad-based perspective warp.
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(short[] aConstants, 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, short[] aConstants, 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(short[] aConstants, 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, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 16-bit unsigned short channel image logical exclusive or with constant.
static int nppiXorC_16u_C4IR(short[] aConstants, 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, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 16-bit unsigned short channel image logical exclusive or with constant.
static int nppiXorC_32s_AC4IR(int[] aConstants, 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, int[] aConstants, 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(int[] aConstants, 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, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Three 32-bit signed integer channel image logical exclusive or with constant.
static int nppiXorC_32s_C4IR(int[] aConstants, 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, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
           Four 32-bit signed integer channel image logical exclusive or with constant.
static int nppiXorC_8u_AC4IR(byte[] aConstants, 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, byte[] aConstants, 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(byte[] aConstants, 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, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Three 8-bit unsigned char channel image logical exclusive or with constant.
static int nppiXorC_8u_C4IR(byte[] aConstants, 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, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           Four 8-bit unsigned char channel image logical exclusive or with constant.
static int nppiXYZToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed XYZ with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion.
static int nppiXYZToRGB_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed XYZ to 3 channel 8-bit unsigned packed RGB color conversion.
static int nppiYCbCr411_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
static int nppiYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           
static int nppiYCbCr411ToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned packed BGR color conversion.
static int nppiYCbCr411ToBGR_8u_P3C4R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
           3 channel 8-bit unsigned planar YCbCr411 to 4 channel 8-bit unsigned packed BGR color conversion with constant alpha.
static int nppiYCbCr411ToYCbCr420_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
static int nppiYCbCr411ToYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           
static int nppiYCbCr411ToYCbCr420_8u_P3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u>[] pDst, int[] nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
static int nppiYCbCr411ToYCbCr422_8u_P2C2R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr411 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
static int nppiYCbCr411ToYCbCr422_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
static int nppiYCbCr411ToYCbCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr411 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
static int nppiYCbCr411ToYCbCr422_8u_P3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u>[] pDst, int[] nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
static int nppiYCbCr411ToYCrCb420_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCrCb420 sampling format conversion.
static int nppiYCbCr411ToYCrCb422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr411 to 2 channel 8-bit unsigned packed YCrCb422 sampling format conversion.
static int nppiYCbCr411ToYCrCb422_8u_P3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u>[] pDst, int[] nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCrCb422 sampling format conversion.
static int nppiYCbCr420_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
static int nppiYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
static int nppiYCbCr420ToBGR_709CSC_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiYCbCr420ToBGR_709HDTV_8u_P3C4R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
           3 channel 8-bit unsigned planar YCbCr420 to 4 channel 8-bit unsigned packed BGR_709HDTV color conversion with constant alpha.
static int nppiYCbCr420ToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned packed BGR color conversion.
static int nppiYCbCr420ToBGR_8u_P3C4R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
           3 channel 8-bit unsigned planar YCbCr420 to 4 channel 8-bit unsigned packed BGR color conversion with constant alpha.
static int nppiYCbCr420ToCbYCr422_8u_P2C2R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned packed CbYCr422 sampling format conversion.
static int nppiYCbCr420ToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiYCbCr420ToYCbCr411_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
static int nppiYCbCr420ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
static int nppiYCbCr420ToYCbCr422_8u_P2C2R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
static int nppiYCbCr420ToYCbCr422_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           
static int nppiYCbCr420ToYCbCr422_8u_P3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u>[] pDst, int[] nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
static int nppiYCbCr420ToYCrCb420_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar YCrCb420 sampling format conversion.
static int nppiYCbCr422_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
static int nppiYCbCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr422 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
static int nppiYCbCr422ToBGR_8u_C2C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned packed BGR color conversion.
static int nppiYCbCr422ToBGR_8u_C2C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
           2 channel 8-bit unsigned packed YCrCb422 to 4 channel 8-bit unsigned packed BGR color conversion with constant alpha.
static int nppiYCbCr422ToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr422 to 3 channel 8-bit unsigned packed BGR color conversion.
static int nppiYCbCr422ToCbYCr422_8u_C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned packed CbYCr422 sampling format conversion.
static int nppiYCbCr422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiYCbCr422ToRGB_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar RGB color conversion.
static int nppiYCbCr422ToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr422 to 3 channel 8-bit unsigned packed RGB color conversion.
static int nppiYCbCr422ToYCbCr411_8u_C2P2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
static int nppiYCbCr422ToYCbCr411_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
static int nppiYCbCr422ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           
static int nppiYCbCr422ToYCbCr411_8u_P3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr422 to 3 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
static int nppiYCbCr422ToYCbCr420_8u_C2P2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
static int nppiYCbCr422ToYCbCr420_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
static int nppiYCbCr422ToYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr422 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
static int nppiYCbCr422ToYCbCr420_8u_P3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u>[] pDst, int[] nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr422 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
static int nppiYCbCr422ToYCrCb420_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           
static int nppiYCbCr422ToYCrCb422_8u_C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned packed YCrCb422 sampling format conversion.
static int nppiYCbCr422ToYCrCb422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr422 to 2 channel 8-bit unsigned packed YCrCb422 sampling format conversion.
static int nppiYCbCrToBGR_709CSC_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiYCbCrToBGR_709CSC_8u_P3C4R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
           3 channel 8-bit unsigned planar YCbCr to 4 channel 8-bit unsigned packed BGR_709CSC color conversion with constant alpha.
static int nppiYCbCrToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr to 3 channel 8-bit unsigned packed BGR color conversion.
static int nppiYCbCrToBGR_8u_P3C4R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
           3 channel 8-bit unsigned planar YCbCr to 4 channel 8-bit unsigned packed BGR color conversion with constant alpha.
static int nppiYCbCrToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed YCbCr with alpha to 4 channel 8-bit unsigned packed RGB with alpha 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 3 channel 8-bit unsigned packed RGB color conversion.
static int nppiYCbCrToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCbCr to 3 channel 8-bit unsigned packed RGB color conversion.
static int nppiYCbCrToRGB_8u_P3C4R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
           3 channel 8-bit unsigned planar YCbCr to 4 channel 8-bit unsigned packed RGB color conversion with constant alpha.
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 3 channel 8-bit unsigned planar RGB color conversion.
static int nppiYCCToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit unsigned packed YCC with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion.
static int nppiYCCToRGB_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiYCrCb420ToCbYCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiYCrCb420ToRGB_8u_P3C4R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
           
static int nppiYCrCb420ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCrCb420 to 2 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
static int nppiYCrCb420ToYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCrCb420 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
static int nppiYCrCb420ToYCbCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCrCb420 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
static int nppiYCrCb420ToYCbCr422_8u_P3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YCrCb420 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
static int nppiYCrCb422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned packed RGB color conversion.
static int nppiYCrCb422ToRGB_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned planar RGB color conversion.
static int nppiYCrCb422ToYCbCr411_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           
static int nppiYCrCb422ToYCbCr420_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
static int nppiYCrCb422ToYCbCr422_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
static int nppiYUV420ToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YUV420 to 3 channel 8-bit unsigned packed BGR color conversion.
static int nppiYUV420ToRGB_8u_P3AC4R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YUV420 to 4 channel 8-bit unsigned packed RGB color conversion with alpha.
static int nppiYUV420ToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YUV420 to 3 channel 8-bit unsigned packed RGB color conversion.
static int nppiYUV420ToRGB_8u_P3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YUV420 to 3 channel 8-bit unsigned planar RGB color conversion.
static int nppiYUV422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           2 channel 8-bit unsigned packed YUV422 to 3 channel 8-bit unsigned packed RGB color conversion.
static int nppiYUV422ToRGB_8u_P3AC4R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YUV422 to 4 channel 8-bit unsigned packed RGB color conversion with alpha.
static int nppiYUV422ToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           
static int nppiYUV422ToRGB_8u_P3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YUV422 to 3 channel 8-bit unsigned planar RGB color conversion.
static int nppiYUVToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           4 channel 8-bit packed YUV with alpha to 4 channel 8-bit unsigned packed RGB color conversion with alpha, not affecting alpha.
static int nppiYUVToRGB_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned packed YUV to 3 channel 8-bit unsigned packed RGB color conversion.
static int nppiYUVToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YUV to 3 channel 8-bit unsigned packed RGB color conversion.
static int nppiYUVToRGB_8u_P3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
           3 channel 8-bit unsigned planar YUV to 3 channel 8-bit unsigned planar RGB color conversion.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

nppiMalloc_8u_C1

public static TypedPointer<Npp8u> nppiMalloc_8u_C1(int nWidthPixels,
                                                   int nHeightPixels,
                                                   int[] pStepBytes)
 1 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_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)

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)
 2 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_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)

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)

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)
 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_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)

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)

nppiSet_8s_C2R

public static int nppiSet_8s_C2R(byte[] aValue,
                                 TypedPointer<Npp8s> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)

nppiSet_8s_C3R

public static int nppiSet_8s_C3R(byte[] aValue,
                                 TypedPointer<Npp8s> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)

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)

nppiSet_8u_C1R

public static int nppiSet_8u_C1R(byte nValue,
                                 TypedPointer<Npp8u> pDst,
                                 int nDstStep,
                                 NppiSize oSizeROI)

nppiSet_8u_C1MR

public static int nppiSet_8u_C1MR(byte nValue,
                                  TypedPointer<Npp8u> pDst,
                                  int nDstStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pMask,
                                  int nMaskStep)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)
 Single channel 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_8u16u_C3R

public static int nppiConvert_8u16u_C3R(TypedPointer<Npp8u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp16u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 Three channel 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_8u16u_C4R

public static int nppiConvert_8u16u_C4R(TypedPointer<Npp8u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp16u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 Four channel 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_8u16u_AC4R

public static int nppiConvert_8u16u_AC4R(TypedPointer<Npp8u> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp16u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 Four channel 8-bit unsigned to 16-bit unsigned conversion, 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

nppiConvert_8u16s_C1R

public static int nppiConvert_8u16s_C1R(TypedPointer<Npp8u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp16s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 Single channel 8-bit unsigned to 16-bit signed 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_8u16s_C3R

public static int nppiConvert_8u16s_C3R(TypedPointer<Npp8u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp16s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 Three channel 8-bit unsigned to 16-bit signed 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_8u16s_C4R

public static int nppiConvert_8u16s_C4R(TypedPointer<Npp8u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp16s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 Four channel 8-bit unsigned to 16-bit signed 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_8u16s_AC4R

public static int nppiConvert_8u16s_AC4R(TypedPointer<Npp8u> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp16s> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 Four channel 8-bit unsigned to 16-bit signed conversion, 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

nppiConvert_8u32s_C1R

public static int nppiConvert_8u32s_C1R(TypedPointer<Npp8u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp32s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 Single channel 8-bit unsigned to 32-bit signed 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_8u32s_C3R

public static int nppiConvert_8u32s_C3R(TypedPointer<Npp8u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp32s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 Three channel 8-bit unsigned to 32-bit signed 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_8u32s_C4R

public static int nppiConvert_8u32s_C4R(TypedPointer<Npp8u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp32s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)

nppiConvert_8u32s_AC4R

public static int nppiConvert_8u32s_AC4R(TypedPointer<Npp8u> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp32s> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 Four channel 8-bit unsigned to 32-bit signed conversion, 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

nppiConvert_8u32f_C1R

public static int nppiConvert_8u32f_C1R(TypedPointer<Npp8u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp32f> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 Single channel 8-bit unsigned to 32-bit floating-point 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_8u32f_C3R

public static int nppiConvert_8u32f_C3R(TypedPointer<Npp8u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp32f> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 Three channel 8-bit unsigned to 32-bit floating-point 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_8u32f_C4R

public static int nppiConvert_8u32f_C4R(TypedPointer<Npp8u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp32f> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 Four channel 8-bit unsigned to 32-bit floating-point 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_8u32f_AC4R

public static int nppiConvert_8u32f_AC4R(TypedPointer<Npp8u> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp32f> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)

nppiConvert_8s32s_C1R

public static int nppiConvert_8s32s_C1R(TypedPointer<Npp8s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp32s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 Single channel 8-bit signed to 32-bit signed 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_8s32s_C3R

public static int nppiConvert_8s32s_C3R(TypedPointer<Npp8s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp32s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 Three channel 8-bit signed to 32-bit signed 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_8s32s_C4R

public static int nppiConvert_8s32s_C4R(TypedPointer<Npp8s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp32s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)

nppiConvert_8s32s_AC4R

public static int nppiConvert_8s32s_AC4R(TypedPointer<Npp8s> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp32s> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)

nppiConvert_8s32f_C1R

public static int nppiConvert_8s32f_C1R(TypedPointer<Npp8s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp32f> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 Single channel 8-bit signed to 32-bit floating-point 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_8s32f_C3R

public static int nppiConvert_8s32f_C3R(TypedPointer<Npp8s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp32f> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)

nppiConvert_8s32f_C4R

public static int nppiConvert_8s32f_C4R(TypedPointer<Npp8s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp32f> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 Four channel 8-bit signed to 32-bit floating-point 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_8s32f_AC4R

public static int nppiConvert_8s32f_AC4R(TypedPointer<Npp8s> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp32f> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 Four channel 8-bit signed to 32-bit floating-point conversion, 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

nppiConvert_16u32s_C1R

public static int nppiConvert_16u32s_C1R(TypedPointer<Npp16u> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp32s> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 Single channel 16-bit unsigned to 32-bit signed 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_16u32s_C3R

public static int nppiConvert_16u32s_C3R(TypedPointer<Npp16u> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp32s> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 Three channel 16-bit unsigned to 32-bit signed 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_16u32s_C4R

public static int nppiConvert_16u32s_C4R(TypedPointer<Npp16u> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp32s> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 Four channel 16-bit unsigned to 32-bit signed 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_16u32s_AC4R

public static int nppiConvert_16u32s_AC4R(TypedPointer<Npp16u> pSrc,
                                          int nSrcStep,
                                          TypedPointer<Npp32s> pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI)
 Four channel 16-bit unsigned to 32-bit signed conversion, 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

nppiConvert_16u32f_C1R

public static int nppiConvert_16u32f_C1R(TypedPointer<Npp16u> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp32f> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)

nppiConvert_16u32f_C3R

public static int nppiConvert_16u32f_C3R(TypedPointer<Npp16u> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp32f> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 Three channel 16-bit unsigned to 32-bit floating-point 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_16u32f_C4R

public static int nppiConvert_16u32f_C4R(TypedPointer<Npp16u> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp32f> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 Four channel 16-bit unsigned to 32-bit floating-point 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_16u32f_AC4R

public static int nppiConvert_16u32f_AC4R(TypedPointer<Npp16u> pSrc,
                                          int nSrcStep,
                                          TypedPointer<Npp32f> pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI)
 Four channel 16-bit unsigned to 32-bit floating-point conversion, 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

nppiConvert_16s32s_C1R

public static int nppiConvert_16s32s_C1R(TypedPointer<Npp16s> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp32s> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 Single channel 16-bit signed to 32-bit signed 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_16s32s_C3R

public static int nppiConvert_16s32s_C3R(TypedPointer<Npp16s> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp32s> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 Three channel 16-bit signed to 32-bit signed 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_16s32s_C4R

public static int nppiConvert_16s32s_C4R(TypedPointer<Npp16s> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp32s> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 Four channel 16-bit signed to 32-bit signed 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_16s32s_AC4R

public static int nppiConvert_16s32s_AC4R(TypedPointer<Npp16s> pSrc,
                                          int nSrcStep,
                                          TypedPointer<Npp32s> pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI)
 Four channel 16-bit signed to 32-bit signed conversion, 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

nppiConvert_16s32f_C1R

public static int nppiConvert_16s32f_C1R(TypedPointer<Npp16s> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp32f> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 Single channel 16-bit signed to 32-bit floating-point 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_16s32f_C3R

public static int nppiConvert_16s32f_C3R(TypedPointer<Npp16s> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp32f> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 Three channel 16-bit signed to 32-bit floating-point 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_16s32f_C4R

public static int nppiConvert_16s32f_C4R(TypedPointer<Npp16s> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp32f> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 Four channel 16-bit signed to 32-bit floating-point 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_16s32f_AC4R

public static int nppiConvert_16s32f_AC4R(TypedPointer<Npp16s> pSrc,
                                          int nSrcStep,
                                          TypedPointer<Npp32f> pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI)
 Four channel 16-bit signed to 32-bit floating-point conversion, 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

nppiConvert_8s8u_C1Rs

public static int nppiConvert_8s8u_C1Rs(TypedPointer<Npp8s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 Single channel 8-bit signed to 8-bit unsigned conversion with saturation.

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_8s16u_C1Rs

public static int nppiConvert_8s16u_C1Rs(TypedPointer<Npp8s> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp16u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 Single channel 8-bit signed to 16-bit unsigned conversion with saturation.

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_8s16s_C1R

public static int nppiConvert_8s16s_C1R(TypedPointer<Npp8s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp16s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 Single channel 8-bit signed to 16-bit signed 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_8s32u_C1Rs

public static int nppiConvert_8s32u_C1Rs(TypedPointer<Npp8s> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp32u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 Single channel 8-bit signed to 32-bit unsigned conversion with saturation.

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_16s16u_C1Rs

public static int nppiConvert_16s16u_C1Rs(TypedPointer<Npp16s> pSrc,
                                          int nSrcStep,
                                          TypedPointer<Npp16u> pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI)
 Single channel 16-bit signed to 16-bit unsigned conversion with saturation.

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_16s32u_C1Rs

public static int nppiConvert_16s32u_C1Rs(TypedPointer<Npp16s> pSrc,
                                          int nSrcStep,
                                          TypedPointer<Npp32u> pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI)
 Single channel 16-bit signed to 32-bit unsigned conversion with saturation.

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_16u32u_C1R

public static int nppiConvert_16u32u_C1R(TypedPointer<Npp16u> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp32u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 Single channel 16-bit unsigned to 32-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_32s32u_C1Rs

public static int nppiConvert_32s32u_C1Rs(TypedPointer<Npp32s> pSrc,
                                          int nSrcStep,
                                          TypedPointer<Npp32u> pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI)
 Single channel 32-bit signed to 32-bit unsigned conversion with saturation.

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_32s32f_C1R

public static int nppiConvert_32s32f_C1R(TypedPointer<Npp32s> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp32f> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 Single channel 32-bit signed to 32-bit floating-point 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_32u32f_C1R

public static int nppiConvert_32u32f_C1R(TypedPointer<Npp32u> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp32f> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 Single channel 32-bit unsigned to 32-bit floating-point 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)
 Single channel 16-bit unsigned to 8-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_C3R

public static int nppiConvert_16u8u_C3R(TypedPointer<Npp16u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 Three channel 16-bit unsigned to 8-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_C4R

public static int nppiConvert_16u8u_C4R(TypedPointer<Npp16u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)

nppiConvert_16u8u_AC4R

public static int nppiConvert_16u8u_AC4R(TypedPointer<Npp16u> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp8u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 Four channel 16-bit unsigned to 8-bit unsigned conversion, 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

nppiConvert_16s8u_C1R

public static int nppiConvert_16s8u_C1R(TypedPointer<Npp16s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 Single channel 16-bit signed to 8-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_16s8u_C3R

public static int nppiConvert_16s8u_C3R(TypedPointer<Npp16s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 Three channel 16-bit signed to 8-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_16s8u_C4R

public static int nppiConvert_16s8u_C4R(TypedPointer<Npp16s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 Four channel 16-bit signed to 8-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_16s8u_AC4R

public static int nppiConvert_16s8u_AC4R(TypedPointer<Npp16s> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp8u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 Four channel 16-bit signed to 8-bit unsigned conversion, 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

nppiConvert_32s8u_C1R

public static int nppiConvert_32s8u_C1R(TypedPointer<Npp32s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)

nppiConvert_32s8u_C3R

public static int nppiConvert_32s8u_C3R(TypedPointer<Npp32s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 Three channel 32-bit signed to 8-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_32s8u_C4R

public static int nppiConvert_32s8u_C4R(TypedPointer<Npp32s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 Four channel 32-bit signed to 8-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_32s8u_AC4R

public static int nppiConvert_32s8u_AC4R(TypedPointer<Npp32s> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp8u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)

nppiConvert_32s8s_C1R

public static int nppiConvert_32s8s_C1R(TypedPointer<Npp32s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 Single channel 32-bit signed to 8-bit signed 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_32s8s_C3R

public static int nppiConvert_32s8s_C3R(TypedPointer<Npp32s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 Three channel 32-bit signed to 8-bit signed 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_32s8s_C4R

public static int nppiConvert_32s8s_C4R(TypedPointer<Npp32s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 Four channel 32-bit signed to 8-bit signed 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_32s8s_AC4R

public static int nppiConvert_32s8s_AC4R(TypedPointer<Npp32s> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp8s> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 Four channel 32-bit signed to 8-bit signed conversion, 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

nppiConvert_8u8s_C1RSfs

public static int nppiConvert_8u8s_C1RSfs(TypedPointer<Npp8u> pSrc,
                                          int nSrcStep,
                                          TypedPointer<Npp8s> pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI,
                                          int eRoundMode,
                                          int nScaleFactor)

nppiConvert_16u8s_C1RSfs

public static int nppiConvert_16u8s_C1RSfs(TypedPointer<Npp16u> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp8s> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           int eRoundMode,
                                           int nScaleFactor)

nppiConvert_16s8s_C1RSfs

public static int nppiConvert_16s8s_C1RSfs(TypedPointer<Npp16s> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp8s> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           int eRoundMode,
                                           int nScaleFactor)

nppiConvert_16u16s_C1RSfs

public static int nppiConvert_16u16s_C1RSfs(TypedPointer<Npp16u> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp16s> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI,
                                            int eRoundMode,
                                            int nScaleFactor)

nppiConvert_32u8u_C1RSfs

public static int nppiConvert_32u8u_C1RSfs(TypedPointer<Npp32u> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp8u> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           int eRoundMode,
                                           int nScaleFactor)

nppiConvert_32u8s_C1RSfs

public static int nppiConvert_32u8s_C1RSfs(TypedPointer<Npp32u> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp8s> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           int eRoundMode,
                                           int nScaleFactor)

nppiConvert_32u16u_C1RSfs

public static int nppiConvert_32u16u_C1RSfs(TypedPointer<Npp32u> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp16u> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI,
                                            int eRoundMode,
                                            int nScaleFactor)

nppiConvert_32u16s_C1RSfs

public static int nppiConvert_32u16s_C1RSfs(TypedPointer<Npp32u> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp16s> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI,
                                            int eRoundMode,
                                            int nScaleFactor)

nppiConvert_32u32s_C1RSfs

public static int nppiConvert_32u32s_C1RSfs(TypedPointer<Npp32u> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp32s> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI,
                                            int eRoundMode,
                                            int nScaleFactor)

nppiConvert_32s16u_C1RSfs

public static int nppiConvert_32s16u_C1RSfs(TypedPointer<Npp32s> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp16u> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI,
                                            int eRoundMode,
                                            int nScaleFactor)

nppiConvert_32s16s_C1RSfs

public static int nppiConvert_32s16s_C1RSfs(TypedPointer<Npp32s> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp16s> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI,
                                            int eRoundMode,
                                            int nScaleFactor)

nppiConvert_32f8u_C1R

public static int nppiConvert_32f8u_C1R(TypedPointer<Npp32f> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        int eRoundMode)
 Single channel 32-bit floating point to 8-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.
eRoundMode - Flag specifying how fractional float values are rounded to integer values.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_32f8u_C3R

public static int nppiConvert_32f8u_C3R(TypedPointer<Npp32f> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        int eRoundMode)
 Three channel 32-bit floating point to 8-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.
eRoundMode - Flag specifying how fractional float values are rounded to integer values.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_32f8u_C4R

public static int nppiConvert_32f8u_C4R(TypedPointer<Npp32f> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        int eRoundMode)
 Four channel 32-bit floating point to 8-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.
eRoundMode - Flag specifying how fractional float values are rounded to integer values.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_32f8u_AC4R

public static int nppiConvert_32f8u_AC4R(TypedPointer<Npp32f> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp8u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI,
                                         int eRoundMode)
 Four channel 32-bit floating point to 8-bit unsigned conversion, 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.
eRoundMode - Flag specifying how fractional float values are rounded to integer values.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_32f8s_C1R

public static int nppiConvert_32f8s_C1R(TypedPointer<Npp32f> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        int eRoundMode)
 Single channel 32-bit floating point to 8-bit signed 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.
eRoundMode - Flag specifying how fractional float values are rounded to integer values.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_32f8s_C3R

public static int nppiConvert_32f8s_C3R(TypedPointer<Npp32f> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        int eRoundMode)
 Three channel 32-bit floating point to 8-bit signed 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.
eRoundMode - Flag specifying how fractional float values are rounded to integer values.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_32f8s_C4R

public static int nppiConvert_32f8s_C4R(TypedPointer<Npp32f> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        int eRoundMode)
 Four channel 32-bit floating point to 8-bit signed 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.
eRoundMode - Flag specifying how fractional float values are rounded to integer values.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_32f8s_AC4R

public static int nppiConvert_32f8s_AC4R(TypedPointer<Npp32f> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp8s> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI,
                                         int eRoundMode)
 Four channel 32-bit floating point to 8-bit signed conversion, 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.
eRoundMode - Flag specifying how fractional float values are rounded to integer values.
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)

nppiConvert_32f16u_C3R

public static int nppiConvert_32f16u_C3R(TypedPointer<Npp32f> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp16u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI,
                                         int eRoundMode)
 Three channel 32-bit floating point 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.
eRoundMode - Flag specifying how fractional float values are rounded to integer values.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_32f16u_C4R

public static int nppiConvert_32f16u_C4R(TypedPointer<Npp32f> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp16u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI,
                                         int eRoundMode)
 Four channel 32-bit floating point 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.
eRoundMode - Flag specifying how fractional float values are rounded to integer values.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_32f16u_AC4R

public static int nppiConvert_32f16u_AC4R(TypedPointer<Npp32f> pSrc,
                                          int nSrcStep,
                                          TypedPointer<Npp16u> pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI,
                                          int eRoundMode)
 Four channel 32-bit floating point to 16-bit unsigned conversion, 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.
eRoundMode - Flag specifying how fractional float values are rounded to integer values.
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)
 Single channel 32-bit floating point to 16-bit signed 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.
eRoundMode - Flag specifying how fractional float values are rounded to integer values.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_32f16s_C3R

public static int nppiConvert_32f16s_C3R(TypedPointer<Npp32f> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp16s> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI,
                                         int eRoundMode)

nppiConvert_32f16s_C4R

public static int nppiConvert_32f16s_C4R(TypedPointer<Npp32f> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp16s> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI,
                                         int eRoundMode)
 Four channel 32-bit floating point to 16-bit signed 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.
eRoundMode - Flag specifying how fractional float values are rounded to integer values.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_32f16s_AC4R

public static int nppiConvert_32f16s_AC4R(TypedPointer<Npp32f> pSrc,
                                          int nSrcStep,
                                          TypedPointer<Npp16s> pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI,
                                          int eRoundMode)
 Four channel 32-bit floating point to 16-bit signed 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.
eRoundMode - Flag specifying how fractional float values are rounded to integer values.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_32f8u_C1RSfs

public static int nppiConvert_32f8u_C1RSfs(TypedPointer<Npp32f> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp8u> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           int eRoundMode,
                                           int nScaleFactor)

nppiConvert_32f8s_C1RSfs

public static int nppiConvert_32f8s_C1RSfs(TypedPointer<Npp32f> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp8s> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           int eRoundMode,
                                           int nScaleFactor)
 Single channel 32-bit floating point to 8-bit signed 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.
eRoundMode - Flag specifying how fractional float values are rounded to integer values.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_32f16u_C1RSfs

public static int nppiConvert_32f16u_C1RSfs(TypedPointer<Npp32f> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp16u> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI,
                                            int eRoundMode,
                                            int nScaleFactor)
 Single channel 32-bit floating point 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.
eRoundMode - Flag specifying how fractional float values are rounded to integer values.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_32f16s_C1RSfs

public static int nppiConvert_32f16s_C1RSfs(TypedPointer<Npp32f> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp16s> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI,
                                            int eRoundMode,
                                            int nScaleFactor)
 Single channel 32-bit floating point to 16-bit signed 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.
eRoundMode - Flag specifying how fractional float values are rounded to integer values.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_32f32u_C1RSfs

public static int nppiConvert_32f32u_C1RSfs(TypedPointer<Npp32f> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp32u> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI,
                                            int eRoundMode,
                                            int nScaleFactor)
 Single channel 32-bit floating point to 32-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.
eRoundMode - Flag specifying how fractional float values are rounded to integer values.
nScaleFactor - \ref integer_result_scaling.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiConvert_32f32s_C1RSfs

public static int nppiConvert_32f32s_C1RSfs(TypedPointer<Npp32f> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp32s> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI,
                                            int eRoundMode,
                                            int nScaleFactor)

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)

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)

nppiAddC_8u_C3RSfs

public static int nppiAddC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     byte[] aConstants,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)

nppiAddC_8u_C3IRSfs

public static int nppiAddC_8u_C3IRSfs(byte[] aConstants,
                                      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:
aConstants - fixed size array 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,
                                      byte[] aConstants,
                                      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.
aConstants - fixed size array 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(byte[] aConstants,
                                       TypedPointer<Npp8u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)

nppiAddC_8u_C4RSfs

public static int nppiAddC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     byte[] aConstants,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)

nppiAddC_8u_C4IRSfs

public static int nppiAddC_8u_C4IRSfs(byte[] aConstants,
                                      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:
aConstants - fixed size array 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)

nppiAddC_16u_C1IRSfs

public static int nppiAddC_16u_C1IRSfs(short nConstant,
                                       TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)

nppiAddC_16u_C3RSfs

public static int nppiAddC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
                                      int nSrc1Step,
                                      short[] aConstants,
                                      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.
aConstants - fixed size array 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(short[] aConstants,
                                       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:
aConstants - fixed size array 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,
                                       short[] aConstants,
                                       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.
aConstants - fixed size array 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(short[] aConstants,
                                        TypedPointer<Npp16u> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)

nppiAddC_16u_C4RSfs

public static int nppiAddC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
                                      int nSrc1Step,
                                      short[] aConstants,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)

nppiAddC_16u_C4IRSfs

public static int nppiAddC_16u_C4IRSfs(short[] aConstants,
                                       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:
aConstants - fixed size array 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)

nppiAddC_16s_C1IRSfs

public static int nppiAddC_16s_C1IRSfs(short nConstant,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)

nppiAddC_16s_C3RSfs

public static int nppiAddC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      short[] aConstants,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)

nppiAddC_16s_C3IRSfs

public static int nppiAddC_16s_C3IRSfs(short[] aConstants,
                                       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:
aConstants - fixed size array 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,
                                       short[] aConstants,
                                       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.
aConstants - fixed size array 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(short[] aConstants,
                                        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:
aConstants - fixed size array 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,
                                      short[] aConstants,
                                      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.
aConstants - fixed size array 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(short[] aConstants,
                                       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:
aConstants - fixed size array 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,
                                       Npp16sc[] aConstants,
                                       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.
aConstants - fixed size array 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(Npp16sc[] aConstants,
                                        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:
aConstants - fixed size array 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,
                                        Npp16sc[] aConstants,
                                        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.
aConstants - fixed size array 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(Npp16sc[] aConstants,
                                         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:
aConstants - fixed size array 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,
                                      int[] aConstants,
                                      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.
aConstants - fixed size array 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(int[] aConstants,
                                       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:
aConstants - fixed size array 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,
                                       Npp32sc[] aConstants,
                                       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.
aConstants - fixed size array 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(Npp32sc[] aConstants,
                                        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:
aConstants - fixed size array 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,
                                        Npp32sc[] aConstants,
                                        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.
aConstants - fixed size array 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(Npp32sc[] aConstants,
                                         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:
aConstants - fixed size array 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,
                                   float[] aConstants,
                                   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.
aConstants - fixed size array 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(float[] aConstants,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Three 32-bit floating point channel in place image add constant.

Parameters:
aConstants - fixed size array 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,
                                    float[] aConstants,
                                    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.
aConstants - fixed size array 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(float[] aConstants,
                                     TypedPointer<Npp32f> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 Four 32-bit floating point channel with unmodified alpha in place image add constant.

Parameters:
aConstants - fixed size array 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,
                                   float[] aConstants,
                                   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.
aConstants - fixed size array 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(float[] aConstants,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit floating point channel in place image add constant.

Parameters:
aConstants - fixed size array 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,
                                    Npp32fc[] aConstants,
                                    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.
aConstants - fixed size array 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(Npp32fc[] aConstants,
                                     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:
aConstants - fixed size array 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,
                                     Npp32fc[] aConstants,
                                     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.
aConstants - fixed size array 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(Npp32fc[] aConstants,
                                      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:
aConstants - fixed size array 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,
                                    Npp32fc[] aConstants,
                                    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.
aConstants - fixed size array 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(Npp32fc[] aConstants,
                                     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:
aConstants - fixed size array 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,
                                     byte[] aConstants,
                                     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.
aConstants - fixed size array 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(byte[] aConstants,
                                      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:
aConstants - fixed size array 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,
                                      byte[] aConstants,
                                      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.
aConstants - fixed size array 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(byte[] aConstants,
                                       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:
aConstants - fixed size array 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,
                                     byte[] aConstants,
                                     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.
aConstants - fixed size array 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(byte[] aConstants,
                                      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:
aConstants - fixed size array 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,
                                      short[] aConstants,
                                      TypedPointer<Npp16u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)

nppiMulC_16u_C3IRSfs

public static int nppiMulC_16u_C3IRSfs(short[] aConstants,
                                       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:
aConstants - fixed size array 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,
                                       short[] aConstants,
                                       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.
aConstants - fixed size array 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(short[] aConstants,
                                        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:
aConstants - fixed size array 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,
                                      short[] aConstants,
                                      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.
aConstants - fixed size array 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(short[] aConstants,
                                       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:
aConstants - fixed size array 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,
                                      short[] aConstants,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)

nppiMulC_16s_C3IRSfs

public static int nppiMulC_16s_C3IRSfs(short[] aConstants,
                                       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:
aConstants - fixed size array 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,
                                       short[] aConstants,
                                       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.
aConstants - fixed size array 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(short[] aConstants,
                                        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:
aConstants - fixed size array 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,
                                      short[] aConstants,
                                      TypedPointer<Npp16s> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)

nppiMulC_16s_C4IRSfs

public static int nppiMulC_16s_C4IRSfs(short[] aConstants,
                                       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:
aConstants - fixed size array 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,
                                       Npp16sc[] aConstants,
                                       TypedPointer<Npp16s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)

nppiMulC_16sc_C3IRSfs

public static int nppiMulC_16sc_C3IRSfs(Npp16sc[] aConstants,
                                        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:
aConstants - fixed size array 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,
                                        Npp16sc[] aConstants,
                                        TypedPointer<Npp16s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)

nppiMulC_16sc_AC4IRSfs

public static int nppiMulC_16sc_AC4IRSfs(Npp16sc[] aConstants,
                                         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:
aConstants - fixed size array 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,
                                      int[] aConstants,
                                      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.
aConstants - fixed size array 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(int[] aConstants,
                                       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:
aConstants - fixed size array 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,
                                       Npp32sc[] aConstants,
                                       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.
aConstants - fixed size array 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(Npp32sc[] aConstants,
                                        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:
aConstants - fixed size array 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,
                                        Npp32sc[] aConstants,
                                        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.
aConstants - fixed size array 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(Npp32sc[] aConstants,
                                         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:
aConstants - fixed size array 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,
                                   float[] aConstants,
                                   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.
aConstants - fixed size array 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(float[] aConstants,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Three 32-bit floating point channel in place image multiply by constant.

Parameters:
aConstants - fixed size array 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,
                                    float[] aConstants,
                                    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.
aConstants - fixed size array 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(float[] aConstants,
                                     TypedPointer<Npp32f> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 Four 32-bit floating point channel with unmodified alpha in place image multiply by constant.

Parameters:
aConstants - fixed size array 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,
                                   float[] aConstants,
                                   TypedPointer<Npp32f> pDst,
                                   int nDstStep,
                                   NppiSize oSizeROI)

nppiMulC_32f_C4IR

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

Parameters:
aConstants - fixed size array 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,
                                    Npp32fc[] aConstants,
                                    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.
aConstants - fixed size array 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(Npp32fc[] aConstants,
                                     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:
aConstants - fixed size array 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,
                                     Npp32fc[] aConstants,
                                     TypedPointer<Npp32f> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)

nppiMulC_32fc_AC4IR

public static int nppiMulC_32fc_AC4IR(Npp32fc[] aConstants,
                                      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:
aConstants - fixed size array 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,
                                    Npp32fc[] aConstants,
                                    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.
aConstants - fixed size array 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(Npp32fc[] aConstants,
                                     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:
aConstants - fixed size array 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,
                                       byte[] aConstants,
                                       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.
aConstants - fixed size array 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(byte[] aConstants,
                                        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:
aConstants - fixed size array 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,
                                        byte[] aConstants,
                                        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.
aConstants - fixed size array 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(byte[] aConstants,
                                         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:
aConstants - fixed size array 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,
                                       byte[] aConstants,
                                       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.
aConstants - fixed size array 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(byte[] aConstants,
                                        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:
aConstants - fixed size array 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,
                                        short[] aConstants,
                                        TypedPointer<Npp16u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)

nppiMulCScale_16u_C3IR

public static int nppiMulCScale_16u_C3IR(short[] aConstants,
                                         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:
aConstants - fixed size array 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,
                                         short[] aConstants,
                                         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.
aConstants - fixed size array 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(short[] aConstants,
                                          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:
aConstants - fixed size array 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,
                                        short[] aConstants,
                                        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.
aConstants - fixed size array 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(short[] aConstants,
                                         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:
aConstants - fixed size array 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,
                                     byte[] aConstants,
                                     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.
aConstants - fixed size array 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(byte[] aConstants,
                                      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:
aConstants - fixed size array 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,
                                      byte[] aConstants,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)

nppiSubC_8u_AC4IRSfs

public static int nppiSubC_8u_AC4IRSfs(byte[] aConstants,
                                       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:
aConstants - fixed size array 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,
                                     byte[] aConstants,
                                     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.
aConstants - fixed size array 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(byte[] aConstants,
                                      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:
aConstants - fixed size array 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,
                                      short[] aConstants,
                                      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.
aConstants - fixed size array 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(short[] aConstants,
                                       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:
aConstants - fixed size array 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,
                                       short[] aConstants,
                                       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.
aConstants - fixed size array 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(short[] aConstants,
                                        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:
aConstants - fixed size array 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,
                                      short[] aConstants,
                                      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.
aConstants - fixed size array 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(short[] aConstants,
                                       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:
aConstants - fixed size array 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)

nppiSubC_16s_C3RSfs

public static int nppiSubC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      short[] aConstants,
                                      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.
aConstants - fixed size array 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(short[] aConstants,
                                       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:
aConstants - fixed size array 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,
                                       short[] aConstants,
                                       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.
aConstants - fixed size array 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(short[] aConstants,
                                        TypedPointer<Npp16s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)

nppiSubC_16s_C4RSfs

public static int nppiSubC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      short[] aConstants,
                                      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.
aConstants - fixed size array 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(short[] aConstants,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)

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,
                                       Npp16sc[] aConstants,
                                       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.
aConstants - fixed size array 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(Npp16sc[] aConstants,
                                        TypedPointer<Npp16s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        int nScaleFactor)

nppiSubC_16sc_AC4RSfs

public static int nppiSubC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
                                        int nSrc1Step,
                                        Npp16sc[] aConstants,
                                        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.
aConstants - fixed size array 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(Npp16sc[] aConstants,
                                         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:
aConstants - fixed size array 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,
                                      int[] aConstants,
                                      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.
aConstants - fixed size array 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(int[] aConstants,
                                       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:
aConstants - fixed size array 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,
                                       Npp32sc[] aConstants,
                                       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.
aConstants - fixed size array 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(Npp32sc[] aConstants,
                                        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:
aConstants - fixed size array 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,
                                        Npp32sc[] aConstants,
                                        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.
aConstants - fixed size array 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(Npp32sc[] aConstants,
                                         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:
aConstants - fixed size array 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,
                                   float[] aConstants,
                                   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.
aConstants - fixed size array 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(float[] aConstants,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Three 32-bit floating point channel in place image subtract constant.

Parameters:
aConstants - fixed size array 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,
                                    float[] aConstants,
                                    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.
aConstants - fixed size array 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(float[] aConstants,
                                     TypedPointer<Npp32f> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 Four 32-bit floating point channel with unmodified alpha in place image subtract constant.

Parameters:
aConstants - fixed size array 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,
                                   float[] aConstants,
                                   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.
aConstants - fixed size array 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(float[] aConstants,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit floating point channel in place image subtract constant.

Parameters:
aConstants - fixed size array 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,
                                    Npp32fc[] aConstants,
                                    TypedPointer<Npp32f> pDst,
                                    int nDstStep,
                                    NppiSize oSizeROI)

nppiSubC_32fc_C3IR

public static int nppiSubC_32fc_C3IR(Npp32fc[] aConstants,
                                     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:
aConstants - fixed size array 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,
                                     Npp32fc[] aConstants,
                                     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.
aConstants - fixed size array 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(Npp32fc[] aConstants,
                                      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:
aConstants - fixed size array 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,
                                    Npp32fc[] aConstants,
                                    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.
aConstants - fixed size array 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(Npp32fc[] aConstants,
                                     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:
aConstants - fixed size array 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)

nppiDivC_8u_C3RSfs

public static int nppiDivC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     byte[] aConstants,
                                     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.
aConstants - fixed size array 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(byte[] aConstants,
                                      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:
aConstants - fixed size array 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,
                                      byte[] aConstants,
                                      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.
aConstants - fixed size array 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(byte[] aConstants,
                                       TypedPointer<Npp8u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)

nppiDivC_8u_C4RSfs

public static int nppiDivC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     byte[] aConstants,
                                     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.
aConstants - fixed size array 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(byte[] aConstants,
                                      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:
aConstants - fixed size array 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,
                                      short[] aConstants,
                                      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.
aConstants - fixed size array 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(short[] aConstants,
                                       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:
aConstants - fixed size array 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,
                                       short[] aConstants,
                                       TypedPointer<Npp16u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)

nppiDivC_16u_AC4IRSfs

public static int nppiDivC_16u_AC4IRSfs(short[] aConstants,
                                        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:
aConstants - fixed size array 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,
                                      short[] aConstants,
                                      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.
aConstants - fixed size array 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(short[] aConstants,
                                       TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)

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,
                                      short[] aConstants,
                                      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.
aConstants - fixed size array 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(short[] aConstants,
                                       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:
aConstants - fixed size array 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,
                                       short[] aConstants,
                                       TypedPointer<Npp16s> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int nScaleFactor)

nppiDivC_16s_AC4IRSfs

public static int nppiDivC_16s_AC4IRSfs(short[] aConstants,
                                        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:
aConstants - fixed size array 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,
                                      short[] aConstants,
                                      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.
aConstants - fixed size array 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(short[] aConstants,
                                       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:
aConstants - fixed size array 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,
                                       Npp16sc[] aConstants,
                                       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.
aConstants - fixed size array 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(Npp16sc[] aConstants,
                                        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:
aConstants - fixed size array 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,
                                        Npp16sc[] aConstants,
                                        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.
aConstants - fixed size array 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(Npp16sc[] aConstants,
                                         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:
aConstants - fixed size array 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)

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,
                                      int[] aConstants,
                                      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.
aConstants - fixed size array 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(int[] aConstants,
                                       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:
aConstants - fixed size array 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,
                                       Npp32sc[] aConstants,
                                       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.
aConstants - fixed size array 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(Npp32sc[] aConstants,
                                        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:
aConstants - fixed size array 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,
                                        Npp32sc[] aConstants,
                                        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.
aConstants - fixed size array 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(Npp32sc[] aConstants,
                                         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:
aConstants - fixed size array 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)

nppiDivC_32f_C3R

public static int nppiDivC_32f_C3R(TypedPointer<Npp32f> pSrc1,
                                   int nSrc1Step,
                                   float[] aConstants,
                                   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.
aConstants - fixed size array 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(float[] aConstants,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Three 32-bit floating point channel in place image divided by constant.

Parameters:
aConstants - fixed size array 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,
                                    float[] aConstants,
                                    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.
aConstants - fixed size array 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(float[] aConstants,
                                     TypedPointer<Npp32f> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 Four 32-bit floating point channel with unmodified alpha in place image divided by constant.

Parameters:
aConstants - fixed size array 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,
                                   float[] aConstants,
                                   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.
aConstants - fixed size array 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(float[] aConstants,
                                    TypedPointer<Npp32f> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit floating point channel in place image divided by constant.

Parameters:
aConstants - fixed size array 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,
                                    Npp32fc[] aConstants,
                                    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.
aConstants - fixed size array 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(Npp32fc[] aConstants,
                                     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:
aConstants - fixed size array 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,
                                     Npp32fc[] aConstants,
                                     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.
aConstants - fixed size array 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(Npp32fc[] aConstants,
                                      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:
aConstants - fixed size array 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,
                                    Npp32fc[] aConstants,
                                    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.
aConstants - fixed size array 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(Npp32fc[] aConstants,
                                     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:
aConstants - fixed size array 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,
                                       short 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)

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)

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)

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)

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)

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)

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_32s_C4RSfs

public static int nppiSub_32s_C4RSfs(TypedPointer<Npp32s> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp32s> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp32s> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int nScaleFactor)
 Four 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_C4IRSfs

public static int nppiSub_32s_C4IRSfs(TypedPointer<Npp32s> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp32s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI,
                                      int nScaleFactor)
 Four 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_8u_C3R

public static int nppiAbsDiff_8u_C3R(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp8u> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Three 8-bit unsigned char channels 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_8u_C4R

public static int nppiAbsDiff_8u_C4R(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp8u> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI)
 Four 8-bit unsigned char channels 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,
                                  byte[] aConstants,
                                  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.
aConstants - fixed size array 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(byte[] aConstants,
                                   TypedPointer<Npp8u> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Three 8-bit unsigned char channel in place image logical and with constant.

Parameters:
aConstants - fixed size array 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,
                                   byte[] aConstants,
                                   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.
aConstants - fixed size array 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(byte[] aConstants,
                                    TypedPointer<Npp8u> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image logical and with constant with unmodified alpha.

Parameters:
aConstants - fixed size array 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,
                                  byte[] aConstants,
                                  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.
aConstants - fixed size array 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(byte[] aConstants,
                                   TypedPointer<Npp8u> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image logical and with constant.

Parameters:
aConstants - fixed size array 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,
                                   short[] aConstants,
                                   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.
aConstants - fixed size array 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(short[] aConstants,
                                    TypedPointer<Npp16u> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Three 16-bit unsigned short channel in place image logical and with constant.

Parameters:
aConstants - fixed size array 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,
                                    short[] aConstants,
                                    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.
aConstants - fixed size array 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(short[] aConstants,
                                     TypedPointer<Npp16u> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image logical and with constant with unmodified alpha.

Parameters:
aConstants - fixed size array 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,
                                   short[] aConstants,
                                   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.
aConstants - fixed size array 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(short[] aConstants,
                                    TypedPointer<Npp16u> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image logical and with constant.

Parameters:
aConstants - fixed size array 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,
                                   int[] aConstants,
                                   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.
aConstants - fixed size array 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(int[] aConstants,
                                    TypedPointer<Npp32s> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Three 32-bit signed integer channel in place image logical and with constant.

Parameters:
aConstants - fixed size array 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,
                                    int[] aConstants,
                                    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.
aConstants - fixed size array 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(int[] aConstants,
                                     TypedPointer<Npp32s> pSrcDst,
                                     int nSrcDstStep,
                                     NppiSize oSizeROI)
 Four 32-bit signed integer channel in place image logical and with constant with unmodified alpha.

Parameters:
aConstants - fixed size array 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,
                                   int[] aConstants,
                                   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.
aConstants - fixed size array 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(int[] aConstants,
                                    TypedPointer<Npp32s> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit signed integer channel in place image logical and with constant.

Parameters:
aConstants - fixed size array 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,
                                 byte[] aConstants,
                                 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.
aConstants - fixed size array 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(byte[] aConstants,
                                  TypedPointer<Npp8u> pSrcDst,
                                  int nSrcDstStep,
                                  NppiSize oSizeROI)
 Three 8-bit unsigned char channel in place image logical or with constant.

Parameters:
aConstants - fixed size array 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,
                                  byte[] aConstants,
                                  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.
aConstants - fixed size array 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(byte[] aConstants,
                                   TypedPointer<Npp8u> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image logical or with constant with unmodified alpha.

Parameters:
aConstants - fixed size array 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,
                                 byte[] aConstants,
                                 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.
aConstants - fixed size array 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(byte[] aConstants,
                                  TypedPointer<Npp8u> pSrcDst,
                                  int nSrcDstStep,
                                  NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image logical or with constant.

Parameters:
aConstants - fixed size array 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,
                                  short[] aConstants,
                                  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.
aConstants - fixed size array 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(short[] aConstants,
                                   TypedPointer<Npp16u> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Three 16-bit unsigned short channel in place image logical or with constant.

Parameters:
aConstants - fixed size array 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,
                                   short[] aConstants,
                                   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.
aConstants - fixed size array 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(short[] aConstants,
                                    TypedPointer<Npp16u> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image logical or with constant with unmodified alpha.

Parameters:
aConstants - fixed size array 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,
                                  short[] aConstants,
                                  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.
aConstants - fixed size array 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(short[] aConstants,
                                   TypedPointer<Npp16u> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image logical or with constant.

Parameters:
aConstants - fixed size array 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,
                                  int[] aConstants,
                                  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.
aConstants - fixed size array 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(int[] aConstants,
                                   TypedPointer<Npp32s> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Three 32-bit signed integer channel in place image logical or with constant.

Parameters:
aConstants - fixed size array 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,
                                   int[] aConstants,
                                   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.
aConstants - fixed size array 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(int[] aConstants,
                                    TypedPointer<Npp32s> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit signed integer channel in place image logical or with constant with unmodified alpha.

Parameters:
aConstants - fixed size array 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,
                                  int[] aConstants,
                                  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.
aConstants - fixed size array 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(int[] aConstants,
                                   TypedPointer<Npp32s> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Four 32-bit signed integer channel in place image logical or with constant.

Parameters:
aConstants - fixed size array 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,
                                  byte[] aConstants,
                                  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.
aConstants - fixed size array 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(byte[] aConstants,
                                   TypedPointer<Npp8u> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Three 8-bit unsigned char channel in place image logical exclusive or with constant.

Parameters:
aConstants - fixed size array 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,
                                   byte[] aConstants,
                                   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.
aConstants - fixed size array 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(byte[] aConstants,
                                    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:
aConstants - fixed size array 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,
                                  byte[] aConstants,
                                  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.
aConstants - fixed size array 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(byte[] aConstants,
                                   TypedPointer<Npp8u> pSrcDst,
                                   int nSrcDstStep,
                                   NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image logical exclusive or with constant.

Parameters:
aConstants - fixed size array 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,
                                   short[] aConstants,
                                   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.
aConstants - fixed size array 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(short[] aConstants,
                                    TypedPointer<Npp16u> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Three 16-bit unsigned short channel in place image logical exclusive or with constant.

Parameters:
aConstants - fixed size array 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,
                                    short[] aConstants,
                                    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.
aConstants - fixed size array 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(short[] aConstants,
                                     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:
aConstants - fixed size array 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,
                                   short[] aConstants,
                                   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.
aConstants - fixed size array 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(short[] aConstants,
                                    TypedPointer<Npp16u> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image logical exclusive or with constant.

Parameters:
aConstants - fixed size array 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,
                                   int[] aConstants,
                                   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.
aConstants - fixed size array 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(int[] aConstants,
                                    TypedPointer<Npp32s> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Three 32-bit signed integer channel in place image logical exclusive or with constant.

Parameters:
aConstants - fixed size array 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,
                                    int[] aConstants,
                                    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.
aConstants - fixed size array 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(int[] aConstants,
                                     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:
aConstants - fixed size array 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,
                                   int[] aConstants,
                                   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.
aConstants - fixed size array 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(int[] aConstants,
                                    TypedPointer<Npp32s> pSrcDst,
                                    int nSrcDstStep,
                                    NppiSize oSizeROI)
 Four 32-bit signed integer channel in place image logical exclusive or with constant.

Parameters:
aConstants - fixed size array 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,
                                     int[] aConstants,
                                     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.
aConstants - fixed size array 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(int[] aConstants,
                                      TypedPointer<Npp8u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI)
 Three 8-bit unsigned char channel in place image right shift by constant.

Parameters:
aConstants - fixed size array 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,
                                      int[] aConstants,
                                      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.
aConstants - fixed size array 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(int[] aConstants,
                                       TypedPointer<Npp8u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image right shift by constant with unmodified alpha.

Parameters:
aConstants - fixed size array 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,
                                     int[] aConstants,
                                     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.
aConstants - fixed size array 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(int[] aConstants,
                                      TypedPointer<Npp8u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image right shift by constant.

Parameters:
aConstants - fixed size array 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,
                                     int[] aConstants,
                                     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.
aConstants - fixed size array 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(int[] aConstants,
                                      TypedPointer<Npp8s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI)
 Three 8-bit signed char channel in place image right shift by constant.

Parameters:
aConstants - fixed size array 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,
                                      int[] aConstants,
                                      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.
aConstants - fixed size array 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(int[] aConstants,
                                       TypedPointer<Npp8s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 Four 8-bit signed char channel in place image right shift by constant with unmodified alpha.

Parameters:
aConstants - fixed size array 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,
                                     int[] aConstants,
                                     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.
aConstants - fixed size array 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(int[] aConstants,
                                      TypedPointer<Npp8s> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI)
 Four 8-bit signed char channel in place image right shift by constant.

Parameters:
aConstants - fixed size array 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,
                                      int[] aConstants,
                                      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.
aConstants - fixed size array 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(int[] aConstants,
                                       TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 Three 16-bit unsigned short channel in place image right shift by constant.

Parameters:
aConstants - fixed size array 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,
                                       int[] aConstants,
                                       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.
aConstants - fixed size array 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(int[] aConstants,
                                        TypedPointer<Npp16u> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image right shift by constant with unmodified alpha.

Parameters:
aConstants - fixed size array 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,
                                      int[] aConstants,
                                      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.
aConstants - fixed size array 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(int[] aConstants,
                                       TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image right shift by constant.

Parameters:
aConstants - fixed size array 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,
                                      int[] aConstants,
                                      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.
aConstants - fixed size array 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(int[] aConstants,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 Three 16-bit signed short channel in place image right shift by constant.

Parameters:
aConstants - fixed size array 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,
                                       int[] aConstants,
                                       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.
aConstants - fixed size array 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(int[] aConstants,
                                        TypedPointer<Npp16s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI)
 Four 16-bit signed short channel in place image right shift by constant with unmodified alpha.

Parameters:
aConstants - fixed size array 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,
                                      int[] aConstants,
                                      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.
aConstants - fixed size array 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(int[] aConstants,
                                       TypedPointer<Npp16s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 Four 16-bit signed short channel in place image right shift by constant.

Parameters:
aConstants - fixed size array 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,
                                      int[] aConstants,
                                      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.
aConstants - fixed size array 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(int[] aConstants,
                                       TypedPointer<Npp32s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 Three 32-bit signed integer channel in place image right shift by constant.

Parameters:
aConstants - fixed size array 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,
                                       int[] aConstants,
                                       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.
aConstants - fixed size array 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(int[] aConstants,
                                        TypedPointer<Npp32s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI)
 Four 32-bit signed integer channel in place image right shift by constant with unmodified alpha.

Parameters:
aConstants - fixed size array 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,
                                      int[] aConstants,
                                      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.
aConstants - fixed size array 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(int[] aConstants,
                                       TypedPointer<Npp32s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 Four 32-bit signed integer channel in place image right shift by constant.

Parameters:
aConstants - fixed size array 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,
                                     int[] aConstants,
                                     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.
aConstants - fixed size array 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(int[] aConstants,
                                      TypedPointer<Npp8u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI)
 Three 8-bit unsigned char channel in place image left shift by constant.

Parameters:
aConstants - fixed size array 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,
                                      int[] aConstants,
                                      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.
aConstants - fixed size array 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(int[] aConstants,
                                       TypedPointer<Npp8u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image left shift by constant with unmodified alpha.

Parameters:
aConstants - fixed size array 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,
                                     int[] aConstants,
                                     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.
aConstants - fixed size array 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(int[] aConstants,
                                      TypedPointer<Npp8u> pSrcDst,
                                      int nSrcDstStep,
                                      NppiSize oSizeROI)
 Four 8-bit unsigned char channel in place image left shift by constant.

Parameters:
aConstants - fixed size array 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,
                                      int[] aConstants,
                                      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.
aConstants - fixed size array 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(int[] aConstants,
                                       TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 Three 16-bit unsigned short channel in place image left shift by constant.

Parameters:
aConstants - fixed size array 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,
                                       int[] aConstants,
                                       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.
aConstants - fixed size array 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(int[] aConstants,
                                        TypedPointer<Npp16u> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image left shift by constant with unmodified alpha.

Parameters:
aConstants - fixed size array 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,
                                      int[] aConstants,
                                      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.
aConstants - fixed size array 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(int[] aConstants,
                                       TypedPointer<Npp16u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 Four 16-bit unsigned short channel in place image left shift by constant.

Parameters:
aConstants - fixed size array 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,
                                      int[] aConstants,
                                      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.
aConstants - fixed size array 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(int[] aConstants,
                                       TypedPointer<Npp32s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 Three 32-bit signed integer channel in place image left shift by constant.

Parameters:
aConstants - fixed size array 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,
                                       int[] aConstants,
                                       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.
aConstants - fixed size array 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(int[] aConstants,
                                        TypedPointer<Npp32s> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI)
 Four 32-bit signed integer channel in place image left shift by constant with unmodified alpha.

Parameters:
aConstants - fixed size array 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,
                                      int[] aConstants,
                                      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.
aConstants - fixed size array 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(int[] aConstants,
                                       TypedPointer<Npp32s> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 Four 32-bit signed integer channel in place image left shift by constant.

Parameters:
aConstants - fixed size array 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

nppiRGBToYUV_8u_C3R

public static int nppiRGBToYUV_8u_C3R(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed YUV 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

nppiRGBToYUV_8u_AC4R

public static int nppiRGBToYUV_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)
 4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed YUV color conversion with alpha, not affecting alpha.
 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

nppiRGBToYUV_8u_P3R

public static int nppiRGBToYUV_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u>[] pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 3 channel 8-bit unsigned planar RGB to 3 channel 8-bit unsigned planar YUV color conversion.

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

nppiRGBToYUV_8u_C3P3R

public static int nppiRGBToYUV_8u_C3P3R(TypedPointer<Npp8u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u>[] pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YUV color conversion.

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

nppiRGBToYUV_8u_AC4P4R

public static int nppiRGBToYUV_8u_AC4P4R(TypedPointer<Npp8u> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp8u>[] pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned planar YUV color conversion with alpha.
 images.

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

nppiYUVToRGB_8u_C3R

public static int nppiYUVToRGB_8u_C3R(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 3 channel 8-bit unsigned packed YUV to 3 channel 8-bit unsigned 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

nppiYUVToRGB_8u_AC4R

public static int nppiYUVToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)
 4 channel 8-bit packed YUV with alpha to 4 channel 8-bit unsigned packed RGB color conversion with alpha, not affecting alpha.
 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

nppiYUVToRGB_8u_P3R

public static int nppiYUVToRGB_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u>[] pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YUV to 3 channel 8-bit unsigned planar RGB color conversion.

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

nppiYUVToRGB_8u_P3C3R

public static int nppiYUVToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YUV to 3 channel 8-bit unsigned packed RGB color conversion.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
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

nppiRGBToYUV422_8u_C3C2R

public static int nppiRGBToYUV422_8u_C3C2R(TypedPointer<Npp8u> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp8u> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI)
 3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed YUV422 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

nppiRGBToYUV422_8u_P3R

public static int nppiRGBToYUV422_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp8u>[] pDst,
                                         int[] rDstStep,
                                         NppiSize oSizeROI)
 3 channel 8-bit unsigned planar RGB to 3 channel 8-bit unsigned planar YUV422 color conversion.
 images.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRGBToYUV422_8u_C3P3R

public static int nppiRGBToYUV422_8u_C3P3R(TypedPointer<Npp8u> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp8u>[] pDst,
                                           int[] rDstStep,
                                           NppiSize oSizeROI)

nppiYUV422ToRGB_8u_C2C3R

public static int nppiYUV422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp8u> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI)
 2 channel 8-bit unsigned packed YUV422 to 3 channel 8-bit unsigned 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

nppiYUV422ToRGB_8u_P3R

public static int nppiYUV422ToRGB_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                         int[] rSrcStep,
                                         TypedPointer<Npp8u>[] pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YUV422 to 3 channel 8-bit unsigned planar RGB color conversion.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDst - \ref destination_planar_image_pointer_array.
nDstStep - \ref destination_planar_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYUV422ToRGB_8u_P3C3R

public static int nppiYUV422ToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
                                           int[] rSrcStep,
                                           TypedPointer<Npp8u> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI)

nppiYUV422ToRGB_8u_P3AC4R

public static int nppiYUV422ToRGB_8u_P3AC4R(TypedPointer<Npp8u>[] pSrc,
                                            int[] rSrcStep,
                                            TypedPointer<Npp8u> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YUV422 to 4 channel 8-bit unsigned packed RGB color conversion with alpha.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRGBToYUV420_8u_P3R

public static int nppiRGBToYUV420_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp8u>[] pDst,
                                         int[] rDstStep,
                                         NppiSize oSizeROI)
 3 channel 8-bit unsigned planar RGB to 3 channel 8-bit unsigned planar YUV420 color conversion.
 images.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRGBToYUV420_8u_C3P3R

public static int nppiRGBToYUV420_8u_C3P3R(TypedPointer<Npp8u> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp8u>[] pDst,
                                           int[] rDstStep,
                                           NppiSize oSizeROI)
 3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YUV420 color conversion.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYUV420ToRGB_8u_P3R

public static int nppiYUV420ToRGB_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                         int[] rSrcStep,
                                         TypedPointer<Npp8u>[] pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YUV420 to 3 channel 8-bit unsigned planar RGB color conversion.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDst - \ref destination_planar_image_pointer_array.
nDstStep - \ref destination_planar_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYUV420ToRGB_8u_P3C3R

public static int nppiYUV420ToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
                                           int[] rSrcStep,
                                           TypedPointer<Npp8u> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YUV420 to 3 channel 8-bit unsigned packed RGB color conversion.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYUV420ToRGB_8u_P3AC4R

public static int nppiYUV420ToRGB_8u_P3AC4R(TypedPointer<Npp8u>[] pSrc,
                                            int[] rSrcStep,
                                            TypedPointer<Npp8u> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YUV420 to 4 channel 8-bit unsigned packed RGB color conversion with alpha.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiBGRToYUV420_8u_AC4P3R

public static int nppiBGRToYUV420_8u_AC4P3R(TypedPointer<Npp8u> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp8u>[] pDst,
                                            int[] rDstStep,
                                            NppiSize oSizeROI)
 4 channel 8-bit unsigned pacmed BGR with alpha to 3 channel 8-bit unsigned planar YUV420 color conversion.
 images.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYUV420ToBGR_8u_P3C3R

public static int nppiYUV420ToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
                                           int[] rSrcStep,
                                           TypedPointer<Npp8u> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YUV420 to 3 channel 8-bit unsigned packed BGR color conversion.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDst - \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_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 3 channel unsigned 8-bit 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

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 packed RGB with alpha to 4 channel unsigned 8-bit packed YCbCr with alpha color conversion, 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

nppiRGBToYCbCr_8u_P3R

public static int nppiRGBToYCbCr_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u>[] pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)

nppiRGBToYCbCr_8u_C3P3R

public static int nppiRGBToYCbCr_8u_C3P3R(TypedPointer<Npp8u> pSrc,
                                          int nSrcStep,
                                          TypedPointer<Npp8u>[] pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI)
 3 channel 8-bit unsigned packed RGB to 3 channel unsigned 8-bit planar 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_AC4P3R

public static int nppiRGBToYCbCr_8u_AC4P3R(TypedPointer<Npp8u> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp8u>[] pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI)
 4 channel 8-bit unsigned packed RGB with alpha to 3 channel 8-bit unsigned planar YCbCr color conversion.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
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 3 channel 8-bit unsigned 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

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 with alpha to 4 channel 8-bit unsigned packed RGB with alpha 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

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 3 channel 8-bit unsigned planar RGB color conversion.

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

nppiYCbCrToRGB_8u_P3C3R

public static int nppiYCbCrToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
                                          int nSrcStep,
                                          TypedPointer<Npp8u> pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YCbCr to 3 channel 8-bit unsigned packed RGB color conversion.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
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_P3C4R

public static int nppiYCbCrToRGB_8u_P3C4R(TypedPointer<Npp8u>[] pSrc,
                                          int nSrcStep,
                                          TypedPointer<Npp8u> pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI,
                                          byte nAval)
 3 channel 8-bit unsigned planar YCbCr to 4 channel 8-bit unsigned packed RGB color conversion with constant alpha.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nAval - 8-bit unsigned alpha constant.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCrToBGR_8u_P3C3R

public static int nppiYCbCrToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
                                          int nSrcStep,
                                          TypedPointer<Npp8u> pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YCbCr to 3 channel 8-bit unsigned packed BGR color conversion.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
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

nppiYCbCrToBGR_8u_P3C4R

public static int nppiYCbCrToBGR_8u_P3C4R(TypedPointer<Npp8u>[] pSrc,
                                          int nSrcStep,
                                          TypedPointer<Npp8u> pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI,
                                          byte nAval)
 3 channel 8-bit unsigned planar YCbCr to 4 channel 8-bit unsigned packed BGR color conversion with constant alpha.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nAval - 8-bit unsigned alpha constant.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCrToBGR_709CSC_8u_P3C3R

public static int nppiYCbCrToBGR_709CSC_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
                                                 int nSrcStep,
                                                 TypedPointer<Npp8u> pDst,
                                                 int nDstStep,
                                                 NppiSize oSizeROI)

nppiYCbCrToBGR_709CSC_8u_P3C4R

public static int nppiYCbCrToBGR_709CSC_8u_P3C4R(TypedPointer<Npp8u>[] pSrc,
                                                 int nSrcStep,
                                                 TypedPointer<Npp8u> pDst,
                                                 int nDstStep,
                                                 NppiSize oSizeROI,
                                                 byte nAval)
 3 channel 8-bit unsigned planar YCbCr to 4 channel 8-bit unsigned packed BGR_709CSC color conversion with constant alpha.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nAval - 8-bit unsigned alpha constant.
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 packed RGB to 2 channel 8-bit unsigned 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

nppiRGBToYCbCr422_8u_C3P3R

public static int nppiRGBToYCbCr422_8u_C3P3R(TypedPointer<Npp8u> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp8u>[] pDst,
                                             int[] rDstStep,
                                             NppiSize oSizeROI)
 3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YCbCr422 color conversion.
 images.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRGBToYCbCr422_8u_P3C2R

public static int nppiRGBToYCbCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI)
 3 channel 8-bit unsigned planar RGB to 2 channel 8-bit unsigned packed YCbCr422 color conversion.
 images.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
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)

nppiYCbCr422ToRGB_8u_C2P3R

public static int nppiYCbCr422ToRGB_8u_C2P3R(TypedPointer<Npp8u> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp8u>[] pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI)
 2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar RGB color conversion.
 images.

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

nppiYCbCr422ToRGB_8u_P3C3R

public static int nppiYCbCr422ToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
                                             int[] rSrcStep,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YCbCr422 to 3 channel 8-bit unsigned packed RGB color conversion.
 images.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRGBToYCrCb422_8u_C3C2R

public static int nppiRGBToYCrCb422_8u_C3C2R(TypedPointer<Npp8u> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI)
 3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed YCrCb422 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

nppiRGBToYCrCb422_8u_P3C2R

public static int nppiRGBToYCrCb422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI)
 3 channel 8-bit unsigned planar RGB to 2 channel 8-bit unsigned packed YCrCb422 color conversion.
 images.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
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

nppiYCrCb422ToRGB_8u_C2C3R

public static int nppiYCrCb422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI)
 2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned 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

nppiYCrCb422ToRGB_8u_C2P3R

public static int nppiYCrCb422ToRGB_8u_C2P3R(TypedPointer<Npp8u> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp8u>[] pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI)
 2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned planar RGB color conversion.
 images.

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

nppiBGRToYCbCr422_8u_C3C2R

public static int nppiBGRToYCbCr422_8u_C3C2R(TypedPointer<Npp8u> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI)
 3 channel 8-bit unsigned packed BGR to 2 channel 8-bit unsigned packed YCrCb422 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

nppiBGRToYCbCr422_8u_AC4C2R

public static int nppiBGRToYCbCr422_8u_AC4C2R(TypedPointer<Npp8u> pSrc,
                                              int nSrcStep,
                                              TypedPointer<Npp8u> pDst,
                                              int nDstStep,
                                              NppiSize oSizeROI)
 4 channel 8-bit unsigned packed BGR with alpha to 2 channel 8-bit unsigned packed YCrCb422 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

nppiBGRToYCbCr422_8u_C3P3R

public static int nppiBGRToYCbCr422_8u_C3P3R(TypedPointer<Npp8u> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp8u>[] pDst,
                                             int[] rDstStep,
                                             NppiSize oSizeROI)
 3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr422 color conversion.
 images.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiBGRToYCbCr422_8u_AC4P3R

public static int nppiBGRToYCbCr422_8u_AC4P3R(TypedPointer<Npp8u> pSrc,
                                              int nSrcStep,
                                              TypedPointer<Npp8u>[] pDst,
                                              int[] rDstStep,
                                              NppiSize oSizeROI)

nppiYCbCr422ToBGR_8u_C2C3R

public static int nppiYCbCr422ToBGR_8u_C2C3R(TypedPointer<Npp8u> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI)
 2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned packed BGR 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

nppiYCbCr422ToBGR_8u_C2C4R

public static int nppiYCbCr422ToBGR_8u_C2C4R(TypedPointer<Npp8u> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI,
                                             byte nAval)
 2 channel 8-bit unsigned packed YCrCb422 to 4 channel 8-bit unsigned packed BGR color conversion with constant alpha.
 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.
nAval - 8-bit unsigned alpha constant.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr422ToBGR_8u_P3C3R

public static int nppiYCbCr422ToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
                                             int[] rSrcStep,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YCbCr422 to 3 channel 8-bit unsigned packed BGR color conversion.
 images.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRGBToCbYCr422_8u_C3C2R

public static int nppiRGBToCbYCr422_8u_C3C2R(TypedPointer<Npp8u> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI)
 3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed CbYCr422 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

nppiRGBToCbYCr422Gamma_8u_C3C2R

public static int nppiRGBToCbYCr422Gamma_8u_C3C2R(TypedPointer<Npp8u> pSrc,
                                                  int nSrcStep,
                                                  TypedPointer<Npp8u> pDst,
                                                  int nDstStep,
                                                  NppiSize oSizeROI)

nppiCbYCr422ToRGB_8u_C2C3R

public static int nppiCbYCr422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI)
 2 channel 8-bit unsigned packed CbYCrC22 to 3 channel 8-bit unsigned 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

nppiBGRToCbYCr422_8u_AC4C2R

public static int nppiBGRToCbYCr422_8u_AC4C2R(TypedPointer<Npp8u> pSrc,
                                              int nSrcStep,
                                              TypedPointer<Npp8u> pDst,
                                              int nDstStep,
                                              NppiSize oSizeROI)

nppiBGRToCbYCr422_709HDTV_8u_C3C2R

public static int nppiBGRToCbYCr422_709HDTV_8u_C3C2R(TypedPointer<Npp8u> pSrc,
                                                     int nSrcStep,
                                                     TypedPointer<Npp8u> pDst,
                                                     int nDstStep,
                                                     NppiSize oSizeROI)
 3 channel 8-bit unsigned packed BGR to 2 channel 8-bit unsigned packed CbYCr422_709HDTV 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

nppiBGRToCbYCr422_709HDTV_8u_AC4C2R

public static int nppiBGRToCbYCr422_709HDTV_8u_AC4C2R(TypedPointer<Npp8u> pSrc,
                                                      int nSrcStep,
                                                      TypedPointer<Npp8u> pDst,
                                                      int nDstStep,
                                                      NppiSize oSizeROI)

nppiCbYCr422ToBGR_8u_C2C4R

public static int nppiCbYCr422ToBGR_8u_C2C4R(TypedPointer<Npp8u> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI,
                                             byte nAval)
 2 channel 8-bit unsigned packed CbYCr422 to 4 channel 8-bit unsigned packed BGR color conversion with alpha.
 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.
nAval - 8-bit unsigned alpha constant.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCbYCr422ToBGR_709HDTV_8u_C2C3R

public static int nppiCbYCr422ToBGR_709HDTV_8u_C2C3R(TypedPointer<Npp8u> pSrc,
                                                     int nSrcStep,
                                                     TypedPointer<Npp8u> pDst,
                                                     int nDstStep,
                                                     NppiSize oSizeROI)

nppiCbYCr422ToBGR_709HDTV_8u_C2C4R

public static int nppiCbYCr422ToBGR_709HDTV_8u_C2C4R(TypedPointer<Npp8u> pSrc,
                                                     int nSrcStep,
                                                     TypedPointer<Npp8u> pDst,
                                                     int nDstStep,
                                                     NppiSize oSizeROI,
                                                     byte nAval)
 2 channel 8-bit unsigned packed CbYCr422 to 4 channel 8-bit unsigned packed BGR_709HDTV color conversion with constant alpha.
 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.
nAval - 8-bit unsigned alpha constant.
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[] rDstStep,
                                             NppiSize oSizeROI)
 3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YCbCr420 color conversion.
 images.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
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[] rSrcStep,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI)

nppiRGBToYCrCb420_8u_AC4P3R

public static int nppiRGBToYCrCb420_8u_AC4P3R(TypedPointer<Npp8u> pSrc,
                                              int nSrcStep,
                                              TypedPointer<Npp8u>[] pDst,
                                              int[] rDstStep,
                                              NppiSize oSizeROI)

nppiYCrCb420ToRGB_8u_P3C4R

public static int nppiYCrCb420ToRGB_8u_P3C4R(TypedPointer<Npp8u>[] pSrc,
                                             int[] rSrcStep,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI,
                                             byte nAval)

nppiBGRToYCbCr420_8u_C3P3R

public static int nppiBGRToYCbCr420_8u_C3P3R(TypedPointer<Npp8u> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp8u>[] pDst,
                                             int[] rDstStep,
                                             NppiSize oSizeROI)
 3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr420 color conversion.
 images.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiBGRToYCbCr420_8u_AC4P3R

public static int nppiBGRToYCbCr420_8u_AC4P3R(TypedPointer<Npp8u> pSrc,
                                              int nSrcStep,
                                              TypedPointer<Npp8u>[] pDst,
                                              int[] rDstStep,
                                              NppiSize oSizeROI)
 4 channel 8-bit unsigned packed BGR with alpha to 3 channel 8-bit unsigned planar YCbCr420 color conversion.
 images.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiBGRToYCbCr420_709CSC_8u_C3P3R

public static int nppiBGRToYCbCr420_709CSC_8u_C3P3R(TypedPointer<Npp8u> pSrc,
                                                    int nSrcStep,
                                                    TypedPointer<Npp8u>[] pDst,
                                                    int[] rDstStep,
                                                    NppiSize oSizeROI)
 3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr420_709CSC color conversion.
 images.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiBGRToYCbCr420_709CSC_8u_AC4P3R

public static int nppiBGRToYCbCr420_709CSC_8u_AC4P3R(TypedPointer<Npp8u> pSrc,
                                                     int nSrcStep,
                                                     TypedPointer<Npp8u>[] pDst,
                                                     int[] rDstStep,
                                                     NppiSize oSizeROI)

nppiBGRToYCbCr420_709HDTV_8u_AC4P3R

public static int nppiBGRToYCbCr420_709HDTV_8u_AC4P3R(TypedPointer<Npp8u> pSrc,
                                                      int nSrcStep,
                                                      TypedPointer<Npp8u>[] pDst,
                                                      int[] rDstStep,
                                                      NppiSize oSizeROI)

nppiBGRToYCrCb420_709CSC_8u_C3P3R

public static int nppiBGRToYCrCb420_709CSC_8u_C3P3R(TypedPointer<Npp8u> pSrc,
                                                    int nSrcStep,
                                                    TypedPointer<Npp8u>[] pDst,
                                                    int[] rDstStep,
                                                    NppiSize oSizeROI)
 3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCrCb420_709CSC color conversion.
 images.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiBGRToYCrCb420_709CSC_8u_AC4P3R

public static int nppiBGRToYCrCb420_709CSC_8u_AC4P3R(TypedPointer<Npp8u> pSrc,
                                                     int nSrcStep,
                                                     TypedPointer<Npp8u>[] pDst,
                                                     int[] rDstStep,
                                                     NppiSize oSizeROI)
 4 channel 8-bit unsigned packed BGR with alpha to 3 channel 8-bit unsigned planar YCrCb420_709CSC color conversion.
 images.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr420ToBGR_8u_P3C3R

public static int nppiYCbCr420ToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
                                             int[] rSrcStep,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned packed BGR color conversion.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr420ToBGR_8u_P3C4R

public static int nppiYCbCr420ToBGR_8u_P3C4R(TypedPointer<Npp8u>[] pSrc,
                                             int[] rSrcStep,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI,
                                             byte nAval)
 3 channel 8-bit unsigned planar YCbCr420 to 4 channel 8-bit unsigned packed BGR color conversion with constant alpha.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nAval - 8-bit unsigned alpha constant.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr420ToBGR_709CSC_8u_P3C3R

public static int nppiYCbCr420ToBGR_709CSC_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
                                                    int[] rSrcStep,
                                                    TypedPointer<Npp8u> pDst,
                                                    int nDstStep,
                                                    NppiSize oSizeROI)

nppiYCbCr420ToBGR_709HDTV_8u_P3C4R

public static int nppiYCbCr420ToBGR_709HDTV_8u_P3C4R(TypedPointer<Npp8u>[] pSrc,
                                                     int[] rSrcStep,
                                                     TypedPointer<Npp8u> pDst,
                                                     int nDstStep,
                                                     NppiSize oSizeROI,
                                                     byte nAval)
 3 channel 8-bit unsigned planar YCbCr420 to 4 channel 8-bit unsigned packed BGR_709HDTV color conversion with constant alpha.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nAval - 8-bit unsigned alpha constant.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiBGRToYCrCb420_8u_C3P3R

public static int nppiBGRToYCrCb420_8u_C3P3R(TypedPointer<Npp8u> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp8u>[] pDst,
                                             int[] rDstStep,
                                             NppiSize oSizeROI)
 3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCrCb420 color conversion.
 images.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiBGRToYCrCb420_8u_AC4P3R

public static int nppiBGRToYCrCb420_8u_AC4P3R(TypedPointer<Npp8u> pSrc,
                                              int nSrcStep,
                                              TypedPointer<Npp8u>[] pDst,
                                              int[] rDstStep,
                                              NppiSize oSizeROI)

nppiBGRToYCbCr411_8u_C3P3R

public static int nppiBGRToYCbCr411_8u_C3P3R(TypedPointer<Npp8u> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp8u>[] pDst,
                                             int[] rDstStep,
                                             NppiSize oSizeROI)
 3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr411 color conversion.
 images.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiBGRToYCbCr411_8u_AC4P3R

public static int nppiBGRToYCbCr411_8u_AC4P3R(TypedPointer<Npp8u> pSrc,
                                              int nSrcStep,
                                              TypedPointer<Npp8u>[] pDst,
                                              int[] rDstStep,
                                              NppiSize oSizeROI)
 4 channel 8-bit unsigned packed BGR with alpha to 3 channel 8-bit unsigned planar YCbCr411 color conversion.
 images.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr411ToBGR_8u_P3C3R

public static int nppiYCbCr411ToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
                                             int[] rSrcStep,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned packed BGR color conversion.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr411ToBGR_8u_P3C4R

public static int nppiYCbCr411ToBGR_8u_P3C4R(TypedPointer<Npp8u>[] pSrc,
                                             int[] rSrcStep,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI,
                                             byte nAval)
 3 channel 8-bit unsigned planar YCbCr411 to 4 channel 8-bit unsigned packed BGR color conversion with constant alpha.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nAval - 8-bit unsigned alpha constant.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiRGBToXYZ_8u_C3R

public static int nppiRGBToXYZ_8u_C3R(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed XYZ 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

nppiRGBToXYZ_8u_AC4R

public static int nppiRGBToXYZ_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)
 4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed XYZ with alpha 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

nppiXYZToRGB_8u_C3R

public static int nppiXYZToRGB_8u_C3R(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 3 channel 8-bit unsigned packed XYZ to 3 channel 8-bit unsigned 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

nppiXYZToRGB_8u_AC4R

public static int nppiXYZToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)
 4 channel 8-bit unsigned packed XYZ with alpha to 4 channel 8-bit unsigned packed RGB with alpha 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

nppiRGBToLUV_8u_C3R

public static int nppiRGBToLUV_8u_C3R(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed LUV 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

nppiRGBToLUV_8u_AC4R

public static int nppiRGBToLUV_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)
 4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed LUV with alpha 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

nppiLUVToRGB_8u_C3R

public static int nppiLUVToRGB_8u_C3R(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)

nppiLUVToRGB_8u_AC4R

public static int nppiLUVToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)

nppiBGRToLab_8u_C3R

public static int nppiBGRToLab_8u_C3R(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned packed Lab 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

nppiLabToBGR_8u_C3R

public static int nppiLabToBGR_8u_C3R(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)

nppiRGBToYCC_8u_C3R

public static int nppiRGBToYCC_8u_C3R(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed YCC 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

nppiRGBToYCC_8u_AC4R

public static int nppiRGBToYCC_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)
 4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed YCC with alpha 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

nppiYCCToRGB_8u_C3R

public static int nppiYCCToRGB_8u_C3R(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)

nppiYCCToRGB_8u_AC4R

public static int nppiYCCToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)
 4 channel 8-bit unsigned packed YCC with alpha to 4 channel 8-bit unsigned packed RGB with alpha 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

nppiRGBToHLS_8u_C3R

public static int nppiRGBToHLS_8u_C3R(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed HLS 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

nppiRGBToHLS_8u_AC4R

public static int nppiRGBToHLS_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)
 4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed HLS with alpha 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

nppiHLSToRGB_8u_C3R

public static int nppiHLSToRGB_8u_C3R(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 3 channel 8-bit unsigned packed HLS to 3 channel 8-bit unsigned 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

nppiHLSToRGB_8u_AC4R

public static int nppiHLSToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)
 4 channel 8-bit unsigned packed HLS with alpha to 4 channel 8-bit unsigned packed RGB with alpha 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

nppiBGRToHLS_8u_AC4R

public static int nppiBGRToHLS_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)
 4 channel 8-bit unsigned packed BGR with alpha to 4 channel 8-bit unsigned packed HLS with alpha 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

nppiBGRToHLS_8u_C3P3R

public static int nppiBGRToHLS_8u_C3P3R(TypedPointer<Npp8u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u>[] pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar HLS color conversion.

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

nppiBGRToHLS_8u_AC4P4R

public static int nppiBGRToHLS_8u_AC4P4R(TypedPointer<Npp8u> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp8u>[] pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 4 channel 8-bit unsigned packed BGR with alpha to 4 channel 8-bit unsigned planar HLS with alpha color conversion.

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

nppiBGRToHLS_8u_P3C3R

public static int nppiBGRToHLS_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 3 channel 8-bit unsigned planar BGR to 3 channel 8-bit unsigned packed HLS color conversion.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
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

nppiBGRToHLS_8u_AP4C4R

public static int nppiBGRToHLS_8u_AP4C4R(TypedPointer<Npp8u>[] pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp8u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 4 channel 8-bit unsigned planar BGR with alpha to 4 channel 8-bit unsigned packed HLS with alpha color conversion.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
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

nppiBGRToHLS_8u_P3R

public static int nppiBGRToHLS_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u>[] pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 3 channel 8-bit unsigned planar BGR to 3 channel 8-bit unsigned planar HLS color conversion.

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

nppiBGRToHLS_8u_AP4R

public static int nppiBGRToHLS_8u_AP4R(TypedPointer<Npp8u>[] pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u>[] pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)
 4 channel 8-bit unsigned planar BGR with alpha to 4 channel 8-bit unsigned planar HLS with alpha color conversion.

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

nppiHLSToBGR_8u_C3P3R

public static int nppiHLSToBGR_8u_C3P3R(TypedPointer<Npp8u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u>[] pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)

nppiHLSToBGR_8u_AC4P4R

public static int nppiHLSToBGR_8u_AC4P4R(TypedPointer<Npp8u> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp8u>[] pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 4 channel 8-bit unsigned packed HLS with alpha to 4 channel 8-bit unsigned planar BGR with alpha color conversion.

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

nppiHLSToBGR_8u_P3R

public static int nppiHLSToBGR_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u>[] pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 3 channel 8-bit unsigned planar HLS to 3 channel 8-bit unsigned planar BGR color conversion.

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

nppiHLSToBGR_8u_AP4R

public static int nppiHLSToBGR_8u_AP4R(TypedPointer<Npp8u>[] pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u>[] pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)
 4 channel 8-bit unsigned planar HLS with alpha to 4 channel 8-bit unsigned planar BGR with alpha color conversion.

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

nppiHLSToBGR_8u_AC4R

public static int nppiHLSToBGR_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)
 4 channel 8-bit unsigned packed HLS with alpha to 4 channel 8-bit unsigned packed BGR with alpha 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

nppiHLSToBGR_8u_P3C3R

public static int nppiHLSToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 3 channel 8-bit unsigned planar HLS to 3 channel 8-bit unsigned packed BGR color conversion.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
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

nppiHLSToBGR_8u_AP4C4R

public static int nppiHLSToBGR_8u_AP4C4R(TypedPointer<Npp8u>[] pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp8u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI)
 4 channel 8-bit unsigned planar HLS with alpha to 4 channel 8-bit unsigned packed BGR with alpha color conversion.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
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

nppiRGBToHSV_8u_C3R

public static int nppiRGBToHSV_8u_C3R(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)

nppiRGBToHSV_8u_AC4R

public static int nppiRGBToHSV_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)
 4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed HSV with alpha 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

nppiHSVToRGB_8u_C3R

public static int nppiHSVToRGB_8u_C3R(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 3 channel 8-bit unsigned packed HSV to 3 channel 8-bit unsigned 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

nppiHSVToRGB_8u_AC4R

public static int nppiHSVToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)
 4 channel 8-bit unsigned packed HSV with alpha to 4 channel 8-bit unsigned packed RGB with alpha 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

nppiYCbCr420ToYCbCr411_8u_P3P2R

public static int nppiYCbCr420ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc,
                                                  int[] rSrcStep,
                                                  TypedPointer<Npp8u> pDstY,
                                                  int nDstYStep,
                                                  TypedPointer<Npp8u> pDstCbCr,
                                                  int nDstCbCrStep,
                                                  NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned planar YCbCr411 sampling format conversion.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDstY - \ref destination_planar_image_pointer.
nDstYStep - \ref destination_planar_image_line_step.
pDstCbCr - \ref destination_planar_image_pointer.
nDstCbCrStep - \ref destination_planar_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr420ToYCbCr411_8u_P2P3R

public static int nppiYCbCr420ToYCbCr411_8u_P2P3R(TypedPointer<Npp8u> pSrcY,
                                                  int nSrcYStep,
                                                  TypedPointer<Npp8u> pSrcCbCr,
                                                  int nSrcCbCrStep,
                                                  TypedPointer<Npp8u>[] pDst,
                                                  int[] rDstStep,
                                                  NppiSize oSizeROI)
 2 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar YCbCr411 sampling format conversion.

Parameters:
pSrcY - \ref source_planar_image_pointer.
nSrcYStep - \ref source_planar_image_line_step.
pSrcCbCr - \ref source_planar_image_pointer.
nSrcCbCrStep - \ref source_planar_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr422_8u_C2P3R

public static int nppiYCbCr422_8u_C2P3R(TypedPointer<Npp8u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u>[] pDst,
                                        int[] rDstStep,
                                        NppiSize oSizeROI)
 2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
 images.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr422_8u_P3C2R

public static int nppiYCbCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc,
                                        int[] rSrcStep,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YCbCr422 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
 images.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr422ToYCrCb422_8u_C2R

public static int nppiYCbCr422ToYCrCb422_8u_C2R(TypedPointer<Npp8u> pSrc,
                                                int nSrcStep,
                                                TypedPointer<Npp8u> pDst,
                                                int nDstStep,
                                                NppiSize oSizeROI)
 2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned packed YCrCb422 sampling format 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

nppiYCbCr422ToYCrCb422_8u_P3C2R

public static int nppiYCbCr422ToYCrCb422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc,
                                                  int[] rSrcStep,
                                                  TypedPointer<Npp8u> pDst,
                                                  int nDstStep,
                                                  NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YCbCr422 to 2 channel 8-bit unsigned packed YCrCb422 sampling format conversion.
 images.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr422ToCbYCr422_8u_C2R

public static int nppiYCbCr422ToCbYCr422_8u_C2R(TypedPointer<Npp8u> pSrc,
                                                int nSrcStep,
                                                TypedPointer<Npp8u> pDst,
                                                int nDstStep,
                                                NppiSize oSizeROI)
 2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned packed CbYCr422 sampling format 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

nppiCbYCr422ToYCbCr411_8u_C2P3R

public static int nppiCbYCr422ToYCbCr411_8u_C2P3R(TypedPointer<Npp8u> pSrc,
                                                  int nSrcStep,
                                                  TypedPointer<Npp8u>[] pDst,
                                                  int[] rDstStep,
                                                  NppiSize oSizeROI)

nppiYCbCr422ToYCbCr420_8u_P3R

public static int nppiYCbCr422ToYCbCr420_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                                int[] rSrcStep,
                                                TypedPointer<Npp8u>[] pDst,
                                                int[] nDstStep,
                                                NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YCbCr422 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
 images.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDst - \ref destination_planar_image_pointer_array.
nDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr422ToYCbCr420_8u_P3P2R

public static int nppiYCbCr422ToYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[] pSrc,
                                                  int[] rSrcStep,
                                                  TypedPointer<Npp8u> pDstY,
                                                  int nDstYStep,
                                                  TypedPointer<Npp8u> pDstCbCr,
                                                  int nDstCbCrStep,
                                                  NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YCbCr422 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
 images.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDstY - \ref destination_planar_image_pointer.
nDstYStep - \ref destination_planar_image_line_step.
pDstCbCr - \ref destination_planar_image_pointer.
nDstCbCrStep - \ref destination_planar_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr422ToYCbCr420_8u_C2P3R

public static int nppiYCbCr422ToYCbCr420_8u_C2P3R(TypedPointer<Npp8u> pSrc,
                                                  int nSrcStep,
                                                  TypedPointer<Npp8u>[] pDst,
                                                  int[] rDstStep,
                                                  NppiSize oSizeROI)
 2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
 images.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr422ToYCbCr420_8u_C2P2R

public static int nppiYCbCr422ToYCbCr420_8u_C2P2R(TypedPointer<Npp8u> pSrc,
                                                  int nSrcStep,
                                                  TypedPointer<Npp8u> pDstY,
                                                  int nDstYStep,
                                                  TypedPointer<Npp8u> pDstCbCr,
                                                  int nDstCbCrStep,
                                                  NppiSize oSizeROI)
 2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
 images.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDstY - \ref destination_planar_image_pointer.
nDstYStep - \ref destination_planar_image_line_step.
pDstCbCr - \ref destination_planar_image_pointer.
nDstCbCrStep - \ref destination_planar_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCrCb420ToYCbCr422_8u_P3R

public static int nppiYCrCb420ToYCbCr422_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                                int[] rSrcStep,
                                                TypedPointer<Npp8u>[] pDst,
                                                int[] rDstStep,
                                                NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YCrCb420 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
 images.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCrCb420ToYCbCr422_8u_P3C2R

public static int nppiYCrCb420ToYCbCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc,
                                                  int[] rSrcStep,
                                                  TypedPointer<Npp8u> pDst,
                                                  int nDstStep,
                                                  NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YCrCb420 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
 images.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr422ToYCrCb420_8u_C2P3R

public static int nppiYCbCr422ToYCrCb420_8u_C2P3R(TypedPointer<Npp8u> pSrc,
                                                  int nSrcStep,
                                                  TypedPointer<Npp8u>[] pDst,
                                                  int[] rDstStep,
                                                  NppiSize oSizeROI)

nppiYCbCr422ToYCbCr411_8u_P3R

public static int nppiYCbCr422ToYCbCr411_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                                int[] rSrcStep,
                                                TypedPointer<Npp8u>[] pDst,
                                                int[] rDstStep,
                                                NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YCbCr422 to 3 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
 images.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr422ToYCbCr411_8u_P3P2R

public static int nppiYCbCr422ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc,
                                                  int[] rSrcStep,
                                                  TypedPointer<Npp8u> pDstY,
                                                  int nDstYStep,
                                                  TypedPointer<Npp8u> pDstCbCr,
                                                  int nDstCbCrStep,
                                                  NppiSize oSizeROI)

nppiYCbCr422ToYCbCr411_8u_C2P3R

public static int nppiYCbCr422ToYCbCr411_8u_C2P3R(TypedPointer<Npp8u> pSrc,
                                                  int nSrcStep,
                                                  TypedPointer<Npp8u>[] pDst,
                                                  int[] rDstStep,
                                                  NppiSize oSizeROI)
 2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
 images.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr422ToYCbCr411_8u_C2P2R

public static int nppiYCbCr422ToYCbCr411_8u_C2P2R(TypedPointer<Npp8u> pSrc,
                                                  int nSrcStep,
                                                  TypedPointer<Npp8u> pDstY,
                                                  int nDstYStep,
                                                  TypedPointer<Npp8u> pDstCbCr,
                                                  int nDstCbCrStep,
                                                  NppiSize oSizeROI)
 2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
 images.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDstY - \ref destination_planar_image_pointer.
nDstYStep - \ref destination_planar_image_line_step.
pDstCbCr - \ref destination_planar_image_pointer.
nDstCbCrStep - \ref destination_planar_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCrCb422ToYCbCr422_8u_C2P3R

public static int nppiYCrCb422ToYCbCr422_8u_C2P3R(TypedPointer<Npp8u> pSrc,
                                                  int nSrcStep,
                                                  TypedPointer<Npp8u>[] pDst,
                                                  int[] rDstStep,
                                                  NppiSize oSizeROI)
 2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
 images.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCrCb422ToYCbCr420_8u_C2P3R

public static int nppiYCrCb422ToYCbCr420_8u_C2P3R(TypedPointer<Npp8u> pSrc,
                                                  int nSrcStep,
                                                  TypedPointer<Npp8u>[] pDst,
                                                  int[] rDstStep,
                                                  NppiSize oSizeROI)
 2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
 images.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCrCb422ToYCbCr411_8u_C2P3R

public static int nppiYCrCb422ToYCbCr411_8u_C2P3R(TypedPointer<Npp8u> pSrc,
                                                  int nSrcStep,
                                                  TypedPointer<Npp8u>[] pDst,
                                                  int[] rDstStep,
                                                  NppiSize oSizeROI)

nppiCbYCr422ToYCbCr422_8u_C2R

public static int nppiCbYCr422ToYCbCr422_8u_C2R(TypedPointer<Npp8u> pSrc,
                                                int nSrcStep,
                                                TypedPointer<Npp8u> pDst,
                                                int nDstStep,
                                                NppiSize oSizeROI)
 2 channel 8-bit unsigned packed CbYCr422 to 2 channel 8-bit unsigned packed YCbCr422 sampling format 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

nppiCbYCr422ToYCbCr422_8u_C2P3R

public static int nppiCbYCr422ToYCbCr422_8u_C2P3R(TypedPointer<Npp8u> pSrc,
                                                  int nSrcStep,
                                                  TypedPointer<Npp8u>[] pDst,
                                                  int[] rDstStep,
                                                  NppiSize oSizeROI)
 2 channel 8-bit unsigned packed CbYCr422 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
 images.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCbYCr422ToYCbCr420_8u_C2P3R

public static int nppiCbYCr422ToYCbCr420_8u_C2P3R(TypedPointer<Npp8u> pSrc,
                                                  int nSrcStep,
                                                  TypedPointer<Npp8u>[] pDst,
                                                  int[] rDstStep,
                                                  NppiSize oSizeROI)
 2 channel 8-bit unsigned packed CbYCr422 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
 images.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCbYCr422ToYCbCr420_8u_C2P2R

public static int nppiCbYCr422ToYCbCr420_8u_C2P2R(TypedPointer<Npp8u> pSrc,
                                                  int nSrcStep,
                                                  TypedPointer<Npp8u> pDstY,
                                                  int nDstYStep,
                                                  TypedPointer<Npp8u> pDstCbCr,
                                                  int nDstCbCrStep,
                                                  NppiSize oSizeROI)

nppiCbYCr422ToYCrCb420_8u_C2P3R

public static int nppiCbYCr422ToYCrCb420_8u_C2P3R(TypedPointer<Npp8u> pSrc,
                                                  int nSrcStep,
                                                  TypedPointer<Npp8u>[] pDst,
                                                  int[] rDstStep,
                                                  NppiSize oSizeROI)
 2 channel 8-bit unsigned packed CbYCr422 to 3 channel 8-bit unsigned planar YCrCb420 sampling format conversion.
 images.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr420_8u_P3P2R

public static int nppiYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[] pSrc,
                                        int[] rSrcStep,
                                        TypedPointer<Npp8u> pDstY,
                                        int nDstYStep,
                                        TypedPointer<Npp8u> pDstCbCr,
                                        int nDstCbCrStep,
                                        NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
 images.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDstY - \ref destination_planar_image_pointer.
nDstYStep - \ref destination_planar_image_line_step.
pDstCbCr - \ref destination_planar_image_pointer.
nDstCbCrStep - \ref destination_planar_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr420_8u_P2P3R

public static int nppiYCbCr420_8u_P2P3R(TypedPointer<Npp8u> pSrcY,
                                        int nSrcYStep,
                                        TypedPointer<Npp8u> pSrcCbCr,
                                        int nSrcCbCrStep,
                                        TypedPointer<Npp8u>[] pDst,
                                        int[] rDstStep,
                                        NppiSize oSizeROI)
 2 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.

Parameters:
pSrcY - \ref source_planar_image_pointer.
nSrcYStep - \ref source_planar_image_line_step.
pSrcCbCr - \ref source_planar_image_pointer.
nSrcCbCrStep - \ref source_planar_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
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[] rSrcStep,
                                                TypedPointer<Npp8u>[] pDst,
                                                int[] nDstStep,
                                                NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
 images.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDst - \ref destination_planar_image_pointer_array.
nDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr420ToYCbCr422_8u_P2P3R

public static int nppiYCbCr420ToYCbCr422_8u_P2P3R(TypedPointer<Npp8u> pSrcY,
                                                  int nSrcYStep,
                                                  TypedPointer<Npp8u> pSrcCbCr,
                                                  int nSrcCbCrStep,
                                                  TypedPointer<Npp8u>[] pDst,
                                                  int[] rDstStep,
                                                  NppiSize oSizeROI)

nppiYCbCr420ToYCbCr422_8u_P2C2R

public static int nppiYCbCr420ToYCbCr422_8u_P2C2R(TypedPointer<Npp8u> pSrcY,
                                                  int nSrcYStep,
                                                  TypedPointer<Npp8u> pSrcCbCr,
                                                  int nSrcCbCrStep,
                                                  TypedPointer<Npp8u> pDst,
                                                  int nDstStep,
                                                  NppiSize oSizeROI)
 2 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.

Parameters:
pSrcY - \ref source_planar_image_pointer.
nSrcYStep - \ref source_planar_image_line_step.
pSrcCbCr - \ref source_planar_image_pointer.
nSrcCbCrStep - \ref source_planar_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

nppiYCbCr420ToCbYCr422_8u_P2C2R

public static int nppiYCbCr420ToCbYCr422_8u_P2C2R(TypedPointer<Npp8u> pSrcY,
                                                  int nSrcYStep,
                                                  TypedPointer<Npp8u> pSrcCbCr,
                                                  int nSrcCbCrStep,
                                                  TypedPointer<Npp8u> pDst,
                                                  int nDstStep,
                                                  NppiSize oSizeROI)
 2 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned packed CbYCr422 sampling format conversion.

Parameters:
pSrcY - \ref source_planar_image_pointer.
nSrcYStep - \ref source_planar_image_line_step.
pSrcCbCr - \ref source_planar_image_pointer.
nSrcCbCrStep - \ref source_planar_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

nppiYCbCr420ToYCrCb420_8u_P2P3R

public static int nppiYCbCr420ToYCrCb420_8u_P2P3R(TypedPointer<Npp8u> pSrcY,
                                                  int nSrcYStep,
                                                  TypedPointer<Npp8u> pSrcCbCr,
                                                  int nSrcCbCrStep,
                                                  TypedPointer<Npp8u>[] pDst,
                                                  int[] rDstStep,
                                                  NppiSize oSizeROI)
 2 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar YCrCb420 sampling format conversion.

Parameters:
pSrcY - \ref source_planar_image_pointer.
nSrcYStep - \ref source_planar_image_line_step.
pSrcCbCr - \ref source_planar_image_pointer.
nSrcCbCrStep - \ref source_planar_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCrCb420ToCbYCr422_8u_P3C2R

public static int nppiYCrCb420ToCbYCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc,
                                                  int[] rSrcStep,
                                                  TypedPointer<Npp8u> pDst,
                                                  int nDstStep,
                                                  NppiSize oSizeROI)

nppiYCrCb420ToYCbCr420_8u_P3P2R

public static int nppiYCrCb420ToYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[] pSrc,
                                                  int[] rSrcStep,
                                                  TypedPointer<Npp8u> pDstY,
                                                  int nDstYStep,
                                                  TypedPointer<Npp8u> pDstCbCr,
                                                  int nDstCbCrStep,
                                                  NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YCrCb420 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
 images.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDstY - \ref destination_planar_image_pointer.
nDstYStep - \ref destination_planar_image_line_step.
pDstCbCr - \ref destination_planar_image_pointer.
nDstCbCrStep - \ref destination_planar_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCrCb420ToYCbCr411_8u_P3P2R

public static int nppiYCrCb420ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc,
                                                  int[] rSrcStep,
                                                  TypedPointer<Npp8u> pDstY,
                                                  int nDstYStep,
                                                  TypedPointer<Npp8u> pDstCbCr,
                                                  int nDstCbCrStep,
                                                  NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YCrCb420 to 2 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
 images.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDstY - \ref destination_planar_image_pointer.
nDstYStep - \ref destination_planar_image_line_step.
pDstCbCr - \ref destination_planar_image_pointer.
nDstCbCrStep - \ref destination_planar_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr411_8u_P3P2R

public static int nppiYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc,
                                        int[] rSrcStep,
                                        TypedPointer<Npp8u> pDstY,
                                        int nDstYStep,
                                        TypedPointer<Npp8u> pDstCbCr,
                                        int nDstCbCrStep,
                                        NppiSize oSizeROI)

nppiYCbCr411_8u_P2P3R

public static int nppiYCbCr411_8u_P2P3R(TypedPointer<Npp8u> pSrcY,
                                        int nSrcYStep,
                                        TypedPointer<Npp8u> pSrcCbCr,
                                        int nSrcCbCrStep,
                                        TypedPointer<Npp8u>[] pDst,
                                        int[] rDstStep,
                                        NppiSize oSizeROI)
 2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr411 sampling format conversion.

Parameters:
pSrcY - \ref source_planar_image_pointer.
nSrcYStep - \ref source_planar_image_line_step.
pSrcCbCr - \ref source_planar_image_pointer.
nSrcCbCrStep - \ref source_planar_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr411ToYCbCr422_8u_P3R

public static int nppiYCbCr411ToYCbCr422_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                                int[] rSrcStep,
                                                TypedPointer<Npp8u>[] pDst,
                                                int[] nDstStep,
                                                NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
 images.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDst - \ref destination_planar_image_pointer_array.
nDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr411ToYCbCr422_8u_P3C2R

public static int nppiYCbCr411ToYCbCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc,
                                                  int[] rSrcStep,
                                                  TypedPointer<Npp8u> pDst,
                                                  int nDstStep,
                                                  NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YCbCr411 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
 images.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr411ToYCbCr422_8u_P2P3R

public static int nppiYCbCr411ToYCbCr422_8u_P2P3R(TypedPointer<Npp8u> pSrcY,
                                                  int nSrcYStep,
                                                  TypedPointer<Npp8u> pSrcCbCr,
                                                  int nSrcCbCrStep,
                                                  TypedPointer<Npp8u>[] pDst,
                                                  int[] rDstStep,
                                                  NppiSize oSizeROI)
 2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.

Parameters:
pSrcY - \ref source_planar_image_pointer.
nSrcYStep - \ref source_planar_image_line_step.
pSrcCbCr - \ref source_planar_image_pointer.
nSrcCbCrStep - \ref source_planar_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr411ToYCbCr422_8u_P2C2R

public static int nppiYCbCr411ToYCbCr422_8u_P2C2R(TypedPointer<Npp8u> pSrcY,
                                                  int nSrcYStep,
                                                  TypedPointer<Npp8u> pSrcCbCr,
                                                  int nSrcCbCrStep,
                                                  TypedPointer<Npp8u> pDst,
                                                  int nDstStep,
                                                  NppiSize oSizeROI)
 2 channel 8-bit unsigned planar YCbCr411 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.

Parameters:
pSrcY - \ref source_planar_image_pointer.
nSrcYStep - \ref source_planar_image_line_step.
pSrcCbCr - \ref source_planar_image_pointer.
nSrcCbCrStep - \ref source_planar_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

nppiYCbCr411ToYCrCb422_8u_P3R

public static int nppiYCbCr411ToYCrCb422_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                                int[] rSrcStep,
                                                TypedPointer<Npp8u>[] pDst,
                                                int[] nDstStep,
                                                NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCrCb422 sampling format conversion.
 images.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDst - \ref destination_planar_image_pointer_array.
nDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr411ToYCrCb422_8u_P3C2R

public static int nppiYCbCr411ToYCrCb422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc,
                                                  int[] rSrcStep,
                                                  TypedPointer<Npp8u> pDst,
                                                  int nDstStep,
                                                  NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YCbCr411 to 2 channel 8-bit unsigned packed YCrCb422 sampling format conversion.
 images.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr411ToYCbCr420_8u_P3R

public static int nppiYCbCr411ToYCbCr420_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                                int[] rSrcStep,
                                                TypedPointer<Npp8u>[] pDst,
                                                int[] nDstStep,
                                                NppiSize oSizeROI)
 3 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
 images.

Parameters:
pSrc - \ref source_planar_image_pointer_array.
rSrcStep - \ref source_planar_image_line_step_array.
pDst - \ref destination_planar_image_pointer_array.
nDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr411ToYCbCr420_8u_P3P2R

public static int nppiYCbCr411ToYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[] pSrc,
                                                  int[] rSrcStep,
                                                  TypedPointer<Npp8u> pDstY,
                                                  int nDstYStep,
                                                  TypedPointer<Npp8u> pDstCbCr,
                                                  int nDstCbCrStep,
                                                  NppiSize oSizeROI)

nppiYCbCr411ToYCbCr420_8u_P2P3R

public static int nppiYCbCr411ToYCbCr420_8u_P2P3R(TypedPointer<Npp8u> pSrcY,
                                                  int nSrcYStep,
                                                  TypedPointer<Npp8u> pSrcCbCr,
                                                  int nSrcCbCrStep,
                                                  TypedPointer<Npp8u>[] pDst,
                                                  int[] rDstStep,
                                                  NppiSize oSizeROI)
 2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.

Parameters:
pSrcY - \ref source_planar_image_pointer.
nSrcYStep - \ref source_planar_image_line_step.
pSrcCbCr - \ref source_planar_image_pointer.
nSrcCbCrStep - \ref source_planar_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiYCbCr411ToYCrCb420_8u_P2P3R

public static int nppiYCbCr411ToYCrCb420_8u_P2P3R(TypedPointer<Npp8u> pSrcY,
                                                  int nSrcYStep,
                                                  TypedPointer<Npp8u> pSrcCbCr,
                                                  int nSrcCbCrStep,
                                                  TypedPointer<Npp8u>[] pDst,
                                                  int[] rDstStep,
                                                  NppiSize oSizeROI)
 2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCrCb420 sampling format conversion.

Parameters:
pSrcY - \ref source_planar_image_pointer.
nSrcYStep - \ref source_planar_image_line_step.
pSrcCbCr - \ref source_planar_image_pointer.
nSrcCbCrStep - \ref source_planar_image_line_step.
pDst - \ref destination_planar_image_pointer_array.
rDstStep - \ref destination_planar_image_line_step_array.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiGammaFwd_8u_C3R

public static int nppiGammaFwd_8u_C3R(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 3 channel 8-bit unsigned packed color not in place forward gamma correction.

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

nppiGammaFwd_8u_C3IR

public static int nppiGammaFwd_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 3 channel 8-bit unsigned packed color in place forward gamma correction.

Parameters:
pSrcDst - in place packed pixel image pointer.
nSrcDstStep - in place packed pixel format image line step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiGammaFwd_8u_AC4R

public static int nppiGammaFwd_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)
 4 channel 8-bit unsigned packed color with alpha not in place forward gamma correction.

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

nppiGammaFwd_8u_AC4IR

public static int nppiGammaFwd_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI)
 4 channel 8-bit unsigned packed color with alpha in place forward gamma correction.

Parameters:
pSrcDst - in place packed pixel format image pointer.
nSrcDstStep - in place packed pixel format image line step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiGammaFwd_8u_P3R

public static int nppiGammaFwd_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u>[] pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)

nppiGammaFwd_8u_IP3R

public static int nppiGammaFwd_8u_IP3R(TypedPointer<Npp8u>[] pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 3 channel 8-bit unsigned planar color in place forward gamma correction.

Parameters:
pSrcDst - in place planar pixel format image pointer array.
nSrcDstStep - in place planar pixel format image line step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiGammaInv_8u_C3R

public static int nppiGammaInv_8u_C3R(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)
 3 channel 8-bit unsigned packed color not in place inverse gamma correction.

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

nppiGammaInv_8u_C3IR

public static int nppiGammaInv_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 3 channel 8-bit unsigned packed color in place inverse gamma correction.

Parameters:
pSrcDst - in place packed pixel format image pointer.
nSrcDstStep - in place packed pixel format image line step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiGammaInv_8u_AC4R

public static int nppiGammaInv_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI)
 4 channel 8-bit unsigned packed color with alpha not in place inverse gamma correction.

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

nppiGammaInv_8u_AC4IR

public static int nppiGammaInv_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI)
 4 channel 8-bit unsigned packed color with alpha in place inverse gamma correction.

Parameters:
pSrcDst - in place packed pixel format image pointer.
nSrcDstStep - in place packed pixel format image line step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiGammaInv_8u_P3R

public static int nppiGammaInv_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u>[] pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI)

nppiGammaInv_8u_IP3R

public static int nppiGammaInv_8u_IP3R(TypedPointer<Npp8u>[] pSrcDst,
                                       int nSrcDstStep,
                                       NppiSize oSizeROI)
 3 channel 8-bit unsigned planar color in place inverse gamma correction.

Parameters:
pSrcDst - in place planar pixel format image pointer array.
nSrcDstStep - in place planar pixel format image line step.
oSizeROI - \ref roi_specification.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCompColorKey_8u_C1R

public static int nppiCompColorKey_8u_C1R(TypedPointer<Npp8u> pSrc1,
                                          int nSrc1Step,
                                          TypedPointer<Npp8u> pSrc2,
                                          int nSrc2Step,
                                          TypedPointer<Npp8u> pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI,
                                          byte nColorKeyConst)
 1 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2.

Parameters:
pSrc1 - source1 packed pixel format image pointer.
nSrc1Step - source1 packed pixel format image line step.
pSrc2 - source2 packed pixel format image pointer.
nSrc2Step - source2 packed pixel format image line step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nColorKeyConst - color key constant
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCompColorKey_8u_C3R

public static int nppiCompColorKey_8u_C3R(TypedPointer<Npp8u> pSrc1,
                                          int nSrc1Step,
                                          TypedPointer<Npp8u> pSrc2,
                                          int nSrc2Step,
                                          TypedPointer<Npp8u> pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI,
                                          byte[] nColorKeyConst)
 3 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2.

Parameters:
pSrc1 - source1 packed pixel format image pointer.
nSrc1Step - source1 packed pixel format image line step.
pSrc2 - source2 packed pixel format image pointer.
nSrc2Step - source2 packed pixel format image line step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nColorKeyConst - color key constant array
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCompColorKey_8u_C4R

public static int nppiCompColorKey_8u_C4R(TypedPointer<Npp8u> pSrc1,
                                          int nSrc1Step,
                                          TypedPointer<Npp8u> pSrc2,
                                          int nSrc2Step,
                                          TypedPointer<Npp8u> pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI,
                                          byte[] nColorKeyConst)
 4 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2.

Parameters:
pSrc1 - source1 packed pixel format image pointer.
nSrc1Step - source1 packed pixel format image line step.
pSrc2 - source2 packed pixel format image pointer.
nSrc2Step - source2 packed pixel format image line step.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nColorKeyConst - color key constant array
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiAlphaCompColorKey_8u_AC4R

public static int nppiAlphaCompColorKey_8u_AC4R(TypedPointer<Npp8u> pSrc1,
                                                int nSrc1Step,
                                                byte nAlpha1,
                                                TypedPointer<Npp8u> pSrc2,
                                                int nSrc2Step,
                                                byte nAlpha2,
                                                TypedPointer<Npp8u> pDst,
                                                int nDstStep,
                                                NppiSize oSizeROI,
                                                byte[] nColorKeyConst,
                                                int nppAlphaOp)
 4 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2 with alpha blending.

Parameters:
pSrc1 - source1 packed pixel format image pointer.
nSrc1Step - source1 packed pixel format image line step.
nAlpha1 - source1 image alpha opacity (0 - max channel pixel value).
pSrc2 - source2 packed pixel format image pointer.
nSrc2Step - source2 packed pixel format image line step.
nAlpha2 - source2 image alpha opacity (0 - max channel pixel value).
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nColorKeyConst - color key constant array
nppAlphaOp - NppiAlphaOp alpha compositing operation selector (excluding premul ops).
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. 

 >>>>>>> ATTENTION ATTENTION <<<<<<<

 NOTE: As of the 5.0 release of NPP, the pValues and pLevels pointers need to be device memory pointers.

 >>>>>>>                     <<<<<<<

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 (this is now a device memory pointer)
pLevels - Pointer to an array of user defined INPUT values (this is now a device memory pointer)
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. 

 >>>>>>> ATTENTION ATTENTION <<<<<<<

 NOTE: As of the 5.0 release of NPP, the pValues and pLevels pointers need to be host memory pointers to arrays of device memory pointers.

 >>>>>>>                     <<<<<<<

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 - Host pointer to an array of 3 device memory pointers, one per color CHANNEL, pointing to user defined OUTPUT values.
pLevels - Host pointer to an array of 3 device memory pointers, one per color CHANNEL, pointing to user defined INPUT values.
nLevels - Host pointer to an array of 3 user defined input/output mapping points, one per color 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_C4R

public static int nppiLUT_Linear_8u_C4R(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.
 
 The LUT is derived from a set of user defined mapping points through linear
 interpolation. 

 >>>>>>> ATTENTION ATTENTION <<<<<<<

 NOTE: As of the 5.0 release of NPP, the pValues and pLevels pointers need to be host memory pointers to arrays of device memory pointers.

 >>>>>>>                     <<<<<<<

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 - Host pointer to an array of 4 device memory pointers, one per color CHANNEL, pointing to user defined OUTPUT values.
pLevels - Host pointer to an array of 4 device memory pointers, one per color CHANNEL, pointing to user defined INPUT values.
nLevels - Host pointer to an array of 4 user defined input/output mapping points, one per color 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.

 >>>>>>> ATTENTION ATTENTION <<<<<<<

 NOTE: As of the 5.0 release of NPP, the pValues and pLevels pointers need to be host memory pointers to arrays of device memory pointers.

 >>>>>>>                     <<<<<<<

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 - Host pointer to an array of 3 device memory pointers, one per color CHANNEL, pointing to user defined OUTPUT values.
pLevels - Host pointer to an array of 3 device memory pointers, one per color CHANNEL, pointing to user defined INPUT values.
nLevels - Host pointer to an array of 3 user defined input/output mapping points, one per color 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.

nppiThreshold_8u_C1R

public static int nppiThreshold_8u_C1R(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       byte nThreshold,
                                       int eComparisonOperation)
 1 channel 8-bit unsigned char 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_C1IR

public static int nppiThreshold_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        byte nThreshold,
                                        int eComparisonOperation)

nppiThreshold_16u_C1R

public static int nppiThreshold_16u_C1R(TypedPointer<Npp16u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp16u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        short nThreshold,
                                        int eComparisonOperation)

nppiThreshold_16u_C1IR

public static int nppiThreshold_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
                                         int nSrcDstStep,
                                         NppiSize oSizeROI,
                                         short nThreshold,
                                         int eComparisonOperation)
 1 channel 16-bit unsigned short in place 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:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_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_16s_C1R

public static int nppiThreshold_16s_C1R(TypedPointer<Npp16s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp16s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        short nThreshold,
                                        int eComparisonOperation)

nppiThreshold_16s_C1IR

public static int nppiThreshold_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
                                         int nSrcDstStep,
                                         NppiSize oSizeROI,
                                         short nThreshold,
                                         int eComparisonOperation)
 1 channel 16-bit signed short in place 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:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_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_32f_C1R

public static int nppiThreshold_32f_C1R(TypedPointer<Npp32f> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp32f> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        float nThreshold,
                                        int eComparisonOperation)
 1 channel 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_32f_C1IR

public static int nppiThreshold_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
                                         int nSrcDstStep,
                                         NppiSize oSizeROI,
                                         float nThreshold,
                                         int eComparisonOperation)
 1 channel 32-bit floating point in place 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:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_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_C3R

public static int nppiThreshold_8u_C3R(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       byte[] rThresholds,
                                       int eComparisonOperation)

nppiThreshold_8u_C3IR

public static int nppiThreshold_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
                                        int nSrcDstStep,
                                        NppiSize oSizeROI,
                                        byte[] rThresholds,
                                        int eComparisonOperation)
 3 channel 8-bit unsigned char in place 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:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - 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.

nppiThreshold_16u_C3R

public static int nppiThreshold_16u_C3R(TypedPointer<Npp16u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp16u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        short[] rThresholds,
                                        int eComparisonOperation)
 3 channel 16-bit unsigned short 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.
rThresholds - 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.

nppiThreshold_16u_C3IR

public static int nppiThreshold_16u_C3IR(TypedPointer<Npp16u> pSrcDst,
                                         int nSrcDstStep,
                                         NppiSize oSizeROI,
                                         short[] rThresholds,
                                         int eComparisonOperation)
 3 channel 16-bit unsigned short in place 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:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - 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.

nppiThreshold_16s_C3R

public static int nppiThreshold_16s_C3R(TypedPointer<Npp16s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp16s> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        short[] rThresholds,
                                        int eComparisonOperation)
 3 channel 16-bit signed short 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.
rThresholds - 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.

nppiThreshold_16s_C3IR

public static int nppiThreshold_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
                                         int nSrcDstStep,
                                         NppiSize oSizeROI,
                                         short[] rThresholds,
                                         int eComparisonOperation)
 3 channel 16-bit signed short in place 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:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - 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.

nppiThreshold_32f_C3R

public static int nppiThreshold_32f_C3R(TypedPointer<Npp32f> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp32f> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        float[] rThresholds,
                                        int eComparisonOperation)
 3 channel 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.
rThresholds - 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.

nppiThreshold_32f_C3IR

public static int nppiThreshold_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
                                         int nSrcDstStep,
                                         NppiSize oSizeROI,
                                         float[] rThresholds,
                                         int eComparisonOperation)
 3 channel 32-bit floating point in place 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:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - 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.

nppiThreshold_8u_AC4R

public static int nppiThreshold_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        byte[] rThresholds,
                                        int eComparisonOperation)
 4 channel 8-bit unsigned char 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.
rThresholds - 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.

nppiThreshold_8u_AC4IR

public static int nppiThreshold_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
                                         int nSrcDstStep,
                                         NppiSize oSizeROI,
                                         byte[] rThresholds,
                                         int eComparisonOperation)
 4 channel 8-bit unsigned char in place 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:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - 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.

nppiThreshold_16u_AC4R

public static int nppiThreshold_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp16u> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI,
                                         short[] rThresholds,
                                         int eComparisonOperation)

nppiThreshold_16u_AC4IR

public static int nppiThreshold_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
                                          int nSrcDstStep,
                                          NppiSize oSizeROI,
                                          short[] rThresholds,
                                          int eComparisonOperation)

nppiThreshold_16s_AC4R

public static int nppiThreshold_16s_AC4R(TypedPointer<Npp16s> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp16s> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI,
                                         short[] rThresholds,
                                         int eComparisonOperation)
 4 channel 16-bit signed short 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.
rThresholds - 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.

nppiThreshold_16s_AC4IR

public static int nppiThreshold_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
                                          int nSrcDstStep,
                                          NppiSize oSizeROI,
                                          short[] rThresholds,
                                          int eComparisonOperation)
 4 channel 16-bit signed short in place 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:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - 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.

nppiThreshold_32f_AC4R

public static int nppiThreshold_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp32f> pDst,
                                         int nDstStep,
                                         NppiSize oSizeROI,
                                         float[] rThresholds,
                                         int eComparisonOperation)
 4 channel 32-bit floating point 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.
rThresholds - 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.

nppiThreshold_32f_AC4IR

public static int nppiThreshold_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
                                          int nSrcDstStep,
                                          NppiSize oSizeROI,
                                          float[] rThresholds,
                                          int eComparisonOperation)
 4 channel 32-bit floating point in place 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:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - 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.

nppiThreshold_GT_8u_C1R

public static int nppiThreshold_GT_8u_C1R(TypedPointer<Npp8u> pSrc,
                                          int nSrcStep,
                                          TypedPointer<Npp8u> pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI,
                                          byte nThreshold)
 1 channel 8-bit unsigned char threshold.
 If for a comparison operations sourcePixel is greater than 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.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GT_8u_C1IR

public static int nppiThreshold_GT_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
                                           int nSrcDstStep,
                                           NppiSize oSizeROI,
                                           byte nThreshold)
 1 channel 8-bit unsigned char in place threshold.
 If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set
 to nThreshold, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nThreshold - The threshold value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GT_16u_C1R

public static int nppiThreshold_GT_16u_C1R(TypedPointer<Npp16u> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp16u> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           short nThreshold)
 1 channel 16-bit unsigned short threshold.
 If for a comparison operations sourcePixel is greater than 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.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GT_16u_C1IR

public static int nppiThreshold_GT_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI,
                                            short nThreshold)

nppiThreshold_GT_16s_C1R

public static int nppiThreshold_GT_16s_C1R(TypedPointer<Npp16s> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp16s> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           short nThreshold)
 1 channel 16-bit signed short threshold.
 If for a comparison operations sourcePixel is greater than 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.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GT_16s_C1IR

public static int nppiThreshold_GT_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI,
                                            short nThreshold)

nppiThreshold_GT_32f_C1R

public static int nppiThreshold_GT_32f_C1R(TypedPointer<Npp32f> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp32f> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           float nThreshold)
 1 channel 32-bit floating point threshold.
 If for a comparison operations sourcePixel is greater than 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.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GT_32f_C1IR

public static int nppiThreshold_GT_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI,
                                            float nThreshold)
 1 channel 32-bit floating point in place threshold.
 If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set
 to nThreshold, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nThreshold - The threshold value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GT_8u_C3R

public static int nppiThreshold_GT_8u_C3R(TypedPointer<Npp8u> pSrc,
                                          int nSrcStep,
                                          TypedPointer<Npp8u> pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI,
                                          byte[] rThresholds)
 3 channel 8-bit unsigned char threshold.
 If for a comparison operations sourcePixel is greater than 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.
rThresholds - The threshold values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GT_8u_C3IR

public static int nppiThreshold_GT_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
                                           int nSrcDstStep,
                                           NppiSize oSizeROI,
                                           byte[] rThresholds)
 3 channel 8-bit unsigned char in place threshold.
 If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set
 to nThreshold, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - The threshold values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GT_16u_C3R

public static int nppiThreshold_GT_16u_C3R(TypedPointer<Npp16u> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp16u> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           short[] rThresholds)
 3 channel 16-bit unsigned short threshold.
 If for a comparison operations sourcePixel is greater than 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.
rThresholds - The threshold values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GT_16u_C3IR

public static int nppiThreshold_GT_16u_C3IR(TypedPointer<Npp16u> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI,
                                            short[] rThresholds)

nppiThreshold_GT_16s_C3R

public static int nppiThreshold_GT_16s_C3R(TypedPointer<Npp16s> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp16s> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           short[] rThresholds)
 3 channel 16-bit signed short threshold.
 If for a comparison operations sourcePixel is greater than 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.
rThresholds - The threshold values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GT_16s_C3IR

public static int nppiThreshold_GT_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI,
                                            short[] rThresholds)

nppiThreshold_GT_32f_C3R

public static int nppiThreshold_GT_32f_C3R(TypedPointer<Npp32f> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp32f> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           float[] rThresholds)

nppiThreshold_GT_32f_C3IR

public static int nppiThreshold_GT_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI,
                                            float[] rThresholds)
 3 channel 32-bit floating point in place threshold.
 If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set
 to nThreshold, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - The threshold values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GT_8u_AC4R

public static int nppiThreshold_GT_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp8u> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           byte[] rThresholds)
 4 channel 8-bit unsigned char image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set
 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.
rThresholds - The threshold values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GT_8u_AC4IR

public static int nppiThreshold_GT_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI,
                                            byte[] rThresholds)

nppiThreshold_GT_16u_AC4R

public static int nppiThreshold_GT_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp16u> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI,
                                            short[] rThresholds)
 4 channel 16-bit unsigned short image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set
 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.
rThresholds - The threshold values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GT_16u_AC4IR

public static int nppiThreshold_GT_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
                                             int nSrcDstStep,
                                             NppiSize oSizeROI,
                                             short[] rThresholds)
 4 channel 16-bit unsigned short in place image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set
 value is set to nThreshold, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - The threshold values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GT_16s_AC4R

public static int nppiThreshold_GT_16s_AC4R(TypedPointer<Npp16s> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp16s> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI,
                                            short[] rThresholds)
 4 channel 16-bit signed short image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set
 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.
rThresholds - The threshold values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GT_16s_AC4IR

public static int nppiThreshold_GT_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
                                             int nSrcDstStep,
                                             NppiSize oSizeROI,
                                             short[] rThresholds)

nppiThreshold_GT_32f_AC4R

public static int nppiThreshold_GT_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp32f> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI,
                                            float[] rThresholds)
 4 channel 32-bit floating point image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set
 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.
rThresholds - The threshold values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GT_32f_AC4IR

public static int nppiThreshold_GT_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
                                             int nSrcDstStep,
                                             NppiSize oSizeROI,
                                             float[] rThresholds)

nppiThreshold_LT_8u_C1R

public static int nppiThreshold_LT_8u_C1R(TypedPointer<Npp8u> pSrc,
                                          int nSrcStep,
                                          TypedPointer<Npp8u> pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI,
                                          byte nThreshold)
 1 channel 8-bit unsigned char threshold.
 If for a comparison operations sourcePixel is less than 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.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LT_8u_C1IR

public static int nppiThreshold_LT_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
                                           int nSrcDstStep,
                                           NppiSize oSizeROI,
                                           byte nThreshold)
 1 channel 8-bit unsigned char in place threshold.
 If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set
 to nThreshold, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nThreshold - The threshold value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LT_16u_C1R

public static int nppiThreshold_LT_16u_C1R(TypedPointer<Npp16u> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp16u> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           short nThreshold)
 1 channel 16-bit unsigned short threshold.
 If for a comparison operations sourcePixel is less than 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.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LT_16u_C1IR

public static int nppiThreshold_LT_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI,
                                            short nThreshold)

nppiThreshold_LT_16s_C1R

public static int nppiThreshold_LT_16s_C1R(TypedPointer<Npp16s> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp16s> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           short nThreshold)
 1 channel 16-bit signed short threshold.
 If for a comparison operations sourcePixel is less than 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.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LT_16s_C1IR

public static int nppiThreshold_LT_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI,
                                            short nThreshold)
 1 channel 16-bit signed short in place threshold.
 If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set
 to nThreshold, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nThreshold - The threshold value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LT_32f_C1R

public static int nppiThreshold_LT_32f_C1R(TypedPointer<Npp32f> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp32f> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           float nThreshold)
 1 channel 32-bit floating point threshold.
 If for a comparison operations sourcePixel is less than 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.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LT_32f_C1IR

public static int nppiThreshold_LT_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI,
                                            float nThreshold)
 1 channel 32-bit floating point in place threshold.
 If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set
 to nThreshold, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nThreshold - The threshold value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LT_8u_C3R

public static int nppiThreshold_LT_8u_C3R(TypedPointer<Npp8u> pSrc,
                                          int nSrcStep,
                                          TypedPointer<Npp8u> pDst,
                                          int nDstStep,
                                          NppiSize oSizeROI,
                                          byte[] rThresholds)
 3 channel 8-bit unsigned char threshold.
 If for a comparison operations sourcePixel is less than 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.
rThresholds - The threshold values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LT_8u_C3IR

public static int nppiThreshold_LT_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
                                           int nSrcDstStep,
                                           NppiSize oSizeROI,
                                           byte[] rThresholds)
 3 channel 8-bit unsigned char in place threshold.
 If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set
 to nThreshold, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - The threshold values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LT_16u_C3R

public static int nppiThreshold_LT_16u_C3R(TypedPointer<Npp16u> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp16u> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           short[] rThresholds)
 3 channel 16-bit unsigned short threshold.
 If for a comparison operations sourcePixel is less than 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.
rThresholds - The threshold values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LT_16u_C3IR

public static int nppiThreshold_LT_16u_C3IR(TypedPointer<Npp16u> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI,
                                            short[] rThresholds)
 3 channel 16-bit unsigned short in place threshold.
 If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set
 to nThreshold, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - The threshold values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LT_16s_C3R

public static int nppiThreshold_LT_16s_C3R(TypedPointer<Npp16s> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp16s> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           short[] rThresholds)
 3 channel 16-bit signed short threshold.
 If for a comparison operations sourcePixel is less than 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.
rThresholds - The threshold values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LT_16s_C3IR

public static int nppiThreshold_LT_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI,
                                            short[] rThresholds)
 3 channel 16-bit signed short in place threshold.
 If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set
 to nThreshold, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - The threshold values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LT_32f_C3R

public static int nppiThreshold_LT_32f_C3R(TypedPointer<Npp32f> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp32f> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           float[] rThresholds)
 3 channel 32-bit floating point threshold.
 If for a comparison operations sourcePixel is less than 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.
rThresholds - The threshold values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LT_32f_C3IR

public static int nppiThreshold_LT_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI,
                                            float[] rThresholds)
 3 channel 32-bit floating point in place threshold.
 If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set
 to nThreshold, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - The threshold values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LT_8u_AC4R

public static int nppiThreshold_LT_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp8u> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           byte[] rThresholds)
 4 channel 8-bit unsigned char image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set
 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.
rThresholds - The threshold values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LT_8u_AC4IR

public static int nppiThreshold_LT_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI,
                                            byte[] rThresholds)
 4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set
 value is set to nThreshold, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - The threshold values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LT_16u_AC4R

public static int nppiThreshold_LT_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp16u> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI,
                                            short[] rThresholds)
 4 channel 16-bit unsigned short image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set
 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.
rThresholds - The threshold values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LT_16u_AC4IR

public static int nppiThreshold_LT_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
                                             int nSrcDstStep,
                                             NppiSize oSizeROI,
                                             short[] rThresholds)

nppiThreshold_LT_16s_AC4R

public static int nppiThreshold_LT_16s_AC4R(TypedPointer<Npp16s> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp16s> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI,
                                            short[] rThresholds)
 4 channel 16-bit signed short image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set
 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.
rThresholds - The threshold values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LT_16s_AC4IR

public static int nppiThreshold_LT_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
                                             int nSrcDstStep,
                                             NppiSize oSizeROI,
                                             short[] rThresholds)
 4 channel 16-bit signed short in place image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set
 value is set to nThreshold, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - The threshold values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LT_32f_AC4R

public static int nppiThreshold_LT_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp32f> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI,
                                            float[] rThresholds)
 4 channel 32-bit floating point image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set
 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.
rThresholds - The threshold values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LT_32f_AC4IR

public static int nppiThreshold_LT_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
                                             int nSrcDstStep,
                                             NppiSize oSizeROI,
                                             float[] rThresholds)

nppiThreshold_Val_8u_C1R

public static int nppiThreshold_Val_8u_C1R(TypedPointer<Npp8u> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp8u> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           byte nThreshold,
                                           byte nValue,
                                           int eComparisonOperation)
 1 channel 8-bit unsigned char threshold.
 If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set
 to nValue, 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.
nValue - The threshold replacement 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_Val_8u_C1IR

public static int nppiThreshold_Val_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI,
                                            byte nThreshold,
                                            byte nValue,
                                            int eComparisonOperation)
 1 channel 8-bit unsigned char in place threshold.
 If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set
 to nValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nThreshold - The threshold value.
nValue - The threshold replacement 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_Val_16u_C1R

public static int nppiThreshold_Val_16u_C1R(TypedPointer<Npp16u> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp16u> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI,
                                            short nThreshold,
                                            short nValue,
                                            int eComparisonOperation)
 1 channel 16-bit unsigned short threshold.
 If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set
 to nValue, 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.
nValue - The threshold replacement 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_Val_16u_C1IR

public static int nppiThreshold_Val_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
                                             int nSrcDstStep,
                                             NppiSize oSizeROI,
                                             short nThreshold,
                                             short nValue,
                                             int eComparisonOperation)
 1 channel 16-bit unsigned short in place threshold.
 If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set
 to nValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nThreshold - The threshold value.
nValue - The threshold replacement 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_Val_16s_C1R

public static int nppiThreshold_Val_16s_C1R(TypedPointer<Npp16s> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp16s> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI,
                                            short nThreshold,
                                            short nValue,
                                            int eComparisonOperation)
 1 channel 16-bit signed short threshold.
 If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set
 to nValue, 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.
nValue - The threshold replacement 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_Val_16s_C1IR

public static int nppiThreshold_Val_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
                                             int nSrcDstStep,
                                             NppiSize oSizeROI,
                                             short nThreshold,
                                             short nValue,
                                             int eComparisonOperation)
 1 channel 16-bit signed short in place threshold.
 If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set
 to nValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nThreshold - The threshold value.
nValue - The threshold replacement 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_Val_32f_C1R

public static int nppiThreshold_Val_32f_C1R(TypedPointer<Npp32f> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp32f> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI,
                                            float nThreshold,
                                            float nValue,
                                            int eComparisonOperation)
 1 channel 32-bit floating point threshold.
 If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set
 to nValue, 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.
nValue - The threshold replacement 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_Val_32f_C1IR

public static int nppiThreshold_Val_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
                                             int nSrcDstStep,
                                             NppiSize oSizeROI,
                                             float nThreshold,
                                             float nValue,
                                             int eComparisonOperation)
 1 channel 32-bit floating point in place threshold.
 If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set
 to nValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nThreshold - The threshold value.
nValue - The threshold replacement 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_Val_8u_C3R

public static int nppiThreshold_Val_8u_C3R(TypedPointer<Npp8u> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp8u> pDst,
                                           int nDstStep,
                                           NppiSize oSizeROI,
                                           byte[] rThresholds,
                                           byte[] rValues,
                                           int eComparisonOperation)
 3 channel 8-bit unsigned char threshold.
 If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set
 to nValue, 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.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement 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.

nppiThreshold_Val_8u_C3IR

public static int nppiThreshold_Val_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
                                            int nSrcDstStep,
                                            NppiSize oSizeROI,
                                            byte[] rThresholds,
                                            byte[] rValues,
                                            int eComparisonOperation)
 3 channel 8-bit unsigned char in place threshold.
 If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set
 to nValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement 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.

nppiThreshold_Val_16u_C3R

public static int nppiThreshold_Val_16u_C3R(TypedPointer<Npp16u> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp16u> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI,
                                            short[] rThresholds,
                                            short[] rValues,
                                            int eComparisonOperation)

nppiThreshold_Val_16u_C3IR

public static int nppiThreshold_Val_16u_C3IR(TypedPointer<Npp16u> pSrcDst,
                                             int nSrcDstStep,
                                             NppiSize oSizeROI,
                                             short[] rThresholds,
                                             short[] rValues,
                                             int eComparisonOperation)
 3 channel 16-bit unsigned short in place threshold.
 If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set
 to nValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement 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.

nppiThreshold_Val_16s_C3R

public static int nppiThreshold_Val_16s_C3R(TypedPointer<Npp16s> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp16s> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI,
                                            short[] rThresholds,
                                            short[] rValues,
                                            int eComparisonOperation)
 3 channel 16-bit signed short threshold.
 If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set
 to nValue, 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.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement 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.

nppiThreshold_Val_16s_C3IR

public static int nppiThreshold_Val_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
                                             int nSrcDstStep,
                                             NppiSize oSizeROI,
                                             short[] rThresholds,
                                             short[] rValues,
                                             int eComparisonOperation)
 3 channel 16-bit signed short in place threshold.
 If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set
 to nValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement 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.

nppiThreshold_Val_32f_C3R

public static int nppiThreshold_Val_32f_C3R(TypedPointer<Npp32f> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp32f> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI,
                                            float[] rThresholds,
                                            float[] rValues,
                                            int eComparisonOperation)
 3 channel 32-bit floating point threshold.
 If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set
 to nValue, 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.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement 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.

nppiThreshold_Val_32f_C3IR

public static int nppiThreshold_Val_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
                                             int nSrcDstStep,
                                             NppiSize oSizeROI,
                                             float[] rThresholds,
                                             float[] rValues,
                                             int eComparisonOperation)
 3 channel 32-bit floating point in place threshold.
 If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set
 to nValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement 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.

nppiThreshold_Val_8u_AC4R

public static int nppiThreshold_Val_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp8u> pDst,
                                            int nDstStep,
                                            NppiSize oSizeROI,
                                            byte[] rThresholds,
                                            byte[] rValues,
                                            int eComparisonOperation)
 4 channel 8-bit unsigned char 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 nValue, 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.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement 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.

nppiThreshold_Val_8u_AC4IR

public static int nppiThreshold_Val_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
                                             int nSrcDstStep,
                                             NppiSize oSizeROI,
                                             byte[] rThresholds,
                                             byte[] rValues,
                                             int eComparisonOperation)
 4 channel 8-bit unsigned char in place 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 nValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement 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.

nppiThreshold_Val_16u_AC4R

public static int nppiThreshold_Val_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp16u> pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI,
                                             short[] rThresholds,
                                             short[] rValues,
                                             int eComparisonOperation)
 4 channel 16-bit unsigned short 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 nValue, 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.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement 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.

nppiThreshold_Val_16u_AC4IR

public static int nppiThreshold_Val_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
                                              int nSrcDstStep,
                                              NppiSize oSizeROI,
                                              short[] rThresholds,
                                              short[] rValues,
                                              int eComparisonOperation)
 4 channel 16-bit unsigned short in place 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 nValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement 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.

nppiThreshold_Val_16s_AC4R

public static int nppiThreshold_Val_16s_AC4R(TypedPointer<Npp16s> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp16s> pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI,
                                             short[] rThresholds,
                                             short[] rValues,
                                             int eComparisonOperation)
 4 channel 16-bit signed short 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 nValue, 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.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement 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.

nppiThreshold_Val_16s_AC4IR

public static int nppiThreshold_Val_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
                                              int nSrcDstStep,
                                              NppiSize oSizeROI,
                                              short[] rThresholds,
                                              short[] rValues,
                                              int eComparisonOperation)
 4 channel 16-bit signed short in place 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 nValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement 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.

nppiThreshold_Val_32f_AC4R

public static int nppiThreshold_Val_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp32f> pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI,
                                             float[] rThresholds,
                                             float[] rValues,
                                             int eComparisonOperation)
 4 channel 32-bit floating point 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 nValue, 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.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement 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.

nppiThreshold_Val_32f_AC4IR

public static int nppiThreshold_Val_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
                                              int nSrcDstStep,
                                              NppiSize oSizeROI,
                                              float[] rThresholds,
                                              float[] rValues,
                                              int eComparisonOperation)

nppiThreshold_GTVal_8u_C1R

public static int nppiThreshold_GTVal_8u_C1R(TypedPointer<Npp8u> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI,
                                             byte nThreshold,
                                             byte nValue)
 1 channel 8-bit unsigned char threshold.
 If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set
 to nValue, 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.
nValue - The threshold replacement value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GTVal_8u_C1IR

public static int nppiThreshold_GTVal_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
                                              int nSrcDstStep,
                                              NppiSize oSizeROI,
                                              byte nThreshold,
                                              byte nValue)
 1 channel 8-bit unsigned char in place threshold.
 If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set
 to nValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nThreshold - The threshold value.
nValue - The threshold replacement value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GTVal_16u_C1R

public static int nppiThreshold_GTVal_16u_C1R(TypedPointer<Npp16u> pSrc,
                                              int nSrcStep,
                                              TypedPointer<Npp16u> pDst,
                                              int nDstStep,
                                              NppiSize oSizeROI,
                                              short nThreshold,
                                              short nValue)
 1 channel 16-bit unsigned short threshold.
 If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set
 to nValue, 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.
nValue - The threshold replacement value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GTVal_16u_C1IR

public static int nppiThreshold_GTVal_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
                                               int nSrcDstStep,
                                               NppiSize oSizeROI,
                                               short nThreshold,
                                               short nValue)
 1 channel 16-bit unsigned short in place threshold.
 If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set
 to nValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nThreshold - The threshold value.
nValue - The threshold replacement value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GTVal_16s_C1R

public static int nppiThreshold_GTVal_16s_C1R(TypedPointer<Npp16s> pSrc,
                                              int nSrcStep,
                                              TypedPointer<Npp16s> pDst,
                                              int nDstStep,
                                              NppiSize oSizeROI,
                                              short nThreshold,
                                              short nValue)

nppiThreshold_GTVal_16s_C1IR

public static int nppiThreshold_GTVal_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
                                               int nSrcDstStep,
                                               NppiSize oSizeROI,
                                               short nThreshold,
                                               short nValue)
 1 channel 16-bit signed short in place threshold.
 If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set
 to nValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nThreshold - The threshold value.
nValue - The threshold replacement value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GTVal_32f_C1R

public static int nppiThreshold_GTVal_32f_C1R(TypedPointer<Npp32f> pSrc,
                                              int nSrcStep,
                                              TypedPointer<Npp32f> pDst,
                                              int nDstStep,
                                              NppiSize oSizeROI,
                                              float nThreshold,
                                              float nValue)
 1 channel 32-bit floating point threshold.
 If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set
 to nValue, 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.
nValue - The threshold replacement value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GTVal_32f_C1IR

public static int nppiThreshold_GTVal_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
                                               int nSrcDstStep,
                                               NppiSize oSizeROI,
                                               float nThreshold,
                                               float nValue)

nppiThreshold_GTVal_8u_C3R

public static int nppiThreshold_GTVal_8u_C3R(TypedPointer<Npp8u> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI,
                                             byte[] rThresholds,
                                             byte[] rValues)
 3 channel 8-bit unsigned char threshold.
 If for a comparison operations sourcePixel is greater than rThreshold is true, the pixel is set
 to rValue, 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.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GTVal_8u_C3IR

public static int nppiThreshold_GTVal_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
                                              int nSrcDstStep,
                                              NppiSize oSizeROI,
                                              byte[] rThresholds,
                                              byte[] rValues)
 3 channel 8-bit unsigned char in place threshold.
 If for a comparison operations sourcePixel is greater than rThreshold is true, the pixel is set
 to rValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GTVal_16u_C3R

public static int nppiThreshold_GTVal_16u_C3R(TypedPointer<Npp16u> pSrc,
                                              int nSrcStep,
                                              TypedPointer<Npp16u> pDst,
                                              int nDstStep,
                                              NppiSize oSizeROI,
                                              short[] rThresholds,
                                              short[] rValues)
 3 channel 16-bit unsigned short threshold.
 If for a comparison operations sourcePixel is greater than rThreshold is true, the pixel is set
 to rValue, 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.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GTVal_16u_C3IR

public static int nppiThreshold_GTVal_16u_C3IR(TypedPointer<Npp16u> pSrcDst,
                                               int nSrcDstStep,
                                               NppiSize oSizeROI,
                                               short[] rThresholds,
                                               short[] rValues)

nppiThreshold_GTVal_16s_C3R

public static int nppiThreshold_GTVal_16s_C3R(TypedPointer<Npp16s> pSrc,
                                              int nSrcStep,
                                              TypedPointer<Npp16s> pDst,
                                              int nDstStep,
                                              NppiSize oSizeROI,
                                              short[] rThresholds,
                                              short[] rValues)
 3 channel 16-bit signed short threshold.
 If for a comparison operations sourcePixel is greater than rThreshold is true, the pixel is set
 to rValue, 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.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GTVal_16s_C3IR

public static int nppiThreshold_GTVal_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
                                               int nSrcDstStep,
                                               NppiSize oSizeROI,
                                               short[] rThresholds,
                                               short[] rValues)
 3 channel 16-bit signed short in place threshold.
 If for a comparison operations sourcePixel is greater than rThreshold is true, the pixel is set
 to rValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GTVal_32f_C3R

public static int nppiThreshold_GTVal_32f_C3R(TypedPointer<Npp32f> pSrc,
                                              int nSrcStep,
                                              TypedPointer<Npp32f> pDst,
                                              int nDstStep,
                                              NppiSize oSizeROI,
                                              float[] rThresholds,
                                              float[] rValues)
 3 channel 32-bit floating point threshold.
 If for a comparison operations sourcePixel is greater than rThreshold is true, the pixel is set
 to rValue, 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.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GTVal_32f_C3IR

public static int nppiThreshold_GTVal_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
                                               int nSrcDstStep,
                                               NppiSize oSizeROI,
                                               float[] rThresholds,
                                               float[] rValues)
 3 channel 32-bit floating point in place threshold.
 If for a comparison operations sourcePixel is greater than rThreshold is true, the pixel is set
 to rValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GTVal_8u_AC4R

public static int nppiThreshold_GTVal_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                              int nSrcStep,
                                              TypedPointer<Npp8u> pDst,
                                              int nDstStep,
                                              NppiSize oSizeROI,
                                              byte[] rThresholds,
                                              byte[] rValues)

nppiThreshold_GTVal_8u_AC4IR

public static int nppiThreshold_GTVal_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
                                               int nSrcDstStep,
                                               NppiSize oSizeROI,
                                               byte[] rThresholds,
                                               byte[] rValues)
 4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is greater than rThreshold is true, the pixel is set
 value is set to rValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GTVal_16u_AC4R

public static int nppiThreshold_GTVal_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                               int nSrcStep,
                                               TypedPointer<Npp16u> pDst,
                                               int nDstStep,
                                               NppiSize oSizeROI,
                                               short[] rThresholds,
                                               short[] rValues)
 4 channel 16-bit unsigned short image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is greater than rThreshold is true, the pixel is set
 value is set to rValue, 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.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GTVal_16u_AC4IR

public static int nppiThreshold_GTVal_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
                                                int nSrcDstStep,
                                                NppiSize oSizeROI,
                                                short[] rThresholds,
                                                short[] rValues)
 4 channel 16-bit unsigned short in place image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is greater than rThreshold is true, the pixel is set
 value is set to rValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GTVal_16s_AC4R

public static int nppiThreshold_GTVal_16s_AC4R(TypedPointer<Npp16s> pSrc,
                                               int nSrcStep,
                                               TypedPointer<Npp16s> pDst,
                                               int nDstStep,
                                               NppiSize oSizeROI,
                                               short[] rThresholds,
                                               short[] rValues)
 4 channel 16-bit signed short image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is greater than rThreshold is true, the pixel is set
 value is set to rValue, 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.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GTVal_16s_AC4IR

public static int nppiThreshold_GTVal_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
                                                int nSrcDstStep,
                                                NppiSize oSizeROI,
                                                short[] rThresholds,
                                                short[] rValues)

nppiThreshold_GTVal_32f_AC4R

public static int nppiThreshold_GTVal_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                               int nSrcStep,
                                               TypedPointer<Npp32f> pDst,
                                               int nDstStep,
                                               NppiSize oSizeROI,
                                               float[] rThresholds,
                                               float[] rValues)
 4 channel 32-bit floating point image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is greater than rThreshold is true, the pixel is set
 value is set to rValue, 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.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_GTVal_32f_AC4IR

public static int nppiThreshold_GTVal_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
                                                int nSrcDstStep,
                                                NppiSize oSizeROI,
                                                float[] rThresholds,
                                                float[] rValues)

nppiThreshold_LTVal_8u_C1R

public static int nppiThreshold_LTVal_8u_C1R(TypedPointer<Npp8u> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI,
                                             byte nThreshold,
                                             byte nValue)
 1 channel 8-bit unsigned char threshold.
 If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set
 to nValue, 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.
nValue - The threshold replacement value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTVal_8u_C1IR

public static int nppiThreshold_LTVal_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
                                              int nSrcDstStep,
                                              NppiSize oSizeROI,
                                              byte nThreshold,
                                              byte nValue)
 1 channel 8-bit unsigned char in place threshold.
 If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set
 to nValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nThreshold - The threshold value.
nValue - The threshold replacement value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTVal_16u_C1R

public static int nppiThreshold_LTVal_16u_C1R(TypedPointer<Npp16u> pSrc,
                                              int nSrcStep,
                                              TypedPointer<Npp16u> pDst,
                                              int nDstStep,
                                              NppiSize oSizeROI,
                                              short nThreshold,
                                              short nValue)
 1 channel 16-bit unsigned short threshold.
 If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set
 to nValue, 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.
nValue - The threshold replacement value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTVal_16u_C1IR

public static int nppiThreshold_LTVal_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
                                               int nSrcDstStep,
                                               NppiSize oSizeROI,
                                               short nThreshold,
                                               short nValue)
 1 channel 16-bit unsigned short in place threshold.
 If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set
 to nValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nThreshold - The threshold value.
nValue - The threshold replacement value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTVal_16s_C1R

public static int nppiThreshold_LTVal_16s_C1R(TypedPointer<Npp16s> pSrc,
                                              int nSrcStep,
                                              TypedPointer<Npp16s> pDst,
                                              int nDstStep,
                                              NppiSize oSizeROI,
                                              short nThreshold,
                                              short nValue)
 1 channel 16-bit signed short threshold.
 If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set
 to nValue, 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.
nValue - The threshold replacement value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTVal_16s_C1IR

public static int nppiThreshold_LTVal_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
                                               int nSrcDstStep,
                                               NppiSize oSizeROI,
                                               short nThreshold,
                                               short nValue)
 1 channel 16-bit signed short in place threshold.
 If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set
 to nValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nThreshold - The threshold value.
nValue - The threshold replacement value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTVal_32f_C1R

public static int nppiThreshold_LTVal_32f_C1R(TypedPointer<Npp32f> pSrc,
                                              int nSrcStep,
                                              TypedPointer<Npp32f> pDst,
                                              int nDstStep,
                                              NppiSize oSizeROI,
                                              float nThreshold,
                                              float nValue)

nppiThreshold_LTVal_32f_C1IR

public static int nppiThreshold_LTVal_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
                                               int nSrcDstStep,
                                               NppiSize oSizeROI,
                                               float nThreshold,
                                               float nValue)
 1 channel 32-bit floating point in place threshold.
 If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set
 to nValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nThreshold - The threshold value.
nValue - The threshold replacement value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTVal_8u_C3R

public static int nppiThreshold_LTVal_8u_C3R(TypedPointer<Npp8u> pSrc,
                                             int nSrcStep,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiSize oSizeROI,
                                             byte[] rThresholds,
                                             byte[] rValues)

nppiThreshold_LTVal_8u_C3IR

public static int nppiThreshold_LTVal_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
                                              int nSrcDstStep,
                                              NppiSize oSizeROI,
                                              byte[] rThresholds,
                                              byte[] rValues)
 3 channel 8-bit unsigned char in place threshold.
 If for a comparison operations sourcePixel is less than rThreshold is true, the pixel is set
 to rValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTVal_16u_C3R

public static int nppiThreshold_LTVal_16u_C3R(TypedPointer<Npp16u> pSrc,
                                              int nSrcStep,
                                              TypedPointer<Npp16u> pDst,
                                              int nDstStep,
                                              NppiSize oSizeROI,
                                              short[] rThresholds,
                                              short[] rValues)
 3 channel 16-bit unsigned short threshold.
 If for a comparison operations sourcePixel is less than rThreshold is true, the pixel is set
 to rValue, 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.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTVal_16u_C3IR

public static int nppiThreshold_LTVal_16u_C3IR(TypedPointer<Npp16u> pSrcDst,
                                               int nSrcDstStep,
                                               NppiSize oSizeROI,
                                               short[] rThresholds,
                                               short[] rValues)
 3 channel 16-bit unsigned short in place threshold.
 If for a comparison operations sourcePixel is less than rThreshold is true, the pixel is set
 to rValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTVal_16s_C3R

public static int nppiThreshold_LTVal_16s_C3R(TypedPointer<Npp16s> pSrc,
                                              int nSrcStep,
                                              TypedPointer<Npp16s> pDst,
                                              int nDstStep,
                                              NppiSize oSizeROI,
                                              short[] rThresholds,
                                              short[] rValues)

nppiThreshold_LTVal_16s_C3IR

public static int nppiThreshold_LTVal_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
                                               int nSrcDstStep,
                                               NppiSize oSizeROI,
                                               short[] rThresholds,
                                               short[] rValues)
 3 channel 16-bit signed short in place threshold.
 If for a comparison operations sourcePixel is less than rThreshold is true, the pixel is set
 to rValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTVal_32f_C3R

public static int nppiThreshold_LTVal_32f_C3R(TypedPointer<Npp32f> pSrc,
                                              int nSrcStep,
                                              TypedPointer<Npp32f> pDst,
                                              int nDstStep,
                                              NppiSize oSizeROI,
                                              float[] rThresholds,
                                              float[] rValues)

nppiThreshold_LTVal_32f_C3IR

public static int nppiThreshold_LTVal_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
                                               int nSrcDstStep,
                                               NppiSize oSizeROI,
                                               float[] rThresholds,
                                               float[] rValues)

nppiThreshold_LTVal_8u_AC4R

public static int nppiThreshold_LTVal_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                              int nSrcStep,
                                              TypedPointer<Npp8u> pDst,
                                              int nDstStep,
                                              NppiSize oSizeROI,
                                              byte[] rThresholds,
                                              byte[] rValues)
 4 channel 8-bit unsigned char image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is less than rThreshold is true, the pixel is set
 value is set to rValue, 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.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTVal_8u_AC4IR

public static int nppiThreshold_LTVal_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
                                               int nSrcDstStep,
                                               NppiSize oSizeROI,
                                               byte[] rThresholds,
                                               byte[] rValues)
 4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is less than rThreshold is true, the pixel is set
 value is set to rValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTVal_16u_AC4R

public static int nppiThreshold_LTVal_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                               int nSrcStep,
                                               TypedPointer<Npp16u> pDst,
                                               int nDstStep,
                                               NppiSize oSizeROI,
                                               short[] rThresholds,
                                               short[] rValues)
 4 channel 16-bit unsigned short image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is less than rThreshold is true, the pixel is set
 value is set to rValue, 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.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTVal_16u_AC4IR

public static int nppiThreshold_LTVal_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
                                                int nSrcDstStep,
                                                NppiSize oSizeROI,
                                                short[] rThresholds,
                                                short[] rValues)
 4 channel 16-bit unsigned short in place image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is less than rThreshold is true, the pixel is set
 value is set to rValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTVal_16s_AC4R

public static int nppiThreshold_LTVal_16s_AC4R(TypedPointer<Npp16s> pSrc,
                                               int nSrcStep,
                                               TypedPointer<Npp16s> pDst,
                                               int nDstStep,
                                               NppiSize oSizeROI,
                                               short[] rThresholds,
                                               short[] rValues)
 4 channel 16-bit signed short image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is less than rThreshold is true, the pixel is set
 value is set to rValue, 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.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTVal_16s_AC4IR

public static int nppiThreshold_LTVal_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
                                                int nSrcDstStep,
                                                NppiSize oSizeROI,
                                                short[] rThresholds,
                                                short[] rValues)
 4 channel 16-bit signed short in place image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is less than rThreshold is true, the pixel is set
 value is set to rValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTVal_32f_AC4R

public static int nppiThreshold_LTVal_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                               int nSrcStep,
                                               TypedPointer<Npp32f> pDst,
                                               int nDstStep,
                                               NppiSize oSizeROI,
                                               float[] rThresholds,
                                               float[] rValues)
 4 channel 32-bit floating point image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is less than rThreshold is true, the pixel is set
 value is set to rValue, 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.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTVal_32f_AC4IR

public static int nppiThreshold_LTVal_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
                                                int nSrcDstStep,
                                                NppiSize oSizeROI,
                                                float[] rThresholds,
                                                float[] rValues)
 4 channel 32-bit floating point in place image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is less than rThreshold is true, the pixel is set
 value is set to rValue, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholds - The threshold values, one per color channel.
rValues - The threshold replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTValGTVal_8u_C1R

public static int nppiThreshold_LTValGTVal_8u_C1R(TypedPointer<Npp8u> pSrc,
                                                  int nSrcStep,
                                                  TypedPointer<Npp8u> pDst,
                                                  int nDstStep,
                                                  NppiSize oSizeROI,
                                                  byte nThresholdLT,
                                                  byte nValueLT,
                                                  byte nThresholdGT,
                                                  byte nValueGT)
 1 channel 8-bit unsigned char threshold.
 If for a comparison operations sourcePixel is less than nThresholdLT is true, the pixel is set
 to nValueLT, else if sourcePixel is greater than nThresholdGT the pixel is set to nValueGT, 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.
nThresholdLT - The thresholdLT value.
nValueLT - The thresholdLT replacement value.
nThresholdGT - The thresholdGT value.
nValueGT - The thresholdGT replacement value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTValGTVal_8u_C1IR

public static int nppiThreshold_LTValGTVal_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
                                                   int nSrcDstStep,
                                                   NppiSize oSizeROI,
                                                   byte nThresholdLT,
                                                   byte nValueLT,
                                                   byte nThresholdGT,
                                                   byte nValueGT)
 1 channel 8-bit unsigned char in place threshold.
 If for a comparison operations sourcePixel is less than nThresholdLT is true, the pixel is set
 to nValueLT, else if sourcePixel is greater than nThresholdGT the pixel is set to nValueGT, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nThresholdLT - The thresholdLT value.
nValueLT - The thresholdLT replacement value.
nThresholdGT - The thresholdGT value.
nValueGT - The thresholdGT replacement value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTValGTVal_16u_C1R

public static int nppiThreshold_LTValGTVal_16u_C1R(TypedPointer<Npp16u> pSrc,
                                                   int nSrcStep,
                                                   TypedPointer<Npp16u> pDst,
                                                   int nDstStep,
                                                   NppiSize oSizeROI,
                                                   short nThresholdLT,
                                                   short nValueLT,
                                                   short nThresholdGT,
                                                   short nValueGT)

nppiThreshold_LTValGTVal_16u_C1IR

public static int nppiThreshold_LTValGTVal_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
                                                    int nSrcDstStep,
                                                    NppiSize oSizeROI,
                                                    short nThresholdLT,
                                                    short nValueLT,
                                                    short nThresholdGT,
                                                    short nValueGT)

nppiThreshold_LTValGTVal_16s_C1R

public static int nppiThreshold_LTValGTVal_16s_C1R(TypedPointer<Npp16s> pSrc,
                                                   int nSrcStep,
                                                   TypedPointer<Npp16s> pDst,
                                                   int nDstStep,
                                                   NppiSize oSizeROI,
                                                   short nThresholdLT,
                                                   short nValueLT,
                                                   short nThresholdGT,
                                                   short nValueGT)
 1 channel 16-bit signed short threshold.
 If for a comparison operations sourcePixel is less than nThresholdLT is true, the pixel is set
 to nValueLT, else if sourcePixel is greater than nThresholdGT the pixel is set to nValueGT, 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.
nThresholdLT - The thresholdLT value.
nValueLT - The thresholdLT replacement value.
nThresholdGT - The thresholdGT value.
nValueGT - The thresholdGT replacement value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTValGTVal_16s_C1IR

public static int nppiThreshold_LTValGTVal_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
                                                    int nSrcDstStep,
                                                    NppiSize oSizeROI,
                                                    short nThresholdLT,
                                                    short nValueLT,
                                                    short nThresholdGT,
                                                    short nValueGT)
 1 channel 16-bit signed short in place threshold.
 If for a comparison operations sourcePixel is less than nThresholdLT is true, the pixel is set
 to nValueLT, else if sourcePixel is greater than nThresholdGT the pixel is set to nValueGT, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
nThresholdLT - The thresholdLT value.
nValueLT - The thresholdLT replacement value.
nThresholdGT - The thresholdGT value.
nValueGT - The thresholdGT replacement value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTValGTVal_32f_C1R

public static int nppiThreshold_LTValGTVal_32f_C1R(TypedPointer<Npp32f> pSrc,
                                                   int nSrcStep,
                                                   TypedPointer<Npp32f> pDst,
                                                   int nDstStep,
                                                   NppiSize oSizeROI,
                                                   float nThresholdLT,
                                                   float nValueLT,
                                                   float nThresholdGT,
                                                   float nValueGT)
 1 channel 32-bit floating point threshold.
 If for a comparison operations sourcePixel is less than nThresholdLT is true, the pixel is set
 to nValueLT, else if sourcePixel is greater than nThresholdGT the pixel is set to nValueGT, 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.
nThresholdLT - The thresholdLT value.
nValueLT - The thresholdLT replacement value.
nThresholdGT - The thresholdGT value.
nValueGT - The thresholdGT replacement value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTValGTVal_32f_C1IR

public static int nppiThreshold_LTValGTVal_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
                                                    int nSrcDstStep,
                                                    NppiSize oSizeROI,
                                                    float nThresholdLT,
                                                    float nValueLT,
                                                    float nThresholdGT,
                                                    float nValueGT)

nppiThreshold_LTValGTVal_8u_C3R

public static int nppiThreshold_LTValGTVal_8u_C3R(TypedPointer<Npp8u> pSrc,
                                                  int nSrcStep,
                                                  TypedPointer<Npp8u> pDst,
                                                  int nDstStep,
                                                  NppiSize oSizeROI,
                                                  byte[] rThresholdsLT,
                                                  byte[] rValuesLT,
                                                  byte[] rThresholdsGT,
                                                  byte[] rValuesGT)
 3 channel 8-bit unsigned char threshold.
 If for a comparison operations sourcePixel is less than rThresholdLT is true, the pixel is set
 to rValueLT, else if sourcePixel is greater than rThresholdGT the pixel is set to rValueGT, 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.
rThresholdsLT - The thresholdLT values, one per color channel.
rValuesLT - The thresholdLT replacement values, one per color channel.
rThresholdsGT - The thresholdGT values, one per channel.
rValuesGT - The thresholdGT replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTValGTVal_8u_C3IR

public static int nppiThreshold_LTValGTVal_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
                                                   int nSrcDstStep,
                                                   NppiSize oSizeROI,
                                                   byte[] rThresholdsLT,
                                                   byte[] rValuesLT,
                                                   byte[] rThresholdsGT,
                                                   byte[] rValuesGT)
 3 channel 8-bit unsigned char in place threshold.
 If for a comparison operations sourcePixel is less than rThresholdLT is true, the pixel is set
 to rValueLT, else if sourcePixel is greater than rThresholdGT the pixel is set to rValueGT, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref destination_image_pointer.
nSrcDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
rThresholdsLT - The thresholdLT values, one per color channel.
rValuesLT - The thresholdLT replacement values, one per color channel.
rThresholdsGT - The thresholdGT values, one per channel.
rValuesGT - The thresholdGT replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTValGTVal_16u_C3R

public static int nppiThreshold_LTValGTVal_16u_C3R(TypedPointer<Npp16u> pSrc,
                                                   int nSrcStep,
                                                   TypedPointer<Npp16u> pDst,
                                                   int nDstStep,
                                                   NppiSize oSizeROI,
                                                   short[] rThresholdsLT,
                                                   short[] rValuesLT,
                                                   short[] rThresholdsGT,
                                                   short[] rValuesGT)

nppiThreshold_LTValGTVal_16u_C3IR

public static int nppiThreshold_LTValGTVal_16u_C3IR(TypedPointer<Npp16u> pSrcDst,
                                                    int nSrcDstStep,
                                                    NppiSize oSizeROI,
                                                    short[] rThresholdsLT,
                                                    short[] rValuesLT,
                                                    short[] rThresholdsGT,
                                                    short[] rValuesGT)
 3 channel 16-bit unsigned short in place threshold.
 If for a comparison operations sourcePixel is less than rThresholdLT is true, the pixel is set
 to rValueLT, else if sourcePixel is greater than rThresholdGT the pixel is set to rValueGT, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholdsLT - The thresholdLT values, one per color channel.
rValuesLT - The thresholdLT replacement values, one per color channel.
rThresholdsGT - The thresholdGT values, one per channel.
rValuesGT - The thresholdGT replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTValGTVal_16s_C3R

public static int nppiThreshold_LTValGTVal_16s_C3R(TypedPointer<Npp16s> pSrc,
                                                   int nSrcStep,
                                                   TypedPointer<Npp16s> pDst,
                                                   int nDstStep,
                                                   NppiSize oSizeROI,
                                                   short[] rThresholdsLT,
                                                   short[] rValuesLT,
                                                   short[] rThresholdsGT,
                                                   short[] rValuesGT)
 3 channel 16-bit signed short threshold.
 If for a comparison operations sourcePixel is less than rThresholdLT is true, the pixel is set
 to rValueLT, else if sourcePixel is greater than rThresholdGT the pixel is set to rValueGT, 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.
rThresholdsLT - The thresholdLT values, one per color channel.
rValuesLT - The thresholdLT replacement values, one per color channel.
rThresholdsGT - The thresholdGT values, one per channel.
rValuesGT - The thresholdGT replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTValGTVal_16s_C3IR

public static int nppiThreshold_LTValGTVal_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
                                                    int nSrcDstStep,
                                                    NppiSize oSizeROI,
                                                    short[] rThresholdsLT,
                                                    short[] rValuesLT,
                                                    short[] rThresholdsGT,
                                                    short[] rValuesGT)
 3 channel 16-bit signed short in place threshold.
 If for a comparison operations sourcePixel is less than rThresholdLT is true, the pixel is set
 to rValueLT, else if sourcePixel is greater than rThresholdGT the pixel is set to rValueGT, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholdsLT - The thresholdLT values, one per color channel.
rValuesLT - The thresholdLT replacement values, one per color channel.
rThresholdsGT - The thresholdGT values, one per channel.
rValuesGT - The thresholdGT replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTValGTVal_32f_C3R

public static int nppiThreshold_LTValGTVal_32f_C3R(TypedPointer<Npp32f> pSrc,
                                                   int nSrcStep,
                                                   TypedPointer<Npp32f> pDst,
                                                   int nDstStep,
                                                   NppiSize oSizeROI,
                                                   float[] rThresholdsLT,
                                                   float[] rValuesLT,
                                                   float[] rThresholdsGT,
                                                   float[] rValuesGT)
 3 channel 32-bit floating point threshold.
 If for a comparison operations sourcePixel is less than rThresholdLT is true, the pixel is set
 to rValueLT, else if sourcePixel is greater than rThresholdGT the pixel is set to rValueGT, 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.
rThresholdsLT - The thresholdLT values, one per color channel.
rValuesLT - The thresholdLT replacement values, one per color channel.
rThresholdsGT - The thresholdGT values, one per channel.
rValuesGT - The thresholdGT replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTValGTVal_32f_C3IR

public static int nppiThreshold_LTValGTVal_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
                                                    int nSrcDstStep,
                                                    NppiSize oSizeROI,
                                                    float[] rThresholdsLT,
                                                    float[] rValuesLT,
                                                    float[] rThresholdsGT,
                                                    float[] rValuesGT)
 3 channel 32-bit floating point in place threshold.
 If for a comparison operations sourcePixel is less than rThresholdLT is true, the pixel is set
 to rValueLT, else if sourcePixel is greater than rThresholdGT the pixel is set to rValueGT, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholdsLT - The thresholdLT values, one per color channel.
rValuesLT - The thresholdLT replacement values, one per color channel.
rThresholdsGT - The thresholdGT values, one per channel.
rValuesGT - The thresholdGT replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTValGTVal_8u_AC4R

public static int nppiThreshold_LTValGTVal_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                                   int nSrcStep,
                                                   TypedPointer<Npp8u> pDst,
                                                   int nDstStep,
                                                   NppiSize oSizeROI,
                                                   byte[] rThresholdsLT,
                                                   byte[] rValuesLT,
                                                   byte[] rThresholdsGT,
                                                   byte[] rValuesGT)
 4 channel 8-bit unsigned char image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is less than rThresholdLT is true, the pixel is set
 value is set to rValueLT, else if sourcePixel is greater than rThresholdGT the pixel is set to rValueGT, 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.
rThresholdsLT - The thresholdLT values, one per color channel.
rValuesLT - The thresholdLT replacement values, one per color channel.
rThresholdsGT - The thresholdGT values, one per channel.
rValuesGT - The thresholdGT replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTValGTVal_8u_AC4IR

public static int nppiThreshold_LTValGTVal_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
                                                    int nSrcDstStep,
                                                    NppiSize oSizeROI,
                                                    byte[] rThresholdsLT,
                                                    byte[] rValuesLT,
                                                    byte[] rThresholdsGT,
                                                    byte[] rValuesGT)
 4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is less than rThresholdLT is true, the pixel is set
 value is set to rValueLT, else if sourcePixel is greater than rThresholdGT the pixel is set to rValueGT, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholdsLT - The thresholdLT values, one per color channel.
rValuesLT - The thresholdLT replacement values, one per color channel.
rThresholdsGT - The thresholdGT values, one per channel.
rValuesGT - The thresholdGT replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTValGTVal_16u_AC4R

public static int nppiThreshold_LTValGTVal_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                                    int nSrcStep,
                                                    TypedPointer<Npp16u> pDst,
                                                    int nDstStep,
                                                    NppiSize oSizeROI,
                                                    short[] rThresholdsLT,
                                                    short[] rValuesLT,
                                                    short[] rThresholdsGT,
                                                    short[] rValuesGT)
 4 channel 16-bit unsigned short image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is less than rThresholdLT is true, the pixel is set
 value is set to rValueLT, else if sourcePixel is greater than rThresholdGT the pixel is set to rValueGT, 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.
rThresholdsLT - The thresholdLT values, one per color channel.
rValuesLT - The thresholdLT replacement values, one per color channel.
rThresholdsGT - The thresholdGT values, one per channel.
rValuesGT - The thresholdGT replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTValGTVal_16u_AC4IR

public static int nppiThreshold_LTValGTVal_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
                                                     int nSrcDstStep,
                                                     NppiSize oSizeROI,
                                                     short[] rThresholdsLT,
                                                     short[] rValuesLT,
                                                     short[] rThresholdsGT,
                                                     short[] rValuesGT)
 4 channel 16-bit unsigned short in place image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is less than rThresholdLT is true, the pixel is set
 value is set to rValueLT, else if sourcePixel is greater than rThresholdGT the pixel is set to rValueGT, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholdsLT - The thresholdLT values, one per color channel.
rValuesLT - The thresholdLT replacement values, one per color channel.
rThresholdsGT - The thresholdGT values, one per channel.
rValuesGT - The thresholdGT replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTValGTVal_16s_AC4R

public static int nppiThreshold_LTValGTVal_16s_AC4R(TypedPointer<Npp16s> pSrc,
                                                    int nSrcStep,
                                                    TypedPointer<Npp16s> pDst,
                                                    int nDstStep,
                                                    NppiSize oSizeROI,
                                                    short[] rThresholdsLT,
                                                    short[] rValuesLT,
                                                    short[] rThresholdsGT,
                                                    short[] rValuesGT)

nppiThreshold_LTValGTVal_16s_AC4IR

public static int nppiThreshold_LTValGTVal_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
                                                     int nSrcDstStep,
                                                     NppiSize oSizeROI,
                                                     short[] rThresholdsLT,
                                                     short[] rValuesLT,
                                                     short[] rThresholdsGT,
                                                     short[] rValuesGT)
 4 channel 16-bit signed short in place image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is less than rThresholdLT is true, the pixel is set
 value is set to rValueLT, else if sourcePixel is greater than rThresholdGT the pixel is set to rValueGT, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholdsLT - The thresholdLT values, one per color channel.
rValuesLT - The thresholdLT replacement values, one per color channel.
rThresholdsGT - The thresholdGT values, one per channel.
rValuesGT - The thresholdGT replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTValGTVal_32f_AC4R

public static int nppiThreshold_LTValGTVal_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                                    int nSrcStep,
                                                    TypedPointer<Npp32f> pDst,
                                                    int nDstStep,
                                                    NppiSize oSizeROI,
                                                    float[] rThresholdsLT,
                                                    float[] rValuesLT,
                                                    float[] rThresholdsGT,
                                                    float[] rValuesGT)
 4 channel 32-bit floating point image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is less than rThresholdLT is true, the pixel is set
 value is set to rValueLT, else if sourcePixel is greater than rThresholdGT the pixel is set to rValueGT, 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.
rThresholdsLT - The thresholdLT values, one per color channel.
rValuesLT - The thresholdLT replacement values, one per color channel.
rThresholdsGT - The thresholdGT values, one per channel.
rValuesGT - The thresholdGT replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiThreshold_LTValGTVal_32f_AC4IR

public static int nppiThreshold_LTValGTVal_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
                                                     int nSrcDstStep,
                                                     NppiSize oSizeROI,
                                                     float[] rThresholdsLT,
                                                     float[] rValuesLT,
                                                     float[] rThresholdsGT,
                                                     float[] rValuesGT)
 4 channel 32-bit floating point in place image threshold, not affecting Alpha.
 If for a comparison operations sourcePixel is less than rThresholdLT is true, the pixel is set
 value is set to rValueLT, else if sourcePixel is greater than rThresholdGT the pixel is set to rValueGT, otherwise it is set to sourcePixel.

Parameters:
pSrcDst - \ref in_place_image_pointer.
nSrcDstStep - \ref in_place_image_line_step.
oSizeROI - \ref roi_specification.
rThresholdsLT - The thresholdLT values, one per color channel.
rValuesLT - The thresholdLT replacement values, one per color channel.
rThresholdsGT - The thresholdGT values, one per channel.
rValuesGT - The thresholdGT replacement values, one per color channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiCompare_8u_C1R

public static int nppiCompare_8u_C1R(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp8u> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int eComparisonOperation)
 1 channel 8-bit unsigned char 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_C3R

public static int nppiCompare_8u_C3R(TypedPointer<Npp8u> pSrc1,
                                     int nSrc1Step,
                                     TypedPointer<Npp8u> pSrc2,
                                     int nSrc2Step,
                                     TypedPointer<Npp8u> pDst,
                                     int nDstStep,
                                     NppiSize oSizeROI,
                                     int eComparisonOperation)
 3 channel 8-bit unsigned char 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_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 char 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 char 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_16u_C1R

public static int nppiCompare_16u_C1R(TypedPointer<Npp16u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16u> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int eComparisonOperation)
 1 channel 16-bit unsigned short 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_16u_C3R

public static int nppiCompare_16u_C3R(TypedPointer<Npp16u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16u> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int eComparisonOperation)
 3 channel 16-bit unsigned short 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_16u_C4R

public static int nppiCompare_16u_C4R(TypedPointer<Npp16u> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16u> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int eComparisonOperation)

nppiCompare_16u_AC4R

public static int nppiCompare_16u_AC4R(TypedPointer<Npp16u> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp16u> pSrc2,
                                       int nSrc2Step,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int eComparisonOperation)
 4 channel 16-bit unsigned short 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_16s_C1R

public static int nppiCompare_16s_C1R(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16s> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int eComparisonOperation)
 1 channel 16-bit signed short 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_16s_C3R

public static int nppiCompare_16s_C3R(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16s> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int eComparisonOperation)
 3 channel 16-bit signed short 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_16s_C4R

public static int nppiCompare_16s_C4R(TypedPointer<Npp16s> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp16s> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int eComparisonOperation)
 4 channel 16-bit signed short 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_16s_AC4R

public static int nppiCompare_16s_AC4R(TypedPointer<Npp16s> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp16s> pSrc2,
                                       int nSrc2Step,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int eComparisonOperation)
 4 channel 16-bit signed short 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)
 1 channel 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

nppiCompare_32f_C3R

public static int nppiCompare_32f_C3R(TypedPointer<Npp32f> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp32f> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int eComparisonOperation)
 3 channel 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

nppiCompare_32f_C4R

public static int nppiCompare_32f_C4R(TypedPointer<Npp32f> pSrc1,
                                      int nSrc1Step,
                                      TypedPointer<Npp32f> pSrc2,
                                      int nSrc2Step,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int eComparisonOperation)
 4 channel 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

nppiCompare_32f_AC4R

public static int nppiCompare_32f_AC4R(TypedPointer<Npp32f> pSrc1,
                                       int nSrc1Step,
                                       TypedPointer<Npp32f> pSrc2,
                                       int nSrc2Step,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int eComparisonOperation)
 4 channel 32-bit signed floating point 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

nppiCompareC_8u_C1R

public static int nppiCompareC_8u_C1R(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      byte nConstant,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int eComparisonOperation)
 1 channel 8-bit unsigned char image compare with constant value.
 Compare pSrc's pixels with constant value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
nConstant - constant value.
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

nppiCompareC_8u_C3R

public static int nppiCompareC_8u_C3R(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u> pConstants,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int eComparisonOperation)
 3 channel 8-bit unsigned char image compare with constant value.
 Compare pSrc's pixels with constant value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pConstants - pointer to a list of constant values, one per color channel..
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

nppiCompareC_8u_C4R

public static int nppiCompareC_8u_C4R(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u> pConstants,
                                      TypedPointer<Npp8u> pDst,
                                      int nDstStep,
                                      NppiSize oSizeROI,
                                      int eComparisonOperation)
 4 channel 8-bit unsigned char image compare with constant value.
 Compare pSrc's pixels with constant value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pConstants - pointer to a list of constants, one per color channel.
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

nppiCompareC_8u_AC4R

public static int nppiCompareC_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pConstants,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int eComparisonOperation)

nppiCompareC_16u_C1R

public static int nppiCompareC_16u_C1R(TypedPointer<Npp16u> pSrc,
                                       int nSrcStep,
                                       short nConstant,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int eComparisonOperation)
 1 channel 16-bit unsigned short image compare with constant value.
 Compare pSrc's pixels with constant value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
nConstant - constant value
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

nppiCompareC_16u_C3R

public static int nppiCompareC_16u_C3R(TypedPointer<Npp16u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp16u> pConstants,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int eComparisonOperation)

nppiCompareC_16u_C4R

public static int nppiCompareC_16u_C4R(TypedPointer<Npp16u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp16u> pConstants,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int eComparisonOperation)
 4 channel 16-bit unsigned short image compare with constant value.
 Compare pSrc's pixels with constant value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pConstants - pointer to a list of constants, one per color channel.
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

nppiCompareC_16u_AC4R

public static int nppiCompareC_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp16u> pConstants,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        int eComparisonOperation)
 4 channel 16-bit unsigned short image compare, not affecting Alpha.
 Compare pSrc's pixels with constant value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pConstants - pointer to a list of constants, one per color channel.
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

nppiCompareC_16s_C1R

public static int nppiCompareC_16s_C1R(TypedPointer<Npp16s> pSrc,
                                       int nSrcStep,
                                       short nConstant,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int eComparisonOperation)
 1 channel 16-bit signed short image compare with constant value.
 Compare pSrc's pixels with constant value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
nConstant - constant value.
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

nppiCompareC_16s_C3R

public static int nppiCompareC_16s_C3R(TypedPointer<Npp16s> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp16s> pConstants,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int eComparisonOperation)
 3 channel 16-bit signed short image compare with constant value.
 Compare pSrc's pixels with constant value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pConstants - pointer to a list of constants, one per color channel.
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

nppiCompareC_16s_C4R

public static int nppiCompareC_16s_C4R(TypedPointer<Npp16s> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp16s> pConstants,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int eComparisonOperation)
 4 channel 16-bit signed short image compare with constant value.
 Compare pSrc's pixels with constant value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pConstants - pointer to a list of constants, one per color channel.
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

nppiCompareC_16s_AC4R

public static int nppiCompareC_16s_AC4R(TypedPointer<Npp16s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp16s> pConstants,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        int eComparisonOperation)
 4 channel 16-bit signed short image compare, not affecting Alpha.
 Compare pSrc's pixels with constant value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pConstants - pointer to a list of constants, one per color channel.
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

nppiCompareC_32f_C1R

public static int nppiCompareC_32f_C1R(TypedPointer<Npp32f> pSrc,
                                       int nSrcStep,
                                       float nConstant,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int eComparisonOperation)
 1 channel 32-bit floating point image compare with constant value.
 Compare pSrc's pixels with constant value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
nConstant - constant value
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

nppiCompareC_32f_C3R

public static int nppiCompareC_32f_C3R(TypedPointer<Npp32f> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp32f> pConstants,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int eComparisonOperation)
 3 channel 32-bit floating point image compare with constant value.
 Compare pSrc's pixels with constant value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pConstants - pointer to a list of constants, one per color channel.
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

nppiCompareC_32f_C4R

public static int nppiCompareC_32f_C4R(TypedPointer<Npp32f> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp32f> pConstants,
                                       TypedPointer<Npp8u> pDst,
                                       int nDstStep,
                                       NppiSize oSizeROI,
                                       int eComparisonOperation)
 4 channel 32-bit floating point image compare with constant value.
 Compare pSrc's pixels with constant value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pConstants - pointer to a list of constants, one per color channel.
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

nppiCompareC_32f_AC4R

public static int nppiCompareC_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp32f> pConstants,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiSize oSizeROI,
                                        int eComparisonOperation)
 4 channel 32-bit signed floating point compare, not affecting Alpha.
 Compare pSrc's pixels with constant value.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pConstants - pointer to a list of constants, one per color channel.
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

nppiCompareEqualEps_32f_C1R

public static int nppiCompareEqualEps_32f_C1R(TypedPointer<Npp32f> pSrc1,
                                              int nSrc1Step,
                                              TypedPointer<Npp32f> pSrc2,
                                              int nSrc2Step,
                                              TypedPointer<Npp8u> pDst,
                                              int nDstStep,
                                              NppiSize oSizeROI,
                                              float nEpsilon)
 1 channel 32-bit floating point image compare whether two images are equal within epsilon.
 Compare pSrc1's pixels with corresponding pixels in pSrc2 to determine whether they are equal with a difference of epsilon.

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.
nEpsilon - epsilon tolerance value to compare to pixel absolute differences
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCompareEqualEps_32f_C3R

public static int nppiCompareEqualEps_32f_C3R(TypedPointer<Npp32f> pSrc1,
                                              int nSrc1Step,
                                              TypedPointer<Npp32f> pSrc2,
                                              int nSrc2Step,
                                              TypedPointer<Npp8u> pDst,
                                              int nDstStep,
                                              NppiSize oSizeROI,
                                              float nEpsilon)
 3 channel 32-bit floating point image compare whether two images are equal within epsilon.
 Compare pSrc1's pixels with corresponding pixels in pSrc2 to determine whether they are equal with a difference of epsilon.

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.
nEpsilon - epsilon tolerance value to compare to per color channel pixel absolute differences
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCompareEqualEps_32f_C4R

public static int nppiCompareEqualEps_32f_C4R(TypedPointer<Npp32f> pSrc1,
                                              int nSrc1Step,
                                              TypedPointer<Npp32f> pSrc2,
                                              int nSrc2Step,
                                              TypedPointer<Npp8u> pDst,
                                              int nDstStep,
                                              NppiSize oSizeROI,
                                              float nEpsilon)

nppiCompareEqualEps_32f_AC4R

public static int nppiCompareEqualEps_32f_AC4R(TypedPointer<Npp32f> pSrc1,
                                               int nSrc1Step,
                                               TypedPointer<Npp32f> pSrc2,
                                               int nSrc2Step,
                                               TypedPointer<Npp8u> pDst,
                                               int nDstStep,
                                               NppiSize oSizeROI,
                                               float nEpsilon)
 4 channel 32-bit signed floating point compare whether two images are equal within epsilon, not affecting Alpha.
 Compare pSrc1's pixels with corresponding pixels in pSrc2 to determine whether they are equal with a difference of epsilon.

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.
nEpsilon - epsilon tolerance value to compare to per color channel pixel absolute differences
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCompareEqualEpsC_32f_C1R

public static int nppiCompareEqualEpsC_32f_C1R(TypedPointer<Npp32f> pSrc,
                                               int nSrcStep,
                                               float nConstant,
                                               TypedPointer<Npp8u> pDst,
                                               int nDstStep,
                                               NppiSize oSizeROI,
                                               float nEpsilon)
 1 channel 32-bit floating point image compare whether image and constant are equal within epsilon.
 Compare pSrc's pixels with constant value to determine whether they are equal within a difference of epsilon.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
nConstant - constant value
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nEpsilon - epsilon tolerance value to compare to pixel absolute differences
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCompareEqualEpsC_32f_C3R

public static int nppiCompareEqualEpsC_32f_C3R(TypedPointer<Npp32f> pSrc,
                                               int nSrcStep,
                                               TypedPointer<Npp32f> pConstants,
                                               TypedPointer<Npp8u> pDst,
                                               int nDstStep,
                                               NppiSize oSizeROI,
                                               float nEpsilon)

nppiCompareEqualEpsC_32f_C4R

public static int nppiCompareEqualEpsC_32f_C4R(TypedPointer<Npp32f> pSrc,
                                               int nSrcStep,
                                               TypedPointer<Npp32f> pConstants,
                                               TypedPointer<Npp8u> pDst,
                                               int nDstStep,
                                               NppiSize oSizeROI,
                                               float nEpsilon)
 4 channel 32-bit floating point image compare whether image and constant are equal within epsilon.
 Compare pSrc's pixels with constant value to determine whether they are equal within a difference of epsilon.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pConstants - pointer to a list of constants, one per color channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nEpsilon - epsilon tolerance value to compare to per color channel pixel absolute differences
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiCompareEqualEpsC_32f_AC4R

public static int nppiCompareEqualEpsC_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                                int nSrcStep,
                                                TypedPointer<Npp32f> pConstants,
                                                TypedPointer<Npp8u> pDst,
                                                int nDstStep,
                                                NppiSize oSizeROI,
                                                float nEpsilon)
 4 channel 32-bit signed floating point compare whether image and constant are equal within epsilon, not affecting Alpha.
 Compare pSrc's pixels with constant value to determine whether they are equal within a difference of epsilon.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pConstants - pointer to a list of constants, one per color channel.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oSizeROI - \ref roi_specification.
nEpsilon - epsilon tolerance value to compare to per color channel pixel absolute differences
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)

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)

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)

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)

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

nppiSumGetBufferHostSize_8u_C1R

public static int nppiSumGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
                                                  int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiSum_8u_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiSumGetBufferHostSize_8u64s_C1R

public static int nppiSumGetBufferHostSize_8u64s_C1R(NppiSize oSizeROI,
                                                     int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiSum_8u64s_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiSumGetBufferHostSize_16u_C1R

public static int nppiSumGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)

nppiSumGetBufferHostSize_16s_C1R

public static int nppiSumGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiSum_16s_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiSumGetBufferHostSize_32f_C1R

public static int nppiSumGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiSum_32f_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiSumGetBufferHostSize_8u_C3R

public static int nppiSumGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
                                                  int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiSum_8u_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiSumGetBufferHostSize_16u_C3R

public static int nppiSumGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)

nppiSumGetBufferHostSize_16s_C3R

public static int nppiSumGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)
host pointer


nppiSumGetBufferHostSize_32f_C3R

public static int nppiSumGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiSum_32f_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiSumGetBufferHostSize_8u_AC4R

public static int nppiSumGetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiSum_8u_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiSumGetBufferHostSize_16u_AC4R

public static int nppiSumGetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
                                                    int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiSum_16u_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiSumGetBufferHostSize_16s_AC4R

public static int nppiSumGetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
                                                    int[] hpBufferSize)

nppiSumGetBufferHostSize_32f_AC4R

public static int nppiSumGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
                                                    int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiSum_32f_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiSumGetBufferHostSize_8u64s_C4R

public static int nppiSumGetBufferHostSize_8u64s_C4R(NppiSize oSizeROI,
                                                     int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiSum_8u64s_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiSumGetBufferHostSize_8u_C4R

public static int nppiSumGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
                                                  int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiSum_8u_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiSumGetBufferHostSize_16u_C4R

public static int nppiSumGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiSum_16u_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiSumGetBufferHostSize_16s_C4R

public static int nppiSumGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)

nppiSumGetBufferHostSize_32f_C4R

public static int nppiSumGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)

nppiSum_8u_C1R

public static int nppiSum_8u_C1R(TypedPointer<Npp8u> pSrc,
                                 int nSrcStep,
                                 NppiSize oSizeROI,
                                 TypedPointer<Npp8u> pDeviceBuffer,
                                 TypedPointer<Npp64f> pSum)
 1-channel 8-bit unsigned char 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. Use \ref nppiSumGetBufferHostSize_8u_C1R to determine the minium number of bytes required.
pSum - Pointer to the computed sum.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSum_8u64s_C1R

public static int nppiSum_8u64s_C1R(TypedPointer<Npp8u> pSrc,
                                    int nSrcStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp8u> pDeviceBuffer,
                                    TypedPointer<Npp64s> pSum)

nppiSum_16u_C1R

public static int nppiSum_16u_C1R(TypedPointer<Npp16u> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  TypedPointer<Npp64f> pSum)

nppiSum_16s_C1R

public static int nppiSum_16s_C1R(TypedPointer<Npp16s> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  TypedPointer<Npp64f> pSum)
 1-channel 16-bit signed short 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. Use \ref nppiSumGetBufferHostSize_16s_C1R to determine the minium number of bytes required.
pSum - Pointer to the computed sum.

nppiSum_32f_C1R

public static int nppiSum_32f_C1R(TypedPointer<Npp32f> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  TypedPointer<Npp64f> pSum)

nppiSum_8u_C3R

public static int nppiSum_8u_C3R(TypedPointer<Npp8u> pSrc,
                                 int nSrcStep,
                                 NppiSize oSizeROI,
                                 TypedPointer<Npp8u> pDeviceBuffer,
                                 double[] aSum)
 3-channel 8-bit unsigned char 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. Use \ref nppiSumGetBufferHostSize_8u_C3R to determine the minium number of bytes required.
aSum - Array that contains computed sum for each channel.

nppiSum_16u_C3R

public static int nppiSum_16u_C3R(TypedPointer<Npp16u> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  double[] aSum)

nppiSum_16s_C3R

public static int nppiSum_16s_C3R(TypedPointer<Npp16s> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  double[] aSum)
 3-channel 16-bit signed short 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. Use \ref nppiSumGetBufferHostSize_16s_C3R to determine the minium number of bytes required.
aSum - Array that contains computed sum for each channel.

nppiSum_32f_C3R

public static int nppiSum_32f_C3R(TypedPointer<Npp32f> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  double[] aSum)

nppiSum_8u_AC4R

public static int nppiSum_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  double[] aSum)
 4-channel 8-bit unsigned char image sum with 64-bit double precision result.
 Alpha channel is the last channel and is not processed.

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. Use \ref nppiSumGetBufferHostSize_8u_AC4R to determine the minium number of bytes required.
aSum - Array that contains computed sum for each channel (alpha channel is not computed).

nppiSum_16u_AC4R

public static int nppiSum_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                   int nSrcStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pDeviceBuffer,
                                   double[] aSum)
 4-channel 16-bit unsigned short image sum with 64-bit double precision result.
 Alpha channel is the last channel and is not processed.

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. Use \ref nppiSumGetBufferHostSize_16u_AC4R to determine the minium number of bytes required.
aSum - Array that contains computed sum for each channel (alpha channel is not computed).

nppiSum_16s_AC4R

public static int nppiSum_16s_AC4R(TypedPointer<Npp16s> pSrc,
                                   int nSrcStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pDeviceBuffer,
                                   double[] aSum)
 4-channel 16-bit signed short image sum with 64-bit double precision result.
 Alpha channel is the last channel and is not processed.

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. Use \ref nppiSumGetBufferHostSize_16s_AC4R to determine the minium number of bytes required.
aSum - Array that contains computed sum for each channel (alpha channel is not computed).

nppiSum_32f_AC4R

public static int nppiSum_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                   int nSrcStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pDeviceBuffer,
                                   double[] aSum)

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 char 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 Use \ref nppiSumGetBufferHostSize_8u_C4R to determine the minium number of bytes required.
aSum - Array that contains computed sum for each channel.
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 char 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 Use \ref nppiSumGetBufferHostSize_8u64s_C4R to determine the minium number of bytes required.
aSum - Array that contains computed sum for each channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSum_16u_C4R

public static int nppiSum_16u_C4R(TypedPointer<Npp16u> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  double[] aSum)
 4-channel 16-bit unsigned short 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 Use \ref nppiSumGetBufferHostSize_16u_C4R to determine the minium number of bytes required.
aSum - Array that contains computed sum for each channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSum_16s_C4R

public static int nppiSum_16s_C4R(TypedPointer<Npp16s> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  double[] aSum)
 4-channel 16-bit signed short 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 Use \ref nppiSumGetBufferHostSize_16s_C4R to determine the minium number of bytes required.
aSum - Array that contains computed sum for each channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiSum_32f_C4R

public static int nppiSum_32f_C4R(TypedPointer<Npp32f> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  double[] aSum)
 4-channel 32-bit floating point 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 Use \ref nppiSumGetBufferHostSize_32f_C4R to determine the minium number of bytes required.
aSum - Array that contains computed sum for each channel.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinGetBufferHostSize_8u_C1R

public static int nppiMinGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
                                                  int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMin_8u_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinGetBufferHostSize_16u_C1R

public static int nppiMinGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMin_16u_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinGetBufferHostSize_16s_C1R

public static int nppiMinGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMin_16s_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinGetBufferHostSize_32f_C1R

public static int nppiMinGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMin_32f_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinGetBufferHostSize_8u_C3R

public static int nppiMinGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
                                                  int[] hpBufferSize)
host pointer


nppiMinGetBufferHostSize_16u_C3R

public static int nppiMinGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMin_16u_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinGetBufferHostSize_16s_C3R

public static int nppiMinGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMin_16s_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinGetBufferHostSize_32f_C3R

public static int nppiMinGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMin_32f_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinGetBufferHostSize_8u_C4R

public static int nppiMinGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
                                                  int[] hpBufferSize)

nppiMinGetBufferHostSize_16u_C4R

public static int nppiMinGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)

nppiMinGetBufferHostSize_16s_C4R

public static int nppiMinGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)

nppiMinGetBufferHostSize_32f_C4R

public static int nppiMinGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMin_32f_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinGetBufferHostSize_8u_AC4R

public static int nppiMinGetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMin_8u_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinGetBufferHostSize_16u_AC4R

public static int nppiMinGetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
                                                    int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMin_16u_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinGetBufferHostSize_16s_AC4R

public static int nppiMinGetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
                                                    int[] hpBufferSize)

nppiMinGetBufferHostSize_32f_AC4R

public static int nppiMinGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
                                                    int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMin_32f_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMin_8u_C1R

public static int nppiMin_8u_C1R(TypedPointer<Npp8u> pSrc,
                                 int nSrcStep,
                                 NppiSize oSizeROI,
                                 TypedPointer<Npp8u> pDeviceBuffer,
                                 TypedPointer<Npp8u> pMin)
 1-channel 8-bit unsigned char image min.

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 Use \ref nppiMinGetBufferHostSize_8u_C1R to determine the minium number of bytes required.
pMin - Device-memory pointer receiving the minimum result.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMin_16u_C1R

public static int nppiMin_16u_C1R(TypedPointer<Npp16u> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  TypedPointer<Npp16u> pMin)
 1-channel 16-bit unsigned short integer image min.

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 Use \ref nppiMinGetBufferHostSize_16u_C1R to determine the minium number of bytes required.
pMin - Device-memory pointer receiving the minimum result.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMin_16s_C1R

public static int nppiMin_16s_C1R(TypedPointer<Npp16s> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  TypedPointer<Npp16s> pMin)
 1-channel 16-bit signed short integer image min.

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 Use \ref nppiMinGetBufferHostSize_16s_C1R to determine the minium number of bytes required.
pMin - Device-memory pointer receiving the minimum result.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMin_32f_C1R

public static int nppiMin_32f_C1R(TypedPointer<Npp32f> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  TypedPointer<Npp32f> pMin)
 1-channel 32-bit floating point image min.

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 Use \ref nppiMinGetBufferHostSize_32f_C1R to determine the minium number of bytes required.
pMin - Device-memory pointer receiving the minimum result.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMin_8u_C3R

public static int nppiMin_8u_C3R(TypedPointer<Npp8u> pSrc,
                                 int nSrcStep,
                                 NppiSize oSizeROI,
                                 TypedPointer<Npp8u> pDeviceBuffer,
                                 byte[] aMin)
 3-channel 8-bit unsigned char image min.

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 Use \ref nppiMinGetBufferHostSize_8u_C3R to determine the minium number of bytes required.
aMin - Device-memory array receiving the minimum results, three elements for three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMin_16u_C3R

public static int nppiMin_16u_C3R(TypedPointer<Npp16u> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  short[] aMin)
 3-channel 16-bit unsigned short integer image min.

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 Use \ref nppiMinGetBufferHostSize_16u_C3R to determine the minium number of bytes required.
aMin - Device-memory array receiving the minimum results, three elements for three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMin_16s_C3R

public static int nppiMin_16s_C3R(TypedPointer<Npp16s> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  short[] aMin)

nppiMin_32f_C3R

public static int nppiMin_32f_C3R(TypedPointer<Npp32f> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  float[] aMin)
 3-channel 32-bit floating point image min.

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 Use \ref nppiMinGetBufferHostSize_32f_C3R to determine the minium number of bytes required.
aMin - Device-memory array receiving the minimum results, three elements for three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMin_8u_C4R

public static int nppiMin_8u_C4R(TypedPointer<Npp8u> pSrc,
                                 int nSrcStep,
                                 NppiSize oSizeROI,
                                 TypedPointer<Npp8u> pDeviceBuffer,
                                 byte[] aMin)
 4-channel 8-bit unsigned char image min.

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 Use \ref nppiMinGetBufferHostSize_8u_C4R to determine the minium number of bytes required.
aMin - Device-memory array receiving the minimum result, four elements for four channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMin_16u_C4R

public static int nppiMin_16u_C4R(TypedPointer<Npp16u> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  short[] aMin)
 4-channel 16-bit unsigned short integer image min.

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 Use \ref nppiMinGetBufferHostSize_16u_C4R to determine the minium number of bytes required.
aMin - Device-memory array receiving the minimum result, four elements for four channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMin_16s_C4R

public static int nppiMin_16s_C4R(TypedPointer<Npp16s> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  short[] aMin)
 4-channel 16-bit signed short integer image min.

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 Use \ref nppiMinGetBufferHostSize_16s_C4R to determine the minium number of bytes required.
aMin - Device-memory array receiving the minimum result, four elements for four channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMin_32f_C4R

public static int nppiMin_32f_C4R(TypedPointer<Npp32f> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  float[] aMin)
 4-channel 32-bit floating point image min.

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 Use \ref nppiMinGetBufferHostSize_32f_C4R to determine the minium number of bytes required.
aMin - Device-memory array receiving the minimum result, four elements for four channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMin_8u_AC4R

public static int nppiMin_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  byte[] aMin)
 4-channel 8-bit unsigned char image min (alpha channel is not processed).

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 Use \ref nppiMinGetBufferHostSize_8u_AC4R to determine the minium number of bytes required.
aMin - Device-memory array receiving the minimum result, three elements for the first three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMin_16u_AC4R

public static int nppiMin_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                   int nSrcStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pDeviceBuffer,
                                   short[] aMin)
 4-channel 16-bit unsigned short integer image min (alpha channel is not processed).

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 Use \ref nppiMinGetBufferHostSize_16u_AC4R to determine the minium number of bytes required.
aMin - Device-memory array receiving the minimum result, three elements for the first three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMin_16s_AC4R

public static int nppiMin_16s_AC4R(TypedPointer<Npp16s> pSrc,
                                   int nSrcStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pDeviceBuffer,
                                   short[] aMin)
 4-channel 16-bit signed short integer image min (alpha channel is not processed).

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 Use \ref nppiMinGetBufferHostSize_16s_AC4R to determine the minium number of bytes required.
aMin - Device-memory array receiving the minimum result, three elements for the first three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMin_32f_AC4R

public static int nppiMin_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                   int nSrcStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pDeviceBuffer,
                                   float[] aMin)
 4-channel 32-bit floating point image min (alpha channel is not processed).

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 Use \ref nppiMinGetBufferHostSize_32f_AC4R to determine the minium number of bytes required.
aMin - Device-memory array receiving the minimum result, three elements for the first three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinIndxGetBufferHostSize_8u_C1R

public static int nppiMinIndxGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)

nppiMinIndxGetBufferHostSize_16u_C1R

public static int nppiMinIndxGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)

nppiMinIndxGetBufferHostSize_16s_C1R

public static int nppiMinIndxGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinIndx_16s_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinIndxGetBufferHostSize_32f_C1R

public static int nppiMinIndxGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinIndx_32f_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinIndxGetBufferHostSize_8u_C3R

public static int nppiMinIndxGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinIndx_8u_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinIndxGetBufferHostSize_16u_C3R

public static int nppiMinIndxGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinIndx_16u_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinIndxGetBufferHostSize_16s_C3R

public static int nppiMinIndxGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinIndx_16s_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinIndxGetBufferHostSize_32f_C3R

public static int nppiMinIndxGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinIndx_32f_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinIndxGetBufferHostSize_8u_C4R

public static int nppiMinIndxGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinIndx_8u_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinIndxGetBufferHostSize_16u_C4R

public static int nppiMinIndxGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
host pointer


nppiMinIndxGetBufferHostSize_16s_C4R

public static int nppiMinIndxGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinIndx_16s_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinIndxGetBufferHostSize_32f_C4R

public static int nppiMinIndxGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
host pointer


nppiMinIndxGetBufferHostSize_8u_AC4R

public static int nppiMinIndxGetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinIndx_8u_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinIndxGetBufferHostSize_16u_AC4R

public static int nppiMinIndxGetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
                                                        int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinIndx_8u_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinIndxGetBufferHostSize_16s_AC4R

public static int nppiMinIndxGetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
                                                        int[] hpBufferSize)

nppiMinIndxGetBufferHostSize_32f_AC4R

public static int nppiMinIndxGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
                                                        int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinIndx_32f_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinIndx_8u_C1R

public static int nppiMinIndx_8u_C1R(TypedPointer<Npp8u> pSrc,
                                     int nSrcStep,
                                     NppiSize oSizeROI,
                                     TypedPointer<Npp8u> pDeviceBuffer,
                                     TypedPointer<Npp8u> pMin,
                                     int[] pIndexX,
                                     int[] pIndexY)
 1-channel 8-bit unsigned char image min with its X and Y coordinates.

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 Use \ref nppiMinIndxGetBufferHostSize_8u_C1R to determine the minium number of bytes required.
pMin - Device-memory pointer receiving the minimum result.
pIndexX - Device-memory pointer to the X coordinate of the image min value.
pIndexY - Device-memory pointer to the Y coordinate of the image min value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinIndx_16u_C1R

public static int nppiMinIndx_16u_C1R(TypedPointer<Npp16u> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp8u> pDeviceBuffer,
                                      TypedPointer<Npp16u> pMin,
                                      int[] pIndexX,
                                      int[] pIndexY)
 1-channel 16-bit unsigned short integer image min with its X and Y coordinates.

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 Use \ref nppiMinIndxGetBufferHostSize_16u_C1R to determine the minium number of bytes required.
pMin - Device-memory pointer receiving the minimum result.
pIndexX - Device-memory pointer to the X coordinate of the image min value.
pIndexY - Device-memory pointer to the Y coordinate of the image min value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinIndx_16s_C1R

public static int nppiMinIndx_16s_C1R(TypedPointer<Npp16s> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp8u> pDeviceBuffer,
                                      TypedPointer<Npp16s> pMin,
                                      int[] pIndexX,
                                      int[] pIndexY)
 1-channel 16-bit signed short integer image min with its X and Y coordinates.

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 Use \ref nppiMinIndxGetBufferHostSize_16s_C1R to determine the minium number of bytes required.
pMin - Device-memory pointer receiving the minimum result.
pIndexX - Device-memory pointer to the X coordinate of the image min value.
pIndexY - Device-memory pointer to the Y coordinate of the image min value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinIndx_32f_C1R

public static int nppiMinIndx_32f_C1R(TypedPointer<Npp32f> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp8u> pDeviceBuffer,
                                      TypedPointer<Npp32f> pMin,
                                      int[] pIndexX,
                                      int[] pIndexY)
 1-channel 32-bit floating point image min with its X and Y coordinates.

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 Use \ref nppiMinIndxGetBufferHostSize_32f_C1R to determine the minium number of bytes required.
pMin - Device-memory pointer receiving the minimum result.
pIndexX - Device-memory pointer to the X coordinate of the image min value.
pIndexY - Device-memory pointer to the Y coordinate of the image min value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinIndx_8u_C3R

public static int nppiMinIndx_8u_C3R(TypedPointer<Npp8u> pSrc,
                                     int nSrcStep,
                                     NppiSize oSizeROI,
                                     TypedPointer<Npp8u> pDeviceBuffer,
                                     byte[] aMin,
                                     int[] aIndexX,
                                     int[] aIndexY)
 3-channel 8-bit unsigned char image min values with their X and Y coordinates.

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 Use \ref nppiMinIndxGetBufferHostSize_8u_C3R to determine the minium number of bytes required.
aMin - Device-memory array receiving the minimum result, three elements for three channels.
aIndexX - Device-memory array to the X coordinates of the image min values, three elements for three channels.
aIndexY - Device-memory array to the Y coordinates of the image min values, three elements for three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinIndx_16u_C3R

public static int nppiMinIndx_16u_C3R(TypedPointer<Npp16u> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp8u> pDeviceBuffer,
                                      short[] aMin,
                                      int[] aIndexX,
                                      int[] aIndexY)

nppiMinIndx_16s_C3R

public static int nppiMinIndx_16s_C3R(TypedPointer<Npp16s> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp8u> pDeviceBuffer,
                                      short[] aMin,
                                      int[] aIndexX,
                                      int[] aIndexY)

nppiMinIndx_32f_C3R

public static int nppiMinIndx_32f_C3R(TypedPointer<Npp32f> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp8u> pDeviceBuffer,
                                      float[] aMin,
                                      int[] aIndexX,
                                      int[] aIndexY)
 3-channel 32-bit floating point image min values with their X and Y coordinates.

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 Use \ref nppiMinIndxGetBufferHostSize_32f_C3R to determine the minium number of bytes required.
aMin - Device-memory array receiving the minimum result, three elements for three channels.
aIndexX - Device-memory array to the X coordinates of the image min values, three elements for three channels.
aIndexY - Device-memory array to the Y coordinates of the image min values, three elements for three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinIndx_8u_C4R

public static int nppiMinIndx_8u_C4R(TypedPointer<Npp8u> pSrc,
                                     int nSrcStep,
                                     NppiSize oSizeROI,
                                     TypedPointer<Npp8u> pDeviceBuffer,
                                     byte[] aMin,
                                     int[] aIndexX,
                                     int[] aIndexY)
 4-channel 8-bit unsigned char image min values with their X and Y coordinates.

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 Use \ref nppiMinIndxGetBufferHostSize_8u_C4R to determine the minium number of bytes required.
aMin - Device-memory array receiving the minimum result, four elements for four channels.
aIndexX - Device-memory array to the X coordinates of the image min values, four elements for four channels.
aIndexY - Device-memory array to the Y coordinates of the image min values, four elements for four channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinIndx_16u_C4R

public static int nppiMinIndx_16u_C4R(TypedPointer<Npp16u> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp8u> pDeviceBuffer,
                                      short[] aMin,
                                      int[] aIndexX,
                                      int[] aIndexY)
 4-channel 16-bit unsigned short integer image min values with their X and Y coordinates.

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 Use \ref nppiMinIndxGetBufferHostSize_16u_C4R to determine the minium number of bytes required.
aMin - Device-memory array receiving the minimum result, four elements for four channels.
aIndexX - Device-memory array to the X coordinates of the image min values, four elements for four channels.
aIndexY - Device-memory array to the Y coordinates of the image min values, four elements for four channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinIndx_16s_C4R

public static int nppiMinIndx_16s_C4R(TypedPointer<Npp16s> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp8u> pDeviceBuffer,
                                      short[] aMin,
                                      int[] aIndexX,
                                      int[] aIndexY)
 4-channel 16-bit signed short integer image min values with their X and Y coordinates.

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 Use \ref nppiMinIndxGetBufferHostSize_16s_C4R to determine the minium number of bytes required.
aMin - Device-memory array receiving the minimum result, four elements for four channels.
aIndexX - Device-memory array to the X coordinates of the image min values, four elements for four channels.
aIndexY - Device-memory array to the Y coordinates of the image min values, four elements for four channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinIndx_32f_C4R

public static int nppiMinIndx_32f_C4R(TypedPointer<Npp32f> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp8u> pDeviceBuffer,
                                      float[] aMin,
                                      int[] aIndexX,
                                      int[] aIndexY)
 4-channel 32-bit floating point image min values with their X and Y coordinates.

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 Use \ref nppiMinIndxGetBufferHostSize_32f_C4R to determine the minium number of bytes required.
aMin - Device-memory array receiving the minimum result, four elements for four channels.
aIndexX - Device-memory array to the X coordinates of the image min values, four elements for four channels.
aIndexY - Device-memory array to the Y coordinates of the image min values, four elements for four channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinIndx_8u_AC4R

public static int nppiMinIndx_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp8u> pDeviceBuffer,
                                      byte[] aMin,
                                      int[] aIndexX,
                                      int[] aIndexY)
 4-channel 8-bit unsigned char image min values with their X and Y coordinates (alpha channel is not processed).

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 Use \ref nppiMinIndxGetBufferHostSize_8u_AC4R to determine the minium number of bytes required.
aMin - Device-memory array receiving the minimum result, three elements for the three channels.
aIndexX - Device-memory array to the X coordinates of the image min values, three elements for the three channels.
aIndexY - Device-memory array to the Y coordinates of the image min values, three elements for the three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinIndx_16u_AC4R

public static int nppiMinIndx_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                       int nSrcStep,
                                       NppiSize oSizeROI,
                                       TypedPointer<Npp8u> pDeviceBuffer,
                                       short[] aMin,
                                       int[] aIndexX,
                                       int[] aIndexY)

nppiMinIndx_16s_AC4R

public static int nppiMinIndx_16s_AC4R(TypedPointer<Npp16s> pSrc,
                                       int nSrcStep,
                                       NppiSize oSizeROI,
                                       TypedPointer<Npp8u> pDeviceBuffer,
                                       short[] aMin,
                                       int[] aIndexX,
                                       int[] aIndexY)
 4-channel 16-bit signed short integer image min values with their X and Y coordinates (alpha channel is not processed).

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 Use \ref nppiMinIndxGetBufferHostSize_16s_AC4R to determine the minium number of bytes required.
aMin - Device-memory array receiving the minimum result, three elements for the three channels.
aIndexX - Device-memory array to the X coordinates of the image min values, three elements for the three channels.
aIndexY - Device-memory array to the Y coordinates of the image min values, three elements for the three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinIndx_32f_AC4R

public static int nppiMinIndx_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                       int nSrcStep,
                                       NppiSize oSizeROI,
                                       TypedPointer<Npp8u> pDeviceBuffer,
                                       float[] aMin,
                                       int[] aIndexX,
                                       int[] aIndexY)

nppiMaxGetBufferHostSize_8u_C1R

public static int nppiMaxGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
                                                  int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMax_8u_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMaxGetBufferHostSize_16u_C1R

public static int nppiMaxGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMax_16u_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMaxGetBufferHostSize_16s_C1R

public static int nppiMaxGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)

nppiMaxGetBufferHostSize_32f_C1R

public static int nppiMaxGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMax_32f_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMaxGetBufferHostSize_8u_C3R

public static int nppiMaxGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
                                                  int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMax_8u_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMaxGetBufferHostSize_16u_C3R

public static int nppiMaxGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMax_16u_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMaxGetBufferHostSize_16s_C3R

public static int nppiMaxGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMax_16s_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMaxGetBufferHostSize_32f_C3R

public static int nppiMaxGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMax_32f_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMaxGetBufferHostSize_8u_C4R

public static int nppiMaxGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
                                                  int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMax_8u_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMaxGetBufferHostSize_16u_C4R

public static int nppiMaxGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMax_16u_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMaxGetBufferHostSize_16s_C4R

public static int nppiMaxGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMax_16s_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMaxGetBufferHostSize_32f_C4R

public static int nppiMaxGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMax_32f_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMaxGetBufferHostSize_8u_AC4R

public static int nppiMaxGetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMax_8u_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMaxGetBufferHostSize_16u_AC4R

public static int nppiMaxGetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
                                                    int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMax_16u_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMaxGetBufferHostSize_16s_AC4R

public static int nppiMaxGetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
                                                    int[] hpBufferSize)

nppiMaxGetBufferHostSize_32f_AC4R

public static int nppiMaxGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
                                                    int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMax_32f_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMax_8u_C1R

public static int nppiMax_8u_C1R(TypedPointer<Npp8u> pSrc,
                                 int nSrcStep,
                                 NppiSize oSizeROI,
                                 TypedPointer<Npp8u> pDeviceBuffer,
                                 TypedPointer<Npp8u> pMax)

nppiMax_16u_C1R

public static int nppiMax_16u_C1R(TypedPointer<Npp16u> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  TypedPointer<Npp16u> pMax)
 1-channel 16-bit unsigned short integer image max.

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 Use \ref nppiMaxGetBufferHostSize_16u_C1R to determine the minium number of bytes required.
pMax - Device-memory pointer receiving the maximum result.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMax_16s_C1R

public static int nppiMax_16s_C1R(TypedPointer<Npp16s> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  TypedPointer<Npp16s> pMax)
 1-channel 16-bit signed short integer image max.

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 Use \ref nppiMaxGetBufferHostSize_16s_C1R to determine the minium number of bytes required.
pMax - Device-memory pointer receiving the maximum result.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMax_32f_C1R

public static int nppiMax_32f_C1R(TypedPointer<Npp32f> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  TypedPointer<Npp32f> pMax)
 1-channel 32-bit floating point image max.

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 Use \ref nppiMaxGetBufferHostSize_32f_C1R to determine the minium number of bytes required.
pMax - Device-memory pointer receiving the maximum result.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMax_8u_C3R

public static int nppiMax_8u_C3R(TypedPointer<Npp8u> pSrc,
                                 int nSrcStep,
                                 NppiSize oSizeROI,
                                 TypedPointer<Npp8u> pDeviceBuffer,
                                 byte[] aMax)
 3-channel 8-bit unsigned char image max.

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 Use \ref nppiMaxGetBufferHostSize_8u_C3R to determine the minium number of bytes required.
aMax - Device-memory array receiving the maximum results, three elements for three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMax_16u_C3R

public static int nppiMax_16u_C3R(TypedPointer<Npp16u> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  short[] aMax)
 3-channel 16-bit unsigned short integer image max.

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 Use \ref nppiMaxGetBufferHostSize_16u_C3R to determine the minium number of bytes required.
aMax - Device-memory array receiving the maximum results, three elements for three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMax_16s_C3R

public static int nppiMax_16s_C3R(TypedPointer<Npp16s> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  short[] aMax)
 3-channel 16-bit signed short integer image max.

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 Use \ref nppiMaxGetBufferHostSize_16s_C3R to determine the minium number of bytes required.
aMax - Device-memory array receiving the maximum results, three elements for three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMax_32f_C3R

public static int nppiMax_32f_C3R(TypedPointer<Npp32f> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  float[] aMax)
 3-channel 32-bit floating point image max.

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 Use \ref nppiMaxGetBufferHostSize_32f_C3R to determine the minium number of bytes required.
aMax - Device-memory array receiving the maximum results, three elements for three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMax_8u_C4R

public static int nppiMax_8u_C4R(TypedPointer<Npp8u> pSrc,
                                 int nSrcStep,
                                 NppiSize oSizeROI,
                                 TypedPointer<Npp8u> pDeviceBuffer,
                                 byte[] aMax)
 4-channel 8-bit unsigned char image max.

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 Use \ref nppiMaxGetBufferHostSize_8u_C4R to determine the minium number of bytes required.
aMax - Device-memory array receiving the maximum results, four elements for four channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMax_16u_C4R

public static int nppiMax_16u_C4R(TypedPointer<Npp16u> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  short[] aMax)
 4-channel 16-bit unsigned short integer image max.

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 Use \ref nppiMaxGetBufferHostSize_16u_C4R to determine the minium number of bytes required.
aMax - Device-memory array receiving the maximum results, four elements for four channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMax_16s_C4R

public static int nppiMax_16s_C4R(TypedPointer<Npp16s> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  short[] aMax)

nppiMax_32f_C4R

public static int nppiMax_32f_C4R(TypedPointer<Npp32f> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  float[] aMax)
 4-channel 32-bit floating point image max.

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 Use \ref nppiMaxGetBufferHostSize_32f_C4R to determine the minium number of bytes required.
aMax - Device-memory array receiving the maximum results, four elements for four channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMax_8u_AC4R

public static int nppiMax_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  byte[] aMax)
 4-channel 8-bit unsigned char image max (alpha channel is not processed).

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 Use \ref nppiMaxGetBufferHostSize_8u_AC4R to determine the minium number of bytes required.
aMax - Device-memory array receiving the maximum result, three elements for the first three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMax_16u_AC4R

public static int nppiMax_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                   int nSrcStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pDeviceBuffer,
                                   short[] aMax)
 4-channel 16-bit unsigned short integer image max (alpha channel is not processed).

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 Use \ref nppiMaxGetBufferHostSize_16u_AC4R to determine the minium number of bytes required.
aMax - Device-memory array receiving the maximum result, three elements for the first three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMax_16s_AC4R

public static int nppiMax_16s_AC4R(TypedPointer<Npp16s> pSrc,
                                   int nSrcStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pDeviceBuffer,
                                   short[] aMax)
 4-channel 16-bit signed short integer image max (alpha channel is not processed).

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 Use \ref nppiMaxGetBufferHostSize_16s_AC4R to determine the minium number of bytes required.
aMax - Device-memory array receiving the maximum result, three elements for the first three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMax_32f_AC4R

public static int nppiMax_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                   int nSrcStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pDeviceBuffer,
                                   float[] aMax)
 4-channel 32-bit floating point image max (alpha channel is not processed).

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 Use \ref nppiMaxGetBufferHostSize_32f_AC4R to determine the minium number of bytes required.
aMax - Device-memory array receiving the maximum result, three elements for the first three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMaxIndxGetBufferHostSize_8u_C1R

public static int nppiMaxIndxGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)

nppiMaxIndxGetBufferHostSize_16u_C1R

public static int nppiMaxIndxGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMaxIndx_16u_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMaxIndxGetBufferHostSize_16s_C1R

public static int nppiMaxIndxGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMaxIndx_16s_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMaxIndxGetBufferHostSize_32f_C1R

public static int nppiMaxIndxGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMaxIndx_32f_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMaxIndxGetBufferHostSize_8u_C3R

public static int nppiMaxIndxGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)

nppiMaxIndxGetBufferHostSize_16u_C3R

public static int nppiMaxIndxGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMaxIndx_16u_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMaxIndxGetBufferHostSize_16s_C3R

public static int nppiMaxIndxGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMaxIndx_16s_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMaxIndxGetBufferHostSize_32f_C3R

public static int nppiMaxIndxGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMaxIndx_32f_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMaxIndxGetBufferHostSize_8u_C4R

public static int nppiMaxIndxGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMaxIndx_8u_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMaxIndxGetBufferHostSize_16u_C4R

public static int nppiMaxIndxGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMaxIndx_16u_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMaxIndxGetBufferHostSize_16s_C4R

public static int nppiMaxIndxGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMaxIndx_16s_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMaxIndxGetBufferHostSize_32f_C4R

public static int nppiMaxIndxGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMaxIndx_32f_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMaxIndxGetBufferHostSize_8u_AC4R

public static int nppiMaxIndxGetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMaxIndx_8u_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMaxIndxGetBufferHostSize_16u_AC4R

public static int nppiMaxIndxGetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
                                                        int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMaxIndx_16u_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMaxIndxGetBufferHostSize_16s_AC4R

public static int nppiMaxIndxGetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
                                                        int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMaxIndx_16s_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMaxIndxGetBufferHostSize_32f_AC4R

public static int nppiMaxIndxGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
                                                        int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMaxIndx_32f_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMaxIndx_8u_C1R

public static int nppiMaxIndx_8u_C1R(TypedPointer<Npp8u> pSrc,
                                     int nSrcStep,
                                     NppiSize oSizeROI,
                                     TypedPointer<Npp8u> pDeviceBuffer,
                                     TypedPointer<Npp8u> pMax,
                                     int[] pIndexX,
                                     int[] pIndexY)
 1-channel 8-bit unsigned char image max value with its X and Y coordinates.

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 Use \ref nppiMaxIndxGetBufferHostSize_8u_C1R to determine the minium number of bytes required.
pMax - Device-memory pointer receiving the maximum result.
pIndexX - Device-memory pointer to the X coordinate of the image max value.
pIndexY - Device-memory pointer to the Y coordinate of the image max value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMaxIndx_16u_C1R

public static int nppiMaxIndx_16u_C1R(TypedPointer<Npp16u> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp8u> pDeviceBuffer,
                                      TypedPointer<Npp16u> pMax,
                                      int[] pIndexX,
                                      int[] pIndexY)
 1-channel 16-bit unsigned short integer image max value with its X and Y coordinates.

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 Use \ref nppiMaxIndxGetBufferHostSize_16u_C1R to determine the minium number of bytes required.
pMax - Device-memory pointer receiving the maximum result.
pIndexX - Device-memory pointer to the X coordinate of the image max value.
pIndexY - Device-memory pointer to the Y coordinate of the image max value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMaxIndx_16s_C1R

public static int nppiMaxIndx_16s_C1R(TypedPointer<Npp16s> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp8u> pDeviceBuffer,
                                      TypedPointer<Npp16s> pMax,
                                      int[] pIndexX,
                                      int[] pIndexY)
 1-channel 16-bit signed short integer image max value with its X and Y coordinates.

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 Use \ref nppiMaxIndxGetBufferHostSize_16s_C1R to determine the minium number of bytes required.
pMax - Device-memory pointer receiving the maximum result.
pIndexX - Device-memory pointer to the X coordinate of the image max value.
pIndexY - Device-memory pointer to the Y coordinate of the image max value.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMaxIndx_32f_C1R

public static int nppiMaxIndx_32f_C1R(TypedPointer<Npp32f> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp8u> pDeviceBuffer,
                                      TypedPointer<Npp32f> pMax,
                                      int[] pIndexX,
                                      int[] pIndexY)

nppiMaxIndx_8u_C3R

public static int nppiMaxIndx_8u_C3R(TypedPointer<Npp8u> pSrc,
                                     int nSrcStep,
                                     NppiSize oSizeROI,
                                     TypedPointer<Npp8u> pDeviceBuffer,
                                     byte[] aMax,
                                     int[] aIndexX,
                                     int[] aIndexY)
 3-channel 8-bit unsigned char image max values with their X and Y coordinates.

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 Use \ref nppiMaxIndxGetBufferHostSize_8u_C3R to determine the minium number of bytes required.
aMax - Device-memory array receiving the maximum result, three elements for three channels.
aIndexX - Device-memory array to the X coordinates of the image max values, three elements for three channels.
aIndexY - Device-memory array to the Y coordinates of the image max values, three elements for three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMaxIndx_16u_C3R

public static int nppiMaxIndx_16u_C3R(TypedPointer<Npp16u> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp8u> pDeviceBuffer,
                                      short[] aMax,
                                      int[] aIndexX,
                                      int[] aIndexY)
 3-channel 16-bit unsigned short integer image max values with their X and Y coordinates.

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 Use \ref nppiMaxIndxGetBufferHostSize_16u_C3R to determine the minium number of bytes required.
aMax - Device-memory array receiving the maximum result, three elements for three channels.
aIndexX - Device-memory array to the X coordinates of the image max values, three elements for three channels.
aIndexY - Device-memory array to the Y coordinates of the image max values, three elements for three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMaxIndx_16s_C3R

public static int nppiMaxIndx_16s_C3R(TypedPointer<Npp16s> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp8u> pDeviceBuffer,
                                      short[] aMax,
                                      int[] aIndexX,
                                      int[] aIndexY)
 3-channel 16-bit signed short integer image max values with their X and Y coordinates.

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 Use \ref nppiMaxIndxGetBufferHostSize_16s_C3R to determine the minium number of bytes required.
aMax - Device-memory array receiving the maximum result, three elements for three channels.
aIndexX - Device-memory array to the X coordinates of the image max values, three elements for three channels.
aIndexY - Device-memory array to the Y coordinates of the image max values, three elements for three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMaxIndx_32f_C3R

public static int nppiMaxIndx_32f_C3R(TypedPointer<Npp32f> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp8u> pDeviceBuffer,
                                      float[] aMax,
                                      int[] aIndexX,
                                      int[] aIndexY)
 3-channel 32-bit floating point image max values with their X and Y coordinates.

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 Use \ref nppiMaxIndxGetBufferHostSize_32f_C3R to determine the minium number of bytes required.
aMax - Device-memory array receiving the maximum result, three elements for three channels.
aIndexX - Device-memory array to the X coordinates of the image max values, three elements for three channels.
aIndexY - Device-memory array to the Y coordinates of the image max values, three elements for three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMaxIndx_8u_C4R

public static int nppiMaxIndx_8u_C4R(TypedPointer<Npp8u> pSrc,
                                     int nSrcStep,
                                     NppiSize oSizeROI,
                                     TypedPointer<Npp8u> pDeviceBuffer,
                                     byte[] aMax,
                                     int[] aIndexX,
                                     int[] aIndexY)

nppiMaxIndx_16u_C4R

public static int nppiMaxIndx_16u_C4R(TypedPointer<Npp16u> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp8u> pDeviceBuffer,
                                      short[] aMax,
                                      int[] aIndexX,
                                      int[] aIndexY)
 4-channel 16-bit unsigned short integer image max values with their X and Y coordinates.

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 Use \ref nppiMaxIndxGetBufferHostSize_16u_C4R to determine the minium number of bytes required.
aMax - Device-memory array receiving the maximum result, four elements for four channels.
aIndexX - Device-memory array to the X coordinates of the image max values, four elements for four channels.
aIndexY - Device-memory array to the Y coordinates of the image max values, four elements for four channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMaxIndx_16s_C4R

public static int nppiMaxIndx_16s_C4R(TypedPointer<Npp16s> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp8u> pDeviceBuffer,
                                      short[] aMax,
                                      int[] aIndexX,
                                      int[] aIndexY)
 4-channel 16-bit signed short integer image max values with their X and Y coordinates.

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 Use \ref nppiMaxIndxGetBufferHostSize_16s_C4R to determine the minium number of bytes required.
aMax - Device-memory array receiving the maximum result, four elements for four channels.
aIndexX - Device-memory array to the X coordinates of the image max values, four elements for four channels.
aIndexY - Device-memory array to the Y coordinates of the image max values, four elements for four channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMaxIndx_32f_C4R

public static int nppiMaxIndx_32f_C4R(TypedPointer<Npp32f> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp8u> pDeviceBuffer,
                                      float[] aMax,
                                      int[] aIndexX,
                                      int[] aIndexY)
 4-channel 32-bit floating point image max values with their X and Y coordinates.

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 Use \ref nppiMaxIndxGetBufferHostSize_32f_C4R to determine the minium number of bytes required.
aMax - Device-memory array receiving the maximum result, four elements for four channels.
aIndexX - Device-memory array to the X coordinates of the image max values, four elements for four channels.
aIndexY - Device-memory array to the Y coordinates of the image max values, four elements for four channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMaxIndx_8u_AC4R

public static int nppiMaxIndx_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp8u> pDeviceBuffer,
                                      byte[] aMax,
                                      int[] aIndexX,
                                      int[] aIndexY)
 4-channel 8-bit unsigned char image max values with their X and Y coordinates (alpha channel is not processed).

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 Use \ref nppiMaxIndxGetBufferHostSize_8u_AC4R to determine the minium number of bytes required.
aMax - Device-memory array receiving the maximum result, three elements for the first three channels.
aIndexX - Device-memory array to the X coordinates of the image max values, three elements for the first three channels.
aIndexY - Device-memory array to the Y coordinates of the image max values, three elements for the first three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMaxIndx_16u_AC4R

public static int nppiMaxIndx_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                       int nSrcStep,
                                       NppiSize oSizeROI,
                                       TypedPointer<Npp8u> pDeviceBuffer,
                                       short[] aMax,
                                       int[] aIndexX,
                                       int[] aIndexY)
 4-channel 16-bit unsigned short integer image max values with their X and Y coordinates (alpha channel is not processed).

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 Use \ref nppiMaxIndxGetBufferHostSize_16u_AC4R to determine the minium number of bytes required.
aMax - Device-memory array receiving the maximum result, three elements for the first three channels.
aIndexX - Device-memory array to the X coordinates of the image max values, three elements for the first three channels.
aIndexY - Device-memory array to the Y coordinates of the image max values, three elements for the first three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMaxIndx_16s_AC4R

public static int nppiMaxIndx_16s_AC4R(TypedPointer<Npp16s> pSrc,
                                       int nSrcStep,
                                       NppiSize oSizeROI,
                                       TypedPointer<Npp8u> pDeviceBuffer,
                                       short[] aMax,
                                       int[] aIndexX,
                                       int[] aIndexY)
 4-channel 16-bit signed short integer image max values with their X and Y coordinates (alpha channel is not processed).

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 Use \ref nppiMaxIndxGetBufferHostSize_16s_AC4R to determine the minium number of bytes required.
aMax - Device-memory array receiving the maximum result, three elements for the first three channels.
aIndexX - Device-memory array to the X coordinates of the image max values, three elements for the first three channels.
aIndexY - Device-memory array to the Y coordinates of the image max values, three elements for the first three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMaxIndx_32f_AC4R

public static int nppiMaxIndx_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                       int nSrcStep,
                                       NppiSize oSizeROI,
                                       TypedPointer<Npp8u> pDeviceBuffer,
                                       float[] aMax,
                                       int[] aIndexX,
                                       int[] aIndexY)
 4-channel 32-bit floating point image max values with their X and Y coordinates (alpha channel is not processed).

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 Use \ref nppiMaxIndxGetBufferHostSize_32f_AC4R to determine the minium number of bytes required.
aMax - Device-memory array receiving the maximum result, three elements for the first three channels.
aIndexX - Device-memory array to the X coordinates of the image max values, three elements for the first three channels.
aIndexY - Device-memory array to the Y coordinates of the image max values, three elements for the first three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinMaxGetBufferHostSize_8u_C1R

public static int nppiMinMaxGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
                                                     int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinManx_8u_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinMaxGetBufferHostSize_16u_C1R

public static int nppiMinMaxGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinManx_16u_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinMaxGetBufferHostSize_16s_C1R

public static int nppiMinMaxGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinManx_16s_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinMaxGetBufferHostSize_32f_C1R

public static int nppiMinMaxGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinManx_32f_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinMaxGetBufferHostSize_8u_C3R

public static int nppiMinMaxGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
                                                     int[] hpBufferSize)

nppiMinMaxGetBufferHostSize_16u_C3R

public static int nppiMinMaxGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
host pointer


nppiMinMaxGetBufferHostSize_16s_C3R

public static int nppiMinMaxGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinManx_16s_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinMaxGetBufferHostSize_32f_C3R

public static int nppiMinMaxGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinManx_32f_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinMaxGetBufferHostSize_8u_AC4R

public static int nppiMinMaxGetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinManx_8u_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinMaxGetBufferHostSize_16u_AC4R

public static int nppiMinMaxGetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
host pointer


nppiMinMaxGetBufferHostSize_16s_AC4R

public static int nppiMinMaxGetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinManx_16s_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinMaxGetBufferHostSize_32f_AC4R

public static int nppiMinMaxGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinManx_32f_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinMaxGetBufferHostSize_8u_C4R

public static int nppiMinMaxGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
                                                     int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinManx_8u_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinMaxGetBufferHostSize_16u_C4R

public static int nppiMinMaxGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
host pointer


nppiMinMaxGetBufferHostSize_16s_C4R

public static int nppiMinMaxGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinManx_16s_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinMaxGetBufferHostSize_32f_C4R

public static int nppiMinMaxGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinManx_32f_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

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)
host pointer


nppiMinMax_16u_C1R

public static int nppiMinMax_16u_C1R(TypedPointer<Npp16u> pSrc,
                                     int nSrcStep,
                                     NppiSize oSizeROI,
                                     TypedPointer<Npp16u> pMin,
                                     TypedPointer<Npp16u> pMax,
                                     TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 16-bit unsigned short image minimum and maximum values.

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 nppiMinMaxGetBufferHostSize_16u_C1R to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinMax_16s_C1R

public static int nppiMinMax_16s_C1R(TypedPointer<Npp16s> pSrc,
                                     int nSrcStep,
                                     NppiSize oSizeROI,
                                     TypedPointer<Npp16s> pMin,
                                     TypedPointer<Npp16s> pMax,
                                     TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 16-bit signed short image minimum and maximum values.

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 nppiMinMaxGetBufferHostSize_16s_C1R to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinMax_32f_C1R

public static int nppiMinMax_32f_C1R(TypedPointer<Npp32f> pSrc,
                                     int nSrcStep,
                                     NppiSize oSizeROI,
                                     TypedPointer<Npp32f> pMin,
                                     TypedPointer<Npp32f> pMax,
                                     TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 32-bit floating point image minimum and maximum values.

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 nppiMinMaxGetBufferHostSize_32f_C1R to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinMax_8u_C3R

public static int nppiMinMax_8u_C3R(TypedPointer<Npp8u> pSrc,
                                    int nSrcStep,
                                    NppiSize oSizeROI,
                                    byte[] aMin,
                                    byte[] aMax,
                                    TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 8-bit unsigned image minimum and maximum  values.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aMin - Device-memory array receiving the minimum result, three elements for three channels.
aMax - Device-memory array receiving the maximum result, three elements for three channels.
pDeviceBuffer - Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_8u_C3R to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinMax_16u_C3R

public static int nppiMinMax_16u_C3R(TypedPointer<Npp16u> pSrc,
                                     int nSrcStep,
                                     NppiSize oSizeROI,
                                     short[] aMin,
                                     short[] aMax,
                                     TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 16-bit unsigned short image minimum and maximum values.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aMin - Device-memory array receiving the minimum result, three elements for three channels.
aMax - Device-memory array receiving the maximum result, three elements for three channels.
pDeviceBuffer - Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_16u_C3R to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinMax_16s_C3R

public static int nppiMinMax_16s_C3R(TypedPointer<Npp16s> pSrc,
                                     int nSrcStep,
                                     NppiSize oSizeROI,
                                     short[] aMin,
                                     short[] aMax,
                                     TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 16-bit signed short image minimum and maximum values.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aMin - Device-memory array receiving the minimum result, three elements for three channels.
aMax - Device-memory array receiving the maximum result, three elements for three channels.
pDeviceBuffer - Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_16s_C3R to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinMax_32f_C3R

public static int nppiMinMax_32f_C3R(TypedPointer<Npp32f> pSrc,
                                     int nSrcStep,
                                     NppiSize oSizeROI,
                                     float[] aMin,
                                     float[] aMax,
                                     TypedPointer<Npp8u> pDeviceBuffer)

nppiMinMax_8u_AC4R

public static int nppiMinMax_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                     int nSrcStep,
                                     NppiSize oSizeROI,
                                     byte[] aMin,
                                     byte[] aMax,
                                     TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 8-bit unsigned image minimum and maximum values (alpha channel is not calculated).

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aMin - Device-memory array receiving the minimum result, three elements for the first three channels.
aMax - Device-memory array receiving the maximum result, three elements for the first three channels.
pDeviceBuffer - Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_8u_AC4R to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinMax_16u_AC4R

public static int nppiMinMax_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      short[] aMin,
                                      short[] aMax,
                                      TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 16-bit unsigned short image minimum and maximum values (alpha channel is not calculated).

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aMin - Device-memory array receiving the minimum result, three elements for the first three channels.
aMax - Device-memory array receiving the maximum result, three elements for the first three channels.
pDeviceBuffer - Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_16u_AC4R to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinMax_16s_AC4R

public static int nppiMinMax_16s_AC4R(TypedPointer<Npp16s> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      short[] aMin,
                                      short[] aMax,
                                      TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 16-bit signed short image minimum and maximum values (alpha channel is not calculated).

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aMin - Device-memory array receiving the minimum result, three elements for the first three channels.
aMax - Device-memory array receiving the maximum result, three elements for the first three channels.
pDeviceBuffer - Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_16s_AC4R to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinMax_32f_AC4R

public static int nppiMinMax_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      float[] aMin,
                                      float[] aMax,
                                      TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 32-bit floating point image minimum and maximum values (alpha channel is not calculated).

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aMin - Device-memory array receiving the minimum result, three elements for the first three channels.
aMax - Device-memory array receiving the maximum result, three elements for the first three channels.
pDeviceBuffer - Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_32f_AC4R to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

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 image minimum and maximum values.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aMin - Device-memory array receiving the minimum result, four elements for four channels.
aMax - Device-memory array receiving the maximum result, four elements for four channels.
pDeviceBuffer - Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_8u_C4R to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinMax_16u_C4R

public static int nppiMinMax_16u_C4R(TypedPointer<Npp16u> pSrc,
                                     int nSrcStep,
                                     NppiSize oSizeROI,
                                     short[] aMin,
                                     short[] aMax,
                                     TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 16-bit unsigned short image minimum and maximum values.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aMin - Device-memory array receiving the minimum result, four elements for four channels.
aMax - Device-memory array receiving the maximum result, four elements for four channels.
pDeviceBuffer - Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_16u_C4R to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinMax_16s_C4R

public static int nppiMinMax_16s_C4R(TypedPointer<Npp16s> pSrc,
                                     int nSrcStep,
                                     NppiSize oSizeROI,
                                     short[] aMin,
                                     short[] aMax,
                                     TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 16-bit signed short image minimum and maximum values.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aMin - Device-memory array receiving the minimum result, four elements for four channels.
aMax - Device-memory array receiving the maximum result, four elements for four channels.
pDeviceBuffer - Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_16s_C4R to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinMax_32f_C4R

public static int nppiMinMax_32f_C4R(TypedPointer<Npp32f> pSrc,
                                     int nSrcStep,
                                     NppiSize oSizeROI,
                                     float[] aMin,
                                     float[] aMax,
                                     TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 32-bit floating point image minimum and maximum values.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aMin - Device-memory array receiving the minimum result, four elements for four channels.
aMax - Device-memory array receiving the maximum result, four elements for four channels.
pDeviceBuffer - Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_32f_C4R to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMinMaxIndxGetBufferHostSize_8u_C1R

public static int nppiMinMaxIndxGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
                                                         int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinMaxIndx_8u_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinMaxIndxGetBufferHostSize_8s_C1R

public static int nppiMinMaxIndxGetBufferHostSize_8s_C1R(NppiSize oSizeROI,
                                                         int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinMaxIndx_8s_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinMaxIndxGetBufferHostSize_16u_C1R

public static int nppiMinMaxIndxGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
                                                          int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinMaxIndx_16u_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinMaxIndxGetBufferHostSize_32f_C1R

public static int nppiMinMaxIndxGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
                                                          int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinMaxIndx_32f_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinMaxIndxGetBufferHostSize_8u_C1MR

public static int nppiMinMaxIndxGetBufferHostSize_8u_C1MR(NppiSize oSizeROI,
                                                          int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinMaxIndx_8u_C1MR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinMaxIndxGetBufferHostSize_8s_C1MR

public static int nppiMinMaxIndxGetBufferHostSize_8s_C1MR(NppiSize oSizeROI,
                                                          int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinMaxIndx_8s_C1MR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinMaxIndxGetBufferHostSize_16u_C1MR

public static int nppiMinMaxIndxGetBufferHostSize_16u_C1MR(NppiSize oSizeROI,
                                                           int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinMaxIndx_16u_C1MR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinMaxIndxGetBufferHostSize_32f_C1MR

public static int nppiMinMaxIndxGetBufferHostSize_32f_C1MR(NppiSize oSizeROI,
                                                           int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinMaxIndx_32f_C1MR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinMaxIndxGetBufferHostSize_8u_C3CR

public static int nppiMinMaxIndxGetBufferHostSize_8u_C3CR(NppiSize oSizeROI,
                                                          int[] hpBufferSize)

nppiMinMaxIndxGetBufferHostSize_8s_C3CR

public static int nppiMinMaxIndxGetBufferHostSize_8s_C3CR(NppiSize oSizeROI,
                                                          int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinMaxIndx_8s_C3CR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinMaxIndxGetBufferHostSize_16u_C3CR

public static int nppiMinMaxIndxGetBufferHostSize_16u_C3CR(NppiSize oSizeROI,
                                                           int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinMaxIndx_16u_C3CR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinMaxIndxGetBufferHostSize_32f_C3CR

public static int nppiMinMaxIndxGetBufferHostSize_32f_C3CR(NppiSize oSizeROI,
                                                           int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinMaxIndx_32f_C3CR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinMaxIndxGetBufferHostSize_8u_C3CMR

public static int nppiMinMaxIndxGetBufferHostSize_8u_C3CMR(NppiSize oSizeROI,
                                                           int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinMaxIndx_8u_C3CMR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinMaxIndxGetBufferHostSize_8s_C3CMR

public static int nppiMinMaxIndxGetBufferHostSize_8s_C3CMR(NppiSize oSizeROI,
                                                           int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinMaxIndx_8s_C3CMR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinMaxIndxGetBufferHostSize_16u_C3CMR

public static int nppiMinMaxIndxGetBufferHostSize_16u_C3CMR(NppiSize oSizeROI,
                                                            int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinMaxIndx_16u_C3CMR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinMaxIndxGetBufferHostSize_32f_C3CMR

public static int nppiMinMaxIndxGetBufferHostSize_32f_C3CMR(NppiSize oSizeROI,
                                                            int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMinMaxIndx_32f_C3CMR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMinMaxIndx_8u_C1R

public static int nppiMinMaxIndx_8u_C1R(TypedPointer<Npp8u> pSrc,
                                        int nSrcStep,
                                        NppiSize oSizeROI,
                                        TypedPointer<Npp8u> pMinValue,
                                        TypedPointer<Npp8u> pMaxValue,
                                        NppiPoint[] pMinIndex,
                                        NppiPoint[] pMaxIndex,
                                        TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 8-bit unsigned char image minimum and maximum values with their indices.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pMinValue - Device-memory pointer receiving the minimum value.
pMaxValue - Device-memory pointer receiving the maximum value.
pMinIndex - Device-memory pointer receiving the indicies (X and Y coordinates) of the minimum value.
pMaxIndex - Device-memory pointer receiving the indicies (X and Y coordinates) of the maximum value.
pDeviceBuffer - Buffer to a scratch memory. Use \ref nppiMinMaxIndxGetBufferHostSize_8u_C1R to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes. If any of pMinValue, pMaxValue, pMinIndex, or pMaxIndex is not needed, zero pointer must be passed correspondingly.

nppiMinMaxIndx_8s_C1R

public static int nppiMinMaxIndx_8s_C1R(TypedPointer<Npp8s> pSrc,
                                        int nSrcStep,
                                        NppiSize oSizeROI,
                                        TypedPointer<Npp8s> pMinValue,
                                        TypedPointer<Npp8s> pMaxValue,
                                        NppiPoint[] pMinIndex,
                                        NppiPoint[] pMaxIndex,
                                        TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 8-bit signed char image minimum and maximum values with their indices.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pMinValue - Device-memory pointer receiving the minimum value.
pMaxValue - Device-memory pointer receiving the maximum value.
pMinIndex - Device-memory pointer receiving the indicies (X and Y coordinates) of the minimum value.
pMaxIndex - Device-memory pointer receiving the indicies (X and Y coordinates) of the maximum value.
pDeviceBuffer - Buffer to a scratch memory. Use \ref nppiMinMaxIndxGetBufferHostSize_8s_C1R to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes. If any of pMinValue, pMaxValue, pMinIndex, or pMaxIndex is not needed, zero pointer must be passed correspondingly.

nppiMinMaxIndx_16u_C1R

public static int nppiMinMaxIndx_16u_C1R(TypedPointer<Npp16u> pSrc,
                                         int nSrcStep,
                                         NppiSize oSizeROI,
                                         TypedPointer<Npp16u> pMinValue,
                                         TypedPointer<Npp16u> pMaxValue,
                                         NppiPoint[] pMinIndex,
                                         NppiPoint[] pMaxIndex,
                                         TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 16-bit unsigned short image minimum and maximum values with their indices.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pMinValue - Device-memory pointer receiving the minimum value.
pMaxValue - Device-memory pointer receiving the maximum value.
pMinIndex - Device-memory pointer receiving the indicies (X and Y coordinates) of the minimum value.
pMaxIndex - Device-memory pointer receiving the indicies (X and Y coordinates) of the maximum value.
pDeviceBuffer - Buffer to a scratch memory. Use \ref nppiMinMaxIndxGetBufferHostSize_16u_C1R to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes. If any of pMinValue, pMaxValue, pMinIndex, or pMaxIndex is not needed, zero pointer must be passed correspondingly.

nppiMinMaxIndx_32f_C1R

public static int nppiMinMaxIndx_32f_C1R(TypedPointer<Npp32f> pSrc,
                                         int nSrcStep,
                                         NppiSize oSizeROI,
                                         TypedPointer<Npp32f> pMinValue,
                                         TypedPointer<Npp32f> pMaxValue,
                                         NppiPoint[] pMinIndex,
                                         NppiPoint[] pMaxIndex,
                                         TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 32-bit floating point image minimum and maximum values with their indices.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pMinValue - Device-memory pointer receiving the minimum value.
pMaxValue - Device-memory pointer receiving the maximum value.
pMinIndex - Device-memory pointer receiving the indicies (X and Y coordinates) of the minimum value.
pMaxIndex - Device-memory pointer receiving the indicies (X and Y coordinates) of the maximum value.
pDeviceBuffer - Buffer to a scratch memory. Use \ref nppiMinMaxIndxGetBufferHostSize_32f_C1R to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes, or NPP_NOT_EVEN_STEP_ERROR if an invalid floating-point image is specified. If any of pMinValue, pMaxValue, pMinIndex, or pMaxIndex is not needed, zero pointer must be passed correspondingly.

nppiMinMaxIndx_8u_C1MR

public static int nppiMinMaxIndx_8u_C1MR(TypedPointer<Npp8u> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp8u> pMask,
                                         int nMaskStep,
                                         NppiSize oSizeROI,
                                         TypedPointer<Npp8u> pMinValue,
                                         TypedPointer<Npp8u> pMaxValue,
                                         NppiPoint[] pMinIndex,
                                         NppiPoint[] pMaxIndex,
                                         TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 8-bit unsigned char image minimum and maximum values with their indices, \ref masked_operation.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
pMinValue - Device-memory pointer receiving the minimum value.
pMaxValue - Device-memory pointer receiving the maximum value.
pMinIndex - Device-memory pointer receiving the indicies (X and Y coordinates) of the minimum value.
pMaxIndex - Device-memory pointer receiving the indicies (X and Y coordinates) of the maximum value.
pDeviceBuffer - Buffer to a scratch memory. Use \ref nppiMinMaxIndxGetBufferHostSize_8u_C1MR to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes. If the mask is filled with zeros, then all the returned values are zeros, i.e., pMinIndex = {0, 0}, pMaxIndex = {0, 0}, pMinValue = 0, pMaxValue = 0. If any of pMinValue, pMaxValue, pMinIndex, or pMaxIndex is not needed, zero pointer must be passed correspondingly.

nppiMinMaxIndx_8s_C1MR

public static int nppiMinMaxIndx_8s_C1MR(TypedPointer<Npp8s> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp8u> pMask,
                                         int nMaskStep,
                                         NppiSize oSizeROI,
                                         TypedPointer<Npp8s> pMinValue,
                                         TypedPointer<Npp8s> pMaxValue,
                                         NppiPoint[] pMinIndex,
                                         NppiPoint[] pMaxIndex,
                                         TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 8-bit signed char image minimum and maximum values with their indices, \ref masked_operation.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
pMinValue - Device-memory pointer receiving the minimum value.
pMaxValue - Device-memory pointer receiving the maximum value.
pMinIndex - Device-memory pointer receiving the indicies (X and Y coordinates) of the minimum value.
pMaxIndex - Device-memory pointer receiving the indicies (X and Y coordinates) of the maximum value.
pDeviceBuffer - Buffer to a scratch memory. Use \ref nppiMinMaxIndxGetBufferHostSize_8s_C1MR to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes. If the mask is filled with zeros, then all the returned values are zeros, i.e., pMinIndex = {0, 0}, pMaxIndex = {0, 0}, pMinValue = 0, pMaxValue = 0. If any of pMinValue, pMaxValue, pMinIndex, or pMaxIndex is not needed, zero pointer must be passed correspondingly.

nppiMinMaxIndx_16u_C1MR

public static int nppiMinMaxIndx_16u_C1MR(TypedPointer<Npp16u> pSrc,
                                          int nSrcStep,
                                          TypedPointer<Npp8u> pMask,
                                          int nMaskStep,
                                          NppiSize oSizeROI,
                                          TypedPointer<Npp16u> pMinValue,
                                          TypedPointer<Npp16u> pMaxValue,
                                          NppiPoint[] pMinIndex,
                                          NppiPoint[] pMaxIndex,
                                          TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 16-bit unsigned short image minimum and maximum values with their indices, \ref masked_operation.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
pMinValue - Device-memory pointer receiving the minimum value.
pMaxValue - Device-memory pointer receiving the maximum value.
pMinIndex - Device-memory pointer receiving the indicies (X and Y coordinates) of the minimum value.
pMaxIndex - Device-memory pointer receiving the indicies (X and Y coordinates) of the maximum value.
pDeviceBuffer - Buffer to a scratch memory. Use \ref nppiMinMaxIndxGetBufferHostSize_16u_C1MR to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes. If the mask is filled with zeros, then all the returned values are zeros, i.e., pMinIndex = {0, 0}, pMaxIndex = {0, 0}, pMinValue = 0, pMaxValue = 0. If any of pMinValue, pMaxValue, pMinIndex, or pMaxIndex is not needed, zero pointer must be passed correspondingly.

nppiMinMaxIndx_32f_C1MR

public static int nppiMinMaxIndx_32f_C1MR(TypedPointer<Npp32f> pSrc,
                                          int nSrcStep,
                                          TypedPointer<Npp8u> pMask,
                                          int nMaskStep,
                                          NppiSize oSizeROI,
                                          TypedPointer<Npp32f> pMinValue,
                                          TypedPointer<Npp32f> pMaxValue,
                                          NppiPoint[] pMinIndex,
                                          NppiPoint[] pMaxIndex,
                                          TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 32-bit floating point image minimum and maximum values with their indices, \ref masked_operation.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
pMinValue - Device-memory pointer receiving the minimum value.
pMaxValue - Device-memory pointer receiving the maximum value.
pMinIndex - Device-memory pointer receiving the indicies (X and Y coordinates) of the minimum value.
pMaxIndex - Device-memory pointer receiving the indicies (X and Y coordinates) of the maximum value.
pDeviceBuffer - Buffer to a scratch memory. Use \ref nppiMinMaxIndxGetBufferHostSize_32f_C1MR to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes, or NPP_NOT_EVEN_STEP_ERROR if an invalid floating-point image is specified. If the mask is filled with zeros, then all the returned values are zeros, i.e., pMinIndex = {0, 0}, pMaxIndex = {0, 0}, pMinValue = 0, pMaxValue = 0. If any of pMinValue, pMaxValue, pMinIndex, or pMaxIndex is not needed, zero pointer must be passed correspondingly.

nppiMinMaxIndx_8u_C3CR

public static int nppiMinMaxIndx_8u_C3CR(TypedPointer<Npp8u> pSrc,
                                         int nSrcStep,
                                         NppiSize oSizeROI,
                                         int nCOI,
                                         TypedPointer<Npp8u> pMinValue,
                                         TypedPointer<Npp8u> pMaxValue,
                                         NppiPoint[] pMinIndex,
                                         NppiPoint[] pMaxIndex,
                                         TypedPointer<Npp8u> pDeviceBuffer)

nppiMinMaxIndx_8s_C3CR

public static int nppiMinMaxIndx_8s_C3CR(TypedPointer<Npp8s> pSrc,
                                         int nSrcStep,
                                         NppiSize oSizeROI,
                                         int nCOI,
                                         TypedPointer<Npp8s> pMinValue,
                                         TypedPointer<Npp8s> pMaxValue,
                                         NppiPoint[] pMinIndex,
                                         NppiPoint[] pMaxIndex,
                                         TypedPointer<Npp8u> pDeviceBuffer)

nppiMinMaxIndx_16u_C3CR

public static int nppiMinMaxIndx_16u_C3CR(TypedPointer<Npp16u> pSrc,
                                          int nSrcStep,
                                          NppiSize oSizeROI,
                                          int nCOI,
                                          TypedPointer<Npp16u> pMinValue,
                                          TypedPointer<Npp16u> pMaxValue,
                                          NppiPoint[] pMinIndex,
                                          NppiPoint[] pMaxIndex,
                                          TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 16-bit unsigned short image minimum and maximum values with their indices, \ref channel_of_interest.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
nCOI - \ref channel_of_interest_number.
pMinValue - Device-memory pointer receiving the minimum value.
pMaxValue - Device-memory pointer receiving the maximum value.
pMinIndex - Device-memory pointer receiving the indicies (X and Y coordinates) of the minimum value.
pMaxIndex - Device-memory pointer receiving the indicies (X and Y coordinates) of the maximum value.
pDeviceBuffer - Buffer to a scratch memory. Use \ref nppiMinMaxIndxGetBufferHostSize_16u_C3CR to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes, or NPP_COI_ERROR if an invalid channel of interest is specified. If any of pMinValue, pMaxValue, pMinIndex, or pMaxIndex is not needed, zero pointer must be passed correspondingly.

nppiMinMaxIndx_32f_C3CR

public static int nppiMinMaxIndx_32f_C3CR(TypedPointer<Npp32f> pSrc,
                                          int nSrcStep,
                                          NppiSize oSizeROI,
                                          int nCOI,
                                          TypedPointer<Npp32f> pMinValue,
                                          TypedPointer<Npp32f> pMaxValue,
                                          NppiPoint[] pMinIndex,
                                          NppiPoint[] pMaxIndex,
                                          TypedPointer<Npp8u> pDeviceBuffer)

nppiMinMaxIndx_8u_C3CMR

public static int nppiMinMaxIndx_8u_C3CMR(TypedPointer<Npp8u> pSrc,
                                          int nSrcStep,
                                          TypedPointer<Npp8u> pMask,
                                          int nMaskStep,
                                          NppiSize oSizeROI,
                                          int nCOI,
                                          TypedPointer<Npp8u> pMinValue,
                                          TypedPointer<Npp8u> pMaxValue,
                                          NppiPoint[] pMinIndex,
                                          NppiPoint[] pMaxIndex,
                                          TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 8-bit unsigned char image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
nCOI - \ref channel_of_interest_number.
pMinValue - Device-memory pointer receiving the minimum value.
pMaxValue - Device-memory pointer receiving the maximum value.
pMinIndex - Device-memory pointer receiving the indicies (X and Y coordinates) of the minimum value.
pMaxIndex - Device-memory pointer receiving the indicies (X and Y coordinates) of the maximum value.
pDeviceBuffer - Buffer to a scratch memory. Use \ref nppiMinMaxIndxGetBufferHostSize_8u_C3CMR to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes, or NPP_COI_ERROR if an invalid channel of interest is specified. If the mask is filled with zeros, then all the returned values are zeros, i.e., pMinIndex = {0, 0}, pMaxIndex = {0, 0}, pMinValue = 0, pMaxValue = 0. If any of pMinValue, pMaxValue, pMinIndex, or pMaxIndex is not needed, zero pointer must be passed correspondingly.

nppiMinMaxIndx_8s_C3CMR

public static int nppiMinMaxIndx_8s_C3CMR(TypedPointer<Npp8s> pSrc,
                                          int nSrcStep,
                                          TypedPointer<Npp8u> pMask,
                                          int nMaskStep,
                                          NppiSize oSizeROI,
                                          int nCOI,
                                          TypedPointer<Npp8s> pMinValue,
                                          TypedPointer<Npp8s> pMaxValue,
                                          NppiPoint[] pMinIndex,
                                          NppiPoint[] pMaxIndex,
                                          TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 8-bit signed char image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
nCOI - \ref channel_of_interest_number.
pMinValue - Device-memory pointer receiving the minimum value.
pMaxValue - Device-memory pointer receiving the maximum value.
pMinIndex - Device-memory pointer receiving the indicies (X and Y coordinates) of the minimum value.
pMaxIndex - Device-memory pointer receiving the indicies (X and Y coordinates) of the maximum value.
pDeviceBuffer - Buffer to a scratch memory. Use \ref nppiMinMaxIndxGetBufferHostSize_8s_C3CMR to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes, or NPP_COI_ERROR if an invalid channel of interest is specified. If the mask is filled with zeros, then all the returned values are zeros, i.e., pMinIndex = {0, 0}, pMaxIndex = {0, 0}, pMinValue = 0, pMaxValue = 0. If any of pMinValue, pMaxValue, pMinIndex, or pMaxIndex is not needed, zero pointer must be passed correspondingly.

nppiMinMaxIndx_16u_C3CMR

public static int nppiMinMaxIndx_16u_C3CMR(TypedPointer<Npp16u> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp8u> pMask,
                                           int nMaskStep,
                                           NppiSize oSizeROI,
                                           int nCOI,
                                           TypedPointer<Npp16u> pMinValue,
                                           TypedPointer<Npp16u> pMaxValue,
                                           NppiPoint[] pMinIndex,
                                           NppiPoint[] pMaxIndex,
                                           TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 16-bit unsigned short image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
nCOI - \ref channel_of_interest_number.
pMinValue - Device-memory pointer receiving the minimum value.
pMaxValue - Device-memory pointer receiving the maximum value.
pMinIndex - Device-memory pointer receiving the indicies (X and Y coordinates) of the minimum value.
pMaxIndex - Device-memory pointer receiving the indicies (X and Y coordinates) of the maximum value.
pDeviceBuffer - Buffer to a scratch memory. Use \ref nppiMinMaxIndxGetBufferHostSize_16u_C3CMR to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes, or NPP_COI_ERROR if an invalid channel of interest is specified. If the mask is filled with zeros, then all the returned values are zeros, i.e., pMinIndex = {0, 0}, pMaxIndex = {0, 0}, pMinValue = 0, pMaxValue = 0. If any of pMinValue, pMaxValue, pMinIndex, or pMaxIndex is not needed, zero pointer must be passed correspondingly.

nppiMinMaxIndx_32f_C3CMR

public static int nppiMinMaxIndx_32f_C3CMR(TypedPointer<Npp32f> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp8u> pMask,
                                           int nMaskStep,
                                           NppiSize oSizeROI,
                                           int nCOI,
                                           TypedPointer<Npp32f> pMinValue,
                                           TypedPointer<Npp32f> pMaxValue,
                                           NppiPoint[] pMinIndex,
                                           NppiPoint[] pMaxIndex,
                                           TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 32-bit floating point image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
nCOI - \ref channel_of_interest_number.
pMinValue - Device-memory pointer receiving the minimum value.
pMaxValue - Device-memory pointer receiving the maximum value.
pMinIndex - Device-memory pointer receiving the indicies (X and Y coordinates) of the minimum value.
pMaxIndex - Device-memory pointer receiving the indicies (X and Y coordinates) of the maximum value.
pDeviceBuffer - Buffer to a scratch memory. Use \ref nppiMinMaxIndxGetBufferHostSize_32f_C3CMR to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes, NPP_NOT_EVEN_STEP_ERROR if an invalid floating-point image is specified, or NPP_COI_ERROR if an invalid channel of interest is specified. If the mask is filled with zeros, then all the returned values are zeros, i.e., pMinIndex = {0, 0}, pMaxIndex = {0, 0}, pMinValue = 0, pMaxValue = 0. If any of pMinValue, pMaxValue, pMinIndex, or pMaxIndex is not needed, zero pointer must be passed correspondingly.

nppiMeanGetBufferHostSize_8u_C1R

public static int nppiMeanGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_8u_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMeanGetBufferHostSize_16u_C1R

public static int nppiMeanGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
                                                    int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_16u_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMeanGetBufferHostSize_16s_C1R

public static int nppiMeanGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
                                                    int[] hpBufferSize)
host pointer


nppiMeanGetBufferHostSize_32f_C1R

public static int nppiMeanGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
                                                    int[] hpBufferSize)
host pointer


nppiMeanGetBufferHostSize_8u_C3R

public static int nppiMeanGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_8u_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMeanGetBufferHostSize_16u_C3R

public static int nppiMeanGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
                                                    int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_16u_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMeanGetBufferHostSize_16s_C3R

public static int nppiMeanGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
                                                    int[] hpBufferSize)

nppiMeanGetBufferHostSize_32f_C3R

public static int nppiMeanGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
                                                    int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_32f_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMeanGetBufferHostSize_8u_AC4R

public static int nppiMeanGetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
                                                    int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_8u_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMeanGetBufferHostSize_16u_AC4R

public static int nppiMeanGetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
                                                     int[] hpBufferSize)

nppiMeanGetBufferHostSize_16s_AC4R

public static int nppiMeanGetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
                                                     int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_16s_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMeanGetBufferHostSize_32f_AC4R

public static int nppiMeanGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
                                                     int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_32f_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMeanGetBufferHostSize_8u_C4R

public static int nppiMeanGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
                                                   int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_8u_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMeanGetBufferHostSize_16u_C4R

public static int nppiMeanGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
                                                    int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_16u_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMeanGetBufferHostSize_16s_C4R

public static int nppiMeanGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
                                                    int[] hpBufferSize)
host pointer


nppiMeanGetBufferHostSize_32f_C4R

public static int nppiMeanGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
                                                    int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_32f_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMeanGetBufferHostSize_8u_C1MR

public static int nppiMeanGetBufferHostSize_8u_C1MR(NppiSize oSizeROI,
                                                    int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_8u_C1MR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMeanGetBufferHostSize_8s_C1MR

public static int nppiMeanGetBufferHostSize_8s_C1MR(NppiSize oSizeROI,
                                                    int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_8s_C1MR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMeanGetBufferHostSize_16u_C1MR

public static int nppiMeanGetBufferHostSize_16u_C1MR(NppiSize oSizeROI,
                                                     int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_16u_C1MR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMeanGetBufferHostSize_32f_C1MR

public static int nppiMeanGetBufferHostSize_32f_C1MR(NppiSize oSizeROI,
                                                     int[] hpBufferSize)

nppiMeanGetBufferHostSize_8u_C3CMR

public static int nppiMeanGetBufferHostSize_8u_C3CMR(NppiSize oSizeROI,
                                                     int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_8u_C3CMR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMeanGetBufferHostSize_8s_C3CMR

public static int nppiMeanGetBufferHostSize_8s_C3CMR(NppiSize oSizeROI,
                                                     int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_8s_C3CMR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMeanGetBufferHostSize_16u_C3CMR

public static int nppiMeanGetBufferHostSize_16u_C3CMR(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_16u_C3CMR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMeanGetBufferHostSize_32f_C3CMR

public static int nppiMeanGetBufferHostSize_32f_C3CMR(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_32f_C3CMR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMean_8u_C1R

public static int nppiMean_8u_C1R(TypedPointer<Npp8u> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  TypedPointer<Npp64f> pMean)
host pointer


nppiMean_16u_C1R

public static int nppiMean_16u_C1R(TypedPointer<Npp16u> pSrc,
                                   int nSrcStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pDeviceBuffer,
                                   TypedPointer<Npp64f> pMean)
 1-channel 16-bit unsigned short integer image mean 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 Use \ref nppiMeanGetBufferHostSize_16u_C1R to determine the minium number of bytes required.
pMean - Device-memory pointer receiving the mean result.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMean_16s_C1R

public static int nppiMean_16s_C1R(TypedPointer<Npp16s> pSrc,
                                   int nSrcStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pDeviceBuffer,
                                   TypedPointer<Npp64f> pMean)
 1-channel 16-bit signed short integer image mean 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 Use \ref nppiMeanGetBufferHostSize_16s_C1R to determine the minium number of bytes required.
pMean - Device-memory pointer receiving the mean result.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMean_32f_C1R

public static int nppiMean_32f_C1R(TypedPointer<Npp32f> pSrc,
                                   int nSrcStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pDeviceBuffer,
                                   TypedPointer<Npp64f> pMean)
 1-channel 32-bit floating point image mean 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
pMean - Device-memory pointer receiving the mean result. Use \ref nppiMeanGetBufferHostSize_32f_C1R to determine the minium number of bytes required.
Returns:
\ref image_data_error_codes, \ref roi_error_codes, NPP_NOT_EVEN_STEP_ERROR if an invalid floating-point image is specified.

nppiMean_8u_C3R

public static int nppiMean_8u_C3R(TypedPointer<Npp8u> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  double[] aMean)
 3-channel 8-bit unsigned char image mean 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 Use \ref nppiMeanGetBufferHostSize_8u_C3R to determine the minium number of bytes required.
aMean - Array that contains computed mean, three elements for three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMean_16u_C3R

public static int nppiMean_16u_C3R(TypedPointer<Npp16u> pSrc,
                                   int nSrcStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pDeviceBuffer,
                                   double[] aMean)

nppiMean_16s_C3R

public static int nppiMean_16s_C3R(TypedPointer<Npp16s> pSrc,
                                   int nSrcStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pDeviceBuffer,
                                   double[] aMean)

nppiMean_32f_C3R

public static int nppiMean_32f_C3R(TypedPointer<Npp32f> pSrc,
                                   int nSrcStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pDeviceBuffer,
                                   double[] aMean)

nppiMean_8u_AC4R

public static int nppiMean_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                   int nSrcStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pDeviceBuffer,
                                   double[] aMean)
 4-channel 8-bit unsigned char image mean with 64-bit double precision result.
 Alpha channel is the last channel and is not processed.

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 Use \ref nppiMeanGetBufferHostSize_8u_AC4R to determine the minium number of bytes required.
aMean - Array that contains computed mean, three elements for the first three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMean_16u_AC4R

public static int nppiMean_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                    int nSrcStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp8u> pDeviceBuffer,
                                    double[] aMean)
 4-channel 16-bit unsigned short image mean with 64-bit double precision result.
 Alpha channel is the last channel and is not processed.

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 Use \ref nppiMeanGetBufferHostSize_16u_AC4R to determine the minium number of bytes required.
aMean - Array that contains computed mean, three elements for the first three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMean_16s_AC4R

public static int nppiMean_16s_AC4R(TypedPointer<Npp16s> pSrc,
                                    int nSrcStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp8u> pDeviceBuffer,
                                    double[] aMean)
 4-channel 16-bit signed short image mean with 64-bit double precision result.
 Alpha channel is the last channel and is not processed.

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 Use \ref nppiMeanGetBufferHostSize_16s_AC4R to determine the minium number of bytes required.
aMean - Array that contains computed mean, three elements for the first three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMean_32f_AC4R

public static int nppiMean_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                    int nSrcStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp8u> pDeviceBuffer,
                                    double[] aMean)
 4-channel 32-bit floating point image mean with 64-bit double precision result.
 Alpha channel is the last channel and is not processed.

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 Use \ref nppiMeanGetBufferHostSize_32f_AC4R to determine the minium number of bytes required.
aMean - Array that contains computed mean, three elements for the first three channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes, NPP_NOT_EVEN_STEP_ERROR if an invalid floating-point image is specified.

nppiMean_8u_C4R

public static int nppiMean_8u_C4R(TypedPointer<Npp8u> pSrc,
                                  int nSrcStep,
                                  NppiSize oSizeROI,
                                  TypedPointer<Npp8u> pDeviceBuffer,
                                  double[] aMean)
 4-channel 8-bit unsigned char image mean 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 Use \ref nppiMeanGetBufferHostSize_8u_C4R to determine the minium number of bytes required.
aMean - Array that contains computed mean, four elements for four channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMean_16u_C4R

public static int nppiMean_16u_C4R(TypedPointer<Npp16u> pSrc,
                                   int nSrcStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pDeviceBuffer,
                                   double[] aMean)
 4-channel 16-bit unsigned short image mean 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 Use \ref nppiMeanGetBufferHostSize_16u_C4R to determine the minium number of bytes required.
aMean - Array that contains computed mean, four elements for four channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMean_16s_C4R

public static int nppiMean_16s_C4R(TypedPointer<Npp16s> pSrc,
                                   int nSrcStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pDeviceBuffer,
                                   double[] aMean)
 4-channel 16-bit signed short image mean 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 Use \ref nppiMeanGetBufferHostSize_16s_C4R to determine the minium number of bytes required.
aMean - Array that contains computed mean, four elements for four channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMean_32f_C4R

public static int nppiMean_32f_C4R(TypedPointer<Npp32f> pSrc,
                                   int nSrcStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pDeviceBuffer,
                                   double[] aMean)
 4-channel 32-bit floating point image mean 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 Use \ref nppiMeanGetBufferHostSize_32f_C4R to determine the minium number of bytes required.
aMean - Array that contains computed mean, four elements for four channels.
Returns:
\ref image_data_error_codes, \ref roi_error_codes, NPP_NOT_EVEN_STEP_ERROR if an invalid floating-point image is specified.

nppiMean_8u_C1MR

public static int nppiMean_8u_C1MR(TypedPointer<Npp8u> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp8u> pMask,
                                   int nMaskStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pDeviceBuffer,
                                   TypedPointer<Npp64f> pMean)
 1-channel 8-bit unsigned char image mean with 64-bit double precision result, \ref masked_operation.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer Use \ref nppiMeanGetBufferHostSize_8u_C1MR to determine the minium number of bytes required.
pMean - Device-memory pointer receiving the mean result.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiMean_8s_C1MR

public static int nppiMean_8s_C1MR(TypedPointer<Npp8s> pSrc,
                                   int nSrcStep,
                                   TypedPointer<Npp8u> pMask,
                                   int nMaskStep,
                                   NppiSize oSizeROI,
                                   TypedPointer<Npp8u> pDeviceBuffer,
                                   TypedPointer<Npp64f> pMean)
 1-channel 8-bit signed char image mean with 64-bit double precision result, \ref masked_operation.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer Use \ref nppiMeanGetBufferHostSize_8s_C1MR to determine the minium number of bytes required.
pMean - Device-memory pointer receiving the mean result.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiMean_16u_C1MR

public static int nppiMean_16u_C1MR(TypedPointer<Npp16u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp8u> pMask,
                                    int nMaskStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp8u> pDeviceBuffer,
                                    TypedPointer<Npp64f> pMean)
 1-channel 16-bit unsigned short integer image mean with 64-bit double precision result, \ref masked_operation.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer Use \ref nppiMeanGetBufferHostSize_16u_C1MR to determine the minium number of bytes required.
pMean - Device-memory pointer receiving the mean result.
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiMean_32f_C1MR

public static int nppiMean_32f_C1MR(TypedPointer<Npp32f> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp8u> pMask,
                                    int nMaskStep,
                                    NppiSize oSizeROI,
                                    TypedPointer<Npp8u> pDeviceBuffer,
                                    TypedPointer<Npp64f> pMean)
 1-channel 32-bit floating point image mean with 64-bit double precision result, \ref masked_operation.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer Use \ref nppiMeanGetBufferHostSize_32f_C1MR to determine the minium number of bytes required.
pMean - Device-memory pointer receiving the mean result.
Returns:
\ref image_data_error_codes, \ref roi_error_codes, NPP_NOT_EVEN_STEP_ERROR if an invalid floating-point image is specified.

nppiMean_8u_C3CMR

public static int nppiMean_8u_C3CMR(TypedPointer<Npp8u> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp8u> pMask,
                                    int nMaskStep,
                                    NppiSize oSizeROI,
                                    int nCOI,
                                    TypedPointer<Npp8u> pDeviceBuffer,
                                    TypedPointer<Npp64f> pMean)
 3-channel 8-bit unsigned char image mean with 64-bit double precision result, \ref masked_operation, \ref channel_of_interest.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
nCOI - \ref channel_of_interest_number.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer Use \ref nppiMeanGetBufferHostSize_8u_C3CMR to determine the minium number of bytes required.
pMean - Device-memory pointer receiving the mean result.
Returns:
\ref image_data_error_codes, \ref roi_error_codes, or NPP_COI_ERROR if an invalid channel of interest is specified.

nppiMean_8s_C3CMR

public static int nppiMean_8s_C3CMR(TypedPointer<Npp8s> pSrc,
                                    int nSrcStep,
                                    TypedPointer<Npp8u> pMask,
                                    int nMaskStep,
                                    NppiSize oSizeROI,
                                    int nCOI,
                                    TypedPointer<Npp8u> pDeviceBuffer,
                                    TypedPointer<Npp64f> pMean)

nppiMean_16u_C3CMR

public static int nppiMean_16u_C3CMR(TypedPointer<Npp16u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp8u> pMask,
                                     int nMaskStep,
                                     NppiSize oSizeROI,
                                     int nCOI,
                                     TypedPointer<Npp8u> pDeviceBuffer,
                                     TypedPointer<Npp64f> pMean)
 3-channel 16-bit unsigned short integer image mean with 64-bit double precision result, \ref masked_operation, \ref channel_of_interest.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
nCOI - \ref channel_of_interest_number.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer Use \ref nppiMeanGetBufferHostSize_16u_C3CMR to determine the minium number of bytes required.
pMean - Device-memory pointer receiving the mean result.
Returns:
\ref image_data_error_codes, \ref roi_error_codes, or NPP_COI_ERROR if an invalid channel of interest is specified.

nppiMean_32f_C3CMR

public static int nppiMean_32f_C3CMR(TypedPointer<Npp32f> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp8u> pMask,
                                     int nMaskStep,
                                     NppiSize oSizeROI,
                                     int nCOI,
                                     TypedPointer<Npp8u> pDeviceBuffer,
                                     TypedPointer<Npp64f> pMean)
 3-channel 32-bit floating point image mean with 64-bit double precision result, \ref masked_operation, \ref channel_of_interest.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
nCOI - \ref channel_of_interest_number.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer Use \ref nppiMeanGetBufferHostSize_32f_C3CMR to determine the minium number of bytes required.
pMean - Device-memory pointer receiving the mean result.
Returns:
\ref image_data_error_codes, \ref roi_error_codes, NPP_NOT_EVEN_STEP_ERROR if an invalid floating-point image is specified, or NPP_COI_ERROR if an invalid channel of interest is specified.

nppiMeanStdDevGetBufferHostSize_8u_C1R

public static int nppiMeanStdDevGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
                                                         int[] hpBufferSize)

nppiMeanStdDevGetBufferHostSize_8s_C1R

public static int nppiMeanStdDevGetBufferHostSize_8s_C1R(NppiSize oSizeROI,
                                                         int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_StdDev_8s_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMeanStdDevGetBufferHostSize_16u_C1R

public static int nppiMeanStdDevGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
                                                          int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_StdDev_16u_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMeanStdDevGetBufferHostSize_32f_C1R

public static int nppiMeanStdDevGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
                                                          int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_StdDev_32f_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMeanStdDevGetBufferHostSize_8u_C1MR

public static int nppiMeanStdDevGetBufferHostSize_8u_C1MR(NppiSize oSizeROI,
                                                          int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_StdDev_8u_C1MR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMeanStdDevGetBufferHostSize_8s_C1MR

public static int nppiMeanStdDevGetBufferHostSize_8s_C1MR(NppiSize oSizeROI,
                                                          int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_StdDev_8s_C1MR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMeanStdDevGetBufferHostSize_16u_C1MR

public static int nppiMeanStdDevGetBufferHostSize_16u_C1MR(NppiSize oSizeROI,
                                                           int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_StdDev_16u_C1MR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMeanStdDevGetBufferHostSize_32f_C1MR

public static int nppiMeanStdDevGetBufferHostSize_32f_C1MR(NppiSize oSizeROI,
                                                           int[] hpBufferSize)
host pointer


nppiMeanStdDevGetBufferHostSize_8u_C3CR

public static int nppiMeanStdDevGetBufferHostSize_8u_C3CR(NppiSize oSizeROI,
                                                          int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_StdDev_8u_C3CR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMeanStdDevGetBufferHostSize_8s_C3CR

public static int nppiMeanStdDevGetBufferHostSize_8s_C3CR(NppiSize oSizeROI,
                                                          int[] hpBufferSize)

nppiMeanStdDevGetBufferHostSize_16u_C3CR

public static int nppiMeanStdDevGetBufferHostSize_16u_C3CR(NppiSize oSizeROI,
                                                           int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_StdDev_16u_C3CR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMeanStdDevGetBufferHostSize_32f_C3CR

public static int nppiMeanStdDevGetBufferHostSize_32f_C3CR(NppiSize oSizeROI,
                                                           int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_StdDev_32f_C3CR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMeanStdDevGetBufferHostSize_8u_C3CMR

public static int nppiMeanStdDevGetBufferHostSize_8u_C3CMR(NppiSize oSizeROI,
                                                           int[] hpBufferSize)
host pointer


nppiMeanStdDevGetBufferHostSize_8s_C3CMR

public static int nppiMeanStdDevGetBufferHostSize_8s_C3CMR(NppiSize oSizeROI,
                                                           int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_StdDev_8s_C3CMR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMeanStdDevGetBufferHostSize_16u_C3CMR

public static int nppiMeanStdDevGetBufferHostSize_16u_C3CMR(NppiSize oSizeROI,
                                                            int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_StdDev_16u_C3CMR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiMeanStdDevGetBufferHostSize_32f_C3CMR

public static int nppiMeanStdDevGetBufferHostSize_32f_C3CMR(NppiSize oSizeROI,
                                                            int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiMean_StdDev_32f_C3CMR.

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)
host pointer


nppiMean_StdDev_8s_C1R

public static int nppiMean_StdDev_8s_C1R(TypedPointer<Npp8s> pSrc,
                                         int nSrcStep,
                                         NppiSize oSizeROI,
                                         TypedPointer<Npp8u> pDeviceBuffer,
                                         TypedPointer<Npp64f> pMean,
                                         TypedPointer<Npp64f> pStdDev)
 1-channel 8-bit signed char image mean and 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 Use \ref nppiMeanStdDevGetBufferHostSize_8s_C1R to determine the minium number of bytes required.
pMean - Contains computed mean.
pStdDev - Contains computed standard deviation.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMean_StdDev_16u_C1R

public static int nppiMean_StdDev_16u_C1R(TypedPointer<Npp16u> pSrc,
                                          int nSrcStep,
                                          NppiSize oSizeROI,
                                          TypedPointer<Npp8u> pDeviceBuffer,
                                          TypedPointer<Npp64f> pMean,
                                          TypedPointer<Npp64f> pStdDev)
 1-channel 16-bit unsigned short int image mean and 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 Use \ref nppiMeanStdDevGetBufferHostSize_16u_C1R to determine the minium number of bytes required.
pMean - Contains computed mean.
pStdDev - Contains computed standard deviation.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMean_StdDev_32f_C1R

public static int nppiMean_StdDev_32f_C1R(TypedPointer<Npp32f> pSrc,
                                          int nSrcStep,
                                          NppiSize oSizeROI,
                                          TypedPointer<Npp8u> pDeviceBuffer,
                                          TypedPointer<Npp64f> pMean,
                                          TypedPointer<Npp64f> pStdDev)

nppiMean_StdDev_8u_C1MR

public static int nppiMean_StdDev_8u_C1MR(TypedPointer<Npp8u> pSrc,
                                          int nSrcStep,
                                          TypedPointer<Npp8u> pMask,
                                          int nMaskStep,
                                          NppiSize oSizeROI,
                                          TypedPointer<Npp8u> pDeviceBuffer,
                                          TypedPointer<Npp64f> pMean,
                                          TypedPointer<Npp64f> pStdDev)
 1-channel 8-bit unsigned char image mean and standard deviation, \ref masked_operation.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer Use \ref nppiMeanStdDevGetBufferHostSize_8u_C1MR to determine the minium number of bytes required.
pMean - Contains computed mean.
pStdDev - Contains computed standard deviation.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMean_StdDev_8s_C1MR

public static int nppiMean_StdDev_8s_C1MR(TypedPointer<Npp8s> pSrc,
                                          int nSrcStep,
                                          TypedPointer<Npp8u> pMask,
                                          int nMaskStep,
                                          NppiSize oSizeROI,
                                          TypedPointer<Npp8u> pDeviceBuffer,
                                          TypedPointer<Npp64f> pMean,
                                          TypedPointer<Npp64f> pStdDev)
 1-channel 8-bit signed char image mean and standard deviation, \ref masked_operation.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer Use \ref nppiMeanStdDevGetBufferHostSize_8s_C1MR to determine the minium number of bytes required.
pMean - Contains computed mean.
pStdDev - Contains computed standard deviation.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMean_StdDev_16u_C1MR

public static int nppiMean_StdDev_16u_C1MR(TypedPointer<Npp16u> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp8u> pMask,
                                           int nMaskStep,
                                           NppiSize oSizeROI,
                                           TypedPointer<Npp8u> pDeviceBuffer,
                                           TypedPointer<Npp64f> pMean,
                                           TypedPointer<Npp64f> pStdDev)
 1-channel 16-bit unsigned short int image mean and standard deviation, \ref masked_operation.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer Use \ref nppiMeanStdDevGetBufferHostSize_16u_C1MR to determine the minium number of bytes required.
pMean - Contains computed mean.
pStdDev - Contains computed standard deviation.
Returns:
\ref image_data_error_codes, \ref roi_error_codes

nppiMean_StdDev_32f_C1MR

public static int nppiMean_StdDev_32f_C1MR(TypedPointer<Npp32f> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp8u> pMask,
                                           int nMaskStep,
                                           NppiSize oSizeROI,
                                           TypedPointer<Npp8u> pDeviceBuffer,
                                           TypedPointer<Npp64f> pMean,
                                           TypedPointer<Npp64f> pStdDev)
 1-channel 32-bit floating-point image mean and standard deviation, \ref masked_operation.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer Use \ref nppiMeanStdDevGetBufferHostSize_32f_C1MR to determine the minium number of bytes required.
pMean - Contains computed mean.
pStdDev - Contains computed standard deviation.
Returns:
\ref image_data_error_codes, \ref roi_error_codes, or NPP_NOT_EVEN_STEP_ERROR if an invalid floating-point image is specified.

nppiMean_StdDev_8u_C3CR

public static int nppiMean_StdDev_8u_C3CR(TypedPointer<Npp8u> pSrc,
                                          int nSrcStep,
                                          NppiSize oSizeROI,
                                          int nCOI,
                                          TypedPointer<Npp8u> pDeviceBuffer,
                                          TypedPointer<Npp64f> pMean,
                                          TypedPointer<Npp64f> pStdDev)
 3-channel 8-bit unsigned char image mean and standard deviation, \ref channel_of_interest.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
nCOI - \ref channel_of_interest_number.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer Use \ref nppiMeanStdDevGetBufferHostSize_8u_C3CR to determine the minium number of bytes required.
pMean - Contains computed mean.
pStdDev - Contains computed standard deviation.
Returns:
\ref image_data_error_codes, \ref roi_error_codes, or NPP_COI_ERROR if an invalid channel of interest is specified.

nppiMean_StdDev_8s_C3CR

public static int nppiMean_StdDev_8s_C3CR(TypedPointer<Npp8s> pSrc,
                                          int nSrcStep,
                                          NppiSize oSizeROI,
                                          int nCOI,
                                          TypedPointer<Npp8u> pDeviceBuffer,
                                          TypedPointer<Npp64f> pMean,
                                          TypedPointer<Npp64f> pStdDev)
 3-channel 8-bit signed char image mean and standard deviation, \ref channel_of_interest.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
nCOI - \ref channel_of_interest_number.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer Use \ref nppiMeanStdDevGetBufferHostSize_8s_C3CR to determine the minium number of bytes required.
pMean - Contains computed mean.
pStdDev - Contains computed standard deviation.
Returns:
\ref image_data_error_codes, \ref roi_error_codes, or NPP_COI_ERROR if an invalid channel of interest is specified.

nppiMean_StdDev_16u_C3CR

public static int nppiMean_StdDev_16u_C3CR(TypedPointer<Npp16u> pSrc,
                                           int nSrcStep,
                                           NppiSize oSizeROI,
                                           int nCOI,
                                           TypedPointer<Npp8u> pDeviceBuffer,
                                           TypedPointer<Npp64f> pMean,
                                           TypedPointer<Npp64f> pStdDev)
 3-channel 16-bit unsigned short int image mean and standard deviation, \ref channel_of_interest.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
nCOI - \ref channel_of_interest_number.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer Use \ref nppiMeanStdDevGetBufferHostSize_16u_C3CR to determine the minium number of bytes required.
pMean - Contains computed mean.
pStdDev - Contains computed standard deviation.
Returns:
\ref image_data_error_codes, \ref roi_error_codes, or NPP_COI_ERROR if an invalid channel of interest is specified.

nppiMean_StdDev_32f_C3CR

public static int nppiMean_StdDev_32f_C3CR(TypedPointer<Npp32f> pSrc,
                                           int nSrcStep,
                                           NppiSize oSizeROI,
                                           int nCOI,
                                           TypedPointer<Npp8u> pDeviceBuffer,
                                           TypedPointer<Npp64f> pMean,
                                           TypedPointer<Npp64f> pStdDev)
 3-channel 32-bit floating-point image mean and standard deviation, \ref channel_of_interest.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
nCOI - \ref channel_of_interest_number.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer Use \ref nppiMeanStdDevGetBufferHostSize_32f_C3CR to determine the minium number of bytes required.
pMean - Contains computed mean.
pStdDev - Contains computed standard deviation.
Returns:
\ref image_data_error_codes, \ref roi_error_codes, NPP_NOT_EVEN_STEP_ERROR if an invalid floating-point image is specified, or NPP_COI_ERROR if an invalid channel of interest is specified.

nppiMean_StdDev_8u_C3CMR

public static int nppiMean_StdDev_8u_C3CMR(TypedPointer<Npp8u> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp8u> pMask,
                                           int nMaskStep,
                                           NppiSize oSizeROI,
                                           int nCOI,
                                           TypedPointer<Npp8u> pDeviceBuffer,
                                           TypedPointer<Npp64f> pMean,
                                           TypedPointer<Npp64f> pStdDev)
 3-channel 8-bit unsigned char image mean and standard deviation, \ref masked_operation, \ref channel_of_interest.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
nCOI - \ref channel_of_interest_number.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer Use \ref nppiMeanStdDevGetBufferHostSize_8u_C3CMR to determine the minium number of bytes required.
pMean - Contains computed mean.
pStdDev - Contains computed standard deviation.
Returns:
\ref image_data_error_codes, \ref roi_error_codes, or NPP_COI_ERROR if an invalid channel of interest is specified.

nppiMean_StdDev_8s_C3CMR

public static int nppiMean_StdDev_8s_C3CMR(TypedPointer<Npp8s> pSrc,
                                           int nSrcStep,
                                           TypedPointer<Npp8u> pMask,
                                           int nMaskStep,
                                           NppiSize oSizeROI,
                                           int nCOI,
                                           TypedPointer<Npp8u> pDeviceBuffer,
                                           TypedPointer<Npp64f> pMean,
                                           TypedPointer<Npp64f> pStdDev)
 3-channel 8-bit signed char image mean and standard deviation, \ref masked_operation, \ref channel_of_interest.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
nCOI - \ref channel_of_interest_number.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer Use \ref nppiMeanStdDevGetBufferHostSize_8s_C3CMR to determine the minium number of bytes required.
pMean - Contains computed mean.
pStdDev - Contains computed standard deviation.
Returns:
\ref image_data_error_codes, \ref roi_error_codes, or NPP_COI_ERROR if an invalid channel of interest is specified.

nppiMean_StdDev_16u_C3CMR

public static int nppiMean_StdDev_16u_C3CMR(TypedPointer<Npp16u> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp8u> pMask,
                                            int nMaskStep,
                                            NppiSize oSizeROI,
                                            int nCOI,
                                            TypedPointer<Npp8u> pDeviceBuffer,
                                            TypedPointer<Npp64f> pMean,
                                            TypedPointer<Npp64f> pStdDev)
 3-channel 16-bit unsigned short int image mean and standard deviation, \ref masked_operation, \ref channel_of_interest.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
nCOI - \ref channel_of_interest_number.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer Use \ref nppiMeanStdDevGetBufferHostSize_16u_C3CMR to determine the minium number of bytes required.
pMean - Contains computed mean.
pStdDev - Contains computed standard deviation.
Returns:
\ref image_data_error_codes, \ref roi_error_codes, or NPP_COI_ERROR if an invalid channel of interest is specified.

nppiMean_StdDev_32f_C3CMR

public static int nppiMean_StdDev_32f_C3CMR(TypedPointer<Npp32f> pSrc,
                                            int nSrcStep,
                                            TypedPointer<Npp8u> pMask,
                                            int nMaskStep,
                                            NppiSize oSizeROI,
                                            int nCOI,
                                            TypedPointer<Npp8u> pDeviceBuffer,
                                            TypedPointer<Npp64f> pMean,
                                            TypedPointer<Npp64f> pStdDev)
 3-channel 32-bit floating-point image mean and standard deviation, \ref masked_operation, \ref channel_of_interest.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
nCOI - \ref channel_of_interest_number.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer Use \ref nppiMeanStdDevGetBufferHostSize_32f_C3CMR to determine the minium number of bytes required.
pMean - Contains computed mean.
pStdDev - Contains computed standard deviation.
Returns:
\ref image_data_error_codes, \ref roi_error_codes, NPP_NOT_EVEN_STEP_ERROR if an invalid floating-point image is specified, or NPP_COI_ERROR if an invalid channel of interest is specified.

nppiNormInfGetBufferHostSize_8u_C1R

public static int nppiNormInfGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormInf_8u_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormInfGetBufferHostSize_16u_C1R

public static int nppiNormInfGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormInf_16u_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormInfGetBufferHostSize_16s_C1R

public static int nppiNormInfGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormInf_16s_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormInfGetBufferHostSize_32s_C1R

public static int nppiNormInfGetBufferHostSize_32s_C1R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormInf_32s_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormInfGetBufferHostSize_32f_C1R

public static int nppiNormInfGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormInf_32f_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormInfGetBufferHostSize_8u_C1MR

public static int nppiNormInfGetBufferHostSize_8u_C1MR(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormInf_8u_C1MR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormInfGetBufferHostSize_8s_C1MR

public static int nppiNormInfGetBufferHostSize_8s_C1MR(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormInf_8s_C1MR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormInfGetBufferHostSize_16u_C1MR

public static int nppiNormInfGetBufferHostSize_16u_C1MR(NppiSize oSizeROI,
                                                        int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormInf_16u_C1MR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormInfGetBufferHostSize_32f_C1MR

public static int nppiNormInfGetBufferHostSize_32f_C1MR(NppiSize oSizeROI,
                                                        int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormInf_32f_C1MR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormInfGetBufferHostSize_8u_C3R

public static int nppiNormInfGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormInf_8u_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormInfGetBufferHostSize_16u_C3R

public static int nppiNormInfGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormInf_16u_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormInfGetBufferHostSize_16s_C3R

public static int nppiNormInfGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormInf_16s_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormInfGetBufferHostSize_32f_C3R

public static int nppiNormInfGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormInf_32f_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormInfGetBufferHostSize_8u_AC4R

public static int nppiNormInfGetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormInf_8u_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormInfGetBufferHostSize_16u_AC4R

public static int nppiNormInfGetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
                                                        int[] hpBufferSize)
host pointer


nppiNormInfGetBufferHostSize_16s_AC4R

public static int nppiNormInfGetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
                                                        int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormInf_16s_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormInfGetBufferHostSize_32f_AC4R

public static int nppiNormInfGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
                                                        int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormInf_32f_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormInfGetBufferHostSize_8u_C4R

public static int nppiNormInfGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormInf_8u_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormInfGetBufferHostSize_16u_C4R

public static int nppiNormInfGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormInf_16u_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormInfGetBufferHostSize_16s_C4R

public static int nppiNormInfGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormInf_16s_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormInfGetBufferHostSize_32f_C4R

public static int nppiNormInfGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormInf_32f_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormInfGetBufferHostSize_8u_C3CMR

public static int nppiNormInfGetBufferHostSize_8u_C3CMR(NppiSize oSizeROI,
                                                        int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormInf_8u_C3CMR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormInfGetBufferHostSize_8s_C3CMR

public static int nppiNormInfGetBufferHostSize_8s_C3CMR(NppiSize oSizeROI,
                                                        int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormInf_8s_C3CMR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormInfGetBufferHostSize_16u_C3CMR

public static int nppiNormInfGetBufferHostSize_16u_C3CMR(NppiSize oSizeROI,
                                                         int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormInf_16u_C3CMR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormInfGetBufferHostSize_32f_C3CMR

public static int nppiNormInfGetBufferHostSize_32f_C3CMR(NppiSize oSizeROI,
                                                         int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormInf_32f_C3CMR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNorm_Inf_8u_C1R

public static int nppiNorm_Inf_8u_C1R(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp64f> pNorm,
                                      TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 8-bit unsigned char image infinity norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormInfGetBufferHostSize_8u_C1R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_Inf_16u_C1R

public static int nppiNorm_Inf_16u_C1R(TypedPointer<Npp16u> pSrc,
                                       int nSrcStep,
                                       NppiSize oSizeROI,
                                       TypedPointer<Npp64f> pNorm,
                                       TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 16-bit unsigned short image infinity norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormInfGetBufferHostSize_16u_C1R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_Inf_16s_C1R

public static int nppiNorm_Inf_16s_C1R(TypedPointer<Npp16s> pSrc,
                                       int nSrcStep,
                                       NppiSize oSizeROI,
                                       TypedPointer<Npp64f> pNorm,
                                       TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 16-bit signed short image infinity norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormInfGetBufferHostSize_16s_C1R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_Inf_32s_C1R

public static int nppiNorm_Inf_32s_C1R(TypedPointer<Npp32s> pSrc,
                                       int nSrcStep,
                                       NppiSize oSizeROI,
                                       TypedPointer<Npp64f> pNorm,
                                       TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 32-bit signed int image infinity norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormInfGetBufferHostSize_32s_C1R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_Inf_32f_C1R

public static int nppiNorm_Inf_32f_C1R(TypedPointer<Npp32f> pSrc,
                                       int nSrcStep,
                                       NppiSize oSizeROI,
                                       TypedPointer<Npp64f> pNorm,
                                       TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 32-bit floating-point image infinity norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormInfGetBufferHostSize_32f_C1R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_Inf_8u_C1MR

public static int nppiNorm_Inf_8u_C1MR(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pMask,
                                       int nMaskStep,
                                       NppiSize oSizeROI,
                                       TypedPointer<Npp64f> pNorm,
                                       TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 8-bit unsigned char image infinity norm, \ref masked_operation.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormInfGetBufferHostSize_8u_C1MR to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_Inf_8s_C1MR

public static int nppiNorm_Inf_8s_C1MR(TypedPointer<Npp8s> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pMask,
                                       int nMaskStep,
                                       NppiSize oSizeROI,
                                       TypedPointer<Npp64f> pNorm,
                                       TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 8-bit signed char image infinity norm, \ref masked_operation.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormInfGetBufferHostSize_8s_C1MR to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_Inf_16u_C1MR

public static int nppiNorm_Inf_16u_C1MR(TypedPointer<Npp16u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pMask,
                                        int nMaskStep,
                                        NppiSize oSizeROI,
                                        TypedPointer<Npp64f> pNorm,
                                        TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 16-bit unsigned short image infinity norm, \ref masked_operation.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormInfGetBufferHostSize_16u_C1MR to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_Inf_32f_C1MR

public static int nppiNorm_Inf_32f_C1MR(TypedPointer<Npp32f> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pMask,
                                        int nMaskStep,
                                        NppiSize oSizeROI,
                                        TypedPointer<Npp64f> pNorm,
                                        TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 32-bit floating-point image infinity norm, \ref masked_operation.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormInfGetBufferHostSize_32f_C1MR to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_Inf_8u_C3R

public static int nppiNorm_Inf_8u_C3R(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      double[] aNorm,
                                      TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 8-bit unsigned char image infinity norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of three channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormInfGetBufferHostSize_8u_C3R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_Inf_16u_C3R

public static int nppiNorm_Inf_16u_C3R(TypedPointer<Npp16u> pSrc,
                                       int nSrcStep,
                                       NppiSize oSizeROI,
                                       double[] aNorm,
                                       TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 16-bit unsigned short image infinity norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of three channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormInfGetBufferHostSize_16u_C3R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_Inf_16s_C3R

public static int nppiNorm_Inf_16s_C3R(TypedPointer<Npp16s> pSrc,
                                       int nSrcStep,
                                       NppiSize oSizeROI,
                                       double[] aNorm,
                                       TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 16-bit signed short image infinity norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of three channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormInfGetBufferHostSize_16s_C3R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_Inf_32f_C3R

public static int nppiNorm_Inf_32f_C3R(TypedPointer<Npp32f> pSrc,
                                       int nSrcStep,
                                       NppiSize oSizeROI,
                                       double[] aNorm,
                                       TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 32-bit floating-point image infinity norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of three channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormInfGetBufferHostSize_32f_C3R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_Inf_8u_AC4R

public static int nppiNorm_Inf_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       NppiSize oSizeROI,
                                       double[] aNorm,
                                       TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 8-bit unsigned char image infinity norm (alpha channel is not computed).

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of three channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormInfGetBufferHostSize_8u_AC4R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_Inf_16u_AC4R

public static int nppiNorm_Inf_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                        int nSrcStep,
                                        NppiSize oSizeROI,
                                        double[] aNorm,
                                        TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 16-bit unsigned short image infinity norm (alpha channel is not computed).

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of three channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormInfGetBufferHostSize_16u_AC4R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_Inf_16s_AC4R

public static int nppiNorm_Inf_16s_AC4R(TypedPointer<Npp16s> pSrc,
                                        int nSrcStep,
                                        NppiSize oSizeROI,
                                        double[] aNorm,
                                        TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 16-bit signed short image infinity norm (alpha channel is not computed).

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of three channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormInfGetBufferHostSize_16s_AC4R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_Inf_32f_AC4R

public static int nppiNorm_Inf_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                        int nSrcStep,
                                        NppiSize oSizeROI,
                                        double[] aNorm,
                                        TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 32-bit floating-point image infinity norm (alpha channel is not computed).

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of three channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormInfGetBufferHostSize_32f_AC4R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_Inf_8u_C4R

public static int nppiNorm_Inf_8u_C4R(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      double[] aNorm,
                                      TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 8-bit unsigned char image infinity norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of four channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormInfGetBufferHostSize_8u_C4R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_Inf_16u_C4R

public static int nppiNorm_Inf_16u_C4R(TypedPointer<Npp16u> pSrc,
                                       int nSrcStep,
                                       NppiSize oSizeROI,
                                       double[] aNorm,
                                       TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 16-bit unsigned short image infinity norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of four channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormInfGetBufferHostSize_16u_C4R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_Inf_16s_C4R

public static int nppiNorm_Inf_16s_C4R(TypedPointer<Npp16s> pSrc,
                                       int nSrcStep,
                                       NppiSize oSizeROI,
                                       double[] aNorm,
                                       TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 16-bit signed short image infinity norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of four channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormInfGetBufferHostSize_16s_C4R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_Inf_32f_C4R

public static int nppiNorm_Inf_32f_C4R(TypedPointer<Npp32f> pSrc,
                                       int nSrcStep,
                                       NppiSize oSizeROI,
                                       double[] aNorm,
                                       TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 32-bit floating-point image infinity norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of four channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormInfGetBufferHostSize_32f_C4R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_Inf_8u_C3CMR

public static int nppiNorm_Inf_8u_C3CMR(TypedPointer<Npp8u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pMask,
                                        int nMaskStep,
                                        NppiSize oSizeROI,
                                        int nCOI,
                                        TypedPointer<Npp64f> pNorm,
                                        TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 8-bit unsigned char image infinity norm, \ref masked_operation, \ref channel_of_interest.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
nCOI - \ref channel_of_interest_number.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormInfGetBufferHostSize_8u_C3CMR to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes, or NPP_COI_ERROR if an invalid channel of interest is specified.

nppiNorm_Inf_8s_C3CMR

public static int nppiNorm_Inf_8s_C3CMR(TypedPointer<Npp8s> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pMask,
                                        int nMaskStep,
                                        NppiSize oSizeROI,
                                        int nCOI,
                                        TypedPointer<Npp64f> pNorm,
                                        TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 8-bit signed char image infinity norm, \ref masked_operation, \ref channel_of_interest.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
nCOI - \ref channel_of_interest_number.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormInfGetBufferHostSize_8s_C3CMR to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes, or NPP_COI_ERROR if an invalid channel of interest is specified.

nppiNorm_Inf_16u_C3CMR

public static int nppiNorm_Inf_16u_C3CMR(TypedPointer<Npp16u> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp8u> pMask,
                                         int nMaskStep,
                                         NppiSize oSizeROI,
                                         int nCOI,
                                         TypedPointer<Npp64f> pNorm,
                                         TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 16-bit unsigned short image infinity norm, \ref masked_operation, \ref channel_of_interest.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
nCOI - \ref channel_of_interest_number.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormInfGetBufferHostSize_16u_C3CMR to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes, or NPP_COI_ERROR if an invalid channel of interest is specified.

nppiNorm_Inf_32f_C3CMR

public static int nppiNorm_Inf_32f_C3CMR(TypedPointer<Npp32f> pSrc,
                                         int nSrcStep,
                                         TypedPointer<Npp8u> pMask,
                                         int nMaskStep,
                                         NppiSize oSizeROI,
                                         int nCOI,
                                         TypedPointer<Npp64f> pNorm,
                                         TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 32-bit floating-point image infinity norm, \ref masked_operation, \ref channel_of_interest.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
nCOI - \ref channel_of_interest_number.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormInfGetBufferHostSize_32f_C3CMR to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes, NPP_NOT_EVEN_STEP_ERROR if an invalid floating-point image is specified, or NPP_COI_ERROR if an invalid channel of interest is specified.

nppiNormL1GetBufferHostSize_8u_C1R

public static int nppiNormL1GetBufferHostSize_8u_C1R(NppiSize oSizeROI,
                                                     int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL1_8u_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL1GetBufferHostSize_16u_C1R

public static int nppiNormL1GetBufferHostSize_16u_C1R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL1_16u_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL1GetBufferHostSize_16s_C1R

public static int nppiNormL1GetBufferHostSize_16s_C1R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL1_16s_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL1GetBufferHostSize_32f_C1R

public static int nppiNormL1GetBufferHostSize_32f_C1R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL1_32f_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL1GetBufferHostSize_8u_C1MR

public static int nppiNormL1GetBufferHostSize_8u_C1MR(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL1_8u_C1MR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL1GetBufferHostSize_8s_C1MR

public static int nppiNormL1GetBufferHostSize_8s_C1MR(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
host pointer


nppiNormL1GetBufferHostSize_16u_C1MR

public static int nppiNormL1GetBufferHostSize_16u_C1MR(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL1_16u_C1MR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL1GetBufferHostSize_32f_C1MR

public static int nppiNormL1GetBufferHostSize_32f_C1MR(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL1_32f_C1MR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL1GetBufferHostSize_8u_C3R

public static int nppiNormL1GetBufferHostSize_8u_C3R(NppiSize oSizeROI,
                                                     int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL1_8u_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL1GetBufferHostSize_16u_C3R

public static int nppiNormL1GetBufferHostSize_16u_C3R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL1_16u_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL1GetBufferHostSize_16s_C3R

public static int nppiNormL1GetBufferHostSize_16s_C3R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL1_16s_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL1GetBufferHostSize_32f_C3R

public static int nppiNormL1GetBufferHostSize_32f_C3R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
host pointer


nppiNormL1GetBufferHostSize_8u_AC4R

public static int nppiNormL1GetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL1_8u_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL1GetBufferHostSize_16u_AC4R

public static int nppiNormL1GetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL1_16u_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL1GetBufferHostSize_16s_AC4R

public static int nppiNormL1GetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL1_16s_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL1GetBufferHostSize_32f_AC4R

public static int nppiNormL1GetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL1_32f_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL1GetBufferHostSize_8u_C4R

public static int nppiNormL1GetBufferHostSize_8u_C4R(NppiSize oSizeROI,
                                                     int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL1_8u_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL1GetBufferHostSize_16u_C4R

public static int nppiNormL1GetBufferHostSize_16u_C4R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL1_16u_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL1GetBufferHostSize_16s_C4R

public static int nppiNormL1GetBufferHostSize_16s_C4R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL1_16s_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL1GetBufferHostSize_32f_C4R

public static int nppiNormL1GetBufferHostSize_32f_C4R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL1_32f_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL1GetBufferHostSize_8u_C3CMR

public static int nppiNormL1GetBufferHostSize_8u_C3CMR(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL1_8u_C3CMR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL1GetBufferHostSize_8s_C3CMR

public static int nppiNormL1GetBufferHostSize_8s_C3CMR(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL1_8s_C3CMR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL1GetBufferHostSize_16u_C3CMR

public static int nppiNormL1GetBufferHostSize_16u_C3CMR(NppiSize oSizeROI,
                                                        int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL1_16u_C3CMR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL1GetBufferHostSize_32f_C3CMR

public static int nppiNormL1GetBufferHostSize_32f_C3CMR(NppiSize oSizeROI,
                                                        int[] hpBufferSize)
host pointer


nppiNorm_L1_8u_C1R

public static int nppiNorm_L1_8u_C1R(TypedPointer<Npp8u> pSrc,
                                     int nSrcStep,
                                     NppiSize oSizeROI,
                                     TypedPointer<Npp64f> pNorm,
                                     TypedPointer<Npp8u> pDeviceBuffer)
host pointer


nppiNorm_L1_16u_C1R

public static int nppiNorm_L1_16u_C1R(TypedPointer<Npp16u> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp64f> pNorm,
                                      TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 16-bit unsigned short image L1 norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL1GetBufferHostSize_16u_C1R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L1_16s_C1R

public static int nppiNorm_L1_16s_C1R(TypedPointer<Npp16s> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp64f> pNorm,
                                      TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 16-bit signed short image L1 norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL1GetBufferHostSize_16s_C1R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L1_32f_C1R

public static int nppiNorm_L1_32f_C1R(TypedPointer<Npp32f> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp64f> pNorm,
                                      TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 32-bit floating-point image L1 norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL1GetBufferHostSize_32f_C1R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L1_8u_C1MR

public static int nppiNorm_L1_8u_C1MR(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u> pMask,
                                      int nMaskStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp64f> pNorm,
                                      TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 8-bit unsigned char image L1 norm, \ref masked_operation

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL1GetBufferHostSize_8u_C1MR to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L1_8s_C1MR

public static int nppiNorm_L1_8s_C1MR(TypedPointer<Npp8s> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u> pMask,
                                      int nMaskStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp64f> pNorm,
                                      TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 8-bit signed char image L1 norm, \ref masked_operation

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL1GetBufferHostSize_8s_C1MR to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L1_16u_C1MR

public static int nppiNorm_L1_16u_C1MR(TypedPointer<Npp16u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pMask,
                                       int nMaskStep,
                                       NppiSize oSizeROI,
                                       TypedPointer<Npp64f> pNorm,
                                       TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 16-bit unsigned short image L1 norm, \ref masked_operation

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL1GetBufferHostSize_16u_C1MR to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L1_32f_C1MR

public static int nppiNorm_L1_32f_C1MR(TypedPointer<Npp32f> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pMask,
                                       int nMaskStep,
                                       NppiSize oSizeROI,
                                       TypedPointer<Npp64f> pNorm,
                                       TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 32-bit floating-point image L1 norm, \ref masked_operation.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL1GetBufferHostSize_32f_C1MR to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L1_8u_C3R

public static int nppiNorm_L1_8u_C3R(TypedPointer<Npp8u> pSrc,
                                     int nSrcStep,
                                     NppiSize oSizeROI,
                                     double[] aNorm,
                                     TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 8-bit unsigned char image L1 norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of three channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL1GetBufferHostSize_8u_C3R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L1_16u_C3R

public static int nppiNorm_L1_16u_C3R(TypedPointer<Npp16u> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      double[] aNorm,
                                      TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 16-bit unsigned short image L1 norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of three channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL1GetBufferHostSize_16u_C3R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L1_16s_C3R

public static int nppiNorm_L1_16s_C3R(TypedPointer<Npp16s> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      double[] aNorm,
                                      TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 16-bit signed short image L1 norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of three channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL1GetBufferHostSize_16s_C3R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L1_32f_C3R

public static int nppiNorm_L1_32f_C3R(TypedPointer<Npp32f> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      double[] aNorm,
                                      TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 32-bit floating-point image L1 norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of three channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL1GetBufferHostSize_32f_C3R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L1_8u_AC4R

public static int nppiNorm_L1_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      double[] aNorm,
                                      TypedPointer<Npp8u> pDeviceBuffer)

nppiNorm_L1_16u_AC4R

public static int nppiNorm_L1_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                       int nSrcStep,
                                       NppiSize oSizeROI,
                                       double[] aNorm,
                                       TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 16-bit unsigned short image L1 norm (alpha channel is not computed).

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of three channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL1GetBufferHostSize_16u_AC4R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L1_16s_AC4R

public static int nppiNorm_L1_16s_AC4R(TypedPointer<Npp16s> pSrc,
                                       int nSrcStep,
                                       NppiSize oSizeROI,
                                       double[] aNorm,
                                       TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 16-bit signed short image L1 norm (alpha channel is not computed).

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of three channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL1GetBufferHostSize_16s_AC4R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L1_32f_AC4R

public static int nppiNorm_L1_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                       int nSrcStep,
                                       NppiSize oSizeROI,
                                       double[] aNorm,
                                       TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 32-bit floating-point image L1 norm (alpha channel is not computed).

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of three channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL1GetBufferHostSize_32f_AC4R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L1_8u_C4R

public static int nppiNorm_L1_8u_C4R(TypedPointer<Npp8u> pSrc,
                                     int nSrcStep,
                                     NppiSize oSizeROI,
                                     double[] aNorm,
                                     TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 8-bit unsigned char image L1 norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of four channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL1GetBufferHostSize_8u_C4R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L1_16u_C4R

public static int nppiNorm_L1_16u_C4R(TypedPointer<Npp16u> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      double[] aNorm,
                                      TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 16-bit unsigned short image L1 norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of four channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL1GetBufferHostSize_16u_C4R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L1_16s_C4R

public static int nppiNorm_L1_16s_C4R(TypedPointer<Npp16s> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      double[] aNorm,
                                      TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 16-bit signed short image L1 norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of four channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL1GetBufferHostSize_16s_C4R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L1_32f_C4R

public static int nppiNorm_L1_32f_C4R(TypedPointer<Npp32f> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      double[] aNorm,
                                      TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 32-bit floating-point image L1 norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of four channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL1GetBufferHostSize_32f_C4R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L1_8u_C3CMR

public static int nppiNorm_L1_8u_C3CMR(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pMask,
                                       int nMaskStep,
                                       NppiSize oSizeROI,
                                       int nCOI,
                                       TypedPointer<Npp64f> pNorm,
                                       TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 8-bit unsigned char image L1 norm, \ref masked_operation, \ref channel_of_interest.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
nCOI - \ref channel_of_interest_number.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL1GetBufferHostSize_8u_C3CMR to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes, or NPP_COI_ERROR if an invalid channel of interest is specified.

nppiNorm_L1_8s_C3CMR

public static int nppiNorm_L1_8s_C3CMR(TypedPointer<Npp8s> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pMask,
                                       int nMaskStep,
                                       NppiSize oSizeROI,
                                       int nCOI,
                                       TypedPointer<Npp64f> pNorm,
                                       TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 8-bit signed char image L1 norm, \ref masked_operation, \ref channel_of_interest.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
nCOI - \ref channel_of_interest_number.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL1GetBufferHostSize_8s_C3CMR to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes, or NPP_COI_ERROR if an invalid channel of interest is specified.

nppiNorm_L1_16u_C3CMR

public static int nppiNorm_L1_16u_C3CMR(TypedPointer<Npp16u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pMask,
                                        int nMaskStep,
                                        NppiSize oSizeROI,
                                        int nCOI,
                                        TypedPointer<Npp64f> pNorm,
                                        TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 16-bit unsigned short image L1 norm, \ref masked_operation, \ref channel_of_interest.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
nCOI - \ref channel_of_interest_number.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL1GetBufferHostSize_16u_C3CMR to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes, or NPP_COI_ERROR if an invalid channel of interest is specified.

nppiNorm_L1_32f_C3CMR

public static int nppiNorm_L1_32f_C3CMR(TypedPointer<Npp32f> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pMask,
                                        int nMaskStep,
                                        NppiSize oSizeROI,
                                        int nCOI,
                                        TypedPointer<Npp64f> pNorm,
                                        TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 32-bit floating-point image L1 norm, \ref masked_operation, \ref channel_of_interest.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
nCOI - \ref channel_of_interest_number.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL1GetBufferHostSize_32f_C3CMR to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes, NPP_NOT_EVEN_STEP_ERROR if the step of the source image cannot be divided by 4, or NPP_COI_ERROR if an invalid channel of interest is specified.

nppiNormL2GetBufferHostSize_8u_C1R

public static int nppiNormL2GetBufferHostSize_8u_C1R(NppiSize oSizeROI,
                                                     int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL2_8u_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL2GetBufferHostSize_16u_C1R

public static int nppiNormL2GetBufferHostSize_16u_C1R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL2_16u_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL2GetBufferHostSize_16s_C1R

public static int nppiNormL2GetBufferHostSize_16s_C1R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL2_16s_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL2GetBufferHostSize_32f_C1R

public static int nppiNormL2GetBufferHostSize_32f_C1R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL2_32f_C1R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL2GetBufferHostSize_8u_C1MR

public static int nppiNormL2GetBufferHostSize_8u_C1MR(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL2_8u_C1MR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL2GetBufferHostSize_8s_C1MR

public static int nppiNormL2GetBufferHostSize_8s_C1MR(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL2_8s_C1MR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL2GetBufferHostSize_16u_C1MR

public static int nppiNormL2GetBufferHostSize_16u_C1MR(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL2_16u_C1MR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL2GetBufferHostSize_32f_C1MR

public static int nppiNormL2GetBufferHostSize_32f_C1MR(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL2_32f_C1MR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL2GetBufferHostSize_8u_C3R

public static int nppiNormL2GetBufferHostSize_8u_C3R(NppiSize oSizeROI,
                                                     int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL2_8u_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL2GetBufferHostSize_16u_C3R

public static int nppiNormL2GetBufferHostSize_16u_C3R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL2_16u_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL2GetBufferHostSize_16s_C3R

public static int nppiNormL2GetBufferHostSize_16s_C3R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL2_16s_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL2GetBufferHostSize_32f_C3R

public static int nppiNormL2GetBufferHostSize_32f_C3R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL2_32f_C3R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL2GetBufferHostSize_8u_AC4R

public static int nppiNormL2GetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL2_8u_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL2GetBufferHostSize_16u_AC4R

public static int nppiNormL2GetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL2_16u_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL2GetBufferHostSize_16s_AC4R

public static int nppiNormL2GetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL2_16s_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL2GetBufferHostSize_32f_AC4R

public static int nppiNormL2GetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL2_32f_AC4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL2GetBufferHostSize_8u_C4R

public static int nppiNormL2GetBufferHostSize_8u_C4R(NppiSize oSizeROI,
                                                     int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL2_8u_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL2GetBufferHostSize_16u_C4R

public static int nppiNormL2GetBufferHostSize_16u_C4R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL2_16u_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL2GetBufferHostSize_16s_C4R

public static int nppiNormL2GetBufferHostSize_16s_C4R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL2_16s_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL2GetBufferHostSize_32f_C4R

public static int nppiNormL2GetBufferHostSize_32f_C4R(NppiSize oSizeROI,
                                                      int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL2_32f_C4R.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL2GetBufferHostSize_8u_C3CMR

public static int nppiNormL2GetBufferHostSize_8u_C3CMR(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL2_8u_C3CMR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL2GetBufferHostSize_8s_C3CMR

public static int nppiNormL2GetBufferHostSize_8s_C3CMR(NppiSize oSizeROI,
                                                       int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL2_8s_C3CMR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL2GetBufferHostSize_16u_C3CMR

public static int nppiNormL2GetBufferHostSize_16u_C3CMR(NppiSize oSizeROI,
                                                        int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL2_16u_C3CMR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNormL2GetBufferHostSize_32f_C3CMR

public static int nppiNormL2GetBufferHostSize_32f_C3CMR(NppiSize oSizeROI,
                                                        int[] hpBufferSize)
 Device scratch buffer size (in bytes) for nppiNormL2_32f_C3CMR.

Parameters:
oSizeROI - \ref roi_specification.
hpBufferSize - Required buffer size. Important: hpBufferSize is a host pointer. \ref general_scratch_buffer.
Returns:
NPP_SUCCESS

nppiNorm_L2_8u_C1R

public static int nppiNorm_L2_8u_C1R(TypedPointer<Npp8u> pSrc,
                                     int nSrcStep,
                                     NppiSize oSizeROI,
                                     TypedPointer<Npp64f> pNorm,
                                     TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 8-bit unsigned char image L2 norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL2GetBufferHostSize_8u_C1R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L2_16u_C1R

public static int nppiNorm_L2_16u_C1R(TypedPointer<Npp16u> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp64f> pNorm,
                                      TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 16-bit unsigned short image L2 norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL2GetBufferHostSize_16u_C1R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L2_16s_C1R

public static int nppiNorm_L2_16s_C1R(TypedPointer<Npp16s> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp64f> pNorm,
                                      TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 16-bit signed short image L2 norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL2GetBufferHostSize_16s_C1R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L2_32f_C1R

public static int nppiNorm_L2_32f_C1R(TypedPointer<Npp32f> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp64f> pNorm,
                                      TypedPointer<Npp8u> pDeviceBuffer)
 1-channel 32-bit floating-point image L2 norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL2GetBufferHostSize_32f_C1R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L2_8u_C1MR

public static int nppiNorm_L2_8u_C1MR(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u> pMask,
                                      int nMaskStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp64f> pNorm,
                                      TypedPointer<Npp8u> pDeviceBuffer)
 \ref masked_operation 1-channel 8-bit unsigned char image L2 norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL2GetBufferHostSize_8u_C1MR to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L2_8s_C1MR

public static int nppiNorm_L2_8s_C1MR(TypedPointer<Npp8s> pSrc,
                                      int nSrcStep,
                                      TypedPointer<Npp8u> pMask,
                                      int nMaskStep,
                                      NppiSize oSizeROI,
                                      TypedPointer<Npp64f> pNorm,
                                      TypedPointer<Npp8u> pDeviceBuffer)
 \ref masked_operation 1-channel 8-bit signed char image L2 norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL2GetBufferHostSize_8s_C1MR to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L2_16u_C1MR

public static int nppiNorm_L2_16u_C1MR(TypedPointer<Npp16u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pMask,
                                       int nMaskStep,
                                       NppiSize oSizeROI,
                                       TypedPointer<Npp64f> pNorm,
                                       TypedPointer<Npp8u> pDeviceBuffer)
 \ref masked_operation 1-channel 16-bit unsigned short image L2 norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL2GetBufferHostSize_16u_C1MR to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L2_32f_C1MR

public static int nppiNorm_L2_32f_C1MR(TypedPointer<Npp32f> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pMask,
                                       int nMaskStep,
                                       NppiSize oSizeROI,
                                       TypedPointer<Npp64f> pNorm,
                                       TypedPointer<Npp8u> pDeviceBuffer)
 \ref masked_operation 1-channel 32-bit floating-point image L2 norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL2GetBufferHostSize_32f_C1MR to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes, or NPP_NOT_EVEN_STEP_ERROR if the step of the source image cannot be divided by 4.

nppiNorm_L2_8u_C3R

public static int nppiNorm_L2_8u_C3R(TypedPointer<Npp8u> pSrc,
                                     int nSrcStep,
                                     NppiSize oSizeROI,
                                     double[] aNorm,
                                     TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 8-bit unsigned char image L2 norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of three channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL2GetBufferHostSize_8u_C3R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L2_16u_C3R

public static int nppiNorm_L2_16u_C3R(TypedPointer<Npp16u> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      double[] aNorm,
                                      TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 16-bit unsigned short image L2 norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of three channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL2GetBufferHostSize_16u_C3R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L2_16s_C3R

public static int nppiNorm_L2_16s_C3R(TypedPointer<Npp16s> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      double[] aNorm,
                                      TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 16-bit signed short image L2 norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of three channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL2GetBufferHostSize_16s_C3R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L2_32f_C3R

public static int nppiNorm_L2_32f_C3R(TypedPointer<Npp32f> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      double[] aNorm,
                                      TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 32-bit floating-point image L2 norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of three channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL2GetBufferHostSize_32f_C3R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L2_8u_AC4R

public static int nppiNorm_L2_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      double[] aNorm,
                                      TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 8-bit unsigned char image L2 norm (alpha channel is not computed).

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of three channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL2GetBufferHostSize_8u_AC4R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L2_16u_AC4R

public static int nppiNorm_L2_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                       int nSrcStep,
                                       NppiSize oSizeROI,
                                       double[] aNorm,
                                       TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 16-bit unsigned short image L2 norm (alpha channel is not computed).

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of three channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL2GetBufferHostSize_16u_AC4R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L2_16s_AC4R

public static int nppiNorm_L2_16s_AC4R(TypedPointer<Npp16s> pSrc,
                                       int nSrcStep,
                                       NppiSize oSizeROI,
                                       double[] aNorm,
                                       TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 16-bit signed short image L2 norm (alpha channel is not computed).

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of three channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL2GetBufferHostSize_16s_AC4R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L2_32f_AC4R

public static int nppiNorm_L2_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                       int nSrcStep,
                                       NppiSize oSizeROI,
                                       double[] aNorm,
                                       TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 32-bit floating-point image L2 norm (alpha channel is not computed).

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of three channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL2GetBufferHostSize_32f_AC4R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L2_8u_C4R

public static int nppiNorm_L2_8u_C4R(TypedPointer<Npp8u> pSrc,
                                     int nSrcStep,
                                     NppiSize oSizeROI,
                                     double[] aNorm,
                                     TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 8-bit unsigned char image L2 norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of four channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL2GetBufferHostSize_8u_C4R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L2_16u_C4R

public static int nppiNorm_L2_16u_C4R(TypedPointer<Npp16u> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      double[] aNorm,
                                      TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 16-bit unsigned short image L2 norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of four channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL2GetBufferHostSize_16u_C4R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L2_16s_C4R

public static int nppiNorm_L2_16s_C4R(TypedPointer<Npp16s> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      double[] aNorm,
                                      TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 16-bit signed short image L2 norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of four channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL2GetBufferHostSize_16s_C4R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L2_32f_C4R

public static int nppiNorm_L2_32f_C4R(TypedPointer<Npp32f> pSrc,
                                      int nSrcStep,
                                      NppiSize oSizeROI,
                                      double[] aNorm,
                                      TypedPointer<Npp8u> pDeviceBuffer)
 4-channel 32-bit floating-point image L2 norm.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
oSizeROI - \ref roi_specification.
aNorm - Array that contains the norm values of four channels.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL2GetBufferHostSize_32f_C4R to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes.

nppiNorm_L2_8u_C3CMR

public static int nppiNorm_L2_8u_C3CMR(TypedPointer<Npp8u> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pMask,
                                       int nMaskStep,
                                       NppiSize oSizeROI,
                                       int nCOI,
                                       TypedPointer<Npp64f> pNorm,
                                       TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 8-bit unsigned char image L2 norm, \ref masked_operation, \ref channel_of_interest.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
nCOI - \ref channel_of_interest_number.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL2GetBufferHostSize_8u_C3CMR to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes, or NPP_COI_ERROR if an invalid channel of interest is specified.

nppiNorm_L2_8s_C3CMR

public static int nppiNorm_L2_8s_C3CMR(TypedPointer<Npp8s> pSrc,
                                       int nSrcStep,
                                       TypedPointer<Npp8u> pMask,
                                       int nMaskStep,
                                       NppiSize oSizeROI,
                                       int nCOI,
                                       TypedPointer<Npp64f> pNorm,
                                       TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 8-bit signed char image L2 norm, \ref masked_operation, \ref channel_of_interest.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
nCOI - \ref channel_of_interest_number.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL2GetBufferHostSize_8s_C3CMR to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes, or NPP_COI_ERROR if an invalid channel of interest is specified.

nppiNorm_L2_16u_C3CMR

public static int nppiNorm_L2_16u_C3CMR(TypedPointer<Npp16u> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pMask,
                                        int nMaskStep,
                                        NppiSize oSizeROI,
                                        int nCOI,
                                        TypedPointer<Npp64f> pNorm,
                                        TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 16-bit unsigned short image L2 norm, \ref masked_operation, \ref channel_of_interest.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
nCOI - \ref channel_of_interest_number.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL2GetBufferHostSize_16u_C3CMR to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes, or NPP_COI_ERROR if an invalid channel of interest is specified.

nppiNorm_L2_32f_C3CMR

public static int nppiNorm_L2_32f_C3CMR(TypedPointer<Npp32f> pSrc,
                                        int nSrcStep,
                                        TypedPointer<Npp8u> pMask,
                                        int nMaskStep,
                                        NppiSize oSizeROI,
                                        int nCOI,
                                        TypedPointer<Npp64f> pNorm,
                                        TypedPointer<Npp8u> pDeviceBuffer)
 3-channel 32-bit floating-point image L2 norm, \ref masked_operation, \ref channel_of_interest.

Parameters:
pSrc - \ref source_image_pointer.
nSrcStep - \ref source_image_line_step.
pMask - \ref mask_image_pointer.
nMaskStep - \ref mask_image_line_step.
oSizeROI - \ref roi_specification.
nCOI - \ref channel_of_interest_number.
pNorm - Pointer to the norm value.
pDeviceBuffer - Pointer to the required device memory allocation, \ref general_scratch_buffer. Use \ref nppiNormL2GetBufferHostSize_32f_C3CMR to compute the required size (in bytes).
Returns:
\ref image_data_error_codes, \ref roi_error_codes, NPP_NOT_EVEN_STEP_ERROR if the step of the source image cannot be divided by 4, or NPP_COI_ERROR if an invalid channel of interest is specified.

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

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_C3R

public static int nppiHistogramEvenGetBufferSize_8u_C3R(NppiSize oSizeROI,
                                                        int[] nLevels,
                                                        int[] hpBufferSize)
 Scratch-buffer size for nppiHistogramEven_8u_C3R.

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_C3R

public static int nppiHistogramEven_8u_C3R(TypedPointer<Npp8u> pSrc,
                                           int nSrcStep,
                                           NppiSize oSizeROI,
                                           TypedPointer<Npp32s>[] pHist,
                                           int[] nLevels,
                                           int[] nLowerLevel,
                                           int[] nUpperLevel,
                                           TypedPointer<Npp8u> pBuffer)
 3 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_C3R) 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)

nppiHistogramEvenGetBufferSize_16u_C3R

public static int nppiHistogramEvenGetBufferSize_16u_C3R(NppiSize oSizeROI,
                                                         int[] nLevels,
                                                         int[] hpBufferSize)
 Scratch-buffer size for nppiHistogramEven_16u_C3R.

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_C3R

public static int nppiHistogramEven_16u_C3R(TypedPointer<Npp16u> pSrc,
                                            int nSrcStep,
                                            NppiSize oSizeROI,
                                            TypedPointer<Npp32s>[] pHist,
                                            int[] nLevels,
                                            int[] nLowerLevel,
                                            int[] nUpperLevel,
                                            TypedPointer<Npp8u> pBuffer)
 3 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_C3R) 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_C3R

public static int nppiHistogramEvenGetBufferSize_16s_C3R(NppiSize oSizeROI,
                                                         int[] nLevels,
                                                         int[] hpBufferSize)
 Scratch-buffer size for nppiHistogramEven_16s_C3R.

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_C3R

public static int nppiHistogramEven_16s_C3R(TypedPointer<Npp16s> pSrc,
                                            int nSrcStep,
                                            NppiSize oSizeROI,
                                            TypedPointer<Npp32s>[] pHist,
                                            int[] nLevels,
                                            int[] nLowerLevel,
                                            int[] nUpperLevel,
                                            TypedPointer<Npp8u> pBuffer)

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_C3R

public static int nppiHistogramRangeGetBufferSize_8u_C3R(NppiSize oSizeROI,
                                                         int[] nLevels,
                                                         int[] hpBufferSize)
 Scratch-buffer size for nppiHistogramRange_8u_C3R.

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_C3R

public static int nppiHistogramRange_8u_C3R(TypedPointer<Npp8u> pSrc,
                                            int nSrcStep,
                                            NppiSize oSizeROI,
                                            TypedPointer<Npp32s>[] pHist,
                                            TypedPointer<Npp32s>[] pLevels,
                                            int[] nLevels,
                                            TypedPointer<Npp8u> pBuffer)
 3 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_C3R) 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)

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_C3R

public static int nppiHistogramRangeGetBufferSize_16u_C3R(NppiSize oSizeROI,
                                                          int[] nLevels,
                                                          int[] hpBufferSize)
 Scratch-buffer size for nppiHistogramRange_16u_C3R.

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_C3R

public static int nppiHistogramRange_16u_C3R(TypedPointer<Npp16u> pSrc,
                                             int nSrcStep,
                                             NppiSize oSizeROI,
                                             TypedPointer<Npp32s>[] pHist,
                                             TypedPointer<Npp32s>[] pLevels,
                                             int[] nLevels,
                                             TypedPointer<Npp8u> pBuffer)
 3 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_C3R) 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)

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_C3R

public static int nppiHistogramRangeGetBufferSize_16s_C3R(NppiSize oSizeROI,
                                                          int[] nLevels,
                                                          int[] hpBufferSize)
 Scratch-buffer size for nppiHistogramRange_16s_C3R.

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_C3R

public static int nppiHistogramRange_16s_C3R(TypedPointer<Npp16s> pSrc,
                                             int nSrcStep,
                                             NppiSize oSizeROI,
                                             TypedPointer<Npp32s>[] pHist,
                                             TypedPointer<Npp32s>[] pLevels,
                                             int[] nLevels,
                                             TypedPointer<Npp8u> pBuffer)
 3 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_16_C3R) 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_C3R

public static int nppiHistogramRangeGetBufferSize_32f_C3R(NppiSize oSizeROI,
                                                          int[] nLevels,
                                                          int[] hpBufferSize)
 Scratch-buffer size for nppiHistogramRange_32f_C3R.

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_C3R

public static int nppiHistogramRange_32f_C3R(TypedPointer<Npp32f> pSrc,
                                             int nSrcStep,
                                             NppiSize oSizeROI,
                                             TypedPointer<Npp32s>[] pHist,
                                             TypedPointer<Npp32f>[] pLevels,
                                             int[] nLevels,
                                             TypedPointer<Npp8u> pBuffer)
 3 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_C3R) 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

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)

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, \ref resize_error_codes

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, \ref resize_error_codes

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)

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, \ref rotate_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)

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)

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)

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)

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)

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, \ref mirror_error_codes

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, \ref mirror_error_codes

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, \ref mirror_error_codes

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, \ref mirror_error_codes

nppiMirror_16u_C3R

public static int nppiMirror_16u_C3R(TypedPointer<Npp16u> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp16u> pDst,
                                     int nDstStep,
                                     NppiSize oROI,
                                     int flip)

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, \ref mirror_error_codes

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, \ref mirror_error_codes

nppiMirror_32s_C1R

public static int nppiMirror_32s_C1R(TypedPointer<Npp32s> pSrc,
                                     int nSrcStep,
                                     TypedPointer<Npp32s> pDst,
                                     int nDstStep,
                                     NppiSize oROI,
                                     int flip)

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, \ref mirror_error_codes

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, \ref mirror_error_codes

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, \ref mirror_error_codes

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, \ref mirror_error_codes

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, \ref mirror_error_codes

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, \ref mirror_error_codes

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, \ref mirror_error_codes

nppiGetAffineTransform

public static int nppiGetAffineTransform(NppiRect oSrcROI,
                                         double[][] aQuad,
                                         double[][] aCoeffs)
 Computes affine transform coefficients based on source ROI and destination quadrilateral.

 The function computes the coefficients of an affine transformation that maps the
 given source ROI (axis aligned rectangle with integer coordinates) to a quadrilateral
 in the destination image.

 An affine transform in 2D is fully determined by the mapping of just three vertices.
 This function's API allows for passing a complete quadrilateral effectively making the 
 prolem overdetermined. What this means in practice is, that for certain quadrilaterals it is
 not possible to find an affine transform that would map all four corners of the source
 ROI to the four vertices of that quadrilateral.

 The function circumvents this problem by only looking at the first three vertices of
 the destination image quadrilateral to determine the affine transformation's coefficients.
 If the destination quadrilateral is indeed one that cannot be mapped using an affine
 transformation the functions informs the user of this situation by returning a 
 ::NPP_AFFINE_QUAD_INCORRECT_WARNING.

Parameters:
oSrcROI - The source ROI. This rectangle needs to be at least one pixel wide and high. If either width or hight are less than one an ::NPP_RECT_ERROR is returned.
aQuad - The destination quadrilateral.
aCoeffs - The resulting 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 oSrcROI 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 oSrcROI,
                                    double[][] aQuad,
                                    double[][] aCoeffs)
 Compute shape of transformed image.

 This method computes the quadrilateral in the destination image that 
 the source ROI is transformed into by the affine transformation expressed
 by the coefficients array (aCoeffs).

Parameters:
oSrcROI - The source ROI.
aQuad - The resulting destination quadrangle.
aCoeffs - The afine 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 oSrcROI 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 oSrcROI,
                                     double[][] aBound,
                                     double[][] aCoeffs)
 Compute bounding-box of transformed image.

 The method effectively computes the bounding box (axis aligned rectangle) of
 the transformed source ROI (see nppiGetAffineQuad()).

Parameters:
oSrcROI - The source ROI.
aBound - The resulting bounding box.
aCoeffs - The afine 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 oSrcROI 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 oSrcROI,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiRect oDstROI,
                                        double[][] aCoeffs,
                                        int eInterpolation)
 Single-channel 8-bit unsigned affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffine_8u_C3R

public static int nppiWarpAffine_8u_C3R(TypedPointer<Npp8u> pSrc,
                                        NppiSize oSrcSize,
                                        int nSrcStep,
                                        NppiRect oSrcROI,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiRect oDstROI,
                                        double[][] aCoeffs,
                                        int eInterpolation)
 Three-channel 8-bit unsigned affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffine_8u_C4R

public static int nppiWarpAffine_8u_C4R(TypedPointer<Npp8u> pSrc,
                                        NppiSize oSrcSize,
                                        int nSrcStep,
                                        NppiRect oSrcROI,
                                        TypedPointer<Npp8u> pDst,
                                        int nDstStep,
                                        NppiRect oDstROI,
                                        double[][] aCoeffs,
                                        int eInterpolation)
 Four-channel 8-bit unsigned affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffine_8u_AC4R

public static int nppiWarpAffine_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect oSrcROI,
                                         TypedPointer<Npp8u> pDst,
                                         int nDstStep,
                                         NppiRect oDstROI,
                                         double[][] aCoeffs,
                                         int eInterpolation)
 Four-channel 8-bit unsigned affine warp, ignoring alpha channel.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffine_8u_P3R

public static int nppiWarpAffine_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                        NppiSize oSrcSize,
                                        int nSrcStep,
                                        NppiRect oSrcROI,
                                        TypedPointer<Npp8u>[] pDst,
                                        int nDstStep,
                                        NppiRect oDstROI,
                                        double[][] aCoeffs,
                                        int eInterpolation)

nppiWarpAffine_8u_P4R

public static int nppiWarpAffine_8u_P4R(TypedPointer<Npp8u>[] pSrc,
                                        NppiSize oSrcSize,
                                        int nSrcStep,
                                        NppiRect oSrcROI,
                                        TypedPointer<Npp8u>[] pDst,
                                        int nDstStep,
                                        NppiRect oDstROI,
                                        double[][] aCoeffs,
                                        int eInterpolation)
 Four-channel planar 8-bit unsigned affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffine_16u_C1R

public static int nppiWarpAffine_16u_C1R(TypedPointer<Npp16u> pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect oSrcROI,
                                         TypedPointer<Npp16u> pDst,
                                         int nDstStep,
                                         NppiRect oDstROI,
                                         double[][] aCoeffs,
                                         int eInterpolation)
 Single-channel 16-bit unsigned affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffine_16u_C3R

public static int nppiWarpAffine_16u_C3R(TypedPointer<Npp16u> pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect oSrcROI,
                                         TypedPointer<Npp16u> pDst,
                                         int nDstStep,
                                         NppiRect oDstROI,
                                         double[][] aCoeffs,
                                         int eInterpolation)
 Three-channel 16-bit unsigned affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffine_16u_C4R

public static int nppiWarpAffine_16u_C4R(TypedPointer<Npp16u> pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect oSrcROI,
                                         TypedPointer<Npp16u> pDst,
                                         int nDstStep,
                                         NppiRect oDstROI,
                                         double[][] aCoeffs,
                                         int eInterpolation)
 Four-channel 16-bit unsigned affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffine_16u_AC4R

public static int nppiWarpAffine_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                          NppiSize oSrcSize,
                                          int nSrcStep,
                                          NppiRect oSrcROI,
                                          TypedPointer<Npp16u> pDst,
                                          int nDstStep,
                                          NppiRect oDstROI,
                                          double[][] aCoeffs,
                                          int eInterpolation)
 Four-channel 16-bit unsigned affine warp, ignoring alpha channel.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffine_16u_P3R

public static int nppiWarpAffine_16u_P3R(TypedPointer<Npp16u>[] pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect oSrcROI,
                                         TypedPointer<Npp16u>[] pDst,
                                         int nDstStep,
                                         NppiRect oDstROI,
                                         double[][] aCoeffs,
                                         int eInterpolation)
 Three-channel planar 16-bit unsigned affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffine_16u_P4R

public static int nppiWarpAffine_16u_P4R(TypedPointer<Npp16u>[] pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect oSrcROI,
                                         TypedPointer<Npp16u>[] pDst,
                                         int nDstStep,
                                         NppiRect oDstROI,
                                         double[][] aCoeffs,
                                         int eInterpolation)
 Four-channel planar 16-bit unsigned affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffine_32s_C1R

public static int nppiWarpAffine_32s_C1R(TypedPointer<Npp32s> pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect oSrcROI,
                                         TypedPointer<Npp32s> pDst,
                                         int nDstStep,
                                         NppiRect oDstROI,
                                         double[][] aCoeffs,
                                         int eInterpolation)
 Single-channel 32-bit signed affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffine_32s_C3R

public static int nppiWarpAffine_32s_C3R(TypedPointer<Npp32s> pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect oSrcROI,
                                         TypedPointer<Npp32s> pDst,
                                         int nDstStep,
                                         NppiRect oDstROI,
                                         double[][] aCoeffs,
                                         int eInterpolation)
 Three-channel 32-bit signed affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffine_32s_C4R

public static int nppiWarpAffine_32s_C4R(TypedPointer<Npp32s> pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect oSrcROI,
                                         TypedPointer<Npp32s> pDst,
                                         int nDstStep,
                                         NppiRect oDstROI,
                                         double[][] aCoeffs,
                                         int eInterpolation)

nppiWarpAffine_32s_AC4R

public static int nppiWarpAffine_32s_AC4R(TypedPointer<Npp32s> pSrc,
                                          NppiSize oSrcSize,
                                          int nSrcStep,
                                          NppiRect oSrcROI,
                                          TypedPointer<Npp32s> pDst,
                                          int nDstStep,
                                          NppiRect oDstROI,
                                          double[][] aCoeffs,
                                          int eInterpolation)

nppiWarpAffine_32s_P3R

public static int nppiWarpAffine_32s_P3R(TypedPointer<Npp32s>[] pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect oSrcROI,
                                         TypedPointer<Npp32s>[] pDst,
                                         int nDstStep,
                                         NppiRect oDstROI,
                                         double[][] aCoeffs,
                                         int eInterpolation)
 Three-channel planar 32-bit signed affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffine_32s_P4R

public static int nppiWarpAffine_32s_P4R(TypedPointer<Npp32s>[] pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect oSrcROI,
                                         TypedPointer<Npp32s>[] pDst,
                                         int nDstStep,
                                         NppiRect oDstROI,
                                         double[][] aCoeffs,
                                         int eInterpolation)
 Four-channel planar 32-bit signed affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffine_32f_C1R

public static int nppiWarpAffine_32f_C1R(TypedPointer<Npp32f> pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect oSrcROI,
                                         TypedPointer<Npp32f> pDst,
                                         int nDstStep,
                                         NppiRect oDstROI,
                                         double[][] aCoeffs,
                                         int eInterpolation)
 Single-channel 32-bit floating-point affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffine_32f_C3R

public static int nppiWarpAffine_32f_C3R(TypedPointer<Npp32f> pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect oSrcROI,
                                         TypedPointer<Npp32f> pDst,
                                         int nDstStep,
                                         NppiRect oDstROI,
                                         double[][] aCoeffs,
                                         int eInterpolation)
 Three-channel 32-bit floating-point affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffine_32f_C4R

public static int nppiWarpAffine_32f_C4R(TypedPointer<Npp32f> pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect oSrcROI,
                                         TypedPointer<Npp32f> pDst,
                                         int nDstStep,
                                         NppiRect oDstROI,
                                         double[][] aCoeffs,
                                         int eInterpolation)

nppiWarpAffine_32f_AC4R

public static int nppiWarpAffine_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                          NppiSize oSrcSize,
                                          int nSrcStep,
                                          NppiRect oSrcROI,
                                          TypedPointer<Npp32f> pDst,
                                          int nDstStep,
                                          NppiRect oDstROI,
                                          double[][] aCoeffs,
                                          int eInterpolation)
 Four-channel 32-bit floating-point affine warp, ignoring alpha channel.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffine_32f_P3R

public static int nppiWarpAffine_32f_P3R(TypedPointer<Npp32f>[] pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect oSrcROI,
                                         TypedPointer<Npp32f>[] pDst,
                                         int nDstStep,
                                         NppiRect oDstROI,
                                         double[][] aCoeffs,
                                         int eInterpolation)
 Three-channel planar 32-bit floating-point affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffine_32f_P4R

public static int nppiWarpAffine_32f_P4R(TypedPointer<Npp32f>[] pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect oSrcROI,
                                         TypedPointer<Npp32f>[] pDst,
                                         int nDstStep,
                                         NppiRect oDstROI,
                                         double[][] aCoeffs,
                                         int eInterpolation)

nppiWarpAffine_64f_C1R

public static int nppiWarpAffine_64f_C1R(TypedPointer<Npp64f> pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect oSrcROI,
                                         TypedPointer<Npp64f> pDst,
                                         int nDstStep,
                                         NppiRect oDstROI,
                                         double[][] aCoeffs,
                                         int eInterpolation)
 Single-channel 64-bit floating-point affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffine_64f_C3R

public static int nppiWarpAffine_64f_C3R(TypedPointer<Npp64f> pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect oSrcROI,
                                         TypedPointer<Npp64f> pDst,
                                         int nDstStep,
                                         NppiRect oDstROI,
                                         double[][] aCoeffs,
                                         int eInterpolation)
 Three-channel 64-bit floating-point affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffine_64f_C4R

public static int nppiWarpAffine_64f_C4R(TypedPointer<Npp64f> pSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect oSrcROI,
                                         TypedPointer<Npp64f> pDst,
                                         int nDstStep,
                                         NppiRect oDstROI,
                                         double[][] aCoeffs,
                                         int eInterpolation)
 Four-channel 64-bit floating-point affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffine_64f_AC4R

public static int nppiWarpAffine_64f_AC4R(TypedPointer<Npp64f> pSrc,
                                          NppiSize oSrcSize,
                                          int nSrcStep,
                                          NppiRect oSrcROI,
                                          TypedPointer<Npp64f> pDst,
                                          int nDstStep,
                                          NppiRect oDstROI,
                                          double[][] aCoeffs,
                                          int eInterpolation)

nppiWarpAffine_64f_P3R

public static int nppiWarpAffine_64f_P3R(TypedPointer<Npp64f>[] aSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect oSrcROI,
                                         TypedPointer<Npp64f>[] aDst,
                                         int nDstStep,
                                         NppiRect oDstROI,
                                         double[][] aCoeffs,
                                         int eInterpolation)
 Three-channel planar 64-bit floating-point affine warp.

Parameters:
aSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffine_64f_P4R

public static int nppiWarpAffine_64f_P4R(TypedPointer<Npp64f>[] aSrc,
                                         NppiSize oSrcSize,
                                         int nSrcStep,
                                         NppiRect oSrcROI,
                                         TypedPointer<Npp64f>[] aDst,
                                         int nDstStep,
                                         NppiRect oDstROI,
                                         double[][] aCoeffs,
                                         int eInterpolation)
 Four-channel planar 64-bit floating-point affine warp.

Parameters:
aSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffineBack_8u_C1R

public static int nppiWarpAffineBack_8u_C1R(TypedPointer<Npp8u> pSrc,
                                            NppiSize oSrcSize,
                                            int nSrcStep,
                                            NppiRect oSrcROI,
                                            TypedPointer<Npp8u> pDst,
                                            int nDstStep,
                                            NppiRect oDstROI,
                                            double[][] aCoeffs,
                                            int eInterpolation)
 Single-channel 8-bit unsigned integer backwards affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffineBack_8u_C3R

public static int nppiWarpAffineBack_8u_C3R(TypedPointer<Npp8u> pSrc,
                                            NppiSize oSrcSize,
                                            int nSrcStep,
                                            NppiRect oSrcROI,
                                            TypedPointer<Npp8u> pDst,
                                            int nDstStep,
                                            NppiRect oDstROI,
                                            double[][] aCoeffs,
                                            int eInterpolation)
 Three-channel 8-bit unsigned integer backwards affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffineBack_8u_C4R

public static int nppiWarpAffineBack_8u_C4R(TypedPointer<Npp8u> pSrc,
                                            NppiSize oSrcSize,
                                            int nSrcStep,
                                            NppiRect oSrcROI,
                                            TypedPointer<Npp8u> pDst,
                                            int nDstStep,
                                            NppiRect oDstROI,
                                            double[][] aCoeffs,
                                            int eInterpolation)
 Four-channel 8-bit unsigned integer backwards affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffineBack_8u_AC4R

public static int nppiWarpAffineBack_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aCoeffs,
                                             int eInterpolation)

nppiWarpAffineBack_8u_P3R

public static int nppiWarpAffineBack_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                            NppiSize oSrcSize,
                                            int nSrcStep,
                                            NppiRect oSrcROI,
                                            TypedPointer<Npp8u>[] pDst,
                                            int nDstStep,
                                            NppiRect oDstROI,
                                            double[][] aCoeffs,
                                            int eInterpolation)
 Three-channel planar 8-bit unsigned integer backwards affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffineBack_8u_P4R

public static int nppiWarpAffineBack_8u_P4R(TypedPointer<Npp8u>[] pSrc,
                                            NppiSize oSrcSize,
                                            int nSrcStep,
                                            NppiRect oSrcROI,
                                            TypedPointer<Npp8u>[] pDst,
                                            int nDstStep,
                                            NppiRect oDstROI,
                                            double[][] aCoeffs,
                                            int eInterpolation)
 Four-channel planar 8-bit unsigned integer backwards affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffineBack_16u_C1R

public static int nppiWarpAffineBack_16u_C1R(TypedPointer<Npp16u> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             TypedPointer<Npp16u> pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aCoeffs,
                                             int eInterpolation)
 Single-channel 16-bit unsigned integer backwards affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffineBack_16u_C3R

public static int nppiWarpAffineBack_16u_C3R(TypedPointer<Npp16u> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             TypedPointer<Npp16u> pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aCoeffs,
                                             int eInterpolation)
 Three-channel 16-bit unsigned integer backwards affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffineBack_16u_C4R

public static int nppiWarpAffineBack_16u_C4R(TypedPointer<Npp16u> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             TypedPointer<Npp16u> pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aCoeffs,
                                             int eInterpolation)
 Four-channel 16-bit unsigned integer backwards affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffineBack_16u_AC4R

public static int nppiWarpAffineBack_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect oSrcROI,
                                              TypedPointer<Npp16u> pDst,
                                              int nDstStep,
                                              NppiRect oDstROI,
                                              double[][] aCoeffs,
                                              int eInterpolation)
 Four-channel 16-bit unsigned integer backwards affine warp, ignoring alpha channel.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffineBack_16u_P3R

public static int nppiWarpAffineBack_16u_P3R(TypedPointer<Npp16u>[] pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             TypedPointer<Npp16u>[] pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aCoeffs,
                                             int eInterpolation)
 Three-channel planar 16-bit unsigned integer backwards affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffineBack_16u_P4R

public static int nppiWarpAffineBack_16u_P4R(TypedPointer<Npp16u>[] pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             TypedPointer<Npp16u>[] pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aCoeffs,
                                             int eInterpolation)
 Four-channel planar 16-bit unsigned integer backwards affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffineBack_32s_C1R

public static int nppiWarpAffineBack_32s_C1R(TypedPointer<Npp32s> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             TypedPointer<Npp32s> pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aCoeffs,
                                             int eInterpolation)
 Single-channel 32-bit signed integer backwards affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffineBack_32s_C3R

public static int nppiWarpAffineBack_32s_C3R(TypedPointer<Npp32s> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             TypedPointer<Npp32s> pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aCoeffs,
                                             int eInterpolation)
 Three-channel 32-bit signed integer backwards affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffineBack_32s_C4R

public static int nppiWarpAffineBack_32s_C4R(TypedPointer<Npp32s> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             TypedPointer<Npp32s> pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aCoeffs,
                                             int eInterpolation)
 Four-channel 32-bit signed integer backwards affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffineBack_32s_AC4R

public static int nppiWarpAffineBack_32s_AC4R(TypedPointer<Npp32s> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect oSrcROI,
                                              TypedPointer<Npp32s> pDst,
                                              int nDstStep,
                                              NppiRect oDstROI,
                                              double[][] aCoeffs,
                                              int eInterpolation)

nppiWarpAffineBack_32s_P3R

public static int nppiWarpAffineBack_32s_P3R(TypedPointer<Npp32s>[] pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             TypedPointer<Npp32s>[] pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aCoeffs,
                                             int eInterpolation)
 Three-channel planar 32-bit signed integer backwards affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffineBack_32s_P4R

public static int nppiWarpAffineBack_32s_P4R(TypedPointer<Npp32s>[] pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             TypedPointer<Npp32s>[] pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aCoeffs,
                                             int eInterpolation)
 Four-channel planar 32-bit signed integer backwards affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffineBack_32f_C1R

public static int nppiWarpAffineBack_32f_C1R(TypedPointer<Npp32f> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             TypedPointer<Npp32f> pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aCoeffs,
                                             int eInterpolation)

nppiWarpAffineBack_32f_C3R

public static int nppiWarpAffineBack_32f_C3R(TypedPointer<Npp32f> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             TypedPointer<Npp32f> pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aCoeffs,
                                             int eInterpolation)
 Three-channel 32-bit floating-point backwards affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffineBack_32f_C4R

public static int nppiWarpAffineBack_32f_C4R(TypedPointer<Npp32f> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             TypedPointer<Npp32f> pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aCoeffs,
                                             int eInterpolation)

nppiWarpAffineBack_32f_AC4R

public static int nppiWarpAffineBack_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect oSrcROI,
                                              TypedPointer<Npp32f> pDst,
                                              int nDstStep,
                                              NppiRect oDstROI,
                                              double[][] aCoeffs,
                                              int eInterpolation)
 Four-channel 32-bit floating-point backwards affine warp, ignoring alpha channel.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffineBack_32f_P3R

public static int nppiWarpAffineBack_32f_P3R(TypedPointer<Npp32f>[] pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             TypedPointer<Npp32f>[] pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aCoeffs,
                                             int eInterpolation)
 Three-channel planar 32-bit floating-point backwards affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffineBack_32f_P4R

public static int nppiWarpAffineBack_32f_P4R(TypedPointer<Npp32f>[] pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             TypedPointer<Npp32f>[] pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aCoeffs,
                                             int eInterpolation)
 Four-channel planar 32-bit floating-point backwards affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref affine_transform_error_codes

nppiWarpAffineQuad_8u_C1R

public static int nppiWarpAffineQuad_8u_C1R(TypedPointer<Npp8u> pSrc,
                                            NppiSize oSrcSize,
                                            int nSrcStep,
                                            NppiRect oSrcROI,
                                            double[][] aSrcQuad,
                                            TypedPointer<Npp8u> pDst,
                                            int nDstStep,
                                            NppiRect oDstROI,
                                            double[][] aDstQuad,
                                            int eInterpolation)
 Single-channel 32-bit floating-point quad-based affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref affine_transform_error_codes

nppiWarpAffineQuad_8u_C3R

public static int nppiWarpAffineQuad_8u_C3R(TypedPointer<Npp8u> pSrc,
                                            NppiSize oSrcSize,
                                            int nSrcStep,
                                            NppiRect oSrcROI,
                                            double[][] aSrcQuad,
                                            TypedPointer<Npp8u> pDst,
                                            int nDstStep,
                                            NppiRect oDstROI,
                                            double[][] aDstQuad,
                                            int eInterpolation)
 Three-channel 8-bit unsigned integer quad-based affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref affine_transform_error_codes

nppiWarpAffineQuad_8u_C4R

public static int nppiWarpAffineQuad_8u_C4R(TypedPointer<Npp8u> pSrc,
                                            NppiSize oSrcSize,
                                            int nSrcStep,
                                            NppiRect oSrcROI,
                                            double[][] aSrcQuad,
                                            TypedPointer<Npp8u> pDst,
                                            int nDstStep,
                                            NppiRect oDstROI,
                                            double[][] aDstQuad,
                                            int eInterpolation)

nppiWarpAffineQuad_8u_AC4R

public static int nppiWarpAffineQuad_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             double[][] aSrcQuad,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aDstQuad,
                                             int eInterpolation)
 Four-channel 8-bit unsigned integer quad-based affine warp, ignoring alpha channel.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref affine_transform_error_codes

nppiWarpAffineQuad_8u_P3R

public static int nppiWarpAffineQuad_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                            NppiSize oSrcSize,
                                            int nSrcStep,
                                            NppiRect oSrcROI,
                                            double[][] aSrcQuad,
                                            TypedPointer<Npp8u>[] pDst,
                                            int nDstStep,
                                            NppiRect oDstROI,
                                            double[][] aDstQuad,
                                            int eInterpolation)
 Three-channel planar 8-bit unsigned integer quad-based affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref affine_transform_error_codes

nppiWarpAffineQuad_8u_P4R

public static int nppiWarpAffineQuad_8u_P4R(TypedPointer<Npp8u>[] pSrc,
                                            NppiSize oSrcSize,
                                            int nSrcStep,
                                            NppiRect oSrcROI,
                                            double[][] aSrcQuad,
                                            TypedPointer<Npp8u>[] pDst,
                                            int nDstStep,
                                            NppiRect oDstROI,
                                            double[][] aDstQuad,
                                            int eInterpolation)

nppiWarpAffineQuad_16u_C1R

public static int nppiWarpAffineQuad_16u_C1R(TypedPointer<Npp16u> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             double[][] aSrcQuad,
                                             TypedPointer<Npp16u> pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aDstQuad,
                                             int eInterpolation)
 Single-channel 16-bit unsigned integer quad-based affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref affine_transform_error_codes

nppiWarpAffineQuad_16u_C3R

public static int nppiWarpAffineQuad_16u_C3R(TypedPointer<Npp16u> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             double[][] aSrcQuad,
                                             TypedPointer<Npp16u> pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aDstQuad,
                                             int eInterpolation)
 Three-channel 16-bit unsigned integer quad-based affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref affine_transform_error_codes

nppiWarpAffineQuad_16u_C4R

public static int nppiWarpAffineQuad_16u_C4R(TypedPointer<Npp16u> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             double[][] aSrcQuad,
                                             TypedPointer<Npp16u> pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aDstQuad,
                                             int eInterpolation)
 Four-channel 16-bit unsigned integer quad-based affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref affine_transform_error_codes

nppiWarpAffineQuad_16u_AC4R

public static int nppiWarpAffineQuad_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect oSrcROI,
                                              double[][] aSrcQuad,
                                              TypedPointer<Npp16u> pDst,
                                              int nDstStep,
                                              NppiRect oDstROI,
                                              double[][] aDstQuad,
                                              int eInterpolation)
 Four-channel 16-bit unsigned integer quad-based affine warp, ignoring alpha channel.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref affine_transform_error_codes

nppiWarpAffineQuad_16u_P3R

public static int nppiWarpAffineQuad_16u_P3R(TypedPointer<Npp16u>[] pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             double[][] aSrcQuad,
                                             TypedPointer<Npp16u>[] pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aDstQuad,
                                             int eInterpolation)
 Three-channel planar 16-bit unsigned integer quad-based affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref affine_transform_error_codes

nppiWarpAffineQuad_16u_P4R

public static int nppiWarpAffineQuad_16u_P4R(TypedPointer<Npp16u>[] pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             double[][] aSrcQuad,
                                             TypedPointer<Npp16u>[] pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aDstQuad,
                                             int eInterpolation)
 Four-channel planar 16-bit unsigned integer quad-based affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref affine_transform_error_codes

nppiWarpAffineQuad_32s_C1R

public static int nppiWarpAffineQuad_32s_C1R(TypedPointer<Npp32s> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             double[][] aSrcQuad,
                                             TypedPointer<Npp32s> pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aDstQuad,
                                             int eInterpolation)

nppiWarpAffineQuad_32s_C3R

public static int nppiWarpAffineQuad_32s_C3R(TypedPointer<Npp32s> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             double[][] aSrcQuad,
                                             TypedPointer<Npp32s> pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aDstQuad,
                                             int eInterpolation)

nppiWarpAffineQuad_32s_C4R

public static int nppiWarpAffineQuad_32s_C4R(TypedPointer<Npp32s> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             double[][] aSrcQuad,
                                             TypedPointer<Npp32s> pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aDstQuad,
                                             int eInterpolation)
 Four-channel 32-bit signed integer quad-based affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref affine_transform_error_codes

nppiWarpAffineQuad_32s_AC4R

public static int nppiWarpAffineQuad_32s_AC4R(TypedPointer<Npp32s> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect oSrcROI,
                                              double[][] aSrcQuad,
                                              TypedPointer<Npp32s> pDst,
                                              int nDstStep,
                                              NppiRect oDstROI,
                                              double[][] aDstQuad,
                                              int eInterpolation)
 Four-channel 32-bit signed integer quad-based affine warp, ignoring alpha channel.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref affine_transform_error_codes

nppiWarpAffineQuad_32s_P3R

public static int nppiWarpAffineQuad_32s_P3R(TypedPointer<Npp32s>[] pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             double[][] aSrcQuad,
                                             TypedPointer<Npp32s>[] pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aDstQuad,
                                             int eInterpolation)
 Three-channel planar 32-bit signed integer quad-based affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref affine_transform_error_codes

nppiWarpAffineQuad_32s_P4R

public static int nppiWarpAffineQuad_32s_P4R(TypedPointer<Npp32s>[] pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             double[][] aSrcQuad,
                                             TypedPointer<Npp32s>[] pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aDstQuad,
                                             int eInterpolation)
 Four-channel planar 32-bit signed integer quad-based affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref affine_transform_error_codes

nppiWarpAffineQuad_32f_C1R

public static int nppiWarpAffineQuad_32f_C1R(TypedPointer<Npp32f> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             double[][] aSrcQuad,
                                             TypedPointer<Npp32f> pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aDstQuad,
                                             int eInterpolation)
 Single-channel 32-bit floating-point quad-based affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref affine_transform_error_codes

nppiWarpAffineQuad_32f_C3R

public static int nppiWarpAffineQuad_32f_C3R(TypedPointer<Npp32f> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             double[][] aSrcQuad,
                                             TypedPointer<Npp32f> pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aDstQuad,
                                             int eInterpolation)
 Three-channel 32-bit floating-point quad-based affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref affine_transform_error_codes

nppiWarpAffineQuad_32f_C4R

public static int nppiWarpAffineQuad_32f_C4R(TypedPointer<Npp32f> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             double[][] aSrcQuad,
                                             TypedPointer<Npp32f> pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aDstQuad,
                                             int eInterpolation)
 Four-channel 32-bit floating-point quad-based affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref affine_transform_error_codes

nppiWarpAffineQuad_32f_AC4R

public static int nppiWarpAffineQuad_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect oSrcROI,
                                              double[][] aSrcQuad,
                                              TypedPointer<Npp32f> pDst,
                                              int nDstStep,
                                              NppiRect oDstROI,
                                              double[][] aDstQuad,
                                              int eInterpolation)

nppiWarpAffineQuad_32f_P3R

public static int nppiWarpAffineQuad_32f_P3R(TypedPointer<Npp32f>[] pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             double[][] aSrcQuad,
                                             TypedPointer<Npp32f>[] pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aDstQuad,
                                             int eInterpolation)
 Three-channel planar 32-bit floating-point quad-based affine warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref affine_transform_error_codes

nppiWarpAffineQuad_32f_P4R

public static int nppiWarpAffineQuad_32f_P4R(TypedPointer<Npp32f>[] pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             double[][] aSrcQuad,
                                             TypedPointer<Npp32f>[] pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aDstQuad,
                                             int eInterpolation)

nppiGetPerspectiveTransform

public static int nppiGetPerspectiveTransform(NppiRect oSrcROI,
                                              double[][] quad,
                                              double[][] aCoeffs)
 Calculates perspective transform coefficients given source rectangular ROI
 and its destination quadrangle projection

Parameters:
oSrcROI - Source ROI
quad - Destination quadrangle
aCoeffs - 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 oSrcROI 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 oSrcROI,
                                         double[][] quad,
                                         double[][] aCoeffs)
 Calculates perspective transform projection of given source rectangular
 ROI

Parameters:
oSrcROI - Source ROI
quad - Destination quadrangle
aCoeffs - 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 oSrcROI 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 oSrcROI,
                                          double[][] bound,
                                          double[][] aCoeffs)

nppiWarpPerspective_8u_C1R

public static int nppiWarpPerspective_8u_C1R(TypedPointer<Npp8u> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aCoeffs,
                                             int eInterpolation)

nppiWarpPerspective_8u_C3R

public static int nppiWarpPerspective_8u_C3R(TypedPointer<Npp8u> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aCoeffs,
                                             int eInterpolation)
 Three-channel 8-bit unsigned integer perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspective_8u_C4R

public static int nppiWarpPerspective_8u_C4R(TypedPointer<Npp8u> pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             TypedPointer<Npp8u> pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aCoeffs,
                                             int eInterpolation)
 Four-channel 8-bit unsigned integer perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspective_8u_AC4R

public static int nppiWarpPerspective_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect oSrcROI,
                                              TypedPointer<Npp8u> pDst,
                                              int nDstStep,
                                              NppiRect oDstROI,
                                              double[][] aCoeffs,
                                              int eInterpolation)

nppiWarpPerspective_8u_P3R

public static int nppiWarpPerspective_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             TypedPointer<Npp8u>[] pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aCoeffs,
                                             int eInterpolation)
 Three-channel planar 8-bit unsigned integer perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspective_8u_P4R

public static int nppiWarpPerspective_8u_P4R(TypedPointer<Npp8u>[] pSrc,
                                             NppiSize oSrcSize,
                                             int nSrcStep,
                                             NppiRect oSrcROI,
                                             TypedPointer<Npp8u>[] pDst,
                                             int nDstStep,
                                             NppiRect oDstROI,
                                             double[][] aCoeffs,
                                             int eInterpolation)
 Four-channel planar 8-bit unsigned integer perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspective_16u_C1R

public static int nppiWarpPerspective_16u_C1R(TypedPointer<Npp16u> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect oSrcROI,
                                              TypedPointer<Npp16u> pDst,
                                              int nDstStep,
                                              NppiRect oDstROI,
                                              double[][] aCoeffs,
                                              int eInterpolation)
 Single-channel 16-bit unsigned integer perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspective_16u_C3R

public static int nppiWarpPerspective_16u_C3R(TypedPointer<Npp16u> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect oSrcROI,
                                              TypedPointer<Npp16u> pDst,
                                              int nDstStep,
                                              NppiRect oDstROI,
                                              double[][] aCoeffs,
                                              int eInterpolation)
 Three-channel 16-bit unsigned integer perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspective_16u_C4R

public static int nppiWarpPerspective_16u_C4R(TypedPointer<Npp16u> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect oSrcROI,
                                              TypedPointer<Npp16u> pDst,
                                              int nDstStep,
                                              NppiRect oDstROI,
                                              double[][] aCoeffs,
                                              int eInterpolation)

nppiWarpPerspective_16u_AC4R

public static int nppiWarpPerspective_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                               NppiSize oSrcSize,
                                               int nSrcStep,
                                               NppiRect oSrcROI,
                                               TypedPointer<Npp16u> pDst,
                                               int nDstStep,
                                               NppiRect oDstROI,
                                               double[][] aCoeffs,
                                               int eInterpolation)

nppiWarpPerspective_16u_P3R

public static int nppiWarpPerspective_16u_P3R(TypedPointer<Npp16u>[] pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect oSrcROI,
                                              TypedPointer<Npp16u>[] pDst,
                                              int nDstStep,
                                              NppiRect oDstROI,
                                              double[][] aCoeffs,
                                              int eInterpolation)
 Three-channel planar 16-bit unsigned integer perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspective_16u_P4R

public static int nppiWarpPerspective_16u_P4R(TypedPointer<Npp16u>[] pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect oSrcROI,
                                              TypedPointer<Npp16u>[] pDst,
                                              int nDstStep,
                                              NppiRect oDstROI,
                                              double[][] aCoeffs,
                                              int eInterpolation)
 Four-channel planar 16-bit unsigned integer perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspective_32s_C1R

public static int nppiWarpPerspective_32s_C1R(TypedPointer<Npp32s> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect oSrcROI,
                                              TypedPointer<Npp32s> pDst,
                                              int nDstStep,
                                              NppiRect oDstROI,
                                              double[][] aCoeffs,
                                              int eInterpolation)
 Single-channel 32-bit signed integer perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspective_32s_C3R

public static int nppiWarpPerspective_32s_C3R(TypedPointer<Npp32s> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect oSrcROI,
                                              TypedPointer<Npp32s> pDst,
                                              int nDstStep,
                                              NppiRect oDstROI,
                                              double[][] aCoeffs,
                                              int eInterpolation)
 Three-channel 32-bit signed integer perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspective_32s_C4R

public static int nppiWarpPerspective_32s_C4R(TypedPointer<Npp32s> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect oSrcROI,
                                              TypedPointer<Npp32s> pDst,
                                              int nDstStep,
                                              NppiRect oDstROI,
                                              double[][] aCoeffs,
                                              int eInterpolation)

nppiWarpPerspective_32s_AC4R

public static int nppiWarpPerspective_32s_AC4R(TypedPointer<Npp32s> pSrc,
                                               NppiSize oSrcSize,
                                               int nSrcStep,
                                               NppiRect oSrcROI,
                                               TypedPointer<Npp32s> pDst,
                                               int nDstStep,
                                               NppiRect oDstROI,
                                               double[][] aCoeffs,
                                               int eInterpolation)
 Four-channel 32-bit signed integer perspective warp, igoring alpha channel.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspective_32s_P3R

public static int nppiWarpPerspective_32s_P3R(TypedPointer<Npp32s>[] pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect oSrcROI,
                                              TypedPointer<Npp32s>[] pDst,
                                              int nDstStep,
                                              NppiRect oDstROI,
                                              double[][] aCoeffs,
                                              int eInterpolation)

nppiWarpPerspective_32s_P4R

public static int nppiWarpPerspective_32s_P4R(TypedPointer<Npp32s>[] pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect oSrcROI,
                                              TypedPointer<Npp32s>[] pDst,
                                              int nDstStep,
                                              NppiRect oDstROI,
                                              double[][] aCoeffs,
                                              int eInterpolation)
 Four-channel planar 32-bit signed integer perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspective_32f_C1R

public static int nppiWarpPerspective_32f_C1R(TypedPointer<Npp32f> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect oSrcROI,
                                              TypedPointer<Npp32f> pDst,
                                              int nDstStep,
                                              NppiRect oDstROI,
                                              double[][] aCoeffs,
                                              int eInterpolation)

nppiWarpPerspective_32f_C3R

public static int nppiWarpPerspective_32f_C3R(TypedPointer<Npp32f> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect oSrcROI,
                                              TypedPointer<Npp32f> pDst,
                                              int nDstStep,
                                              NppiRect oDstROI,
                                              double[][] aCoeffs,
                                              int eInterpolation)
 Three-channel 32-bit floating-point perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspective_32f_C4R

public static int nppiWarpPerspective_32f_C4R(TypedPointer<Npp32f> pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect oSrcROI,
                                              TypedPointer<Npp32f> pDst,
                                              int nDstStep,
                                              NppiRect oDstROI,
                                              double[][] aCoeffs,
                                              int eInterpolation)
 Four-channel 32-bit floating-point perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspective_32f_AC4R

public static int nppiWarpPerspective_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                               NppiSize oSrcSize,
                                               int nSrcStep,
                                               NppiRect oSrcROI,
                                               TypedPointer<Npp32f> pDst,
                                               int nDstStep,
                                               NppiRect oDstROI,
                                               double[][] aCoeffs,
                                               int eInterpolation)
 Four-channel 32-bit floating-point perspective warp, ignoring alpha channel.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspective_32f_P3R

public static int nppiWarpPerspective_32f_P3R(TypedPointer<Npp32f>[] pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect oSrcROI,
                                              TypedPointer<Npp32f>[] pDst,
                                              int nDstStep,
                                              NppiRect oDstROI,
                                              double[][] aCoeffs,
                                              int eInterpolation)
 Three-channel planar 32-bit floating-point perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspective_32f_P4R

public static int nppiWarpPerspective_32f_P4R(TypedPointer<Npp32f>[] pSrc,
                                              NppiSize oSrcSize,
                                              int nSrcStep,
                                              NppiRect oSrcROI,
                                              TypedPointer<Npp32f>[] pDst,
                                              int nDstStep,
                                              NppiRect oDstROI,
                                              double[][] aCoeffs,
                                              int eInterpolation)

nppiWarpPerspectiveBack_8u_C1R

public static int nppiWarpPerspectiveBack_8u_C1R(TypedPointer<Npp8u> pSrc,
                                                 NppiSize oSrcSize,
                                                 int nSrcStep,
                                                 NppiRect oSrcROI,
                                                 TypedPointer<Npp8u> pDst,
                                                 int nDstStep,
                                                 NppiRect oDstROI,
                                                 double[][] aCoeffs,
                                                 int eInterpolation)
 Single-channel 8-bit unsigned integer backwards perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspectiveBack_8u_C3R

public static int nppiWarpPerspectiveBack_8u_C3R(TypedPointer<Npp8u> pSrc,
                                                 NppiSize oSrcSize,
                                                 int nSrcStep,
                                                 NppiRect oSrcROI,
                                                 TypedPointer<Npp8u> pDst,
                                                 int nDstStep,
                                                 NppiRect oDstROI,
                                                 double[][] aCoeffs,
                                                 int eInterpolation)
 Three-channel 8-bit unsigned integer backwards perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspectiveBack_8u_C4R

public static int nppiWarpPerspectiveBack_8u_C4R(TypedPointer<Npp8u> pSrc,
                                                 NppiSize oSrcSize,
                                                 int nSrcStep,
                                                 NppiRect oSrcROI,
                                                 TypedPointer<Npp8u> pDst,
                                                 int nDstStep,
                                                 NppiRect oDstROI,
                                                 double[][] aCoeffs,
                                                 int eInterpolation)
 Four-channel 8-bit unsigned integer backwards perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspectiveBack_8u_AC4R

public static int nppiWarpPerspectiveBack_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  TypedPointer<Npp8u> pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aCoeffs,
                                                  int eInterpolation)
 Four-channel 8-bit unsigned integer backwards perspective warp, igoring alpha channel.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspectiveBack_8u_P3R

public static int nppiWarpPerspectiveBack_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                                 NppiSize oSrcSize,
                                                 int nSrcStep,
                                                 NppiRect oSrcROI,
                                                 TypedPointer<Npp8u>[] pDst,
                                                 int nDstStep,
                                                 NppiRect oDstROI,
                                                 double[][] aCoeffs,
                                                 int eInterpolation)
 Three-channel planar 8-bit unsigned integer backwards perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspectiveBack_8u_P4R

public static int nppiWarpPerspectiveBack_8u_P4R(TypedPointer<Npp8u>[] pSrc,
                                                 NppiSize oSrcSize,
                                                 int nSrcStep,
                                                 NppiRect oSrcROI,
                                                 TypedPointer<Npp8u>[] pDst,
                                                 int nDstStep,
                                                 NppiRect oDstROI,
                                                 double[][] aCoeffs,
                                                 int eInterpolation)

nppiWarpPerspectiveBack_16u_C1R

public static int nppiWarpPerspectiveBack_16u_C1R(TypedPointer<Npp16u> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  TypedPointer<Npp16u> pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aCoeffs,
                                                  int eInterpolation)
 Single-channel 16-bit unsigned integer backwards perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspectiveBack_16u_C3R

public static int nppiWarpPerspectiveBack_16u_C3R(TypedPointer<Npp16u> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  TypedPointer<Npp16u> pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aCoeffs,
                                                  int eInterpolation)
 Three-channel 16-bit unsigned integer backwards perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspectiveBack_16u_C4R

public static int nppiWarpPerspectiveBack_16u_C4R(TypedPointer<Npp16u> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  TypedPointer<Npp16u> pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aCoeffs,
                                                  int eInterpolation)

nppiWarpPerspectiveBack_16u_AC4R

public static int nppiWarpPerspectiveBack_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                                   NppiSize oSrcSize,
                                                   int nSrcStep,
                                                   NppiRect oSrcROI,
                                                   TypedPointer<Npp16u> pDst,
                                                   int nDstStep,
                                                   NppiRect oDstROI,
                                                   double[][] aCoeffs,
                                                   int eInterpolation)
 Four-channel 16-bit unsigned integer backwards perspective warp, ignoring alpha channel.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspectiveBack_16u_P3R

public static int nppiWarpPerspectiveBack_16u_P3R(TypedPointer<Npp16u>[] pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  TypedPointer<Npp16u>[] pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aCoeffs,
                                                  int eInterpolation)

nppiWarpPerspectiveBack_16u_P4R

public static int nppiWarpPerspectiveBack_16u_P4R(TypedPointer<Npp16u>[] pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  TypedPointer<Npp16u>[] pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aCoeffs,
                                                  int eInterpolation)

nppiWarpPerspectiveBack_32s_C1R

public static int nppiWarpPerspectiveBack_32s_C1R(TypedPointer<Npp32s> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  TypedPointer<Npp32s> pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aCoeffs,
                                                  int eInterpolation)
 Single-channel 32-bit signed integer backwards perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspectiveBack_32s_C3R

public static int nppiWarpPerspectiveBack_32s_C3R(TypedPointer<Npp32s> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  TypedPointer<Npp32s> pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aCoeffs,
                                                  int eInterpolation)
 Three-channel 32-bit signed integer backwards perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspectiveBack_32s_C4R

public static int nppiWarpPerspectiveBack_32s_C4R(TypedPointer<Npp32s> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  TypedPointer<Npp32s> pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aCoeffs,
                                                  int eInterpolation)
 Four-channel 32-bit signed integer backwards perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspectiveBack_32s_AC4R

public static int nppiWarpPerspectiveBack_32s_AC4R(TypedPointer<Npp32s> pSrc,
                                                   NppiSize oSrcSize,
                                                   int nSrcStep,
                                                   NppiRect oSrcROI,
                                                   TypedPointer<Npp32s> pDst,
                                                   int nDstStep,
                                                   NppiRect oDstROI,
                                                   double[][] aCoeffs,
                                                   int eInterpolation)
 Four-channel 32-bit signed integer backwards perspective warp, ignoring alpha channel.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspectiveBack_32s_P3R

public static int nppiWarpPerspectiveBack_32s_P3R(TypedPointer<Npp32s>[] pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  TypedPointer<Npp32s>[] pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aCoeffs,
                                                  int eInterpolation)
 Three-channel planar 32-bit signed integer backwards perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspectiveBack_32s_P4R

public static int nppiWarpPerspectiveBack_32s_P4R(TypedPointer<Npp32s>[] pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  TypedPointer<Npp32s>[] pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aCoeffs,
                                                  int eInterpolation)
 Four-channel planar 32-bit signed integer backwards perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspectiveBack_32f_C1R

public static int nppiWarpPerspectiveBack_32f_C1R(TypedPointer<Npp32f> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  TypedPointer<Npp32f> pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aCoeffs,
                                                  int eInterpolation)
 Single-channel 32-bit floating-point backwards perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspectiveBack_32f_C3R

public static int nppiWarpPerspectiveBack_32f_C3R(TypedPointer<Npp32f> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  TypedPointer<Npp32f> pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aCoeffs,
                                                  int eInterpolation)
 Three-channel 32-bit floating-point backwards perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspectiveBack_32f_C4R

public static int nppiWarpPerspectiveBack_32f_C4R(TypedPointer<Npp32f> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  TypedPointer<Npp32f> pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aCoeffs,
                                                  int eInterpolation)
 Four-channel 32-bit floating-point backwards perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspectiveBack_32f_AC4R

public static int nppiWarpPerspectiveBack_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                                   NppiSize oSrcSize,
                                                   int nSrcStep,
                                                   NppiRect oSrcROI,
                                                   TypedPointer<Npp32f> pDst,
                                                   int nDstStep,
                                                   NppiRect oDstROI,
                                                   double[][] aCoeffs,
                                                   int eInterpolation)
 Four-channel 32-bit floating-point backwards perspective warp, ignorning alpha channel.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspectiveBack_32f_P3R

public static int nppiWarpPerspectiveBack_32f_P3R(TypedPointer<Npp32f>[] pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  TypedPointer<Npp32f>[] pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aCoeffs,
                                                  int eInterpolation)
 Three-channel planar 32-bit floating-point backwards perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aCoeffs - 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, \ref perspective_transform_error_codes

nppiWarpPerspectiveBack_32f_P4R

public static int nppiWarpPerspectiveBack_32f_P4R(TypedPointer<Npp32f>[] pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  TypedPointer<Npp32f>[] pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aCoeffs,
                                                  int eInterpolation)

nppiWarpPerspectiveQuad_8u_C1R

public static int nppiWarpPerspectiveQuad_8u_C1R(TypedPointer<Npp8u> pSrc,
                                                 NppiSize oSrcSize,
                                                 int nSrcStep,
                                                 NppiRect oSrcROI,
                                                 double[][] aSrcQuad,
                                                 TypedPointer<Npp8u> pDst,
                                                 int nDstStep,
                                                 NppiRect oDstROI,
                                                 double[][] aDstQuad,
                                                 int eInterpolation)
 Single-channel 8-bit unsigned integer quad-based perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref perspective_transform_error_codes

nppiWarpPerspectiveQuad_8u_C3R

public static int nppiWarpPerspectiveQuad_8u_C3R(TypedPointer<Npp8u> pSrc,
                                                 NppiSize oSrcSize,
                                                 int nSrcStep,
                                                 NppiRect oSrcROI,
                                                 double[][] aSrcQuad,
                                                 TypedPointer<Npp8u> pDst,
                                                 int nDstStep,
                                                 NppiRect oDstROI,
                                                 double[][] aDstQuad,
                                                 int eInterpolation)
 Three-channel 8-bit unsigned integer quad-based perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref perspective_transform_error_codes

nppiWarpPerspectiveQuad_8u_C4R

public static int nppiWarpPerspectiveQuad_8u_C4R(TypedPointer<Npp8u> pSrc,
                                                 NppiSize oSrcSize,
                                                 int nSrcStep,
                                                 NppiRect oSrcROI,
                                                 double[][] aSrcQuad,
                                                 TypedPointer<Npp8u> pDst,
                                                 int nDstStep,
                                                 NppiRect oDstROI,
                                                 double[][] aDstQuad,
                                                 int eInterpolation)
 Four-channel 8-bit unsigned integer quad-based perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref perspective_transform_error_codes

nppiWarpPerspectiveQuad_8u_AC4R

public static int nppiWarpPerspectiveQuad_8u_AC4R(TypedPointer<Npp8u> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  double[][] aSrcQuad,
                                                  TypedPointer<Npp8u> pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aDstQuad,
                                                  int eInterpolation)
 Four-channel 8-bit unsigned integer quad-based perspective warp, ignoring alpha channel.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref perspective_transform_error_codes

nppiWarpPerspectiveQuad_8u_P3R

public static int nppiWarpPerspectiveQuad_8u_P3R(TypedPointer<Npp8u>[] pSrc,
                                                 NppiSize oSrcSize,
                                                 int nSrcStep,
                                                 NppiRect oSrcROI,
                                                 double[][] aSrcQuad,
                                                 TypedPointer<Npp8u>[] pDst,
                                                 int nDstStep,
                                                 NppiRect oDstROI,
                                                 double[][] aDstQuad,
                                                 int eInterpolation)
 Three-channel planar 8-bit unsigned integer quad-based perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref perspective_transform_error_codes

nppiWarpPerspectiveQuad_8u_P4R

public static int nppiWarpPerspectiveQuad_8u_P4R(TypedPointer<Npp8u>[] pSrc,
                                                 NppiSize oSrcSize,
                                                 int nSrcStep,
                                                 NppiRect oSrcROI,
                                                 double[][] aSrcQuad,
                                                 TypedPointer<Npp8u>[] pDst,
                                                 int nDstStep,
                                                 NppiRect oDstROI,
                                                 double[][] aDstQuad,
                                                 int eInterpolation)
 Four-channel planar 8-bit unsigned integer quad-based perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref perspective_transform_error_codes

nppiWarpPerspectiveQuad_16u_C1R

public static int nppiWarpPerspectiveQuad_16u_C1R(TypedPointer<Npp16u> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  double[][] aSrcQuad,
                                                  TypedPointer<Npp16u> pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aDstQuad,
                                                  int eInterpolation)
 Single-channel 16-bit unsigned integer quad-based perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref perspective_transform_error_codes

nppiWarpPerspectiveQuad_16u_C3R

public static int nppiWarpPerspectiveQuad_16u_C3R(TypedPointer<Npp16u> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  double[][] aSrcQuad,
                                                  TypedPointer<Npp16u> pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aDstQuad,
                                                  int eInterpolation)
 Three-channel 16-bit unsigned integer quad-based perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref perspective_transform_error_codes

nppiWarpPerspectiveQuad_16u_C4R

public static int nppiWarpPerspectiveQuad_16u_C4R(TypedPointer<Npp16u> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  double[][] aSrcQuad,
                                                  TypedPointer<Npp16u> pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aDstQuad,
                                                  int eInterpolation)
 Four-channel 16-bit unsigned integer quad-based perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref perspective_transform_error_codes

nppiWarpPerspectiveQuad_16u_AC4R

public static int nppiWarpPerspectiveQuad_16u_AC4R(TypedPointer<Npp16u> pSrc,
                                                   NppiSize oSrcSize,
                                                   int nSrcStep,
                                                   NppiRect oSrcROI,
                                                   double[][] aSrcQuad,
                                                   TypedPointer<Npp16u> pDst,
                                                   int nDstStep,
                                                   NppiRect oDstROI,
                                                   double[][] aDstQuad,
                                                   int eInterpolation)
 Four-channel 16-bit unsigned integer quad-based perspective warp, ignoring alpha channel.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref perspective_transform_error_codes

nppiWarpPerspectiveQuad_16u_P3R

public static int nppiWarpPerspectiveQuad_16u_P3R(TypedPointer<Npp16u>[] pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  double[][] aSrcQuad,
                                                  TypedPointer<Npp16u>[] pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aDstQuad,
                                                  int eInterpolation)
 Three-channel planar 16-bit unsigned integer quad-based perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref perspective_transform_error_codes

nppiWarpPerspectiveQuad_16u_P4R

public static int nppiWarpPerspectiveQuad_16u_P4R(TypedPointer<Npp16u>[] pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  double[][] aSrcQuad,
                                                  TypedPointer<Npp16u>[] pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aDstQuad,
                                                  int eInterpolation)
 Four-channel planar 16-bit unsigned integer quad-based perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref perspective_transform_error_codes

nppiWarpPerspectiveQuad_32s_C1R

public static int nppiWarpPerspectiveQuad_32s_C1R(TypedPointer<Npp32s> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  double[][] aSrcQuad,
                                                  TypedPointer<Npp32s> pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aDstQuad,
                                                  int eInterpolation)
 Single-channel 32-bit signed integer quad-based perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref perspective_transform_error_codes

nppiWarpPerspectiveQuad_32s_C3R

public static int nppiWarpPerspectiveQuad_32s_C3R(TypedPointer<Npp32s> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  double[][] aSrcQuad,
                                                  TypedPointer<Npp32s> pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aDstQuad,
                                                  int eInterpolation)
 Three-channel 32-bit signed integer quad-based perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref perspective_transform_error_codes

nppiWarpPerspectiveQuad_32s_C4R

public static int nppiWarpPerspectiveQuad_32s_C4R(TypedPointer<Npp32s> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  double[][] aSrcQuad,
                                                  TypedPointer<Npp32s> pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aDstQuad,
                                                  int eInterpolation)
 Four-channel 32-bit signed integer quad-based perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref perspective_transform_error_codes

nppiWarpPerspectiveQuad_32s_AC4R

public static int nppiWarpPerspectiveQuad_32s_AC4R(TypedPointer<Npp32s> pSrc,
                                                   NppiSize oSrcSize,
                                                   int nSrcStep,
                                                   NppiRect oSrcROI,
                                                   double[][] aSrcQuad,
                                                   TypedPointer<Npp32s> pDst,
                                                   int nDstStep,
                                                   NppiRect oDstROI,
                                                   double[][] aDstQuad,
                                                   int eInterpolation)
 Four-channel 32-bit signed integer quad-based perspective warp, ignoring alpha channel.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref perspective_transform_error_codes

nppiWarpPerspectiveQuad_32s_P3R

public static int nppiWarpPerspectiveQuad_32s_P3R(TypedPointer<Npp32s>[] pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  double[][] aSrcQuad,
                                                  TypedPointer<Npp32s>[] pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aDstQuad,
                                                  int eInterpolation)
 Three-channel planar 32-bit signed integer quad-based perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref perspective_transform_error_codes

nppiWarpPerspectiveQuad_32s_P4R

public static int nppiWarpPerspectiveQuad_32s_P4R(TypedPointer<Npp32s>[] pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  double[][] aSrcQuad,
                                                  TypedPointer<Npp32s>[] pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aDstQuad,
                                                  int eInterpolation)
 Four-channel planar 32-bit signed integer quad-based perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref perspective_transform_error_codes

nppiWarpPerspectiveQuad_32f_C1R

public static int nppiWarpPerspectiveQuad_32f_C1R(TypedPointer<Npp32f> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  double[][] aSrcQuad,
                                                  TypedPointer<Npp32f> pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aDstQuad,
                                                  int eInterpolation)
 Single-channel 32-bit floating-point quad-based perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref perspective_transform_error_codes

nppiWarpPerspectiveQuad_32f_C3R

public static int nppiWarpPerspectiveQuad_32f_C3R(TypedPointer<Npp32f> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  double[][] aSrcQuad,
                                                  TypedPointer<Npp32f> pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aDstQuad,
                                                  int eInterpolation)
 Three-channel 32-bit floating-point quad-based perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref perspective_transform_error_codes

nppiWarpPerspectiveQuad_32f_C4R

public static int nppiWarpPerspectiveQuad_32f_C4R(TypedPointer<Npp32f> pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  double[][] aSrcQuad,
                                                  TypedPointer<Npp32f> pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aDstQuad,
                                                  int eInterpolation)
 Four-channel 32-bit floating-point quad-based perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref perspective_transform_error_codes

nppiWarpPerspectiveQuad_32f_AC4R

public static int nppiWarpPerspectiveQuad_32f_AC4R(TypedPointer<Npp32f> pSrc,
                                                   NppiSize oSrcSize,
                                                   int nSrcStep,
                                                   NppiRect oSrcROI,
                                                   double[][] aSrcQuad,
                                                   TypedPointer<Npp32f> pDst,
                                                   int nDstStep,
                                                   NppiRect oDstROI,
                                                   double[][] aDstQuad,
                                                   int eInterpolation)
 Four-channel 32-bit floating-point quad-based perspective warp, ignoring alpha channel.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref perspective_transform_error_codes

nppiWarpPerspectiveQuad_32f_P3R

public static int nppiWarpPerspectiveQuad_32f_P3R(TypedPointer<Npp32f>[] pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  double[][] aSrcQuad,
                                                  TypedPointer<Npp32f>[] pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aDstQuad,
                                                  int eInterpolation)
 Three-channel planar 32-bit floating-point quad-based perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref perspective_transform_error_codes

nppiWarpPerspectiveQuad_32f_P4R

public static int nppiWarpPerspectiveQuad_32f_P4R(TypedPointer<Npp32f>[] pSrc,
                                                  NppiSize oSrcSize,
                                                  int nSrcStep,
                                                  NppiRect oSrcROI,
                                                  double[][] aSrcQuad,
                                                  TypedPointer<Npp32f>[] pDst,
                                                  int nDstStep,
                                                  NppiRect oDstROI,
                                                  double[][] aDstQuad,
                                                  int eInterpolation)
 Four-channel planar 32-bit floating-point quad-based perspective warp.

Parameters:
pSrc - \ref source_image_pointer.
oSrcSize - Size of source image in pixels
nSrcStep - \ref source_image_line_step.
oSrcROI - Source ROI
aSrcQuad - Source quad.
pDst - \ref destination_image_pointer.
nDstStep - \ref destination_image_line_step.
oDstROI - Destination ROI
aDstQuad - Destination quad.
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, \ref perspective_transform_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)

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.

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)

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)

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 and >0).

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().

nppiGraphcut_32f8u

public static int nppiGraphcut_32f8u(TypedPointer<Npp32f> pTerminals,
                                     TypedPointer<Npp32f> pLeftTransposed,
                                     TypedPointer<Npp32f> pRightTransposed,
                                     TypedPointer<Npp32f> pTop,
                                     TypedPointer<Npp32f> pBottom,
                                     int nStep,
                                     int nTransposedStep,
                                     NppiSize size,
                                     TypedPointer<Npp8u> pLabel,
                                     int nLabelStep,
                                     NppiGraphcutState pState)
 Graphcut of a flow network (32bit float 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 and >0).

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_32f8u

public static int nppiGraphcut8_32f8u(TypedPointer<Npp32f> pTerminals,
                                      TypedPointer<Npp32f> pLeftTransposed,
                                      TypedPointer<Npp32f> pRightTransposed,
                                      TypedPointer<Npp32f> pTop,
                                      TypedPointer<Npp32f> pTopLeft,
                                      TypedPointer<Npp32f> pTopRight,
                                      TypedPointer<Npp32f> pBottom,
                                      TypedPointer<Npp32f> pBottomLeft,
                                      TypedPointer<Npp32f> pBottomRight,
                                      int nStep,
                                      int nTransposedStep,
                                      NppiSize size,
                                      TypedPointer<Npp8u> pLabel,
                                      int nLabelStep,
                                      NppiGraphcutState pState)