public class JNppi
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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) |
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) |
static int |
nppiAdd_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiAdd_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiAdd_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiAdd_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiAdd_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiAdd_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiAdd_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiAdd_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiAdd_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiAdd_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiAdd_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiAdd_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiAdd_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiAdd_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiAdd_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiAdd_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiAdd_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiAdd_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiAdd_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiAdd_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiAdd_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiAdd_32f_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image addition.
|
static int |
nppiAdd_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image addition.
|
static int |
nppiAdd_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI) |
static int |
nppiAdd_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiAdd_32f_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image addition.
|
static int |
nppiAdd_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image addition.
|
static int |
nppiAdd_32f_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image addition.
|
static int |
nppiAdd_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image addition.
|
static int |
nppiAdd_32fc_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image addition.
|
static int |
nppiAdd_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image addition.
|
static int |
nppiAdd_32fc_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition.
|
static int |
nppiAdd_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition.
|
static int |
nppiAdd_32fc_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition.
|
static int |
nppiAdd_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition.
|
static int |
nppiAdd_32fc_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition.
|
static int |
nppiAdd_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition.
|
static int |
nppiAdd_32s_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiAdd_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead.
32-bit image add.
|
static int |
nppiAdd_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiAdd_32s_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
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) |
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) |
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)
One 16-bit signed short channel in place image add constant, scale, then clamp to saturated value.
|
static int |
nppiAddC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
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)
Three 16-bit signed short channel image add constant, scale, then clamp to saturated value.
|
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) |
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) |
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) |
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)
One 16-bit unsigned short channel image add constant, scale, then clamp to saturated value.
|
static int |
nppiAddC_16u_C3IRSfs(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
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) |
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) |
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) |
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) |
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) |
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)
Four 8-bit unsigned char channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
|
static int |
nppiAddC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
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) |
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)
Three 8-bit unsigned char channel image add constant, scale, then clamp to saturated value.
|
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) |
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) |
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) |
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) |
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) |
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) |
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) |
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) |
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 |
nppiAverageError_16s_C1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 16-bit signed image Average_Error.
|
static int |
nppiAverageError_16s_C2R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 16-bit signed image Average_Error.
|
static int |
nppiAverageError_16s_C3R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 16-bit signed image Average_Error.
|
static int |
nppiAverageError_16s_C4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit signed image Average_Error.
|
static int |
nppiAverageError_16sc_C1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 16-bit signed complex image Average_Error.
|
static int |
nppiAverageError_16sc_C2R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 16-bit signed complex image Average_Error.
|
static int |
nppiAverageError_16sc_C3R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 16-bit signed complex image Average_Error.
|
static int |
nppiAverageError_16sc_C4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit signed complex image Average_Error.
|
static int |
nppiAverageError_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 16-bit unsigned image Average_Error.
|
static int |
nppiAverageError_16u_C2R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 16-bit unsigned image Average_Error.
|
static int |
nppiAverageError_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 16-bit unsigned image Average_Error.
|
static int |
nppiAverageError_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit unsigned image Average_Error.
|
static int |
nppiAverageError_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit floating point image Average_Error.
|
static int |
nppiAverageError_32f_C2R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 32-bit floating point image Average_Error.
|
static int |
nppiAverageError_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit floating point image Average_Error.
|
static int |
nppiAverageError_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit floating point image Average_Error.
|
static int |
nppiAverageError_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit floating point complex image Average_Error.
|
static int |
nppiAverageError_32fc_C2R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 32-bit floating point complex image Average_Error.
|
static int |
nppiAverageError_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit floating point complex image Average_Error.
|
static int |
nppiAverageError_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit floating point complex image Average_Error.
|
static int |
nppiAverageError_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit signed image Average_Error.
|
static int |
nppiAverageError_32s_C2R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 32-bit signed image Average_Error.
|
static int |
nppiAverageError_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit signed image Average_Error.
|
static int |
nppiAverageError_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit signed image Average_Error.
|
static int |
nppiAverageError_32sc_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit signed complex image Average_Error.
|
static int |
nppiAverageError_32sc_C2R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 32-bit signed complex image Average_Error.
|
static int |
nppiAverageError_32sc_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit signed complex image Average_Error.
|
static int |
nppiAverageError_32sc_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit signed complex image Average_Error.
|
static int |
nppiAverageError_32u_C1R(TypedPointer<Npp32u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit unsigned image Average_Error.
|
static int |
nppiAverageError_32u_C2R(TypedPointer<Npp32u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 32-bit unsigned image Average_Error.
|
static int |
nppiAverageError_32u_C3R(TypedPointer<Npp32u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit unsigned image Average_Error.
|
static int |
nppiAverageError_32u_C4R(TypedPointer<Npp32u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit unsigned image Average_Error.
|
static int |
nppiAverageError_64f_C1R(TypedPointer<Npp64f> pSrc1,
int nSrc1Step,
TypedPointer<Npp64f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 64-bit floating point image Average_Error.
|
static int |
nppiAverageError_64f_C2R(TypedPointer<Npp64f> pSrc1,
int nSrc1Step,
TypedPointer<Npp64f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 64-bit floating point image Average_Error.
|
static int |
nppiAverageError_64f_C3R(TypedPointer<Npp64f> pSrc1,
int nSrc1Step,
TypedPointer<Npp64f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 64-bit floating point image Average_Error.
|
static int |
nppiAverageError_64f_C4R(TypedPointer<Npp64f> pSrc1,
int nSrc1Step,
TypedPointer<Npp64f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 64-bit floating point image Average_Error.
|
static int |
nppiAverageError_8s_C1R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 8-bit signed image Average_Error.
|
static int |
nppiAverageError_8s_C2R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 8-bit signed image Average_Error.
|
static int |
nppiAverageError_8s_C3R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 8-bit signed image Average_Error.
|
static int |
nppiAverageError_8s_C4R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit signed image Average_Error.
|
static int |
nppiAverageError_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 8-bit unsigned image Average_Error.
|
static int |
nppiAverageError_8u_C2R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 8-bit unsigned image Average_Error.
|
static int |
nppiAverageError_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 8-bit unsigned image Average_Error.
|
static int |
nppiAverageError_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit unsigned image Average_Error.
|
static int |
nppiAverageErrorGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_16s_C1R.
|
static int |
nppiAverageErrorGetBufferHostSize_16s_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_16s_C2R.
|
static int |
nppiAverageErrorGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_16s_C3R.
|
static int |
nppiAverageErrorGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_16s_C4R.
|
static int |
nppiAverageErrorGetBufferHostSize_16sc_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_16sc_C1R.
|
static int |
nppiAverageErrorGetBufferHostSize_16sc_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_16sc_C2R.
|
static int |
nppiAverageErrorGetBufferHostSize_16sc_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_16sc_C3R.
|
static int |
nppiAverageErrorGetBufferHostSize_16sc_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_16sc_C4R.
|
static int |
nppiAverageErrorGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_16u_C1R.
|
static int |
nppiAverageErrorGetBufferHostSize_16u_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_16u_C2R.
|
static int |
nppiAverageErrorGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_16u_C3R.
|
static int |
nppiAverageErrorGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_16u_C4R.
|
static int |
nppiAverageErrorGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_32f_C1R.
|
static int |
nppiAverageErrorGetBufferHostSize_32f_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_32f_C2R.
|
static int |
nppiAverageErrorGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_32f_C3R.
|
static int |
nppiAverageErrorGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_32f_C4R.
|
static int |
nppiAverageErrorGetBufferHostSize_32fc_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_32fc_C1R.
|
static int |
nppiAverageErrorGetBufferHostSize_32fc_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_32fc_C2R.
|
static int |
nppiAverageErrorGetBufferHostSize_32fc_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_32fc_C3R.
|
static int |
nppiAverageErrorGetBufferHostSize_32fc_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_32fc_C4R.
|
static int |
nppiAverageErrorGetBufferHostSize_32s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_32s_C1R.
|
static int |
nppiAverageErrorGetBufferHostSize_32s_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_32s_C2R.
|
static int |
nppiAverageErrorGetBufferHostSize_32s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_32s_C3R.
|
static int |
nppiAverageErrorGetBufferHostSize_32s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_32s_C4R.
|
static int |
nppiAverageErrorGetBufferHostSize_32sc_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_32sc_C1R.
|
static int |
nppiAverageErrorGetBufferHostSize_32sc_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_32sc_C2R.
|
static int |
nppiAverageErrorGetBufferHostSize_32sc_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_32sc_C3R.
|
static int |
nppiAverageErrorGetBufferHostSize_32sc_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_32sc_C4R.
|
static int |
nppiAverageErrorGetBufferHostSize_32u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_32u_C1R.
|
static int |
nppiAverageErrorGetBufferHostSize_32u_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_32u_C2R.
|
static int |
nppiAverageErrorGetBufferHostSize_32u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_32u_C3R.
|
static int |
nppiAverageErrorGetBufferHostSize_32u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_32u_C4R.
|
static int |
nppiAverageErrorGetBufferHostSize_64f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_64f_C1R.
|
static int |
nppiAverageErrorGetBufferHostSize_64f_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_64f_C2R.
|
static int |
nppiAverageErrorGetBufferHostSize_64f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_64f_C3R.
|
static int |
nppiAverageErrorGetBufferHostSize_64f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_64f_C4R.
|
static int |
nppiAverageErrorGetBufferHostSize_8s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_8s_C1R.
|
static int |
nppiAverageErrorGetBufferHostSize_8s_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_8s_C2R.
|
static int |
nppiAverageErrorGetBufferHostSize_8s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_8s_C3R.
|
static int |
nppiAverageErrorGetBufferHostSize_8s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_8s_C4R.
|
static int |
nppiAverageErrorGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_8u_C1R.
|
static int |
nppiAverageErrorGetBufferHostSize_8u_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_8u_C2R.
|
static int |
nppiAverageErrorGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_8u_C3R.
|
static int |
nppiAverageErrorGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageError_8u_C4R.
|
static int |
nppiAverageRelativeError_16s_C1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 16-bit signed image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_16s_C2R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 16-bit signed image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_16s_C3R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 16-bit signed image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_16s_C4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit signed image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_16sc_C1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 16-bit signed complex image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_16sc_C2R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 16-bit signed complex image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_16sc_C3R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 16-bit signed complex image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_16sc_C4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit signed complex image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 16-bit unsigned image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_16u_C2R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 16-bit unsigned image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 16-bit unsigned image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit unsigned image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit floating point image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_32f_C2R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 32-bit floating point image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit floating point image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit floating point image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit floating point complex image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_32fc_C2R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 32-bit floating point complex image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit floating point complex image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit floating point complex image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit signed image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_32s_C2R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 32-bit signed image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit signed image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit signed image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_32sc_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit signed complex image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_32sc_C2R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 32-bit signed complex image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_32sc_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit signed complex image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_32sc_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit signed complex image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_32u_C1R(TypedPointer<Npp32u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit unsigned image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_32u_C2R(TypedPointer<Npp32u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 32-bit unsigned image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_32u_C3R(TypedPointer<Npp32u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit unsigned image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_32u_C4R(TypedPointer<Npp32u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit unsigned image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_64f_C1R(TypedPointer<Npp64f> pSrc1,
int nSrc1Step,
TypedPointer<Npp64f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 64-bit floating point image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_64f_C2R(TypedPointer<Npp64f> pSrc1,
int nSrc1Step,
TypedPointer<Npp64f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 64-bit floating point image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_64f_C3R(TypedPointer<Npp64f> pSrc1,
int nSrc1Step,
TypedPointer<Npp64f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 64-bit floating point image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_64f_C4R(TypedPointer<Npp64f> pSrc1,
int nSrc1Step,
TypedPointer<Npp64f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 64-bit floating point image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_8s_C1R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 8-bit signed image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_8s_C2R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 8-bit signed image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_8s_C3R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 8-bit signed image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_8s_C4R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit signed image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 8-bit unsigned image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_8u_C2R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Two-channel 8-bit unsigned image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 8-bit unsigned image MaximumRelative_Error.
|
static int |
nppiAverageRelativeError_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pError,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit unsigned image MaximumRelative_Error.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_16s_C1R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_16s_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_16s_C2R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_16s_C3R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_16s_C4R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_16sc_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_16sc_C1R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_16sc_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_16sc_C2R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_16sc_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_16sc_C3R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_16sc_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_16sc_C4R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_16u_C1R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_16u_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_16u_C2R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_16u_C3R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_16u_C4R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_32f_C1R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_32f_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_32f_C2R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_32f_C3R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_32f_C4R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_32fc_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_32fc_C1R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_32fc_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_32fc_C2R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_32fc_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_32fc_C3R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_32fc_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_32fc_C4R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_32s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_32s_C1R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_32s_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_32s_C2R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_32s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_32s_C3R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_32s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_32s_C4R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_32sc_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_32sc_C1R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_32sc_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_32sc_C2R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_32sc_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_32sc_C3R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_32sc_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_32sc_C4R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_32u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_32u_C1R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_32u_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_32u_C2R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_32u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_32u_C3R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_32u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_32u_C4R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_64f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_64f_C1R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_64f_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_64f_C2R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_64f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_64f_C3R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_64f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_64f_C4R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_8s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_8s_C1R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_8s_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_8s_C2R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_8s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_8s_C3R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_8s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_8s_C4R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_8u_C1R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_8u_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_8u_C2R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_8u_C3R.
|
static int |
nppiAverageRelativeErrorGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiAverageRelativeError_8u_C4R.
|
static int |
nppiBGRToCbYCr422_709HDTV_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 CbYCr422_709HDTV color conversion.
|
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)
4 channel 8-bit unsigned packed BGR with alpha to 2 channel 8-bit unsigned packed CbYCr422 color conversion.
|
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) |
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) |
static int |
nppiBGRToYCbCr_8u_AC4P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed BGR with alpha to 3 channel 8-bit unsigned planar YCbCr color conversion.
|
static int |
nppiBGRToYCbCr_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 YCbCr color conversion.
|
static int |
nppiBGRToYCbCr_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 YCbCr color conversion.
|
static int |
nppiBGRToYCbCr411_8u_AC4P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI) |
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)
4 channel 8-bit unsigned packed BGR with alpha to 3 channel 8-bit unsigned planar YCbCr420_709CSC color conversion.
|
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)
4 channel 8-bit unsigned packed BGR with alpha to 3 channel 8-bit unsigned planar YCbCr420_709HDTV color conversion.
|
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) |
static int |
nppiBGRToYCbCr422_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 YCbCr422 color conversion.
|
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)
4 channel 8-bit unsigned packed BGR with alpha to 3 channel 8-bit unsigned planar YCrCb420 color conversion.
|
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 |
nppiBGRToYUV_8u_AC4P4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiBGRToYUV_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiBGRToYUV_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiBGRToYUV_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiBGRToYUV_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 YUV color conversion.
|
static int |
nppiBGRToYUV420_8u_AC4P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI) |
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) |
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)
2 channel 8-bit unsigned packed CbYCr422 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
|
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 |
nppiColorToGray_16s_AC4C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] aCoeffs)
4 channel 16-bit signed packed RGB with alpha to 1 channel 16-bit signed packed Gray conversion.
|
static int |
nppiColorToGray_16s_C3C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] aCoeffs)
3 channel 16-bit signed packed RGB to 1 channel 16-bit signed packed Gray conversion.
|
static int |
nppiColorToGray_16u_AC4C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] aCoeffs)
4 channel 16-bit unsigned packed RGB with alpha to 1 channel 16-bit unsigned packed Gray conversion.
|
static int |
nppiColorToGray_16u_C3C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] aCoeffs)
3 channel 16-bit unsigned packed RGB to 1 channel 16-bit unsigned packed Gray conversion.
|
static int |
nppiColorToGray_32f_AC4C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] aCoeffs)
4 channel 32-bit floating point packed RGB with alpha to 1 channel 32-bit floating point packed Gray conversion.
|
static int |
nppiColorToGray_32f_C3C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] aCoeffs)
3 channel 32-bit floating point packed RGB to 1 channel 32-bit floating point packed Gray conversion.
|
static int |
nppiColorToGray_8u_AC4C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] aCoeffs)
4 channel 8-bit unsigned packed RGB with alpha to 1 channel 8-bit unsigned packed Gray conversion.
|
static int |
nppiColorToGray_8u_C3C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] aCoeffs) |
static int |
nppiColorTwist_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist)
4 channel 32-bit floating point in place color twist, not affecting Alpha.
|
static int |
nppiColorTwist_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist)
4 channel 32-bit floating point color twist, not affecting Alpha.
|
static int |
nppiColorTwist_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist)
1 channel 32-bit floating point in place color twist.
|
static int |
nppiColorTwist_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist)
1 channel 32-bit floating point color twist.
|
static int |
nppiColorTwist_32f_C2IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist)
2 channel 32-bit floating point in place color twist.
|
static int |
nppiColorTwist_32f_C2R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist)
2 channel 32-bit floating point color twist.
|
static int |
nppiColorTwist_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist)
3 channel 32-bit floating point in place color twist.
|
static int |
nppiColorTwist_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist)
3 channel 32-bit floating point color twist.
|
static int |
nppiColorTwist_32f_C4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist)
4 channel 32-bit floating point in place color twist, not affecting Alpha.
|
static int |
nppiColorTwist_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist)
4 channel 32-bit floating point color twist, with alpha copy.
|
static int |
nppiColorTwist_32f_IP3R(TypedPointer<Npp32f>[] pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist) |
static int |
nppiColorTwist_32f_P3R(TypedPointer<Npp32f>[] pSrc,
int nSrcStep,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist)
3 channel 32-bit floating point planar color twist.
|
static int |
nppiColorTwist_32fC_C4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist,
float[] aConstants)
4 channel 32-bit floating point in place color twist with 4x4 matrix and an additional constant vector addition.
|
static int |
nppiColorTwist_32fC_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist,
float[] aConstants)
4 channel 32-bit floating point color twist with 4x4 matrix and constant vector addition.
|
static int |
nppiColorTwist32f_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist)
4 channel 16-bit signed in place color twist, not affecting Alpha.
|
static int |
nppiColorTwist32f_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist)
4 channel 16-bit signed color twist, not affecting Alpha.
|
static int |
nppiColorTwist32f_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist)
1 channel 16-bit signed in place color twist.
|
static int |
nppiColorTwist32f_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist)
1 channel 16-bit signed color twist.
|
static int |
nppiColorTwist32f_16s_C2IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist)
2 channel 16-bit signed in place color twist.
|
static int |
nppiColorTwist32f_16s_C2R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist)
2 channel 16-bit signed color twist.
|
static int |
nppiColorTwist32f_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist)
3 channel 16-bit signed in place color twist.
|
static int |
nppiColorTwist32f_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist)
3 channel 16-bit signed color twist.
|
static int |
nppiColorTwist32f_16s_IP3R(TypedPointer<Npp16s>[] pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist)
3 channel 16-bit signed planar in place color twist.
|
static int |
nppiColorTwist32f_16s_P3R(TypedPointer<Npp16s>[] pSrc,
int nSrcStep,
TypedPointer<Npp16s>[] pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist)
3 channel 16-bit signed planar color twist.
|
static int |
nppiColorTwist32f_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist)
4 channel 16-bit unsigned in place color twist, not affecting Alpha.
|
static int |
nppiColorTwist32f_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist) |
static int |
nppiColorTwist32f_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist)
1 channel 16-bit unsigned in place color twist.
|
static int |
nppiColorTwist32f_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist)
1 channel 16-bit unsigned color twist.
|
static int |
nppiColorTwist32f_16u_C2IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist)
2 channel 16-bit unsigned in place color twist.
|
static int |
nppiColorTwist32f_16u_C2R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist) |
static int |
nppiColorTwist32f_16u_C3IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist)
3 channel 16-bit unsigned in place color twist.
|
static int |
nppiColorTwist32f_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist)
3 channel 16-bit unsigned color twist.
|
static int |
nppiColorTwist32f_16u_IP3R(TypedPointer<Npp16u>[] pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist)
3 channel 16-bit unsigned planar in place color twist.
|
static int |
nppiColorTwist32f_16u_P3R(TypedPointer<Npp16u>[] pSrc,
int nSrcStep,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist)
3 channel 16-bit unsigned planar color twist.
|
static int |
nppiColorTwist32f_8s_AC4IR(TypedPointer<Npp8s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist)
4 channel 8-bit signed in place color twist, not affecting Alpha.
|
static int |
nppiColorTwist32f_8s_AC4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist)
4 channel 8-bit signed color twist, not affecting Alpha.
|
static int |
nppiColorTwist32f_8s_C1IR(TypedPointer<Npp8s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist)
1 channel 8-bit signed in place color twist.
|
static int |
nppiColorTwist32f_8s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist)
1 channel 8-bit signed color twist.
|
static int |
nppiColorTwist32f_8s_C2IR(TypedPointer<Npp8s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist)
2 channel 8-bit signed in place color twist.
|
static int |
nppiColorTwist32f_8s_C2R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist)
2 channel 8-bit signed color twist.
|
static int |
nppiColorTwist32f_8s_C3IR(TypedPointer<Npp8s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist)
3 channel 8-bit signed in place color twist.
|
static int |
nppiColorTwist32f_8s_C3R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist)
3 channel 8-bit signed color twist.
|
static int |
nppiColorTwist32f_8s_C4IR(TypedPointer<Npp8s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist)
4 channel 8-bit signed in place color twist, not affecting Alpha.
|
static int |
nppiColorTwist32f_8s_C4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist)
4 channel 8-bit signed color twist, with alpha copy.
|
static int |
nppiColorTwist32f_8s_IP3R(TypedPointer<Npp8s>[] pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist)
3 channel 8-bit signed planar in place color twist.
|
static int |
nppiColorTwist32f_8s_P3R(TypedPointer<Npp8s>[] pSrc,
int nSrcStep,
TypedPointer<Npp8s>[] pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist)
3 channel 8-bit signed planar color twist.
|
static int |
nppiColorTwist32f_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist)
4 channel 8-bit unsigned in place color twist, not affecting Alpha.
|
static int |
nppiColorTwist32f_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist)
4 channel 8-bit unsigned color twist, not affecting Alpha.
|
static int |
nppiColorTwist32f_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist)
1 channel 8-bit unsigned in place color twist.
|
static int |
nppiColorTwist32f_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist)
1 channel 8-bit unsigned color twist.
|
static int |
nppiColorTwist32f_8u_C2IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist)
2 channel 8-bit unsigned in place color twist.
|
static int |
nppiColorTwist32f_8u_C2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist)
2 channel 8-bit unsigned color twist.
|
static int |
nppiColorTwist32f_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist)
3 channel 8-bit unsigned in place color twist.
|
static int |
nppiColorTwist32f_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist) |
static int |
nppiColorTwist32f_8u_C4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist)
4 channel 8-bit unsigned in place color twist, not affecting Alpha.
|
static int |
nppiColorTwist32f_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist)
4 channel 8-bit unsigned color twist, with alpha copy.
|
static int |
nppiColorTwist32f_8u_IP3R(TypedPointer<Npp8u>[] pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist)
3 channel 8-bit unsigned planar in place color twist.
|
static int |
nppiColorTwist32f_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist)
3 channel 8-bit unsigned planar color twist.
|
static int |
nppiColorTwist32fC_8u_C4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[][] aTwist,
float[] aConstants) |
static int |
nppiColorTwist32fC_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] aTwist,
float[] aConstants)
4 channel 8-bit unsigned color twist with 4x4 matrix and constant vector addition.
|
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) |
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)
4 channel 16-bit unsigned short image compare.
|
static int |
nppiCompare_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation) |
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) |
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) |
static int |
nppiCompare_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation) |
static int |
nppiCompareC_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation) |
static int |
nppiCompareC_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
short nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation) |
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) |
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)
3 channel 16-bit unsigned short image compare with constant value.
|
static int |
nppiCompareC_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation) |
static int |
nppiCompareC_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation) |
static int |
nppiCompareC_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
float nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation) |
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) |
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)
4 channel 32-bit floating point image compare whether two images are equal within epsilon.
|
static int |
nppiCompareEqualEpsC_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float nEpsilon) |
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)
3 channel 32-bit floating point image compare whether image and constant are equal within epsilon.
|
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) |
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)
Single channel 16-bit signed to 8-bit signed conversion.
|
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) |
static int |
nppiConvert_16u32f_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 16-bit unsigned to 32-bit floating-point conversion.
|
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)
Single channel 16-bit unsigned to 8-bit signed conversion.
|
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) |
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)
Four channel 16-bit unsigned to 8-bit unsigned conversion.
|
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)
Three channel 32-bit floating point to 16-bit signed conversion.
|
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)
Single channel 32-bit floating point to 16-bit unsigned conversion.
|
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)
Single channel 32-bit floating point to 32-bit signed conversion.
|
static int |
nppiConvert_32f32u_C1RSfs(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor) |
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) |
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)
Single channel 32-bit floating point to 8-bit unsigned conversion.
|
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)
Single channel 32-bit unsigned to 16-bit signed conversion.
|
static int |
nppiConvert_32s16u_C1RSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
Single channel 32-bit unsigned to 16-bit unsigned conversion.
|
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) |
static int |
nppiConvert_32s8u_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit signed to 8-bit unsigned conversion, not affecting Alpha.
|
static int |
nppiConvert_32s8u_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit signed to 8-bit unsigned conversion.
|
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)
Single channel 32-bit unsigned to 16-bit signed conversion.
|
static int |
nppiConvert_32u16u_C1RSfs(TypedPointer<Npp32u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
Single channel 32-bit unsigned to 16-bit unsigned conversion.
|
static int |
nppiConvert_32u32f_C1R(TypedPointer<Npp32u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiConvert_32u32s_C1RSfs(TypedPointer<Npp32u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
Single channel 32-bit unsigned to 32-bit signed conversion.
|
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)
Single channel 32-bit unsigned to 8-bit unsigned conversion.
|
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)
Three channel 8-bit signed to 32-bit floating-point conversion.
|
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)
Four channel 8-bit signed to 32-bit signed conversion, not affecting Alpha.
|
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)
Four channel 8-bit signed to 32-bit signed conversion.
|
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)
Four channel 8-bit unsigned to 32-bit floating-point conversion, not affecting Alpha.
|
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)
Select-channel 16-bit signed image copy for three-channel images.
|
static int |
nppiCopy_16s_C3MR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation three channel 16-bit signed image copy.
|
static int |
nppiCopy_16s_C3P3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 16-bit signed packed to planar image copy.
|
static int |
nppiCopy_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI) |
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) |
static int |
nppiCopy_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit image copy.
|
static int |
nppiCopy_16s_P3C3R(TypedPointer<Npp16s>[] aSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 16-bit signed planar to packed image copy.
|
static int |
nppiCopy_16s_P4C4R(TypedPointer<Npp16s>[] aSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit signed planar to packed image copy.
|
static int |
nppiCopy_16sc_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit complex image copy, ignoring alpha.
|
static int |
nppiCopy_16sc_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex image copy.
|
static int |
nppiCopy_16sc_C2R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Two-channel 16-bit complex image copy.
|
static int |
nppiCopy_16sc_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 16-bit complex image copy.
|
static int |
nppiCopy_16sc_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit complex image copy.
|
static int |
nppiCopy_16u_AC4MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 16-bit unsigned image copy, ignoring alpha.
|
static int |
nppiCopy_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned image copy, not affecting Alpha channel.
|
static int |
nppiCopy_16u_C1C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI) |
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_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 16-bit unsigned image copy.
|
static int |
nppiCopy_16u_C4C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel to single-channel 16-bit unsigned image copy.
|
static int |
nppiCopy_16u_C4CR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 16-bit unsigned image copy for four-channel images.
|
static int |
nppiCopy_16u_C4MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 16-bit unsigned image copy.
|
static int |
nppiCopy_16u_C4P4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit unsigned packed to planar image copy.
|
static int |
nppiCopy_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned image copy.
|
static int |
nppiCopy_16u_P3C3R(TypedPointer<Npp16u>[] aSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 16-bit unsigned planar to packed image copy.
|
static int |
nppiCopy_16u_P4C4R(TypedPointer<Npp16u>[] aSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit unsigned planar to packed image copy.
|
static int |
nppiCopy_32f_AC4MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 32-bit float image copy, ignoring alpha.
|
static int |
nppiCopy_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit floating point image copy, not affecting Alpha.
|
static int |
nppiCopy_32f_C1C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to three-channel 32-bit float image copy.
|
static int |
nppiCopy_32f_C1C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to four-channel 32-bit float image copy.
|
static int |
nppiCopy_32f_C1MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 32-bit float image copy.
|
static int |
nppiCopy_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit floating point image copy.
|
static int |
nppiCopy_32f_C3C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel to single-channel 32-bit float image copy.
|
static int |
nppiCopy_32f_C3CR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 32-bit float image copy for three-channel images.
|
static int |
nppiCopy_32f_C3MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation three channel 32-bit float image copy.
|
static int |
nppiCopy_32f_C3P3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f>[] aDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiCopy_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 32-bit floating point 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) |
static int |
nppiCopy_32fc_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit floating-point complex image copy.
|
static int |
nppiCopy_32s_AC4MR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 32-bit signed image copy, ignoring alpha.
|
static int |
nppiCopy_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit image copy, not affecting Alpha.
|
static int |
nppiCopy_32s_C1C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to three-channel 32-bit signed image copy.
|
static int |
nppiCopy_32s_C1C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to four-channel 32-bit signed image copy.
|
static int |
nppiCopy_32s_C1MR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 32-bit signed image copy.
|
static int |
nppiCopy_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI) |
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_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 32-bit image copy.
|
static int |
nppiCopy_32s_C4C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel to single-channel 32-bit signed image copy.
|
static int |
nppiCopy_32s_C4CR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 32-bit signed image copy for four-channel images.
|
static int |
nppiCopy_32s_C4MR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 32-bit signed image copy.
|
static int |
nppiCopy_32s_C4P4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit signed packed to planar image copy.
|
static int |
nppiCopy_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit image copy.
|
static int |
nppiCopy_32s_P3C3R(TypedPointer<Npp32s>[] aSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 32-bit signed planar to packed image copy.
|
static int |
nppiCopy_32s_P4C4R(TypedPointer<Npp32s>[] aSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiCopy_32sc_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI) |
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) |
static int |
nppiCopy_32sc_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 32-bit complex image copy.
|
static int |
nppiCopy_32sc_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit complex image copy.
|
static int |
nppiCopy_8s_AC4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 8-bit image copy, ignoring alpha channel.
|
static int |
nppiCopy_8s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit image copy.
|
static int |
nppiCopy_8s_C2R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Two-channel 8-bit image copy.
|
static int |
nppiCopy_8s_C3R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 8-bit image copy.
|
static int |
nppiCopy_8s_C4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 8-bit image copy.
|
static int |
nppiCopy_8u_AC4MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 8-bit unsigned image copy, ignoring alpha.
|
static int |
nppiCopy_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned image copy, not affecting Alpha channel.
|
static int |
nppiCopy_8u_C1C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiCopy_8u_C1C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to four-channel 8-bit unsigned image copy.
|
static int |
nppiCopy_8u_C1MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 8-bit unsigned image copy.
|
static int |
nppiCopy_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit unsigned image copy.
|
static int |
nppiCopy_8u_C3C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel to single-channel 8-bit unsigned image copy.
|
static int |
nppiCopy_8u_C3CR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 8-bit unsigned image copy for three-channel images.
|
static int |
nppiCopy_8u_C3MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep) |
static int |
nppiCopy_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 8-bit unsigned packed to planar image copy.
|
static int |
nppiCopy_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiCopy_8u_C4C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel to single-channel 8-bit unsigned image copy.
|
static int |
nppiCopy_8u_C4CR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 8-bit unsigned image copy for four-channel images.
|
static int |
nppiCopy_8u_C4MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 8-bit unsigned image copy.
|
static int |
nppiCopy_8u_C4P4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 8-bit unsigned packed to planar image copy.
|
static int |
nppiCopy_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned image copy.
|
static int |
nppiCopy_8u_P3C3R(TypedPointer<Npp8u>[] aSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 8-bit unsigned planar to packed image copy.
|
static int |
nppiCopy_8u_P4C4R(TypedPointer<Npp8u>[] aSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 8-bit unsigned planar to packed image copy.
|
static int |
nppiCopyConstBorder_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
short[] aValue)
4 channel 16-bit signed integer image copy with constant border color with alpha channel unaffected.
|
static int |
nppiCopyConstBorder_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
short nValue)
1 channel 16-bit signed integer image copy with constant border color.
|
static int |
nppiCopyConstBorder_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
short[] aValue)
3 channel 16-bit signed integer image copy with constant border color.
|
static int |
nppiCopyConstBorder_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
short[] aValue)
4 channel 16-bit signed integer image copy with constant border color.
|
static int |
nppiCopyConstBorder_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
short[] aValue)
4 channel 16-bit unsigned integer image copy with constant border color with alpha channel unaffected.
|
static int |
nppiCopyConstBorder_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
short nValue)
1 channel 16-bit unsigned integer image copy with constant border color.
|
static int |
nppiCopyConstBorder_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
short[] aValue)
3 channel 16-bit unsigned integer image copy with constant border color.
|
static int |
nppiCopyConstBorder_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
short[] aValue)
4 channel 16-bit unsigned integer image copy with constant border color.
|
static int |
nppiCopyConstBorder_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
float[] aValue)
4 channel 32-bit floating point image copy with constant border color with alpha channel unaffected.
|
static int |
nppiCopyConstBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
float nValue)
1 channel 32-bit floating point image copy with constant border color.
|
static int |
nppiCopyConstBorder_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
float[] aValue) |
static int |
nppiCopyConstBorder_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
float[] aValue) |
static int |
nppiCopyConstBorder_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
int[] aValue)
4 channel 32-bit signed integer image copy with constant border color with alpha channel unaffected.
|
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)
1 channel 32-bit signed integer image copy with constant border color.
|
static int |
nppiCopyConstBorder_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
int[] aValue)
3 channel 32-bit signed integer image copy with constant border color.
|
static int |
nppiCopyConstBorder_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
int[] aValue)
4 channel 32-bit signed integer 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 integer image copy with constant border color with alpha channel unaffected.
|
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)
1 channel 8-bit unsigned integer image copy with constant border color.
|
static int |
nppiCopyConstBorder_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
byte[] aValue)
3 channel 8-bit unsigned integer image copy with 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)
4 channel 8-bit unsigned integer image copy with constant border color.
|
static int |
nppiCopyReplicateBorder_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
4 channel 16-bit signed integer image copy with nearest source image pixel color with alpha channel unaffected.
|
static int |
nppiCopyReplicateBorder_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
1 channel 16-bit signed integer image copy with nearest source image pixel color.
|
static int |
nppiCopyReplicateBorder_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
3 channel 16-bit signed integer image copy with nearest source image pixel color.
|
static int |
nppiCopyReplicateBorder_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
4 channel 16-bit signed integer image copy with nearest source image pixel color.
|
static int |
nppiCopyReplicateBorder_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
4 channel 16-bit unsigned image copy with nearest source image pixel color with alpha channel unaffected.
|
static int |
nppiCopyReplicateBorder_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth) |
static int |
nppiCopyReplicateBorder_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
3 channel 16-bit unsigned integer image copy with nearest source image pixel color.
|
static int |
nppiCopyReplicateBorder_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
4 channel 16-bit unsigned integer image copy with nearest source image pixel color.
|
static int |
nppiCopyReplicateBorder_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
4 channel 32-bit floating point image copy with nearest source image pixel color with alpha channel unaffected.
|
static int |
nppiCopyReplicateBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
1 channel 32-bit floating point image copy with nearest source image pixel color.
|
static int |
nppiCopyReplicateBorder_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
3 channel 32-bit floating point image copy with nearest source image pixel color.
|
static int |
nppiCopyReplicateBorder_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
4 channel 32-bit floating point image copy with nearest source image pixel color.
|
static int |
nppiCopyReplicateBorder_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
4 channel 32-bit signed integer image copy with nearest source image pixel color with alpha channel unaffected.
|
static int |
nppiCopyReplicateBorder_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
1 channel 32-bit signed integer image copy with nearest source image pixel color.
|
static int |
nppiCopyReplicateBorder_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
3 channel 32-bit signed image copy with nearest source image pixel color.
|
static int |
nppiCopyReplicateBorder_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
4 channel 32-bit signed integer image copy with nearest source image pixel color.
|
static int |
nppiCopyReplicateBorder_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
4 channel 8-bit unsigned integer image copy with nearest source image pixel color with alpha channel unaffected.
|
static int |
nppiCopyReplicateBorder_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
1 channel 8-bit unsigned integer image copy with nearest source image pixel color.
|
static int |
nppiCopyReplicateBorder_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
3 channel 8-bit unsigned integer image copy with nearest source image pixel color.
|
static int |
nppiCopyReplicateBorder_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
4 channel 8-bit unsigned integer image copy with nearest source image pixel color.
|
static int |
nppiCopySubpix_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
float nDx,
float nDy)
4 channel 16-bit signed integer linearly interpolated source image subpixel coordinate color copy with alpha channel unaffected.
|
static int |
nppiCopySubpix_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
float nDx,
float nDy)
1 channel 16-bit signed integer linearly interpolated source image subpixel coordinate color copy.
|
static int |
nppiCopySubpix_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
float nDx,
float nDy)
3 channel 16-bit signed integer linearly interpolated source image subpixel coordinate color copy.
|
static int |
nppiCopySubpix_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
float nDx,
float nDy)
4 channel 16-bit signed integer linearly interpolated source image subpixel coordinate color copy.
|
static int |
nppiCopySubpix_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
float nDx,
float nDy)
4 channel 16-bit unsigned linearly interpolated source image subpixel coordinate color copy with alpha channel unaffected.
|
static int |
nppiCopySubpix_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
float nDx,
float nDy)
1 channel 16-bit unsigned integer linearly interpolated source image subpixel coordinate color copy.
|
static int |
nppiCopySubpix_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
float nDx,
float nDy)
3 channel 16-bit unsigned integer linearly interpolated source image subpixel coordinate color copy.
|
static int |
nppiCopySubpix_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
float nDx,
float nDy) |
static int |
nppiCopySubpix_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
float nDx,
float nDy)
4 channel 32-bit floating point linearly interpolated source image subpixel coordinate color copy with alpha channel unaffected.
|
static int |
nppiCopySubpix_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
float nDx,
float nDy) |
static int |
nppiCopySubpix_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
float nDx,
float nDy)
3 channel 32-bit floating point linearly interpolated source image subpixel coordinate color copy.
|
static int |
nppiCopySubpix_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
float nDx,
float nDy)
4 channel 32-bit floating point linearly interpolated source image subpixel coordinate color copy.
|
static int |
nppiCopySubpix_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
float nDx,
float nDy)
4 channel 32-bit signed integer linearly interpolated source image subpixel coordinate color copy with alpha channel unaffected.
|
static int |
nppiCopySubpix_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
float nDx,
float nDy)
1 channel 32-bit signed integer linearly interpolated source image subpixel coordinate color copy.
|
static int |
nppiCopySubpix_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
float nDx,
float nDy)
3 channel 32-bit signed linearly interpolated source image subpixel coordinate color copy.
|
static int |
nppiCopySubpix_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
float nDx,
float nDy)
4 channel 32-bit signed integer linearly interpolated source image subpixel coordinate color copy.
|
static int |
nppiCopySubpix_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
float nDx,
float nDy)
4 channel 8-bit unsigned integer linearly interpolated source image subpixel coordinate color copy with alpha channel unaffected.
|
static int |
nppiCopySubpix_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
float nDx,
float nDy)
1 channel 8-bit unsigned integer linearly interpolated source image subpixel coordinate color copy.
|
static int |
nppiCopySubpix_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
float nDx,
float nDy)
3 channel 8-bit unsigned integer linearly interpolated source image subpixel coordinate color copy.
|
static int |
nppiCopySubpix_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
float nDx,
float nDy)
4 channel 8-bit unsigned integer linearly interpolated source image subpixel coordinate color copy.
|
static int |
nppiCopyWrapBorder_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
4 channel 16-bit signed integer image copy with the borders wrapped by replication of source image pixel colors with alpha channel unaffected.
|
static int |
nppiCopyWrapBorder_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
1 channel 16-bit signed integer image copy with the borders wrapped by replication of source image pixel colors.
|
static int |
nppiCopyWrapBorder_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
3 channel 16-bit signed integer image copy with the borders wrapped by replication of source image pixel colors.
|
static int |
nppiCopyWrapBorder_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth) |
static int |
nppiCopyWrapBorder_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
4 channel 16-bit unsigned integer image copy with the borders wrapped by replication of source image pixel colors with alpha channel unaffected.
|
static int |
nppiCopyWrapBorder_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
1 channel 16-bit unsigned integer image copy with the borders wrapped by replication of source image pixel colors.
|
static int |
nppiCopyWrapBorder_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
3 channel 16-bit unsigned integer image copy with the borders wrapped by replication of source image pixel colors.
|
static int |
nppiCopyWrapBorder_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
4 channel 16-bit unsigned integer image copy with the borders wrapped by replication of source image pixel colors.
|
static int |
nppiCopyWrapBorder_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
1 channel 32-bit floating point image copy with the borders wrapped by replication of source image pixel colors with alpha channel unaffected.
|
static int |
nppiCopyWrapBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
1 channel 32-bit floating point image copy with the borders wrapped by replication of source image pixel colors.
|
static int |
nppiCopyWrapBorder_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
3 channel 32-bit floating point image copy with the borders wrapped by replication of source image pixel colors.
|
static int |
nppiCopyWrapBorder_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
4 channel 32-bit floating point image copy with the borders wrapped by replication of source image pixel colors.
|
static int |
nppiCopyWrapBorder_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth) |
static int |
nppiCopyWrapBorder_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth) |
static int |
nppiCopyWrapBorder_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
3 channel 32-bit signed integer image copy with the borders wrapped by replication of source image pixel colors.
|
static int |
nppiCopyWrapBorder_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
4 channel 32-bit signed integer image copy with the borders wrapped by replication of source image pixel colors.
|
static int |
nppiCopyWrapBorder_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
4 channel 8-bit unsigned integer image copy with the borders wrapped by replication of source image pixel colors with alpha channel unaffected.
|
static int |
nppiCopyWrapBorder_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
1 channel 8-bit unsigned integer image copy with the borders wrapped by replication of source image pixel colors.
|
static int |
nppiCopyWrapBorder_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth) |
static int |
nppiCopyWrapBorder_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth)
4 channel 8-bit unsigned integer image copy with the borders wrapped by replication of source image pixel colors.
|
static int |
nppiCountInRange_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int[] aCounts,
float[] aLowerBound,
float[] aUpperBound,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit floating point image CountInRange ignoring alpha channel.
|
static int |
nppiCountInRange_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int[] pCounts,
float nLowerBound,
float nUpperBound,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit floating point image CountInRange.
|
static int |
nppiCountInRange_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int[] aCounts,
float[] aLowerBound,
float[] aUpperBound,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit floating point image CountInRange.
|
static int |
nppiCountInRange_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int[] aCounts,
byte[] aLowerBound,
byte[] aUpperBound,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit unsigned image CountInRange ignoring alpha channel.
|
static int |
nppiCountInRange_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int[] pCounts,
byte nLowerBound,
byte nUpperBound,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 8-bit unsigned image CountInRange.
|
static int |
nppiCountInRange_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int[] aCounts,
byte[] aLowerBound,
byte[] aUpperBound,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 8-bit unsigned image CountInRange.
|
static int |
nppiCountInRangeGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiCountInRange_32f_AC4R.
|
static int |
nppiCountInRangeGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiCountInRange_32f_C1R.
|
static int |
nppiCountInRangeGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiCountInRange_32f_C3R.
|
static int |
nppiCountInRangeGetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiCountInRange_8u_AC4R.
|
static int |
nppiCountInRangeGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiCountInRangeGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiCountInRange_8u_C3R.
|
static int |
nppiCrossCorrFull_Norm_16u32f_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp16u> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep)
Four-channel 16-bit unsigned image CrossCorrFull_Norm ignoring alpha channel.
|
static int |
nppiCrossCorrFull_Norm_16u32f_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp16u> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep)
One-channel 16-bit unsigned image CrossCorrFull_Norm.
|
static int |
nppiCrossCorrFull_Norm_16u32f_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp16u> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep)
Three-channel 16-bit unsigned image CrossCorrFull_Norm.
|
static int |
nppiCrossCorrFull_Norm_16u32f_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp16u> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep)
Four-channel 16-bit unsigned image CrossCorrFull_Norm.
|
static int |
nppiCrossCorrFull_Norm_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp32f> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep)
Four-channel 32-bit floating point image CrossCorrFull_Norm ignoring alpha channel.
|
static int |
nppiCrossCorrFull_Norm_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp32f> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep)
One-channel 32-bit floating point image CrossCorrFull_Norm.
|
static int |
nppiCrossCorrFull_Norm_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp32f> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep)
Three-channel 32-bit floating point image CrossCorrFull_Norm.
|
static int |
nppiCrossCorrFull_Norm_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp32f> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep)
Four-channel 32-bit floating point image CrossCorrFull_Norm.
|
static int |
nppiCrossCorrFull_Norm_8s32f_AC4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp8s> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep)
Four-channel 8-bit signed image CrossCorrFull_Norm ignoring alpha channel.
|
static int |
nppiCrossCorrFull_Norm_8s32f_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp8s> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep)
One-channel 8-bit signed image CrossCorrFull_Norm.
|
static int |
nppiCrossCorrFull_Norm_8s32f_C3R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp8s> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep)
Three-channel 8-bit signed image CrossCorrFull_Norm.
|
static int |
nppiCrossCorrFull_Norm_8s32f_C4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp8s> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep)
Four-channel 8-bit signed image CrossCorrFull_Norm.
|
static int |
nppiCrossCorrFull_Norm_8u_AC4RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp8u> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp8u> pDst,
int nDstStep,
int nScaleFactor)
Four-channel 8-bit unsigned image CrossCorrFull_Norm ignoring alpha channel, scaled by \f$2^(-nScaleFactor)\f$.
|
static int |
nppiCrossCorrFull_Norm_8u_C1RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp8u> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp8u> pDst,
int nDstStep,
int nScaleFactor)
One-channel 8-bit unsigned image CrossCorrFull_Norm, scaled by \f$2^(-nScaleFactor)\f$.
|
static int |
nppiCrossCorrFull_Norm_8u_C3RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp8u> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp8u> pDst,
int nDstStep,
int nScaleFactor)
Three-channel 8-bit unsigned image CrossCorrFull_Norm, scaled by \f$2^(-nScaleFactor)\f$.
|
static int |
nppiCrossCorrFull_Norm_8u_C4RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp8u> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp8u> pDst,
int nDstStep,
int nScaleFactor)
Four-channel 8-bit unsigned image CrossCorrFull_Norm, scaled by \f$2^(-nScaleFactor)\f$.
|
static int |
nppiCrossCorrFull_Norm_8u32f_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp8u> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep)
Four-channel 8-bit unsigned image CrossCorrFull_Norm ignoring alpha channel.
|
static int |
nppiCrossCorrFull_Norm_8u32f_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp8u> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep)
One-channel 8-bit unsigned image CrossCorrFull_Norm.
|
static int |
nppiCrossCorrFull_Norm_8u32f_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp8u> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep)
Three-channel 8-bit unsigned image CrossCorrFull_Norm.
|
static int |
nppiCrossCorrFull_Norm_8u32f_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp8u> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep)
Four-channel 8-bit unsigned image CrossCorrFull_Norm.
|
static int |
nppiCrossCorrFull_NormLevel_16u32f_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp16u> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit unsigned image CrossCorrFull_NormLevel ignoring alpha channel.
|
static int |
nppiCrossCorrFull_NormLevel_16u32f_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp16u> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 16-bit unsigned image CrossCorrFull_NormLevel.
|
static int |
nppiCrossCorrFull_NormLevel_16u32f_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp16u> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 16-bit unsigned image CrossCorrFull_NormLevel.
|
static int |
nppiCrossCorrFull_NormLevel_16u32f_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp16u> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit unsigned image CrossCorrFull_NormLevel.
|
static int |
nppiCrossCorrFull_NormLevel_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp32f> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit floating point image CrossCorrFull_NormLevel ignoring alpha channel.
|
static int |
nppiCrossCorrFull_NormLevel_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp32f> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit floating point image CrossCorrFull_NormLevel.
|
static int |
nppiCrossCorrFull_NormLevel_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp32f> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit floating point image CrossCorrFull_NormLevel.
|
static int |
nppiCrossCorrFull_NormLevel_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp32f> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit floating point image CrossCorrFull_NormLevel.
|
static int |
nppiCrossCorrFull_NormLevel_8s32f_AC4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp8s> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit signed image CrossCorrFull_NormLevel ignoring alpha channel.
|
static int |
nppiCrossCorrFull_NormLevel_8s32f_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp8s> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 8-bit signed image CrossCorrFull_NormLevel.
|
static int |
nppiCrossCorrFull_NormLevel_8s32f_C3R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp8s> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 8-bit signed image CrossCorrFull_NormLevel.
|
static int |
nppiCrossCorrFull_NormLevel_8s32f_C4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp8s> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit signed image CrossCorrFull_NormLevel.
|
static int |
nppiCrossCorrFull_NormLevel_8u_AC4RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp8u> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp8u> pDst,
int nDstStep,
int nScaleFactor,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit unsigned image CrossCorrFull_NormLevel ignoring alpha channel.
|
static int |
nppiCrossCorrFull_NormLevel_8u_C1RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp8u> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp8u> pDst,
int nDstStep,
int nScaleFactor,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 8-bit unsigned image CrossCorrFull_NormLevel.
|
static int |
nppiCrossCorrFull_NormLevel_8u_C3RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp8u> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp8u> pDst,
int nDstStep,
int nScaleFactor,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 8-bit unsigned image CrossCorrFull_NormLevel.
|
static int |
nppiCrossCorrFull_NormLevel_8u_C4RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp8u> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp8u> pDst,
int nDstStep,
int nScaleFactor,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit unsigned image CrossCorrFull_NormLevel.
|
static int |
nppiCrossCorrFull_NormLevel_8u32f_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp8u> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit unsigned image CrossCorrFull_NormLevel ignoring alpha channel.
|
static int |
nppiCrossCorrFull_NormLevel_8u32f_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp8u> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 8-bit unsigned image CrossCorrFull_NormLevel.
|
static int |
nppiCrossCorrFull_NormLevel_8u32f_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp8u> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 8-bit unsigned image CrossCorrFull_NormLevel.
|
static int |
nppiCrossCorrFull_NormLevel_8u32f_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp8u> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit unsigned image CrossCorrFull_NormLevel.
|
static int |
nppiCrossCorrSame_Norm_16u32f_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp16u> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep)
Four-channel 16-bit unsigned image CrossCorrSame_Norm ignoring alpha channel.
|
static int |
nppiCrossCorrSame_Norm_16u32f_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp16u> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep)
One-channel 16-bit unsigned image CrossCorrSame_Norm.
|
static int |
nppiCrossCorrSame_Norm_16u32f_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp16u> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep)
Three-channel 16-bit unsigned image CrossCorrSame_Norm.
|
static int |
nppiCrossCorrSame_Norm_16u32f_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp16u> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep)
Four-channel 16-bit unsigned image CrossCorrSame_Norm.
|
static int |
nppiCrossCorrSame_Norm_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp32f> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep)
Four-channel 32-bit floating point image CrossCorrSame_Norm ignoring alpha channel.
|
static int |
nppiCrossCorrSame_Norm_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp32f> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep)
One-channel 32-bit floating point image CrossCorrSame_Norm.
|
static int |
nppiCrossCorrSame_Norm_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp32f> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep)
Three-channel 32-bit floating point image CrossCorrSame_Norm.
|
static int |
nppiCrossCorrSame_Norm_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcRoiSize,
TypedPointer<Npp32f> pTpl,
int nTplStep,
NppiSize oTplRoiSize,
TypedPointer<Npp32f> pDst,
int nDstStep)
Four-channel 32-bit floating point image CrossCorrSame_Norm.
|
static int |
nppiCrossCorrSame_Norm_8s32f_AC4R(TypedPoi |