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(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 CrossCorrSame_Norm ignoring alpha channel.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_Norm.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_Norm.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_Norm.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_Norm ignoring alpha channel, scaled by \f$2^(-nScaleFactor)\f$.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_Norm, scaled by \f$2^(-nScaleFactor)\f$.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_Norm, scaled by \f$2^(-nScaleFactor)\f$.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_Norm, scaled by \f$2^(-nScaleFactor)\f$.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_Norm ignoring alpha channel.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_Norm.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_Norm.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_Norm.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_NormLevel ignoring alpha channel.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_NormLevel.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_NormLevel.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_NormLevel.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_NormLevel ignoring alpha channel.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_NormLevel.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_NormLevel.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_NormLevel.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_NormLevel ignoring alpha channel.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_NormLevel.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_NormLevel.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_NormLevel.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_NormLevel ignoring alpha channel.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_NormLevel.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_NormLevel.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_NormLevel.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_NormLevel ignoring alpha channel.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_NormLevel.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_NormLevel.
|
static int |
nppiCrossCorrSame_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 CrossCorrSame_NormLevel.
|
static int |
nppiCrossCorrValid_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 images CrossCorrValid.
|
static int |
nppiCrossCorrValid_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 images CrossCorrValid.
|
static int |
nppiCrossCorrValid_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 images CrossCorrValid.
|
static int |
nppiCrossCorrValid_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 images CrossCorrValid.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_Norm ignoring alpha channel.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_Norm.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_Norm.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_Norm.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_Norm ignoring alpha channel.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_Norm.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_Norm.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_Norm.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_Norm ignoring alpha channel.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_Norm.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_Norm.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_Norm.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_Norm ignoring alpha channel, scaled by \f$2^(-nScaleFactor)\f$.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_Norm, scaled by \f$2^(-nScaleFactor)\f$.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_Norm, scaled by \f$2^(-nScaleFactor)\f$.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_Norm, scaled by \f$2^(-nScaleFactor)\f$.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_Norm ignoring alpha channel.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_Norm.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_Norm.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_Norm.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_NormLevel ignoring alpha channel.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_NormLevel.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_NormLevel.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_NormLevel.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_NormLevel ignoring alpha channel.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_NormLevel.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_NormLevel.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_NormLevel.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_NormLevel ignoring alpha channel.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_NormLevel.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_NormLevel.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_NormLevel.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_NormLevel ignoring alpha channel.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_NormLevel.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_NormLevel.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_NormLevel.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_NormLevel ignoring alpha channel.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_NormLevel.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_NormLevel.
|
static int |
nppiCrossCorrValid_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 CrossCorrValid_NormLevel.
|
static int |
nppiDCTFree(NppiDCTState pState)
Frees the additional resources of the DCT state structure.
|
static int |
nppiDCTInitAlloc(NppiDCTState ppState)
Initializes DCT state structure and allocates additional resources.
|
static int |
nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R_NEW(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
TypedPointer<Npp8u> pQuantizationTable,
NppiSize oSizeROI,
NppiDCTState pState) |
static int |
nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
TypedPointer<Npp16u> pQuantFwdTable,
NppiSize oSizeROI) |
static int |
nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R_NEW(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
TypedPointer<Npp8u> pQuantizationTable,
NppiSize oSizeROI,
NppiDCTState pState)
Inverse DCT, de-quantization and level shift part of the JPEG decoding.
|
static int |
nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
TypedPointer<Npp16u> pQuantInvTable,
NppiSize oSizeROI) |
static int |
nppiDecodeHuffmanScanHost_JPEG_8u16s_P1R(TypedPointer<Npp8u> pSrc,
int nLength,
int restartInterval,
int Ss,
int Se,
int Ah,
int Al,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiDecodeHuffmanSpec pHuffmanTableDC,
NppiDecodeHuffmanSpec pHuffmanTableAC,
NppiSize oSizeROI)
Huffman Decoding of the JPEG decoding on the host.
|
static int |
nppiDecodeHuffmanScanHost_JPEG_8u16s_P3R(TypedPointer<Npp8u> pSrc,
int nLength,
int nRestartInterval,
int nSs,
int nSe,
int nAh,
int nAl,
TypedPointer<Npp16s>[] apDst,
int[] aDstStep,
NppiDecodeHuffmanSpec[] apHuffmanDCTable,
NppiDecodeHuffmanSpec[] apHuffmanACTable,
NppiSize[] aSizeROI) |
static int |
nppiDecodeHuffmanSpecFreeHost_JPEG(NppiDecodeHuffmanSpec pHuffmanSpec) |
static int |
nppiDecodeHuffmanSpecGetBufSize_JPEG(int[] pSize)
Returns the length of the NppiDecodeHuffmanSpec structure.
|
static int |
nppiDecodeHuffmanSpecInitAllocHost_JPEG(TypedPointer<Npp8u> pRawHuffmanTable,
int eTableType,
NppiDecodeHuffmanSpec[] ppHuffmanSpec)
Allocates memory and creates a Huffman table in a format that is suitable for the decoder on the host.
|
static int |
nppiDecodeHuffmanSpecInitHost_JPEG(TypedPointer<Npp8u> pRawHuffmanTable,
int eTableType,
NppiDecodeHuffmanSpec pHuffmanSpec)
Creates a Huffman table in a format that is suitable for the decoder on the host.
|
static int |
nppiDilate_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four-channel 16-bit unsigned integer dilation, ignoring alpha-channel.
|
static int |
nppiDilate_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single-channel 16-bit unsigned integer dilation.
|
static int |
nppiDilate_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Three-channel 16-bit unsigned integer dilation.
|
static int |
nppiDilate_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor) |
static int |
nppiDilate_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four-channel 32-bit floating-point dilation, ignoring alpha-channel.
|
static int |
nppiDilate_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single-channel 32-bit floating-point dilation.
|
static int |
nppiDilate_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor) |
static int |
nppiDilate_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four-channel 32-bit floating-point dilation.
|
static int |
nppiDilate_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor) |
static int |
nppiDilate_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single-channel 8-bit unsigned integer dilation.
|
static int |
nppiDilate_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor) |
static int |
nppiDilate_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four-channel 8-bit unsigned integer dilation.
|
static int |
nppiDilate3x3_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiDilate3x3_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel 16-bit unsigned integer 3x3 dilation.
|
static int |
nppiDilate3x3_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 16-bit unsigned integer 3x3 dilation.
|
static int |
nppiDilate3x3_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit unsigned integer 3x3 dilation.
|
static int |
nppiDilate3x3_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit floating-point 3x3 dilation, ignoring alpha-channel.
|
static int |
nppiDilate3x3_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel 32-bit floating-point 3x3 dilation.
|
static int |
nppiDilate3x3_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 32-bit floating-point 3x3 dilation.
|
static int |
nppiDilate3x3_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit floating-point 3x3 dilation.
|
static int |
nppiDilate3x3_64f_C1R(TypedPointer<Npp64f> pSrc,
int nSrcStep,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiDilate3x3_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 8-bit unsigned integer 3x3 dilation, ignoring alpha-channel.
|
static int |
nppiDilate3x3_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiDilate3x3_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 8-bit unsigned integer 3x3 dilation.
|
static int |
nppiDilate3x3_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiDilate3x3Border_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four-channel 16-bit unsigned integer 3x3 dilation with border control, ignoring alpha-channel.
|
static int |
nppiDilate3x3Border_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Single-channel 16-bit unsigned integer 3x3 dilation with border control.
|
static int |
nppiDilate3x3Border_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Three-channel 16-bit unsigned integer 3x3 dilation with border control.
|
static int |
nppiDilate3x3Border_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four-channel 16-bit unsigned integer 3x3 dilation with border control.
|
static int |
nppiDilate3x3Border_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType) |
static int |
nppiDilate3x3Border_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Single-channel 32-bit floating-point 3x3 dilation with border control.
|
static int |
nppiDilate3x3Border_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType) |
static int |
nppiDilate3x3Border_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four-channel 32-bit floating-point 3x3 dilation with border control.
|
static int |
nppiDilate3x3Border_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four-channel 8-bit unsigned integer 3x3 dilation with border control, ignoring alpha-channel.
|
static int |
nppiDilate3x3Border_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType) |
static int |
nppiDilate3x3Border_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Three-channel 8-bit unsigned integer 3x3 dilation with border control.
|
static int |
nppiDilate3x3Border_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four-channel 8-bit unsigned integer 3x3 dilation with border control.
|
static int |
nppiDilateBorder_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Four-channel 16-bit unsigned integer dilation with border control, ignoring alpha-channel.
|
static int |
nppiDilateBorder_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Single-channel 16-bit unsigned integer dilation with border control.
|
static int |
nppiDilateBorder_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
nppiDilateBorder_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Four-channel 16-bit unsigned integer dilation with border control.
|
static int |
nppiDilateBorder_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
nppiDilateBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
nppiDilateBorder_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Three-channel 32-bit floating-point dilation with border control.
|
static int |
nppiDilateBorder_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Four-channel 32-bit floating-point dilation with border control.
|
static int |
nppiDilateBorder_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Four-channel 8-bit unsigned integer dilation with border control, ignoring alpha-channel.
|
static int |
nppiDilateBorder_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
nppiDilateBorder_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
nppiDilateBorder_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
nppiDiv_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiDiv_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_32f_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image division.
|
static int |
nppiDiv_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image division.
|
static int |
nppiDiv_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image division.
|
static int |
nppiDiv_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image division.
|
static int |
nppiDiv_32f_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image division.
|
static int |
nppiDiv_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image division.
|
static int |
nppiDiv_32f_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI) |
static int |
nppiDiv_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiDiv_32fc_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image division.
|
static int |
nppiDiv_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image division.
|
static int |
nppiDiv_32fc_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division.
|
static int |
nppiDiv_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division.
|
static int |
nppiDiv_32fc_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division.
|
static int |
nppiDiv_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division.
|
static int |
nppiDiv_32fc_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division.
|
static int |
nppiDiv_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division.
|
static int |
nppiDiv_32s_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead.
32-bit image division.
|
static int |
nppiDiv_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_32s_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_8u_C1IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_8u_C3IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiDiv_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_8u_C4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiDiv_Round_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_Round_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_Round_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_Round_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_Round_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_Round_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_Round_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_Round_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_Round_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit unsigned short channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_Round_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit unsigned short channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_Round_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_Round_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_Round_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_Round_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_Round_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_Round_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_Round_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 8-bit unsigned char channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_Round_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 8-bit unsigned char channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_Round_8u_C1IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_Round_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_Round_8u_C3IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_Round_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_Round_8u_C4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDiv_Round_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiDivC_16s_AC4IRSfs(short[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiDivC_16s_C1IRSfs(short nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_16s_C3IRSfs(short[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_16s_C4IRSfs(short[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_16sc_AC4IRSfs(Npp16sc[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_16sc_C1IRSfs(Npp16sc nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_16sc_C3IRSfs(Npp16sc[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_16u_AC4IRSfs(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_16u_C1IRSfs(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_16u_C3IRSfs(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_16u_C4IRSfs(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_32f_AC4IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image divided by constant.
|
static int |
nppiDivC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image divided by constant.
|
static int |
nppiDivC_32f_C1IR(float nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI) |
static int |
nppiDivC_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image divided by constant.
|
static int |
nppiDivC_32f_C3IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image divided by constant.
|
static int |
nppiDivC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiDivC_32f_C4IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI) |
static int |
nppiDivC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiDivC_32fc_AC4IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image divided by constant.
|
static int |
nppiDivC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image divided by constant.
|
static int |
nppiDivC_32fc_C1IR(Npp32fc nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant.
|
static int |
nppiDivC_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant.
|
static int |
nppiDivC_32fc_C3IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant.
|
static int |
nppiDivC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant.
|
static int |
nppiDivC_32fc_C4IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI) |
static int |
nppiDivC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant.
|
static int |
nppiDivC_32s_C1IRSfs(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_32s_C3IRSfs(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel in place image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_32sc_AC4IRSfs(Npp32sc[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_32sc_C1IRSfs(Npp32sc nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_32sc_C3IRSfs(Npp32sc[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_8u_AC4IRSfs(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_8u_C1IRSfs(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiDivC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiDivC_8u_C3IRSfs(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_8u_C4IRSfs(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image divided by constant, scale, then clamp to saturated value.
|
static int |
nppiDivC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiDotProd_16s64f_AC4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aDp,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit signed image DotProd ignoring alpha channel.
|
static int |
nppiDotProd_16s64f_C1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pDp,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 16-bit signed image DotProd.
|
static int |
nppiDotProd_16s64f_C3R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aDp,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 16-bit signed image DotProd.
|
static int |
nppiDotProd_16s64f_C4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aDp,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit signed image DotProd.
|
static int |
nppiDotProd_16u64f_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aDp,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit unsigned image DotProd ignoring alpha channel.
|
static int |
nppiDotProd_16u64f_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pDp,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 16-bit unsigned image DotProd.
|
static int |
nppiDotProd_16u64f_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aDp,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 16-bit unsigned image DotProd.
|
static int |
nppiDotProd_16u64f_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aDp,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit unsigned image DotProd.
|
static int |
nppiDotProd_32f64f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aDp,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit floating point image DotProd ignoring alpha channel.
|
static int |
nppiDotProd_32f64f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pDp,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit floating point image DotProd.
|
static int |
nppiDotProd_32f64f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aDp,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit floating point image DotProd.
|
static int |
nppiDotProd_32f64f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aDp,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit floating point image DotProd.
|
static int |
nppiDotProd_32s64f_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aDp,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit signed image DotProd ignoring alpha channel.
|
static int |
nppiDotProd_32s64f_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pDp,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit signed image DotProd.
|
static int |
nppiDotProd_32s64f_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aDp,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit signed image DotProd.
|
static int |
nppiDotProd_32s64f_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aDp,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit signed image DotProd.
|
static int |
nppiDotProd_32u64f_AC4R(TypedPointer<Npp32u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aDp,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit unsigned image DotProd ignoring alpha channel.
|
static int |
nppiDotProd_32u64f_C1R(TypedPointer<Npp32u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pDp,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit unsigned image DotProd.
|
static int |
nppiDotProd_32u64f_C3R(TypedPointer<Npp32u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aDp,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit unsigned image DotProd.
|
static int |
nppiDotProd_32u64f_C4R(TypedPointer<Npp32u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aDp,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiDotProd_8s64f_AC4R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aDp,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit signed image DotProd ignoring alpha channel.
|
static int |
nppiDotProd_8s64f_C1R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pDp,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 8-bit signed image DotProd.
|
static int |
nppiDotProd_8s64f_C3R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aDp,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 8-bit signed image DotProd.
|
static int |
nppiDotProd_8s64f_C4R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aDp,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit signed image DotProd.
|
static int |
nppiDotProd_8u64f_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aDp,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit unsigned image DotProd ignoring alpha channel.
|
static int |
nppiDotProd_8u64f_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pDp,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 8-bit unsigned image DotProd.
|
static int |
nppiDotProd_8u64f_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aDp,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiDotProd_8u64f_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aDp,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit unsigned image DotProd.
|
static int |
nppiDotProdGetBufferHostSize_16s64f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiDotProd_16s64f_AC4R.
|
static int |
nppiDotProdGetBufferHostSize_16s64f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer
|
static int |
nppiDotProdGetBufferHostSize_16s64f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiDotProd_16s64f_C3R.
|
static int |
nppiDotProdGetBufferHostSize_16s64f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiDotProd_16s64f_C4R.
|
static int |
nppiDotProdGetBufferHostSize_16u64f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiDotProd_16u64f_AC4R.
|
static int |
nppiDotProdGetBufferHostSize_16u64f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiDotProd_16u64f_C1R.
|
static int |
nppiDotProdGetBufferHostSize_16u64f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiDotProd_16u64f_C3R.
|
static int |
nppiDotProdGetBufferHostSize_16u64f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiDotProd_16u64f_C4R.
|
static int |
nppiDotProdGetBufferHostSize_32f64f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiDotProd_32f64f_AC4R.
|
static int |
nppiDotProdGetBufferHostSize_32f64f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiDotProd_32f64f_C1R.
|
static int |
nppiDotProdGetBufferHostSize_32f64f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiDotProd_32f64f_C3R.
|
static int |
nppiDotProdGetBufferHostSize_32f64f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiDotProd_32f64f_C4R.
|
static int |
nppiDotProdGetBufferHostSize_32s64f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiDotProd_32s64f_AC4R.
|
static int |
nppiDotProdGetBufferHostSize_32s64f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiDotProd_32s64f_C1R.
|
static int |
nppiDotProdGetBufferHostSize_32s64f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiDotProd_32s64f_C3R.
|
static int |
nppiDotProdGetBufferHostSize_32s64f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiDotProd_32s64f_C4R.
|
static int |
nppiDotProdGetBufferHostSize_32u64f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiDotProd_32u64f_AC4R.
|
static int |
nppiDotProdGetBufferHostSize_32u64f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer
|
static int |
nppiDotProdGetBufferHostSize_32u64f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiDotProd_32u64f_C3R.
|
static int |
nppiDotProdGetBufferHostSize_32u64f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiDotProd_32u64f_C4R.
|
static int |
nppiDotProdGetBufferHostSize_8s64f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiDotProd_8s64f_AC4R.
|
static int |
nppiDotProdGetBufferHostSize_8s64f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiDotProd_8s64f_C1R.
|
static int |
nppiDotProdGetBufferHostSize_8s64f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer
|
static int |
nppiDotProdGetBufferHostSize_8s64f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiDotProd_8s64f_C4R.
|
static int |
nppiDotProdGetBufferHostSize_8u64f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiDotProd_8u64f_AC4R.
|
static int |
nppiDotProdGetBufferHostSize_8u64f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiDotProd_8u64f_C1R.
|
static int |
nppiDotProdGetBufferHostSize_8u64f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiDotProd_8u64f_C3R.
|
static int |
nppiDotProdGetBufferHostSize_8u64f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiDotProd_8u64f_C4R.
|
static int |
nppiDup_16s_C1AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oDstSizeROI)
1 channel 16-bit signed integer source image duplicated in 3 channels of 4 channel destination image with alpha channel unaffected.
|
static int |
nppiDup_16s_C1C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oDstSizeROI)
1 channel 16-bit signed integer source image duplicated in all 3 channels of destination image.
|
static int |
nppiDup_16s_C1C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oDstSizeROI)
1 channel 16-bit signed integer source image duplicated in all 4 channels of destination image.
|
static int |
nppiDup_16u_C1AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oDstSizeROI)
1 channel 16-bit unsigned integer source image duplicated in 3 channels of 4 channel destination image with alpha channel unaffected.
|
static int |
nppiDup_16u_C1C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oDstSizeROI)
1 channel 16-bit unsigned integer source image duplicated in all 3 channels of destination image.
|
static int |
nppiDup_16u_C1C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oDstSizeROI)
1 channel 16-bit unsigned integer source image duplicated in all 4 channels of destination image.
|
static int |
nppiDup_32f_C1AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oDstSizeROI)
1 channel 32-bit floating point source image duplicated in 3 channels of 4 channel destination image with alpha channel unaffected.
|
static int |
nppiDup_32f_C1C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oDstSizeROI)
1 channel 32-bit floating point source image duplicated in all 3 channels of destination image.
|
static int |
nppiDup_32f_C1C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oDstSizeROI)
1 channel 32-bit floating point source image duplicated in all 4 channels of destination image.
|
static int |
nppiDup_32s_C1AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI)
1 channel 32-bit signed integer source image duplicated in 3 channels of 4 channel destination image with alpha channel unaffected.
|
static int |
nppiDup_32s_C1C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI)
1 channel 32-bit signed integer source image duplicated in all 3 channels of destination image.
|
static int |
nppiDup_32s_C1C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI)
1 channel 32-bit signed integer source image duplicated in all 4 channels of destination image.
|
static int |
nppiDup_8u_C1AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI)
1 channel 8-bit unsigned integer source image duplicated in 3 channels of 4 channel destination image with alpha channel unaffected.
|
static int |
nppiDup_8u_C1C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI)
1 channel 8-bit unsigned integer source image duplicated in all 3 channels of destination image.
|
static int |
nppiDup_8u_C1C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI)
1 channel 8-bit unsigned integer source image duplicated in all 4 channels of destination image.
|
static int |
nppiEncodeHuffmanGetSize(NppiSize oSize,
int nChannels,
int[] pBufSize)
Calculates the size of the temporary buffer for baseline Huffman encoding.
|
static int |
nppiEncodeHuffmanScan_JPEG_8u16s_P1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
int restartInterval,
int Ss,
int Se,
int Ah,
int Al,
TypedPointer<Npp8u> pDst,
TypedPointer<Npp32s> nLength,
NppiEncodeHuffmanSpec pHuffmanTableDC,
NppiEncodeHuffmanSpec pHuffmanTableAC,
NppiSize oSizeROI,
TypedPointer<Npp8u> pTempStorage)
Huffman Encoding of the JPEG Encoding.
|
static int |
nppiEncodeHuffmanScan_JPEG_8u16s_P3R(TypedPointer<Npp16s>[] apSrc,
int[] aSrcStep,
int nRestartInterval,
int nSs,
int nSe,
int nAh,
int nAl,
TypedPointer<Npp8u> pDst,
TypedPointer<Npp32s> nLength,
NppiEncodeHuffmanSpec[] apHuffmanDCTable,
NppiEncodeHuffmanSpec[] apHuffmanACTable,
NppiSize[] aSizeROI,
TypedPointer<Npp8u> pTempStorage)
Huffman Encoding of the JPEG Encoding.
|
static int |
nppiEncodeHuffmanSpecFree_JPEG(NppiEncodeHuffmanSpec pHuffmanSpec) |
static int |
nppiEncodeHuffmanSpecGetBufSize_JPEG(int[] pSize)
Returns the length of the NppiEncodeHuffmanSpec structure.
|
static int |
nppiEncodeHuffmanSpecInit_JPEG(TypedPointer<Npp8u> pRawHuffmanTable,
int eTableType,
NppiEncodeHuffmanSpec pHuffmanSpec)
Creates a Huffman table in a format that is suitable for the encoder.
|
static int |
nppiEncodeHuffmanSpecInitAlloc_JPEG(TypedPointer<Npp8u> pRawHuffmanTable,
int eTableType,
NppiEncodeHuffmanSpec[] ppHuffmanSpec)
Allocates memory and creates a Huffman table in a format that is suitable for the encoder.
|
static int |
nppiEncodeOptimizeHuffmanGetSize(NppiSize oSize,
int nChannels,
int[] pBufSize) |
static int |
nppiEncodeOptimizeHuffmanScan_JPEG_8u16s_P1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
int nRestartInterval,
int nSs,
int nSe,
int nAh,
int nAl,
TypedPointer<Npp8u> pDst,
TypedPointer<Npp32s> pLength,
TypedPointer<Npp8u> hpCodesDC,
TypedPointer<Npp8u> hpTableDC,
TypedPointer<Npp8u> hpCodesAC,
TypedPointer<Npp8u> hpTableAC,
NppiEncodeHuffmanSpec aHuffmanDCTable,
NppiEncodeHuffmanSpec aHuffmanACTable,
NppiSize oSizeROI,
TypedPointer<Npp8u> pTempStorage) |
static int |
nppiEncodeOptimizeHuffmanScan_JPEG_8u16s_P3R(TypedPointer<Npp16s>[] pSrc,
int[] aSrcStep,
int nRestartInterval,
int nSs,
int nSe,
int nAh,
int nAl,
TypedPointer<Npp8u> pDst,
TypedPointer<Npp32s> pLength,
TypedPointer<Npp8u>[] hpCodesDC,
TypedPointer<Npp8u>[] hpTableDC,
TypedPointer<Npp8u>[] hpCodesAC,
TypedPointer<Npp8u>[] hpTableAC,
NppiEncodeHuffmanSpec[] aHuffmanDCTable,
NppiEncodeHuffmanSpec[] aHuffmanACTable,
NppiSize[] oSizeROI,
TypedPointer<Npp8u> pTempStorage)
Optimize Huffman Encoding of the JPEG Encoding.
|
static int |
nppiErode_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor) |
static int |
nppiErode_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single-channel 16-bit unsigned integer erosion.
|
static int |
nppiErode_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Three-channel 16-bit unsigned integer erosion.
|
static int |
nppiErode_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four-channel 16-bit unsigned integer erosion.
|
static int |
nppiErode_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four-channel 32-bit floating-point erosion, ignoring alpha-channel.
|
static int |
nppiErode_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor) |
static int |
nppiErode_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Three-channel 32-bit floating-point erosion.
|
static int |
nppiErode_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four-channel 32-bit floating-point erosion.
|
static int |
nppiErode_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four-channel 8-bit unsigned integer erosion, ignoring alpha-channel.
|
static int |
nppiErode_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single-channel 8-bit unsigned integer erosion.
|
static int |
nppiErode_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Three-channel 8-bit unsigned integer erosion.
|
static int |
nppiErode_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor) |
static int |
nppiErode3x3_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit unsigned integer 3x3 erosion, ignoring alpha-channel.
|
static int |
nppiErode3x3_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel 16-bit unsigned integer 3x3 erosion.
|
static int |
nppiErode3x3_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiErode3x3_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit unsigned integer 3x3 erosion.
|
static int |
nppiErode3x3_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit floating-point 3x3 erosion, ignoring alpha-channel.
|
static int |
nppiErode3x3_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel 32-bit floating-point 3x3 erosion.
|
static int |
nppiErode3x3_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 32-bit floating-point 3x3 erosion.
|
static int |
nppiErode3x3_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiErode3x3_64f_C1R(TypedPointer<Npp64f> pSrc,
int nSrcStep,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel 64-bit floating-point 3x3 erosion.
|
static int |
nppiErode3x3_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiErode3x3_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel 8-bit unsigned integer 3x3 erosion.
|
static int |
nppiErode3x3_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiErode3x3_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiErode3x3Border_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four-channel 16-bit unsigned integer 3x3 erosion with border control, ignoring alpha-channel.
|
static int |
nppiErode3x3Border_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Single-channel 16-bit unsigned integer 3x3 erosion with border control.
|
static int |
nppiErode3x3Border_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Three-channel 16-bit unsigned integer 3x3 erosion with border control.
|
static int |
nppiErode3x3Border_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four-channel 16-bit unsigned integer 3x3 erosion with border control.
|
static int |
nppiErode3x3Border_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType) |
static int |
nppiErode3x3Border_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Single-channel 32-bit floating-point 3x3 erosion with border control.
|
static int |
nppiErode3x3Border_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType) |
static int |
nppiErode3x3Border_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four-channel 32-bit floating-point 3x3 erosion with border control.
|
static int |
nppiErode3x3Border_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four-channel 8-bit unsigned integer 3x3 erosion with border control, ignoring alpha-channel.
|
static int |
nppiErode3x3Border_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Single-channel 8-bit unsigned integer 3x3 erosion with border control.
|
static int |
nppiErode3x3Border_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Three-channel 8-bit unsigned integer 3x3 erosion with border control.
|
static int |
nppiErode3x3Border_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four-channel 8-bit unsigned integer 3x3 erosion with border control.
|
static int |
nppiErodeBorder_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Four-channel 16-bit unsigned integer erosion with border control, ignoring alpha-channel.
|
static int |
nppiErodeBorder_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Single-channel 16-bit unsigned integer erosion with border control.
|
static int |
nppiErodeBorder_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Three-channel 16-bit unsigned integer erosion with border control.
|
static int |
nppiErodeBorder_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Four-channel 16-bit unsigned integer erosion with border control.
|
static int |
nppiErodeBorder_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
nppiErodeBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Single-channel 32-bit floating-point erosion with border control.
|
static int |
nppiErodeBorder_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Three-channel 32-bit floating-point erosion with border control.
|
static int |
nppiErodeBorder_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Four-channel 32-bit floating-point erosion with border control.
|
static int |
nppiErodeBorder_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Four-channel 8-bit unsigned integer erosion with border control, ignoring alpha-channel.
|
static int |
nppiErodeBorder_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Single-channel 8-bit unsigned integer erosion with border control.
|
static int |
nppiErodeBorder_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Three-channel 8-bit unsigned integer erosion with border control.
|
static int |
nppiErodeBorder_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Four-channel 8-bit unsigned integer erosion with border control.
|
static int |
nppiEvenLevelsHost_32s(TypedPointer<Npp32s> hpLevels,
int nLevels,
int nLowerLevel,
int nUpperLevel)
Compute levels with even distribution.
|
static int |
nppiExp_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiExp_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiExp_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiExp_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiExp_16u_C1IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiExp_16u_C1RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiExp_16u_C3IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiExp_16u_C3RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiExp_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image exponential.
|
static int |
nppiExp_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image exponential.
|
static int |
nppiExp_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image exponential.
|
static int |
nppiExp_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image exponential.
|
static int |
nppiExp_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiExp_8u_C1RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiExp_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiExp_8u_C3RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiFilter_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
Four channel 16-bit convolution filter, ignoring alpha channel.
|
static int |
nppiFilter_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
Single channel 16-bit convolution filter.
|
static int |
nppiFilter_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
Three channel 16-bit convolution filter.
|
static int |
nppiFilter_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
Four channel channel 16-bit convolution filter.
|
static int |
nppiFilter_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
Four channel 16-bit unsigned convolution filter, ignoring alpha channel.
|
static int |
nppiFilter_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor) |
static int |
nppiFilter_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
Three channel 16-bit unsigned convolution filter.
|
static int |
nppiFilter_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
Four channel channel 16-bit unsigned convolution filter.
|
static int |
nppiFilter_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Four channel 32-bit float convolution filter, ignoring alpha channel.
|
static int |
nppiFilter_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor) |
static int |
nppiFilter_32f_C2R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor) |
static int |
nppiFilter_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Three channel 32-bit float convolution filter.
|
static int |
nppiFilter_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor) |
static int |
nppiFilter_64f_C1R(TypedPointer<Npp64f> pSrc,
int nSrcStep,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Single channel 64-bit float convolution filter.
|
static int |
nppiFilter_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
Four channel 8-bit unsigned convolution filter, ignoring alpha channel.
|
static int |
nppiFilter_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor) |
static int |
nppiFilter_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
Three channel 8-bit unsigned convolution filter.
|
static int |
nppiFilter_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor) |
static int |
nppiFilter32f_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Four channel 16-bit convolution filter, ignoring alpha channel.
|
static int |
nppiFilter32f_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Single channel 16-bit convolution filter.
|
static int |
nppiFilter32f_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Three channel 16-bit convolution filter.
|
static int |
nppiFilter32f_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Four channel 16-bit convolution filter.
|
static int |
nppiFilter32f_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Four channel 16-bit unsigned convolution filter, ignoring alpha channel.
|
static int |
nppiFilter32f_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Single channel 16-bit unsigned convolution filter.
|
static int |
nppiFilter32f_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Three channel 16-bit unsigned convolution filter.
|
static int |
nppiFilter32f_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor) |
static int |
nppiFilter32f_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Four channel 32-bit convolution filter, ignoring alpha channel.
|
static int |
nppiFilter32f_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Single channel 32-bit convolution filter.
|
static int |
nppiFilter32f_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Three channel 32-bit convolution filter.
|
static int |
nppiFilter32f_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Four channel 32-bit convolution filter.
|
static int |
nppiFilter32f_8s_AC4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor) |
static int |
nppiFilter32f_8s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Single channel 8-bit signed convolution filter.
|
static int |
nppiFilter32f_8s_C2R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor) |
static int |
nppiFilter32f_8s_C3R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor) |
static int |
nppiFilter32f_8s_C4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Four channel 8-bit signed convolution filter.
|
static int |
nppiFilter32f_8s16s_AC4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Four channel 8-bit to 16-bit signed convolution filter, ignoring alpha channel.
|
static int |
nppiFilter32f_8s16s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Single channel 8-bit to 16-bit signed convolution filter.
|
static int |
nppiFilter32f_8s16s_C3R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Three channel 8-bit to 16-bit signed convolution filter.
|
static int |
nppiFilter32f_8s16s_C4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor) |
static int |
nppiFilter32f_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Four channel 8-bit unsigned convolution filter, ignorint alpha channel.
|
static int |
nppiFilter32f_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Single channel 8-bit unsigned convolution filter.
|
static int |
nppiFilter32f_8u_C2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Two channel 8-bit unsigned convolution filter.
|
static int |
nppiFilter32f_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Three channel 8-bit unsigned convolution filter.
|
static int |
nppiFilter32f_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor) |
static int |
nppiFilter32f_8u16s_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Four channel 8-bit unsigned to 16-bit signed convolution filter, ignoring alpha channel.
|
static int |
nppiFilter32f_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor) |
static int |
nppiFilter32f_8u16s_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Three channel 8-bit unsigned to 16-bit signed convolution filter.
|
static int |
nppiFilter32f_8u16s_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor) |
static int |
nppiFilterBorder_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType) |
static int |
nppiFilterBorder_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType)
Single channel 16-bit convolution filter with border control.
|
static int |
nppiFilterBorder_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType)
Three channel 16-bit convolution filter with border control.
|
static int |
nppiFilterBorder_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType) |
static int |
nppiFilterBorder_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType) |
static int |
nppiFilterBorder_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType)
Single channel 16-bit unsigned convolution filter with border control.
|
static int |
nppiFilterBorder_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType)
Three channel 16-bit unsigned convolution filter with border control.
|
static int |
nppiFilterBorder_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType)
Four channel channel 16-bit unsigned convolution filter with border control.
|
static int |
nppiFilterBorder_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
nppiFilterBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
nppiFilterBorder_32f_C2R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
nppiFilterBorder_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Three channel 32-bit float convolution filter with border control.
|
static int |
nppiFilterBorder_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 32-bit float convolution filter with border control.
|
static int |
nppiFilterBorder_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType)
Four channel 8-bit unsigned convolution filter with border control, ignoring alpha channel.
|
static int |
nppiFilterBorder_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType)
Single channel 8-bit unsigned convolution filter with border control.
|
static int |
nppiFilterBorder_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType)
Three channel 8-bit unsigned convolution filter with border control.
|
static int |
nppiFilterBorder_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType)
Four channel channel 8-bit unsigned convolution filter with border control.
|
static int |
nppiFilterBorder32f_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 16-bit convolution filter with border control, ignoring alpha channel.
|
static int |
nppiFilterBorder32f_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Single channel 16-bit convolution filter with border control.
|
static int |
nppiFilterBorder32f_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Three channel 16-bit convolution filter with border control.
|
static int |
nppiFilterBorder32f_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 16-bit convolution filter with border control.
|
static int |
nppiFilterBorder32f_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 16-bit unsigned convolution filter with border control, ignoring alpha channel.
|
static int |
nppiFilterBorder32f_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Single channel 16-bit unsigned convolution filter with border control.
|
static int |
nppiFilterBorder32f_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Three channel 16-bit unsigned convolution filter with border control.
|
static int |
nppiFilterBorder32f_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 16-bit unsigned convolution filter with border control.
|
static int |
nppiFilterBorder32f_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 32-bit convolution filter with border control, ignoring alpha channel.
|
static int |
nppiFilterBorder32f_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Single channel 32-bit convolution filter with border control.
|
static int |
nppiFilterBorder32f_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Three channel 32-bit convolution filter with border control.
|
static int |
nppiFilterBorder32f_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 32-bit convolution filter with border control.
|
static int |
nppiFilterBorder32f_8s_AC4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 8-bit signed convolution filter with border control, ignoring alpha channel.
|
static int |
nppiFilterBorder32f_8s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Single channel 8-bit signed convolution filter with border control.
|
static int |
nppiFilterBorder32f_8s_C2R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
nppiFilterBorder32f_8s_C3R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
nppiFilterBorder32f_8s_C4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 8-bit signed convolution filter with border control.
|
static int |
nppiFilterBorder32f_8s16s_AC4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 8-bit to 16-bit signed convolution filter with border control, ignoring alpha channel.
|
static int |
nppiFilterBorder32f_8s16s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Single channel 8-bit to 16-bit signed convolution filter with border control.
|
static int |
nppiFilterBorder32f_8s16s_C3R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Three channel 8-bit to 16-bit signed convolution filter with border control.
|
static int |
nppiFilterBorder32f_8s16s_C4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 8-bit to 16-bit signed convolution filter with border control.
|
static int |
nppiFilterBorder32f_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
nppiFilterBorder32f_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
nppiFilterBorder32f_8u_C2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Two channel 8-bit unsigned convolution filter with border control.
|
static int |
nppiFilterBorder32f_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
nppiFilterBorder32f_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 8-bit unsigned convolution filter with border control.
|
static int |
nppiFilterBorder32f_8u16s_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 8-bit unsigned to 16-bit signed convolution filter with border control, ignoring alpha channel.
|
static int |
nppiFilterBorder32f_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
nppiFilterBorder32f_8u16s_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Three channel 8-bit unsigned to 16-bit signed convolution filter with border control.
|
static int |
nppiFilterBorder32f_8u16s_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 8-bit unsigned to 16-bit signed convolution filter with border control.
|
static int |
nppiFilterBox_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 16-bit box filter, ignorting alpha channel.
|
static int |
nppiFilterBox_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single channel 16-bit box filter.
|
static int |
nppiFilterBox_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor) |
static int |
nppiFilterBox_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 16-bit box filter.
|
static int |
nppiFilterBox_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 16-bit unsigned box filter, ignorting alpha channel.
|
static int |
nppiFilterBox_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor) |
static int |
nppiFilterBox_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Three channel 16-bit unsigned box filter.
|
static int |
nppiFilterBox_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 16-bit unsigned box filter.
|
static int |
nppiFilterBox_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 32-bit floating-point box filter, ignorting alpha channel.
|
static int |
nppiFilterBox_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor) |
static int |
nppiFilterBox_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Three channel 32-bit floating-point box filter.
|
static int |
nppiFilterBox_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 32-bit floating-point box filter.
|
static int |
nppiFilterBox_64f_C1R(TypedPointer<Npp64f> pSrc,
int nSrcStep,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single channel 64-bit floating-point box filter.
|
static int |
nppiFilterBox_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 8-bit unsigned box filter, ignorting alpha channel.
|
static int |
nppiFilterBox_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single channel 8-bit unsigned box filter.
|
static int |
nppiFilterBox_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor) |
static int |
nppiFilterBox_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 8-bit unsigned box filter.
|
static int |
nppiFilterColumn_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
16-bit four-channel 1D column convolution ignoring alpha-channel.
|
static int |
nppiFilterColumn_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
16-bit single-channel 1D column convolution.
|
static int |
nppiFilterColumn_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
16-bit three-channel 1D column convolution.
|
static int |
nppiFilterColumn_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor) |
static int |
nppiFilterColumn_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
16-bit unsigned four-channel 1D column convolution ignoring alpha-channel.
|
static int |
nppiFilterColumn_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor) |
static int |
nppiFilterColumn_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
16-bit unsigned three-channel 1D column convolution.
|
static int |
nppiFilterColumn_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor) |
static int |
nppiFilterColumn_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor)
32-bit float four-channel 1D column convolution ignoring alpha-channel.
|
static int |
nppiFilterColumn_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor) |
static int |
nppiFilterColumn_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor)
32-bit float three-channel 1D column convolution.
|
static int |
nppiFilterColumn_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor) |
static int |
nppiFilterColumn_64f_C1R(TypedPointer<Npp64f> pSrc,
int nSrcStep,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp64f> pKernel,
int nMaskSize,
int nAnchor) |
static int |
nppiFilterColumn_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor) |
static int |
nppiFilterColumn_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
8-bit unsigned single-channel 1D column convolution.
|
static int |
nppiFilterColumn_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor) |
static int |
nppiFilterColumn_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor) |
static int |
nppiFilterColumn32f_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor)
16-bit four-channel 1D column convolution ignoring alpha-channel.
|
static int |
nppiFilterColumn32f_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor) |
static int |
nppiFilterColumn32f_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor)
16-bit three-channel 1D column convolution.
|
static int |
nppiFilterColumn32f_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor)
16-bit four-channel 1D column convolution.
|
static int |
nppiFilterColumn32f_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor)
16-bit unsigned four-channel 1D column convolution ignoring alpha-channel.
|
static int |
nppiFilterColumn32f_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor) |
static int |
nppiFilterColumn32f_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor)
16-bit unsigned three-channel 1D column convolution.
|
static int |
nppiFilterColumn32f_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor)
16-bit unsigned four-channel 1D column convolution.
|
static int |
nppiFilterColumn32f_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor) |
static int |
nppiFilterColumn32f_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor)
8-bit unsigned single-channel 1D column convolution.
|
static int |
nppiFilterColumn32f_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor) |
static int |
nppiFilterColumn32f_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor)
8-bit unsigned four-channel 1D column convolution.
|
static int |
nppiFilterGauss_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Four channel 16-bit signed Gauss filter, ignoring alpha channel.
|
static int |
nppiFilterGauss_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 16-bit signed Gauss filter.
|
static int |
nppiFilterGauss_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Three channel 16-bit signed Gauss filter.
|
static int |
nppiFilterGauss_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Four channel 16-bit signed Gauss filter.
|
static int |
nppiFilterGauss_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Four channel 16-bit unsigned Gauss filter, ignoring alpha channel.
|
static int |
nppiFilterGauss_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 16-bit unsigned Gauss filter.
|
static int |
nppiFilterGauss_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize) |
static int |
nppiFilterGauss_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize) |
static int |
nppiFilterGauss_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Four channel 32-bit floating-point Gauss filter, ignoring alpha channel.
|
static int |
nppiFilterGauss_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 32-bit floating-point Gauss filter.
|
static int |
nppiFilterGauss_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Three channel 32-bit floating-point Gauss filter.
|
static int |
nppiFilterGauss_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Four channel 32-bit floating-point Gauss filter.
|
static int |
nppiFilterGauss_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Four channel 8-bit unsigned Gauss filter, ignoring alpha channel.
|
static int |
nppiFilterGauss_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 8-bit unsigned Gauss filter.
|
static int |
nppiFilterGauss_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Three channel 8-bit unsigned Gauss filter.
|
static int |
nppiFilterGauss_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Four channel 8-bit unsigned Gauss filter.
|
static int |
nppiFilterGaussBorder_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType) |
static int |
nppiFilterGaussBorder_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 16-bit signed Gauss filter with border control.
|
static int |
nppiFilterGaussBorder_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Three channel 16-bit signed Gauss filter with border control.
|
static int |
nppiFilterGaussBorder_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Four channel 16-bit signed Gauss filter with border control.
|
static int |
nppiFilterGaussBorder_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Four channel 16-bit unsigned Gauss filter with border control, ignoring alpha channel.
|
static int |
nppiFilterGaussBorder_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 16-bit unsigned Gauss filter with border control.
|
static int |
nppiFilterGaussBorder_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Three channel 16-bit unsigned Gauss filter with border control.
|
static int |
nppiFilterGaussBorder_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Four channel 16-bit unsigned Gauss filter with border control.
|
static int |
nppiFilterGaussBorder_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Four channel 32-bit floating-point Gauss filter with border control, ignoring alpha channel.
|
static int |
nppiFilterGaussBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 32-bit floating-point Gauss filter with border control.
|
static int |
nppiFilterGaussBorder_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Three channel 32-bit floating-point Gauss filter with border control.
|
static int |
nppiFilterGaussBorder_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType) |
static int |
nppiFilterGaussBorder_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Four channel 8-bit unsigned Gauss filter with border control, ignoring alpha channel.
|
static int |
nppiFilterGaussBorder_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 8-bit unsigned Gauss filter with border control.
|
static int |
nppiFilterGaussBorder_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Three channel 8-bit unsigned Gauss filter with border control.
|
static int |
nppiFilterGaussBorder_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Four channel 8-bit unsigned Gauss filter with border control.
|
static int |
nppiFilterHighPass_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Four channel 16-bit signed high-pass filter, ignoring alpha channel.
|
static int |
nppiFilterHighPass_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 16-bit signed high-pass filter.
|
static int |
nppiFilterHighPass_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Three channel 16-bit signed high-pass filter.
|
static int |
nppiFilterHighPass_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Four channel 16-bit signed high-pass filter.
|
static int |
nppiFilterHighPass_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Four channel 16-bit unsigned high-pass filter, ignoring alpha channel.
|
static int |
nppiFilterHighPass_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 16-bit unsigned high-pass filter.
|
static int |
nppiFilterHighPass_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize) |
static int |
nppiFilterHighPass_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize) |
static int |
nppiFilterHighPass_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Four channel 32-bit floating-point high-pass filter, ignoring alpha channel.
|
static int |
nppiFilterHighPass_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 32-bit floating-point high-pass filter.
|
static int |
nppiFilterHighPass_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Three channel 32-bit floating-point high-pass filter.
|
static int |
nppiFilterHighPass_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Four channel 32-bit floating-point high-pass filter.
|
static int |
nppiFilterHighPass_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Four channel 8-bit unsigned high-pass filter, ignoring alpha channel.
|
static int |
nppiFilterHighPass_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 8-bit unsigned high-pass filter.
|
static int |
nppiFilterHighPass_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Three channel 8-bit unsigned high-pass filter.
|
static int |
nppiFilterHighPass_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Four channel 8-bit unsigned high-pass filter.
|
static int |
nppiFilterLaplace_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Four channel 16-bit signed Laplace filter, ignoring alpha channel.
|
static int |
nppiFilterLaplace_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 16-bit signed Laplace filter.
|
static int |
nppiFilterLaplace_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Three channel 16-bit signed Laplace filter.
|
static int |
nppiFilterLaplace_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Four channel 16-bit signed Laplace filter.
|
static int |
nppiFilterLaplace_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Four channel 32-bit floating-point Laplace filter, ignoring alpha channel.
|
static int |
nppiFilterLaplace_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 32-bit floating-point Laplace filter.
|
static int |
nppiFilterLaplace_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Three channel 32-bit floating-point Laplace filter.
|
static int |
nppiFilterLaplace_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize) |
static int |
nppiFilterLaplace_8s16s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 8-bit signed to 16-bit signed Laplace filter.
|
static int |
nppiFilterLaplace_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Four channel 8-bit unsigned Laplace filter, ignoring alpha channel.
|
static int |
nppiFilterLaplace_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 8-bit unsigned Laplace filter.
|
static int |
nppiFilterLaplace_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Three channel 8-bit unsigned Laplace filter.
|
static int |
nppiFilterLaplace_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Four channel 8-bit unsigned Laplace filter.
|
static int |
nppiFilterLaplace_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 8-bit unsigned to 16-bit signed Laplace filter.
|
static int |
nppiFilterLowPass_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Four channel 16-bit signed low-pass filter, ignoring alpha channel.
|
static int |
nppiFilterLowPass_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 16-bit signed low-pass filter.
|
static int |
nppiFilterLowPass_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Three channel 16-bit signed low-pass filter.
|
static int |
nppiFilterLowPass_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Four channel 16-bit signed low-pass filter.
|
static int |
nppiFilterLowPass_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Four channel 16-bit unsigned low-pass filter, ignoring alpha channel.
|
static int |
nppiFilterLowPass_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 16-bit unsigned low-pass filter.
|
static int |
nppiFilterLowPass_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Three channel 16-bit unsigned low-pass filter.
|
static int |
nppiFilterLowPass_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Four channel 16-bit unsigned low-pass filter.
|
static int |
nppiFilterLowPass_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Four channel 32-bit floating-point high-pass filter, ignoring alpha channel.
|
static int |
nppiFilterLowPass_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 32-bit floating-point low-pass filter.
|
static int |
nppiFilterLowPass_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Three channel 32-bit floating-point low-pass filter.
|
static int |
nppiFilterLowPass_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Four channel 32-bit floating-point low-pass filter.
|
static int |
nppiFilterLowPass_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Four channel 8-bit unsigned low-pass filter, ignoring alpha channel.
|
static int |
nppiFilterLowPass_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 8-bit unsigned low-pass filter.
|
static int |
nppiFilterLowPass_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Three channel 8-bit unsigned low-pass filter.
|
static int |
nppiFilterLowPass_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Four channel 8-bit unsigned low-pass filter.
|
static int |
nppiFilterMax_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 16-bit signed maximum filter, ignoring alpha channel.
|
static int |
nppiFilterMax_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single channel 16-bit signed maximum filter.
|
static int |
nppiFilterMax_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Three channel 16-bit signed maximum filter.
|
static int |
nppiFilterMax_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 16-bit signed maximum filter.
|
static int |
nppiFilterMax_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 16-bit unsigned maximum filter, ignoring alpha channel.
|
static int |
nppiFilterMax_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single channel 16-bit unsigned maximum filter.
|
static int |
nppiFilterMax_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Three channel 16-bit unsigned maximum filter.
|
static int |
nppiFilterMax_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor) |
static int |
nppiFilterMax_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 32-bit floating-point maximum filter, ignoring alpha channel.
|
static int |
nppiFilterMax_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single channel 32-bit floating-point maximum filter.
|
static int |
nppiFilterMax_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Three channel 32-bit floating-point maximum filter.
|
static int |
nppiFilterMax_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 32-bit floating-point maximum filter.
|
static int |
nppiFilterMax_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 8-bit unsigned maximum filter, ignoring alpha channel.
|
static int |
nppiFilterMax_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single channel 8-bit unsigned maximum filter.
|
static int |
nppiFilterMax_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Three channel 8-bit unsigned maximum filter.
|
static int |
nppiFilterMax_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 8-bit unsigned maximum filter.
|
static int |
nppiFilterMedian_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer) |
static int |
nppiFilterMedian_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer)
Single channel 16-bit signed median filter.
|
static int |
nppiFilterMedian_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer)
Three channel 16-bit signed median filter.
|
static int |
nppiFilterMedian_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer)
Four channel 16-bit signed median filter.
|
static int |
nppiFilterMedian_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer)
Four channel 16-bit unsigned median filter, ignoring alpha channel.
|
static int |
nppiFilterMedian_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer) |
static int |
nppiFilterMedian_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer)
Three channel 16-bit unsigned median filter.
|
static int |
nppiFilterMedian_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer)
Four channel 16-bit unsigned median filter.
|
static int |
nppiFilterMedian_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer)
Four channel 32-bit floating-point median filter, ignoring alpha channel.
|
static int |
nppiFilterMedian_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer)
Single channel 32-bit floating-point median filter.
|
static int |
nppiFilterMedian_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer)
Three channel 32-bit floating-point median filter.
|
static int |
nppiFilterMedian_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer)
Four channel 32-bit floating-point median filter.
|
static int |
nppiFilterMedian_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer)
Four channel 8-bit unsigned median filter, ignoring alpha channel.
|
static int |
nppiFilterMedian_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer)
Single channel 8-bit unsigned median filter.
|
static int |
nppiFilterMedian_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer)
Three channel 8-bit unsigned median filter.
|
static int |
nppiFilterMedian_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer) |
static int |
nppiFilterMedianGetBufferSize_16s_AC4R(NppiSize oSizeROI,
NppiSize oMaskSize,
TypedPointer<Npp32u> nBufferSize)
Four channel 16-bit signed median filter, ignoring alpha channel.
|
static int |
nppiFilterMedianGetBufferSize_16s_C1R(NppiSize oSizeROI,
NppiSize oMaskSize,
TypedPointer<Npp32u> nBufferSize)
Single channel 16-bit signed median filter scratch memory size.
|
static int |
nppiFilterMedianGetBufferSize_16s_C3R(NppiSize oSizeROI,
NppiSize oMaskSize,
TypedPointer<Npp32u> nBufferSize)
Three channel 16-bit signed median filter scratch memory size.
|
static int |
nppiFilterMedianGetBufferSize_16s_C4R(NppiSize oSizeROI,
NppiSize oMaskSize,
TypedPointer<Npp32u> nBufferSize)
Four channel 16-bit signed median filter scratch memory size.
|
static int |
nppiFilterMedianGetBufferSize_16u_AC4R(NppiSize oSizeROI,
NppiSize oMaskSize,
TypedPointer<Npp32u> nBufferSize)
Four channel 16-bit unsigned median filter, ignoring alpha channel.
|
static int |
nppiFilterMedianGetBufferSize_16u_C1R(NppiSize oSizeROI,
NppiSize oMaskSize,
TypedPointer<Npp32u> nBufferSize)
Single channel 16-bit unsigned median filter scratch memory size.
|
static int |
nppiFilterMedianGetBufferSize_16u_C3R(NppiSize oSizeROI,
NppiSize oMaskSize,
TypedPointer<Npp32u> nBufferSize)
Three channel 16-bit unsigned median filter scratch memory size.
|
static int |
nppiFilterMedianGetBufferSize_16u_C4R(NppiSize oSizeROI,
NppiSize oMaskSize,
TypedPointer<Npp32u> nBufferSize)
Four channel 16-bit unsigned median filter scratch memory size.
|
static int |
nppiFilterMedianGetBufferSize_32f_AC4R(NppiSize oSizeROI,
NppiSize oMaskSize,
TypedPointer<Npp32u> nBufferSize)
Four channel 32-bit floating-point median filter, ignoring alpha channel.
|
static int |
nppiFilterMedianGetBufferSize_32f_C1R(NppiSize oSizeROI,
NppiSize oMaskSize,
TypedPointer<Npp32u> nBufferSize) |
static int |
nppiFilterMedianGetBufferSize_32f_C3R(NppiSize oSizeROI,
NppiSize oMaskSize,
TypedPointer<Npp32u> nBufferSize)
Three channel 32-bit floating-point median filter scratch memory size.
|
static int |
nppiFilterMedianGetBufferSize_32f_C4R(NppiSize oSizeROI,
NppiSize oMaskSize,
TypedPointer<Npp32u> nBufferSize) |
static int |
nppiFilterMedianGetBufferSize_8u_AC4R(NppiSize oSizeROI,
NppiSize oMaskSize,
TypedPointer<Npp32u> nBufferSize)
Four channel 8-bit unsigned median filter, ignoring alpha channel.
|
static int |
nppiFilterMedianGetBufferSize_8u_C1R(NppiSize oSizeROI,
NppiSize oMaskSize,
TypedPointer<Npp32u> nBufferSize)
Single channel 8-bit unsigned median filter scratch memory size.
|
static int |
nppiFilterMedianGetBufferSize_8u_C3R(NppiSize oSizeROI,
NppiSize oMaskSize,
TypedPointer<Npp32u> nBufferSize)
Three channel 8-bit unsigned median filter scratch memory size.
|
static int |
nppiFilterMedianGetBufferSize_8u_C4R(NppiSize oSizeROI,
NppiSize oMaskSize,
TypedPointer<Npp32u> nBufferSize)
Four channel 8-bit unsigned median filter scratch memory size.
|
static int |
nppiFilterMin_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 16-bit signed minimum filter, ignoring alpha channel.
|
static int |
nppiFilterMin_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single channel 16-bit signed minimum filter.
|
static int |
nppiFilterMin_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Three channel 16-bit signed minimum filter.
|
static int |
nppiFilterMin_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor) |
static int |
nppiFilterMin_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 16-bit unsigned minimum filter, ignoring alpha channel.
|
static int |
nppiFilterMin_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single channel 16-bit unsigned minimum filter.
|
static int |
nppiFilterMin_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Three channel 16-bit unsigned minimum filter.
|
static int |
nppiFilterMin_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 16-bit unsigned minimum filter.
|
static int |
nppiFilterMin_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor) |
static int |
nppiFilterMin_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single channel 32-bit floating-point minimum filter.
|
static int |
nppiFilterMin_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Three channel 32-bit floating-point minimum filter.
|
static int |
nppiFilterMin_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 32-bit floating-point minimum filter.
|
static int |
nppiFilterMin_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 8-bit unsigned minimum filter, ignoring alpha channel.
|
static int |
nppiFilterMin_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single channel 8-bit unsigned minimum filter.
|
static int |
nppiFilterMin_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Three channel 8-bit unsigned minimum filter.
|
static int |
nppiFilterMin_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 8-bit unsigned minimum filter.
|
static int |
nppiFilterPrewittHoriz_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit signed horizontal Prewitt filter, ignoring alpha channel.
|
static int |
nppiFilterPrewittHoriz_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 16-bit signed horizontal Prewitt filter.
|
static int |
nppiFilterPrewittHoriz_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 16-bit signed horizontal Prewitt filter.
|
static int |
nppiFilterPrewittHoriz_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit signed horizontal Prewitt filter.
|
static int |
nppiFilterPrewittHoriz_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit floating-point horizontal Prewitt filter, ignoring alpha channel.
|
static int |
nppiFilterPrewittHoriz_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit floating-point horizontal Prewitt filter.
|
static int |
nppiFilterPrewittHoriz_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 32-bit floating-point horizontal Prewitt filter.
|
static int |
nppiFilterPrewittHoriz_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit floating-point horizontal Prewitt filter.
|
static int |
nppiFilterPrewittHoriz_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiFilterPrewittHoriz_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 8-bit unsigned horizontal Prewitt filter.
|
static int |
nppiFilterPrewittHoriz_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 8-bit unsigned horizontal Prewitt filter.
|
static int |
nppiFilterPrewittHoriz_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit unsigned horizontal Prewitt filter.
|
static int |
nppiFilterPrewittVert_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiFilterPrewittVert_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 16-bit signed vertical Prewitt filter.
|
static int |
nppiFilterPrewittVert_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiFilterPrewittVert_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit signed vertical Prewitt filter.
|
static int |
nppiFilterPrewittVert_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit floating-point vertical Prewitt filter, ignoring alpha channel.
|
static int |
nppiFilterPrewittVert_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit floating-point vertical Prewitt filter.
|
static int |
nppiFilterPrewittVert_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiFilterPrewittVert_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiFilterPrewittVert_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit unsigned vertical Prewitt filter, ignoring alpha channel.
|
static int |
nppiFilterPrewittVert_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiFilterPrewittVert_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 8-bit unsigned vertical Prewitt filter.
|
static int |
nppiFilterPrewittVert_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit unsigned vertical Prewitt filter.
|
static int |
nppiFilterRobertsDown_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit signed horizontal Roberts filter, ignoring alpha-channel.
|
static int |
nppiFilterRobertsDown_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 16-bit signed horizontal Roberts filter.
|
static int |
nppiFilterRobertsDown_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 16-bit signed horizontal Roberts filter.
|
static int |
nppiFilterRobertsDown_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit signed horizontal Roberts filter.
|
static int |
nppiFilterRobertsDown_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit floating-point horizontal Roberts filter, ignoring alpha-channel.
|
static int |
nppiFilterRobertsDown_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit floating-point horizontal Roberts filter.
|
static int |
nppiFilterRobertsDown_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 32-bit floating-point horizontal Roberts filter.
|
static int |
nppiFilterRobertsDown_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit floating-point horizontal Roberts filter.
|
static int |
nppiFilterRobertsDown_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit unsigned horizontal Roberts filter, ignoring alpha-channel.
|
static int |
nppiFilterRobertsDown_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 8-bit unsigned horizontal Roberts filter.
|
static int |
nppiFilterRobertsDown_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 8-bit unsigned horizontal Roberts filter.
|
static int |
nppiFilterRobertsDown_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit unsigned horizontal Roberts filter.
|
static int |
nppiFilterRobertsUp_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit signed vertical Roberts filter, ignoring alpha-channel.
|
static int |
nppiFilterRobertsUp_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 16-bit signed vertical Roberts filter.
|
static int |
nppiFilterRobertsUp_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 16-bit signed vertical Roberts filter.
|
static int |
nppiFilterRobertsUp_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit signed vertical Roberts filter.
|
static int |
nppiFilterRobertsUp_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit floating-point vertical Roberts filter, ignoring alpha-channel.
|
static int |
nppiFilterRobertsUp_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit floating-point vertical Roberts filter.
|
static int |
nppiFilterRobertsUp_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 32-bit floating-point vertical Roberts filter.
|
static int |
nppiFilterRobertsUp_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiFilterRobertsUp_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit unsigned vertical Roberts filter, ignoring alpha-channel.
|
static int |
nppiFilterRobertsUp_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 8-bit unsigned vertical Roberts filter.
|
static int |
nppiFilterRobertsUp_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 8-bit unsigned vertical Roberts filter.
|
static int |
nppiFilterRobertsUp_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit unsigned vertical Roberts filter.
|
static int |
nppiFilterRow_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
16-bit four-channel 1D row convolution ignoring alpha-channel.
|
static int |
nppiFilterRow_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
16-bit single-channel 1D row convolution.
|
static int |
nppiFilterRow_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
16-bit three-channel 1D row convolution.
|
static int |
nppiFilterRow_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
16-bit four-channel 1D row convolution.
|
static int |
nppiFilterRow_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
16-bit unsigned four-channel 1D row convolution ignoring alpha-channel.
|
static int |
nppiFilterRow_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
16-bit unsigned single-channel 1D row convolution.
|
static int |
nppiFilterRow_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor) |
static int |
nppiFilterRow_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
16-bit unsigned four-channel 1D row convolution.
|
static int |
nppiFilterRow_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor) |
static int |
nppiFilterRow_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor)
32-bit float single-channel 1D row convolution.
|
static int |
nppiFilterRow_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor)
32-bit float three-channel 1D row convolution.
|
static int |
nppiFilterRow_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor)
32-bit float four-channel 1D row convolution.
|
static int |
nppiFilterRow_64f_C1R(TypedPointer<Npp64f> pSrc,
int nSrcStep,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp64f> pKernel,
int nMaskSize,
int nAnchor) |
static int |
nppiFilterRow_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor) |
static int |
nppiFilterRow_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
8-bit unsigned single-channel 1D row convolution.
|
static int |
nppiFilterRow_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
8-bit unsigned three-channel 1D row convolution.
|
static int |
nppiFilterRow_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
8-bit unsigned four-channel 1D row convolution.
|
static int |
nppiFilterRow32f_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor)
16-bit four-channel 1D row convolution ignoring alpha-channel.
|
static int |
nppiFilterRow32f_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor) |
static int |
nppiFilterRow32f_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor)
16-bit three-channel 1D row convolution.
|
static int |
nppiFilterRow32f_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor)
16-bit four-channel 1D row convolution.
|
static int |
nppiFilterRow32f_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor) |
static int |
nppiFilterRow32f_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor) |
static int |
nppiFilterRow32f_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor) |
static int |
nppiFilterRow32f_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor)
16-bit unsigned four-channel 1D row convolution.
|
static int |
nppiFilterRow32f_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor) |
static int |
nppiFilterRow32f_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor)
8-bit unsigned single-channel 1D row convolution.
|
static int |
nppiFilterRow32f_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor)
8-bit unsigned three-channel 1D row convolution.
|
static int |
nppiFilterRow32f_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor) |
static int |
nppiFilterRowBorder_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType)
Four channel 16-bit 1D row convolution filter with border control, ignoring alpha channel.
|
static int |
nppiFilterRowBorder_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType) |
static int |
nppiFilterRowBorder_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType)
Three channel 16-bit 1D row convolution filter with border control.
|
static int |
nppiFilterRowBorder_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType)
Four channel channel 16-bit 1D row convolution filter with border control.
|
static int |
nppiFilterRowBorder_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType)
Four channel 16-bit unsigned 1D row convolution filter with border control, ignoring alpha channel.
|
static int |
nppiFilterRowBorder_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType) |
static int |
nppiFilterRowBorder_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType)
Three channel 16-bit unsigned 1D row convolution filter with border control.
|
static int |
nppiFilterRowBorder_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType)
Four channel channel 16-bit 1D row unsigned convolution filter with border control.
|
static int |
nppiFilterRowBorder_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor,
int eBorderType)
Four channel 32-bit float 1D row convolution filter with border control, ignoring alpha channel.
|
static int |
nppiFilterRowBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor,
int eBorderType)
Single channel 32-bit float 1D row convolution filter with border control.
|
static int |
nppiFilterRowBorder_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor,
int eBorderType)
Three channel 32-bit float 1D row convolution filter with border control.
|
static int |
nppiFilterRowBorder_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor,
int eBorderType) |
static int |
nppiFilterRowBorder_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType)
Four channel 8-bit unsigned convolution 1D row filter with border control, ignoring alpha channel.
|
static int |
nppiFilterRowBorder_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType)
Single channel 8-bit unsigned 1D row convolution filter with border control.
|
static int |
nppiFilterRowBorder_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType) |
static int |
nppiFilterRowBorder_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType)
Four channel channel 8-bit unsigned 1D row convolution filter with border control.
|
static int |
nppiFilterScharrHoriz_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit floating-point horizontal Scharr filter.
|
static int |
nppiFilterScharrHoriz_8s16s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiFilterScharrHoriz_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiFilterScharrHorizBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Single channel 32-bit floating-point horizontal Scharr filter kernel with border control.
|
static int |
nppiFilterScharrHorizBorder_8s16s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType) |
static int |
nppiFilterScharrHorizBorder_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Single channel 8-bit unsigned to 16-bit signed horizontal Scharr filter kernel with border control.
|
static int |
nppiFilterScharrVert_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit floating-point vertical Scharr filter.
|
static int |
nppiFilterScharrVert_8s16s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 8-bit signed to 16-bit signed vertical Scharr filter.
|
static int |
nppiFilterScharrVert_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 8-bit unsigned to 16-bit signed vertical Scharr filter.
|
static int |
nppiFilterScharrVertBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Single channel 32-bit floating-point vertical Scharr filter kernel with border control.
|
static int |
nppiFilterScharrVertBorder_8s16s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Single channel 8-bit signed to 16-bit signed vertical Scharr filter kernel with border control.
|
static int |
nppiFilterScharrVertBorder_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Single channel 8-bit unsigned to 16-bit signed vertical Scharr filter kernel with border control.
|
static int |
nppiFilterSharpen_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit signed sharpening filter, ignoring alpha channel.
|
static int |
nppiFilterSharpen_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiFilterSharpen_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 16-bit signed sharpening filter.
|
static int |
nppiFilterSharpen_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit signed sharpening filter.
|
static int |
nppiFilterSharpen_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit unsigned sharpening filter, ignoring alpha channel.
|
static int |
nppiFilterSharpen_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 16-bit unsigned sharpening filter.
|
static int |
nppiFilterSharpen_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 16-bit unsigned sharpening filter.
|
static int |
nppiFilterSharpen_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit unsigned sharpening filter.
|
static int |
nppiFilterSharpen_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit floating-point sharpening filter, ignoring alpha channel.
|
static int |
nppiFilterSharpen_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit floating-point sharpening filter.
|
static int |
nppiFilterSharpen_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 32-bit floating-point sharpening filter.
|
static int |
nppiFilterSharpen_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit floating-point sharpening filter.
|
static int |
nppiFilterSharpen_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit unsigned sharpening filter, ignoring alpha channel.
|
static int |
nppiFilterSharpen_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 8-bit unsigned sharpening filter.
|
static int |
nppiFilterSharpen_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 8-bit unsigned sharpening filter.
|
static int |
nppiFilterSharpen_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit unsigned sharpening filter.
|
static int |
nppiFilterSobelCross_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 32-bit floating-point second cross derivative Sobel filter.
|
static int |
nppiFilterSobelCross_8s16s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 8-bit signed to 16-bit signed second cross derivative Sobel filter.
|
static int |
nppiFilterSobelCross_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 8-bit unsigned to 16-bit signed second cross derivative Sobel filter.
|
static int |
nppiFilterSobelCrossBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 32-bit floating-point second cross derivative Sobel filter with border control.
|
static int |
nppiFilterSobelCrossBorder_8s16s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 8-bit signed to 16-bit signed second cross derivative Sobel filter with border control.
|
static int |
nppiFilterSobelCrossBorder_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 8-bit unsigned to 16-bit signed second cross derivative Sobel filter with border control.
|
static int |
nppiFilterSobelHoriz_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit unsigned horizontal Sobel filter, ignoring alpha channel.
|
static int |
nppiFilterSobelHoriz_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 16-bit signed horizontal Sobel filter.
|
static int |
nppiFilterSobelHoriz_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiFilterSobelHoriz_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit signed horizontal Sobel filter.
|
static int |
nppiFilterSobelHoriz_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit floating-point horizontal Sobel filter, ignoring alpha channel.
|
static int |
nppiFilterSobelHoriz_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit floating-point horizontal Sobel filter.
|
static int |
nppiFilterSobelHoriz_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiFilterSobelHoriz_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit floating-point horizontal Sobel filter.
|
static int |
nppiFilterSobelHoriz_8s16s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 8-bit signed to 16-bit signed horizontal Sobel filter.
|
static int |
nppiFilterSobelHoriz_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit signed horizontal Sobel filter, ignoring alpha channel.
|
static int |
nppiFilterSobelHoriz_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 8-bit unsigned horizontal Sobel filter.
|
static int |
nppiFilterSobelHoriz_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 8-bit unsigned horizontal Sobel filter.
|
static int |
nppiFilterSobelHoriz_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit unsigned horizontal Sobel filter.
|
static int |
nppiFilterSobelHoriz_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize) |
static int |
nppiFilterSobelHorizBorder_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four channel 8-bit unsigned horizontal Sobel filter with border control, ignoring alpha channel.
|
static int |
nppiFilterSobelHorizBorder_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Single channel 16-bit signed horizontal Sobel filter with border control.
|
static int |
nppiFilterSobelHorizBorder_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Three channel 16-bit signed horizontal Sobel filter with border control.
|
static int |
nppiFilterSobelHorizBorder_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four channel 16-bit signed horizontal Sobel filter with border control.
|
static int |
nppiFilterSobelHorizBorder_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four channel 32-bit floating-point horizontal Sobel filter with border control, ignoring alpha channel.
|
static int |
nppiFilterSobelHorizBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Single channel 32-bit floating-point horizontal Sobel filter with border control.
|
static int |
nppiFilterSobelHorizBorder_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType) |
static int |
nppiFilterSobelHorizBorder_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four channel 32-bit floating-point horizontal Sobel filter with border control.
|
static int |
nppiFilterSobelHorizBorder_8s16s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 8-bit signed to 16-bit signed horizontal Sobel filter with border control.
|
static int |
nppiFilterSobelHorizBorder_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four channel 16-bit signed horizontal Sobel filter with border control, ignoring alpha channel.
|
static int |
nppiFilterSobelHorizBorder_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Single channel 8-bit unsigned horizontal Sobel filter with border control.
|
static int |
nppiFilterSobelHorizBorder_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Three channel 8-bit unsigned horizontal Sobel filter with border control.
|
static int |
nppiFilterSobelHorizBorder_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four channel 8-bit unsigned horizontal Sobel filter with border control.
|
static int |
nppiFilterSobelHorizBorder_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType) |
static int |
nppiFilterSobelHorizMask_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 32-bit floating-point horizontal Sobel filter.
|
static int |
nppiFilterSobelHorizMaskBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType) |
static int |
nppiFilterSobelHorizSecond_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 32-bit floating-point second derivative, horizontal Sobel filter.
|
static int |
nppiFilterSobelHorizSecond_8s16s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 8-bit signed to 16-bit signed second derivative, horizontal Sobel filter.
|
static int |
nppiFilterSobelHorizSecond_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 8-bit unsigned to 16-bit signed second derivative, horizontal Sobel filter.
|
static int |
nppiFilterSobelHorizSecondBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 32-bit floating-point second derivative, horizontal Sobel filter with border control.
|
static int |
nppiFilterSobelHorizSecondBorder_8s16s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType) |
static int |
nppiFilterSobelHorizSecondBorder_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 8-bit unsigned to 16-bit signed second derivative, horizontal Sobel filter with border control.
|
static int |
nppiFilterSobelVert_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit unsigned vertical Sobel filter, ignoring alpha channel.
|
static int |
nppiFilterSobelVert_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiFilterSobelVert_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 16-bit signed vertical Sobel filter.
|
static int |
nppiFilterSobelVert_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit signed vertical Sobel filter.
|
static int |
nppiFilterSobelVert_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit floating-point vertical Sobel filter, ignoring alpha channel.
|
static int |
nppiFilterSobelVert_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit floating-point vertical Sobel filter.
|
static int |
nppiFilterSobelVert_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 32-bit floating-point vertical Sobel filter.
|
static int |
nppiFilterSobelVert_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit floating-point vertical Sobel filter.
|
static int |
nppiFilterSobelVert_8s16s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize) |
static int |
nppiFilterSobelVert_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit signed vertical Sobel filter, ignoring alpha channel.
|
static int |
nppiFilterSobelVert_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 8-bit unsigned vertical Sobel filter.
|
static int |
nppiFilterSobelVert_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 8-bit unsigned vertical Sobel filter.
|
static int |
nppiFilterSobelVert_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit unsigned vertical Sobel filter.
|
static int |
nppiFilterSobelVert_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 8-bit unsigned to 16-bit signed vertical Sobel filter.
|
static int |
nppiFilterSobelVertBorder_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four channel 8-bit unsigned vertical Sobel filter with border control, ignoring alpha channel.
|
static int |
nppiFilterSobelVertBorder_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType) |
static int |
nppiFilterSobelVertBorder_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType) |
static int |
nppiFilterSobelVertBorder_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four channel 16-bit signed vertical Sobel filter with border control.
|
static int |
nppiFilterSobelVertBorder_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four channel 32-bit floating-point vertical Sobel filter with border control, ignoring alpha channel.
|
static int |
nppiFilterSobelVertBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType) |
static int |
nppiFilterSobelVertBorder_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Three channel 32-bit floating-point vertical Sobel filter with border control.
|
static int |
nppiFilterSobelVertBorder_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four channel 32-bit floating-point vertical Sobel filter with border control.
|
static int |
nppiFilterSobelVertBorder_8s16s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 8-bit signed to 16-bit signed vertical Sobel filter with border control.
|
static int |
nppiFilterSobelVertBorder_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four channel 16-bit signed vertical Sobel filter with border control, ignoring alpha channel.
|
static int |
nppiFilterSobelVertBorder_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Single channel 8-bit unsigned vertical Sobel filter with border control.
|
static int |
nppiFilterSobelVertBorder_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Three channel 8-bit unsigned vertical Sobel filter with border control.
|
static int |
nppiFilterSobelVertBorder_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four channel 8-bit unsigned vertical Sobel filter with border control.
|
static int |
nppiFilterSobelVertBorder_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 8-bit unsigned to 16-bit signed vertical Sobel filter with border control.
|
static int |
nppiFilterSobelVertMask_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 32-bit floating-point vertical Sobel filter.
|
static int |
nppiFilterSobelVertMaskBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 32-bit floating-point vertical Sobel filter with border control.
|
static int |
nppiFilterSobelVertSecond_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 32-bit floating-point second derivative, vertical Sobel filter.
|
static int |
nppiFilterSobelVertSecond_8s16s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 8-bit signed to 16-bit signed second derivative, vertical Sobel filter.
|
static int |
nppiFilterSobelVertSecond_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize)
Single channel 8-bit unsigned to 16-bit signed second derivative, vertical Sobel filter.
|
static int |
nppiFilterSobelVertSecondBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 32-bit floating-point second derivative, vertical Sobel filter with border control.
|
static int |
nppiFilterSobelVertSecondBorder_8s16s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 8-bit signed to 16-bit signed second derivative, vertical Sobel filter with border control.
|
static int |
nppiFilterSobelVertSecondBorder_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 8-bit unsigned to 16-bit signed second derivative, vertical Sobel filter with border control.
|
static void |
nppiFree(jcuda.Pointer pData)
Free method for any 2D allocated memory.
|
static int |
nppiFullNormLevelGetBufferHostSize_16u32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_16u32f_AC4R.
|
static int |
nppiFullNormLevelGetBufferHostSize_16u32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_16u32f_C1R.
|
static int |
nppiFullNormLevelGetBufferHostSize_16u32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_16u32f_C3R.
|
static int |
nppiFullNormLevelGetBufferHostSize_16u32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_16u32f_C4R.
|
static int |
nppiFullNormLevelGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_32f_AC4R.
|
static int |
nppiFullNormLevelGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_32f_C1R.
|
static int |
nppiFullNormLevelGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_32f_C3R.
|
static int |
nppiFullNormLevelGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_32f_C4R.
|
static int |
nppiFullNormLevelGetBufferHostSize_8s32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_8s32f_AC4R.
|
static int |
nppiFullNormLevelGetBufferHostSize_8s32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_8s32f_C1R.
|
static int |
nppiFullNormLevelGetBufferHostSize_8s32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_8s32f_C3R.
|
static int |
nppiFullNormLevelGetBufferHostSize_8s32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_8s32f_C4R.
|
static int |
nppiFullNormLevelGetBufferHostSize_8u_AC4RSfs(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_8u_AC4RSfs.
|
static int |
nppiFullNormLevelGetBufferHostSize_8u_C1RSfs(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for nppiCrossCorrFull_NormLevel_8u_C1RSfs.
|
static int |
nppiFullNormLevelGetBufferHostSize_8u_C3RSfs(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_8u_C3RSfs.
|
static int |
nppiFullNormLevelGetBufferHostSize_8u_C4RSfs(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_8u_C4RSfs.
|
static int |
nppiFullNormLevelGetBufferHostSize_8u32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_8u32f_AC4R.
|
static int |
nppiFullNormLevelGetBufferHostSize_8u32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_8u32f_C1R.
|
static int |
nppiFullNormLevelGetBufferHostSize_8u32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_8u32f_C3R.
|
static int |
nppiFullNormLevelGetBufferHostSize_8u32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_8u32f_C4R.
|
static int |
nppiGammaFwd_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI) |
static int |
nppiGammaFwd_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed color with alpha not in place forward gamma correction.
|
static int |
nppiGammaFwd_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed color in place forward gamma correction.
|
static int |
nppiGammaFwd_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed color not in place forward gamma correction.
|
static int |
nppiGammaFwd_8u_IP3R(TypedPointer<Npp8u>[] pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar color in place forward gamma correction.
|
static int |
nppiGammaFwd_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar color not in place forward gamma correction.
|
static int |
nppiGammaInv_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed color with alpha in place inverse gamma correction.
|
static int |
nppiGammaInv_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiGammaInv_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed color in place inverse gamma correction.
|
static int |
nppiGammaInv_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiGammaInv_8u_IP3R(TypedPointer<Npp8u>[] pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar color in place inverse gamma correction.
|
static int |
nppiGammaInv_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar color not in place inverse gamma correction.
|
static int |
nppiGetAffineBound(NppiRect oSrcROI,
double[][] aBound,
double[][] aCoeffs) |
static int |
nppiGetAffineQuad(NppiRect oSrcROI,
double[][] aQuad,
double[][] aCoeffs) |
static int |
nppiGetAffineTransform(NppiRect oSrcROI,
double[][] aQuad,
double[][] aCoeffs)
Computes affine transform coefficients based on source ROI and destination quadrilateral.
|
static int |
nppiGetPerspectiveBound(NppiRect oSrcROI,
double[][] bound,
double[][] aCoeffs)
Calculates bounding box of the perspective transform projection of the
given source rectangular ROI
|
static int |
nppiGetPerspectiveQuad(NppiRect oSrcROI,
double[][] quad,
double[][] aCoeffs)
Calculates perspective transform projection of given source rectangular
ROI
|
static int |
nppiGetPerspectiveTransform(NppiRect oSrcROI,
double[][] quad,
double[][] aCoeffs)
Calculates perspective transform coefficients given source rectangular ROI
and its destination quadrangle projection
|
static int |
nppiGetResizeRect(NppiRect oSrcROI,
NppiRect[] pDstRect,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation) |
static int |
nppiGetRotateBound(NppiRect oSrcROI,
double[][] aBoundingBox,
double nAngle,
double nShiftX,
double nShiftY) |
static int |
nppiGetRotateQuad(NppiRect oSrcROI,
double[][] aQuad,
double nAngle,
double nShiftX,
double nShiftY) |
static int |
nppiGraphcut_32f8u(TypedPointer<Npp32f> pTerminals,
TypedPointer<Npp32f> pLeftTransposed,
TypedPointer<Npp32f> pRightTransposed,
TypedPointer<Npp32f> pTop,
TypedPointer<Npp32f> pBottom,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState) |
static int |
nppiGraphcut_32s8u(TypedPointer<Npp32s> pTerminals,
TypedPointer<Npp32s> pLeftTransposed,
TypedPointer<Npp32s> pRightTransposed,
TypedPointer<Npp32s> pTop,
TypedPointer<Npp32s> pBottom,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit signed integer edge capacities).
|
static int |
nppiGraphcut8_32f8u(TypedPointer<Npp32f> pTerminals,
TypedPointer<Npp32f> pLeftTransposed,
TypedPointer<Npp32f> pRightTransposed,
TypedPointer<Npp32f> pTop,
TypedPointer<Npp32f> pTopLeft,
TypedPointer<Npp32f> pTopRight,
TypedPointer<Npp32f> pBottom,
TypedPointer<Npp32f> pBottomLeft,
TypedPointer<Npp32f> pBottomRight,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit float edge capacities).
|
static int |
nppiGraphcut8_32s8u(TypedPointer<Npp32s> pTerminals,
TypedPointer<Npp32s> pLeftTransposed,
TypedPointer<Npp32s> pRightTransposed,
TypedPointer<Npp32s> pTop,
TypedPointer<Npp32s> pTopLeft,
TypedPointer<Npp32s> pTopRight,
TypedPointer<Npp32s> pBottom,
TypedPointer<Npp32s> pBottomLeft,
TypedPointer<Npp32s> pBottomRight,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit signed integer edge capacities).
|
static int |
nppiGraphcut8GetSize(NppiSize oSize,
int[] pBufSize)
Calculates the size of the temporary buffer for graph-cut with 8 neighborhood labeling.
|
static int |
nppiGraphcut8InitAlloc(NppiSize oSize,
NppiGraphcutState[] ppState,
TypedPointer<Npp8u> pDeviceMem) |
static int |
nppiGraphcutFree(NppiGraphcutState pState)
Frees the additional resources of the graph-cut state structure.
|
static int |
nppiGraphcutGetSize(NppiSize oSize,
int[] pBufSize)
Calculates the size of the temporary buffer for graph-cut with 4 neighborhood labeling.
|
static int |
nppiGraphcutInitAlloc(NppiSize oSize,
NppiGraphcutState[] ppState,
TypedPointer<Npp8u> pDeviceMem)
Initializes graph-cut state structure and allocates additional resources for graph-cut with 8 neighborhood labeling.
|
static int |
nppiHistogramEven_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
Four-channel 16-bit signed HistogramEven ignoring alpha channel.
|
static int |
nppiHistogramEven_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
int nLevels,
int nLowerLevel,
int nUpperLevel,
TypedPointer<Npp8u> pBuffer)
One-channel 16-bit signed HistogramEven.
|
static int |
nppiHistogramEven_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
Three-channel 16-bit signed HistogramEven.
|
static int |
nppiHistogramEven_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
Four-channel 16-bit signed HistogramEven.
|
static int |
nppiHistogramEven_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
Four-channel 16-bit unsigned HistogramEven ignoring alpha channel.
|
static int |
nppiHistogramEven_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
int nLevels,
int nLowerLevel,
int nUpperLevel,
TypedPointer<Npp8u> pBuffer)
One-channel 16-bit unsigned HistogramEven.
|
static int |
nppiHistogramEven_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
Three-channel 16-bit unsigned HistogramEven.
|
static int |
nppiHistogramEven_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
Four-channel 16-bit unsigned HistogramEven.
|
static int |
nppiHistogramEven_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
Four-channel 8-bit unsigned HistogramEven ignoring alpha channel.
|
static int |
nppiHistogramEven_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
int nLevels,
int nLowerLevel,
int nUpperLevel,
TypedPointer<Npp8u> pBuffer)
One-channel 8-bit unsigned HistogramEven.
|
static int |
nppiHistogramEven_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
Three-channel 8-bit unsigned HistogramEven.
|
static int |
nppiHistogramEven_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
Four-channel 8-bit unsigned HistogramEven.
|
static int |
nppiHistogramEvenGetBufferSize_16s_AC4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Buffer size for \ref nppiHistogramEven_16s_AC4R.
|
static int |
nppiHistogramEvenGetBufferSize_16s_C1R(NppiSize oSizeROI,
int nLevels,
int[] hpBufferSize)
Buffer size for \ref nppiHistogramEven_16s_C1R.
|
static int |
nppiHistogramEvenGetBufferSize_16s_C3R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Buffer size for \ref nppiHistogramEven_16s_C3R.
|
static int |
nppiHistogramEvenGetBufferSize_16s_C4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Buffer size for \ref nppiHistogramEven_16s_C4R.
|
static int |
nppiHistogramEvenGetBufferSize_16u_AC4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Buffer size for \ref nppiHistogramEven_16u_AC4R.
|
static int |
nppiHistogramEvenGetBufferSize_16u_C1R(NppiSize oSizeROI,
int nLevels,
int[] hpBufferSize)
Buffer size for \ref nppiHistogramEven_16u_C1R.
|
static int |
nppiHistogramEvenGetBufferSize_16u_C3R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Buffer size for \ref nppiHistogramEven_16u_C3R.
|
static int |
nppiHistogramEvenGetBufferSize_16u_C4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Buffer size for \ref nppiHistogramEven_16u_C4R.
|
static int |
nppiHistogramEvenGetBufferSize_8u_AC4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Buffer size for \ref nppiHistogramEven_8u_AC4R.
|
static int |
nppiHistogramEvenGetBufferSize_8u_C1R(NppiSize oSizeROI,
int nLevels,
int[] hpBufferSize)
Buffer size for \ref nppiHistogramEven_8u_C1R.
|
static int |
nppiHistogramEvenGetBufferSize_8u_C3R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Buffer size for \ref nppiHistogramEven_8u_C3R.
|
static int |
nppiHistogramEvenGetBufferSize_8u_C4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Buffer size for \ref nppiHistogramEven_8u_C4R.
|
static int |
nppiHistogramRange_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
Four-channel 16-bit signed HistogramRange.
|
static int |
nppiHistogramRange_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32s> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
One-channel 16-bit signed HistogramRange.
|
static int |
nppiHistogramRange_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
Three-channel 16-bit signed HistogramRange.
|
static int |
nppiHistogramRange_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
Four-channel 16-bit signed HistogramRange.
|
static int |
nppiHistogramRange_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
Four-channel 16-bit unsigned HistogramRange ignoring alpha channel.
|
static int |
nppiHistogramRange_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32s> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
One-channel 16-bit unsigned HistogramRange.
|
static int |
nppiHistogramRange_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
Three-channel 16-bit unsigned HistogramRange.
|
static int |
nppiHistogramRange_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
Four-channel 16-bit unsigned HistogramRange.
|
static int |
nppiHistogramRange_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
Four-channel 32-bit floating point HistogramRange ignoring alpha channel.
|
static int |
nppiHistogramRange_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32f> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
One-channel 32-bit floating point HistogramRange.
|
static int |
nppiHistogramRange_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
Three-channel 32-bit floating point HistogramRange.
|
static int |
nppiHistogramRange_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
Four-channel 32-bit floating point HistogramRange.
|
static int |
nppiHistogramRange_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
Four-channel 8-bit unsigned HistogramRange ignoring alpha channel.
|
static int |
nppiHistogramRange_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32s> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
One-channel 8-bit unsigned HistogramRange.
|
static int |
nppiHistogramRange_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
Three-channel 8-bit unsigned HistogramRange.
|
static int |
nppiHistogramRange_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
Four-channel 8-bit unsigned HistogramRange.
|
static int |
nppiHistogramRangeGetBufferSize_16s_AC4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_16s_AC4R.
|
static int |
nppiHistogramRangeGetBufferSize_16s_C1R(NppiSize oSizeROI,
int nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_16s_C1R.
|
static int |
nppiHistogramRangeGetBufferSize_16s_C3R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_16s_C3R.
|
static int |
nppiHistogramRangeGetBufferSize_16s_C4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_16s_C4R.
|
static int |
nppiHistogramRangeGetBufferSize_16u_AC4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_16u_AC4R.
|
static int |
nppiHistogramRangeGetBufferSize_16u_C1R(NppiSize oSizeROI,
int nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_16u_C1R.
|
static int |
nppiHistogramRangeGetBufferSize_16u_C3R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_16u_C3R.
|
static int |
nppiHistogramRangeGetBufferSize_16u_C4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_16u_C4R.
|
static int |
nppiHistogramRangeGetBufferSize_32f_AC4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_32f_AC4R.
|
static int |
nppiHistogramRangeGetBufferSize_32f_C1R(NppiSize oSizeROI,
int nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_32f_C1R.
|
static int |
nppiHistogramRangeGetBufferSize_32f_C3R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_32f_C3R.
|
static int |
nppiHistogramRangeGetBufferSize_32f_C4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_32f_C4R.
|
static int |
nppiHistogramRangeGetBufferSize_8u_AC4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_8u_AC4R.
|
static int |
nppiHistogramRangeGetBufferSize_8u_C1R(NppiSize oSizeROI,
int nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_8u_C1R.
|
static int |
nppiHistogramRangeGetBufferSize_8u_C3R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_8u_C3R.
|
static int |
nppiHistogramRangeGetBufferSize_8u_C4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_8u_C4R.
|
static int |
nppiHLSToBGR_8u_AC4P4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed HLS with alpha to 4 channel 8-bit unsigned planar BGR with alpha color conversion.
|
static int |
nppiHLSToBGR_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed HLS with alpha to 4 channel 8-bit unsigned packed BGR with alpha color conversion.
|
static int |
nppiHLSToBGR_8u_AP4C4R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned planar HLS with alpha to 4 channel 8-bit unsigned packed BGR with alpha color conversion.
|
static int |
nppiHLSToBGR_8u_AP4R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiHLSToBGR_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed HLS to 3 channel 8-bit unsigned planar BGR color conversion.
|
static int |
nppiHLSToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar HLS to 3 channel 8-bit unsigned packed BGR color conversion.
|
static int |
nppiHLSToBGR_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiHLSToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed HLS with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion.
|
static int |
nppiHLSToRGB_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed HLS to 3 channel 8-bit unsigned packed RGB color conversion.
|
static int |
nppiHSVToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed HSV with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion.
|
static int |
nppiHSVToRGB_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiIntegral_8u32f_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
float nVal)
One-channel 8-bit unsigned image Integral with 32-bit floating point output.
|
static int |
nppiIntegral_8u32s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oROI,
int nVal)
One-channel 8-bit unsigned image Integral with 32-bit signed output.
|
static int |
nppiLabToBGR_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed Lab to 3 channel 8-bit unsigned packed BGR color conversion.
|
static int |
nppiLn_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiLn_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiLn_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiLn_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiLn_16u_C1IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiLn_16u_C1RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiLn_16u_C3IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiLn_16u_C3RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiLn_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image natural logarithm.
|
static int |
nppiLn_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image natural logarithm.
|
static int |
nppiLn_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image natural logarithm.
|
static int |
nppiLn_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image natural logarithm.
|
static int |
nppiLn_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiLn_8u_C1RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiLn_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiLn_8u_C3RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiLShiftC_16u_AC4IR(int[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image left shift by constant with unmodified alpha.
|
static int |
nppiLShiftC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image left shift by constant with unmodified alpha.
|
static int |
nppiLShiftC_16u_C1IR(int nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image left shift by constant.
|
static int |
nppiLShiftC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiLShiftC_16u_C3IR(int[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image left shift by constant.
|
static int |
nppiLShiftC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image left shift by constant.
|
static int |
nppiLShiftC_16u_C4IR(int[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image left shift by constant.
|
static int |
nppiLShiftC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image left shift by constant.
|
static int |
nppiLShiftC_32s_AC4IR(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image left shift by constant with unmodified alpha.
|
static int |
nppiLShiftC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image left shift by constant with unmodified alpha.
|
static int |
nppiLShiftC_32s_C1IR(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image left shift by constant.
|
static int |
nppiLShiftC_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image left shift by constant.
|
static int |
nppiLShiftC_32s_C3IR(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image left shift by constant.
|
static int |
nppiLShiftC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image left shift by constant.
|
static int |
nppiLShiftC_32s_C4IR(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image left shift by constant.
|
static int |
nppiLShiftC_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image left shift by constant.
|
static int |
nppiLShiftC_8u_AC4IR(int[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image left shift by constant with unmodified alpha.
|
static int |
nppiLShiftC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image left shift by constant with unmodified alpha.
|
static int |
nppiLShiftC_8u_C1IR(int nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image left shift by constant.
|
static int |
nppiLShiftC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image left shift by constant.
|
static int |
nppiLShiftC_8u_C3IR(int[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image left shift by constant.
|
static int |
nppiLShiftC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image left shift by constant.
|
static int |
nppiLShiftC_8u_C4IR(int[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image left shift by constant.
|
static int |
nppiLShiftC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image left shift by constant.
|
static int |
nppiLUT_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 16-bit signed look-up-table in place color conversion, not affecting Alpha.
|
static int |
nppiLUT_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 16-bit signed look-up-table color conversion, not affecting Alpha.
|
static int |
nppiLUT_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
16-bit signed look-up-table in place color conversion.
|
static int |
nppiLUT_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
16-bit signed look-up-table color conversion.
|
static int |
nppiLUT_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
3 channel 16-bit signed look-up-table in place color conversion.
|
static int |
nppiLUT_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
3 channel 16-bit signed look-up-table color conversion.
|
static int |
nppiLUT_16s_C4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 16-bit signed look-up-table in place color conversion.
|
static int |
nppiLUT_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 16-bit signed look-up-table color conversion.
|
static int |
nppiLUT_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 16-bit unsigned look-up-table in place color conversion, not affecting Alpha.
|
static int |
nppiLUT_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 16-bit unsigned look-up-table color conversion, not affecting Alpha.
|
static int |
nppiLUT_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
16-bit unsigned look-up-table in place color conversion.
|
static int |
nppiLUT_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels) |
static int |
nppiLUT_16u_C3IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels) |
static int |
nppiLUT_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
3 channel 16-bit unsigned look-up-table color conversion.
|
static int |
nppiLUT_16u_C4IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 16-bit unsigned look-up-table in place color conversion.
|
static int |
nppiLUT_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 16-bit unsigned look-up-table color conversion.
|
static int |
nppiLUT_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f>[] pValues,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels)
4 channel 32-bit floating point look-up-table in place color conversion, not affecting Alpha.
|
static int |
nppiLUT_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f>[] pValues,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels)
4 channel 32-bit floating point look-up-table color conversion, not affecting Alpha.
|
static int |
nppiLUT_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pValues,
TypedPointer<Npp32f> pLevels,
int nLevels)
32-bit floating point look-up-table in place color conversion.
|
static int |
nppiLUT_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pValues,
TypedPointer<Npp32f> pLevels,
int nLevels)
32-bit floating point look-up-table color conversion.
|
static int |
nppiLUT_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f>[] pValues,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels)
3 channel 32-bit floating point look-up-table in place color conversion.
|
static int |
nppiLUT_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f>[] pValues,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels)
3 channel 32-bit floating point look-up-table color conversion.
|
static int |
nppiLUT_32f_C4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f>[] pValues,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels)
4 channel 32-bit floating point look-up-table in place color conversion.
|
static int |
nppiLUT_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f>[] pValues,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels)
4 channel 32-bit floating point look-up-table color conversion.
|
static int |
nppiLUT_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 8-bit unsigned look-up-table in place color conversion, not affecting Alpha.
|
static int |
nppiLUT_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels) |
static int |
nppiLUT_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
8-bit unsigned look-up-table in place color conversion.
|
static int |
nppiLUT_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
8-bit unsigned look-up-table color conversion.
|
static int |
nppiLUT_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels) |
static int |
nppiLUT_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels) |
static int |
nppiLUT_8u_C4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 8-bit unsigned look-up-table in place color conversion.
|
static int |
nppiLUT_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels) |
static int |
nppiLUT_Cubic_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 16-bit signed look-up-table in place color conversion, not affecting Alpha.
|
static int |
nppiLUT_Cubic_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 16-bit signed look-up-table color conversion, not affecting Alpha.
|
static int |
nppiLUT_Cubic_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
16-bit signed look-up-table in place color conversion.
|
static int |
nppiLUT_Cubic_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
16-bit signed look-up-table color conversion.
|
static int |
nppiLUT_Cubic_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
3 channel 16-bit signed look-up-table in place color conversion.
|
static int |
nppiLUT_Cubic_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
3 channel 16-bit signed look-up-table color conversion.
|
static int |
nppiLUT_Cubic_16s_C4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 16-bit signed look-up-table in place color conversion.
|
static int |
nppiLUT_Cubic_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels) |
static int |
nppiLUT_Cubic_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 16-bit unsigned look-up-table in place color conversion, not affecting Alpha.
|
static int |
nppiLUT_Cubic_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 16-bit unsigned look-up-table color conversion, not affecting Alpha.
|
static int |
nppiLUT_Cubic_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
16-bit unsigned look-up-table in place color conversion.
|
static int |
nppiLUT_Cubic_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels) |
static int |
nppiLUT_Cubic_16u_C3IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
3 channel 16-bit unsigned look-up-table in place color conversion.
|
static int |
nppiLUT_Cubic_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
3 channel 16-bit unsigned look-up-table color conversion.
|
static int |
nppiLUT_Cubic_16u_C4IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 16-bit unsigned look-up-table in place color conversion.
|
static int |
nppiLUT_Cubic_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 16-bit unsigned look-up-table color conversion.
|
static int |
nppiLUT_Cubic_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f>[] pValues,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels)
4 channel 32-bit floating point look-up-table in place color conversion, not affecting Alpha.
|
static int |
nppiLUT_Cubic_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f>[] pValues,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels)
4 channel 32-bit floating point look-up-table color conversion, not affecting Alpha.
|
static int |
nppiLUT_Cubic_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pValues,
TypedPointer<Npp32f> pLevels,
int nLevels)
32-bit floating point look-up-table in place color conversion.
|
static int |
nppiLUT_Cubic_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pValues,
TypedPointer<Npp32f> pLevels,
int nLevels)
32-bit floating point look-up-table color conversion.
|
static int |
nppiLUT_Cubic_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f>[] pValues,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels)
3 channel 32-bit floating point look-up-table in place color conversion.
|
static int |
nppiLUT_Cubic_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f>[] pValues,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels)
3 channel 32-bit floating point look-up-table color conversion.
|
static int |
nppiLUT_Cubic_32f_C4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f>[] pValues,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels)
4 channel 32-bit floating point look-up-table in place color conversion.
|
static int |
nppiLUT_Cubic_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f>[] pValues,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels)
4 channel 32-bit floating point look-up-table color conversion.
|
static int |
nppiLUT_Cubic_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 8-bit unsigned cubic interpolated look-up-table in place color conversion, not affecting Alpha.
|
static int |
nppiLUT_Cubic_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 8-bit unsigned cubic interpolated look-up-table color conversion, not affecting Alpha.
|
static int |
nppiLUT_Cubic_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
8-bit unsigned cubic interpolated look-up-table in place color conversion.
|
static int |
nppiLUT_Cubic_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels) |
static int |
nppiLUT_Cubic_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
3 channel 8-bit unsigned cubic interpolated look-up-table in place color conversion.
|
static int |
nppiLUT_Cubic_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
3 channel 8-bit unsigned cubic interpolated look-up-table color conversion.
|
static int |
nppiLUT_Cubic_8u_C4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 8-bit unsigned cubic interpolated look-up-table in place color conversion.
|
static int |
nppiLUT_Cubic_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 8-bit unsigned cubic interpolated look-up-table color conversion.
|
static int |
nppiLUT_Linear_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 16-bit signed look-up-table in place color conversion, not affecting Alpha.
|
static int |
nppiLUT_Linear_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 16-bit signed look-up-table color conversion, not affecting Alpha.
|
static int |
nppiLUT_Linear_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels) |
static int |
nppiLUT_Linear_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
16-bit signed look-up-table color conversion.
|
static int |
nppiLUT_Linear_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
3 channel 16-bit signed look-up-table in place color conversion.
|
static int |
nppiLUT_Linear_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
3 channel 16-bit signed look-up-table color conversion.
|
static int |
nppiLUT_Linear_16s_C4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels) |
static int |
nppiLUT_Linear_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 16-bit signed look-up-table color conversion.
|
static int |
nppiLUT_Linear_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 16-bit unsigned look-up-table in place color conversion, not affecting Alpha.
|
static int |
nppiLUT_Linear_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 16-bit unsigned look-up-table color conversion, not affecting Alpha.
|
static int |
nppiLUT_Linear_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
16-bit unsigned look-up-table in place color conversion.
|
static int |
nppiLUT_Linear_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels) |
static int |
nppiLUT_Linear_16u_C3IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
3 channel 16-bit unsigned look-up-table in place color conversion.
|
static int |
nppiLUT_Linear_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
3 channel 16-bit unsigned look-up-table color conversion.
|
static int |
nppiLUT_Linear_16u_C4IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 16-bit unsigned look-up-table in place color conversion.
|
static int |
nppiLUT_Linear_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 16-bit unsigned look-up-table color conversion.
|
static int |
nppiLUT_Linear_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f>[] pValues,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels)
4 channel 32-bit floating point look-up-table in place color conversion, not affecting Alpha.
|
static int |
nppiLUT_Linear_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f>[] pValues,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels)
4 channel 32-bit floating point look-up-table color conversion, not affecting Alpha.
|
static int |
nppiLUT_Linear_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pValues,
TypedPointer<Npp32f> pLevels,
int nLevels)
32-bit floating point look-up-table in place color conversion.
|
static int |
nppiLUT_Linear_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pValues,
TypedPointer<Npp32f> pLevels,
int nLevels)
32-bit floating point look-up-table color conversion.
|
static int |
nppiLUT_Linear_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f>[] pValues,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels)
3 channel 32-bit floating point look-up-table in place color conversion.
|
static int |
nppiLUT_Linear_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f>[] pValues,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels)
3 channel 32-bit floating point look-up-table color conversion.
|
static int |
nppiLUT_Linear_32f_C4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f>[] pValues,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels)
4 channel 32-bit floating point look-up-table in place color conversion.
|
static int |
nppiLUT_Linear_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f>[] pValues,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels) |
static int |
nppiLUT_Linear_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels) |
static int |
nppiLUT_Linear_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels) |
static int |
nppiLUT_Linear_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels) |
static int |
nppiLUT_Linear_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
8-bit unsigned linear interpolated look-up-table color conversion.
|
static int |
nppiLUT_Linear_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
3 channel 8-bit unsigned linear interpolated look-up-table in place color conversion.
|
static int |
nppiLUT_Linear_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
3 channel 8-bit unsigned linear interpolated look-up-table color conversion.
|
static int |
nppiLUT_Linear_8u_C4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 8-bit unsigned linear interpolated look-up-table in place color conversion.
|
static int |
nppiLUT_Linear_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 8-bit unsigned linear interpolated look-up-table color conversion.
|
static int |
nppiLUT_Trilinear_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32u> pValues,
TypedPointer<Npp8u>[] pLevels,
int[] aLevels)
Four channel 8-bit unsigned 3D trilinear interpolated look-up-table in place color conversion, not affecting alpha.
|
static int |
nppiLUT_Trilinear_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32u> pValues,
TypedPointer<Npp8u>[] pLevels,
int[] aLevels)
Four channel 8-bit unsigned 3D trilinear interpolated look-up-table color conversion, not affecting alpha.
|
static int |
nppiLUT_Trilinear_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32u> pValues,
TypedPointer<Npp8u>[] pLevels,
int[] aLevels)
Four channel 8-bit unsigned 3D trilinear interpolated look-up-table color conversion, with alpha copy.
|
static int |
nppiLUTPalette_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp16u>[] pTables,
int nBitSize)
Four channel 16-bit unsigned bit range restricted palette look-up-table color conversion, not affecting Alpha.
|
static int |
nppiLUTPalette_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp16u> pTable,
int nBitSize)
One channel 16-bit unsigned bit range restricted palette look-up-table color conversion.
|
static int |
nppiLUTPalette_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp16u>[] pTables,
int nBitSize)
Three channel 16-bit unsigned bit range restricted palette look-up-table color conversion.
|
static int |
nppiLUTPalette_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp16u>[] pTables,
int nBitSize)
Four channel 16-bit unsigned bit range restricted palette look-up-table color conversion.
|
static int |
nppiLUTPalette_16u24u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pTable,
int nBitSize)
One channel 16-bit unsigned bit range restricted 24-bit unsigned palette look-up-table color conversion with 24-bit unsigned destination output per pixel.
|
static int |
nppiLUTPalette_16u32u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32u> pTable,
int nBitSize)
One channel 16-bit unsigned bit range restricted 32-bit palette look-up-table color conversion with 32-bit unsigned destination output per pixel.
|
static int |
nppiLUTPalette_16u8u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pTable,
int nBitSize)
One channel 16-bit unsigned bit range restricted 8-bit unsigned palette look-up-table color conversion with 8-bit unsigned destination output per pixel.
|
static int |
nppiLUTPalette_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u>[] pTables,
int nBitSize)
Four channel 8-bit unsigned bit range restricted palette look-up-table color conversion, not affecting Alpha.
|
static int |
nppiLUTPalette_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pTable,
int nBitSize)
One channel 8-bit unsigned bit range restricted palette look-up-table color conversion.
|
static int |
nppiLUTPalette_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u>[] pTables,
int nBitSize)
Three channel 8-bit unsigned bit range restricted palette look-up-table color conversion.
|
static int |
nppiLUTPalette_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u>[] pTables,
int nBitSize)
Four channel 8-bit unsigned bit range restricted palette look-up-table color conversion.
|
static int |
nppiLUTPalette_8u24u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pTable,
int nBitSize)
One channel 8-bit unsigned bit range restricted 24-bit palette look-up-table color conversion with 24-bit destination output per pixel.
|
static int |
nppiLUTPalette_8u32u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32u> pTable,
int nBitSize)
One channel 8-bit unsigned bit range restricted 32-bit palette look-up-table color conversion with 32-bit destination output per pixel.
|
static int |
nppiLUTPaletteSwap_16u_C3A0C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
int nAlphaValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp16u>[] pTables,
int nBitSize)
Three channel 16-bit unsigned source bit range restricted palette look-up-table color conversion to four channel 16-bit unsigned destination output with alpha.
|
static int |
nppiLUTPaletteSwap_8u_C3A0C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
int nAlphaValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u>[] pTables,
int nBitSize)
Three channel 8-bit unsigned source bit range restricted palette look-up-table color conversion to four channel 8-bit unsigned destination output with alpha.
|
static int |
nppiLUVToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed LUV with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion.
|
static int |
nppiLUVToRGB_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed LUV to 3 channel 8-bit unsigned packed RGB color conversion.
|
static int |
nppiMagnitude_32fc32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
host pointer
|
static int |
nppiMagnitudeSqr_32fc32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit floating point complex to 32-bit floating point squared magnitude.
|
static TypedPointer<Npp16s> |
nppiMalloc_16s_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
16-bit signed image memory allocator.
|
static TypedPointer<Npp16s> |
nppiMalloc_16s_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
2 channel 16-bit signed image memory allocator.
|
static TypedPointer<Npp16s> |
nppiMalloc_16s_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 16-bit signed image memory allocator.
|
static TypedPointer<Npp16s> |
nppiMalloc_16sc_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
1 channel 16-bit signed complex image memory allocator.
|
static TypedPointer<Npp16s> |
nppiMalloc_16sc_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
2 channel 16-bit signed complex image memory allocator.
|
static TypedPointer<Npp16s> |
nppiMalloc_16sc_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
3 channel 16-bit signed complex image memory allocator.
|
static TypedPointer<Npp16s> |
nppiMalloc_16sc_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 16-bit signed complex image memory allocator.
|
static TypedPointer<Npp16u> |
nppiMalloc_16u_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
16-bit unsigned image memory allocator.
|
static TypedPointer<Npp16u> |
nppiMalloc_16u_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
2 channel 16-bit unsigned image memory allocator.
|
static TypedPointer<Npp16u> |
nppiMalloc_16u_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
3 channel 16-bit unsigned image memory allocator.
|
static TypedPointer<Npp16u> |
nppiMalloc_16u_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 16-bit unsigned image memory allocator.
|
static TypedPointer<Npp32f> |
nppiMalloc_32f_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
32-bit floating point image memory allocator.
|
static TypedPointer<Npp32f> |
nppiMalloc_32f_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
2 channel 32-bit floating point image memory allocator.
|
static TypedPointer<Npp32f> |
nppiMalloc_32f_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
3 channel 32-bit floating point image memory allocator.
|
static TypedPointer<Npp32f> |
nppiMalloc_32f_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 32-bit floating point image memory allocator.
|
static TypedPointer<Npp32f> |
nppiMalloc_32fc_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes) |
static TypedPointer<Npp32f> |
nppiMalloc_32fc_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
2 channel 32-bit float complex image memory allocator.
|
static TypedPointer<Npp32f> |
nppiMalloc_32fc_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
3 channel 32-bit float complex image memory allocator.
|
static TypedPointer<Npp32f> |
nppiMalloc_32fc_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 32-bit float complex image memory allocator.
|
static TypedPointer<Npp32s> |
nppiMalloc_32s_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
32-bit signed image memory allocator.
|
static TypedPointer<Npp32s> |
nppiMalloc_32s_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
3 channel 32-bit signed image memory allocator.
|
static TypedPointer<Npp32s> |
nppiMalloc_32s_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 32-bit signed image memory allocator.
|
static TypedPointer<Npp32s> |
nppiMalloc_32sc_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes) |
static TypedPointer<Npp32s> |
nppiMalloc_32sc_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes) |
static TypedPointer<Npp32s> |
nppiMalloc_32sc_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
3 channel 32-bit integer complex image memory allocator.
|
static TypedPointer<Npp32s> |
nppiMalloc_32sc_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 32-bit integer complex image memory allocator.
|
static TypedPointer<Npp8u> |
nppiMalloc_8u_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
8-bit unsigned image memory allocator.
|
static TypedPointer<Npp8u> |
nppiMalloc_8u_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
2 channel 8-bit unsigned image memory allocator.
|
static TypedPointer<Npp8u> |
nppiMalloc_8u_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
3 channel 8-bit unsigned image memory allocator.
|
static TypedPointer<Npp8u> |
nppiMalloc_8u_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 8-bit unsigned image memory allocator.
|
static int |
nppiMax_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMax)
Four-channel 16-bit signed image Max ignoring alpha channel.
|
static int |
nppiMax_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp16s> pMax)
One-channel 16-bit signed image Max.
|
static int |
nppiMax_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMax)
Three-channel 16-bit signed image Max.
|
static int |
nppiMax_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMax) |
static int |
nppiMax_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMax)
Four-channel 16-bit unsigned image Max ignoring alpha channel.
|
static int |
nppiMax_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp16u> pMax)
One-channel 16-bit unsigned image Max.
|
static int |
nppiMax_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMax)
Three-channel 16-bit unsigned image Max.
|
static int |
nppiMax_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMax)
Four-channel 16-bit unsigned image Max.
|
static int |
nppiMax_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMax)
Four-channel 32-bit floating point image Max ignoring alpha channel.
|
static int |
nppiMax_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp32f> pMax)
One-channel 32-bit floating point image Max.
|
static int |
nppiMax_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMax)
Three-channel 32-bit floating point image Max.
|
static int |
nppiMax_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMax) |
static int |
nppiMax_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
byte[] aMax)
Four-channel 8-bit unsigned image Max ignoring alpha channel.
|
static int |
nppiMax_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp8u> pMax)
One-channel 8-bit unsigned image Max.
|
static int |
nppiMax_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
byte[] aMax)
Three-channel 8-bit unsigned image Max.
|
static int |
nppiMax_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
byte[] aMax)
Four-channel 8-bit unsigned image Max.
|
static int |
nppiMaxEvery_16s_AC4IR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four-channel 16-bit signed image MaxEvery ignoring alpha channel.
|
static int |
nppiMaxEvery_16s_C1IR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One-channel 16-bit signed image MaxEvery.
|
static int |
nppiMaxEvery_16s_C3IR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three-channel 16-bit signed image MaxEvery.
|
static int |
nppiMaxEvery_16s_C4IR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four-channel 16-bit signed image MaxEvery.
|
static int |
nppiMaxEvery_16u_AC4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four-channel 16-bit unsigned image MaxEvery ignoring alpha channel.
|
static int |
nppiMaxEvery_16u_C1IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One-channel 16-bit unsigned image MaxEvery.
|
static int |
nppiMaxEvery_16u_C3IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three-channel 16-bit unsigned image MaxEvery.
|
static int |
nppiMaxEvery_16u_C4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four-channel 16-bit unsigned image MaxEvery.
|
static int |
nppiMaxEvery_32f_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four-channel 32-bit floating point image MaxEvery ignoring alpha channel.
|
static int |
nppiMaxEvery_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One-channel 32-bit floating point image MaxEvery.
|
static int |
nppiMaxEvery_32f_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three-channel 32-bit floating point image MaxEvery.
|
static int |
nppiMaxEvery_32f_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four-channel 32-bit floating point image MaxEvery.
|
static int |
nppiMaxEvery_8u_AC4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four-channel 8-bit unsigned image MaxEvery ignoring alpha channel.
|
static int |
nppiMaxEvery_8u_C1IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One-channel 8-bit unsigned image MaxEvery.
|
static int |
nppiMaxEvery_8u_C3IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three-channel 8-bit unsigned image MaxEvery.
|
static int |
nppiMaxEvery_8u_C4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four-channel 8-bit unsigned image MaxEvery.
|
static int |
nppiMaxGetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiMaxGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMax_16s_C1R.
|
static int |
nppiMaxGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer
|
static int |
nppiMaxGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMax_16s_C4R.
|
static int |
nppiMaxGetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMax_16u_AC4R.
|
static int |
nppiMaxGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiMaxGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMax_16u_C3R.
|
static int |
nppiMaxGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMax_16u_C4R.
|
static int |
nppiMaxGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMax_32f_AC4R.
|
static int |
nppiMaxGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMax_32f_C1R.
|
static int |
nppiMaxGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMax_32f_C3R.
|
static int |
nppiMaxGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMax_32f_C4R.
|
static int |
nppiMaxGetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiMaxGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMax_8u_C1R.
|
static int |
nppiMaxGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMax_8u_C3R.
|
static int |
nppiMaxGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMax_8u_C4R.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumError_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 Maximum_Error.
|
static int |
nppiMaximumErrorGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_16s_C1R.
|
static int |
nppiMaximumErrorGetBufferHostSize_16s_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_16s_C2R.
|
static int |
nppiMaximumErrorGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_16s_C3R.
|
static int |
nppiMaximumErrorGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_16s_C4R.
|
static int |
nppiMaximumErrorGetBufferHostSize_16sc_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_16sc_C1R.
|
static int |
nppiMaximumErrorGetBufferHostSize_16sc_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_16sc_C2R.
|
static int |
nppiMaximumErrorGetBufferHostSize_16sc_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_16sc_C3R.
|
static int |
nppiMaximumErrorGetBufferHostSize_16sc_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_16sc_C4R.
|
static int |
nppiMaximumErrorGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_16u_C1R.
|
static int |
nppiMaximumErrorGetBufferHostSize_16u_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_16u_C2R.
|
static int |
nppiMaximumErrorGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_16u_C3R.
|
static int |
nppiMaximumErrorGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_16u_C4R.
|
static int |
nppiMaximumErrorGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_32f_C1R.
|
static int |
nppiMaximumErrorGetBufferHostSize_32f_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_32f_C2R.
|
static int |
nppiMaximumErrorGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_32f_C3R.
|
static int |
nppiMaximumErrorGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_32f_C4R.
|
static int |
nppiMaximumErrorGetBufferHostSize_32fc_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_32fc_C1R.
|
static int |
nppiMaximumErrorGetBufferHostSize_32fc_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_32fc_C2R.
|
static int |
nppiMaximumErrorGetBufferHostSize_32fc_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_32fc_C3R.
|
static int |
nppiMaximumErrorGetBufferHostSize_32fc_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_32fc_C4R.
|
static int |
nppiMaximumErrorGetBufferHostSize_32s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_32s_C1R.
|
static int |
nppiMaximumErrorGetBufferHostSize_32s_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_32s_C2R.
|
static int |
nppiMaximumErrorGetBufferHostSize_32s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_32s_C3R.
|
static int |
nppiMaximumErrorGetBufferHostSize_32s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_32s_C4R.
|
static int |
nppiMaximumErrorGetBufferHostSize_32sc_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_32sc_C1R.
|
static int |
nppiMaximumErrorGetBufferHostSize_32sc_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_32sc_C2R.
|
static int |
nppiMaximumErrorGetBufferHostSize_32sc_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_32sc_C3R.
|
static int |
nppiMaximumErrorGetBufferHostSize_32sc_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_32sc_C4R.
|
static int |
nppiMaximumErrorGetBufferHostSize_32u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_32u_C1R.
|
static int |
nppiMaximumErrorGetBufferHostSize_32u_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_32u_C2R.
|
static int |
nppiMaximumErrorGetBufferHostSize_32u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_32u_C3R.
|
static int |
nppiMaximumErrorGetBufferHostSize_32u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_32u_C4R.
|
static int |
nppiMaximumErrorGetBufferHostSize_64f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_64f_C1R.
|
static int |
nppiMaximumErrorGetBufferHostSize_64f_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_64f_C2R.
|
static int |
nppiMaximumErrorGetBufferHostSize_64f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_64f_C3R.
|
static int |
nppiMaximumErrorGetBufferHostSize_64f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_64f_C4R.
|
static int |
nppiMaximumErrorGetBufferHostSize_8s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_8s_C1R.
|
static int |
nppiMaximumErrorGetBufferHostSize_8s_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_8s_C2R.
|
static int |
nppiMaximumErrorGetBufferHostSize_8s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_8s_C3R.
|
static int |
nppiMaximumErrorGetBufferHostSize_8s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_8s_C4R.
|
static int |
nppiMaximumErrorGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_8u_C1R.
|
static int |
nppiMaximumErrorGetBufferHostSize_8u_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_8u_C2R.
|
static int |
nppiMaximumErrorGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_8u_C3R.
|
static int |
nppiMaximumErrorGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumError_8u_C4R.
|
static int |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeError_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 |
nppiMaximumRelativeErrorGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_16s_C1R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_16s_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_16s_C2R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_16s_C3R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_16s_C4R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_16sc_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_16sc_C1R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_16sc_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_16sc_C2R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_16sc_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_16sc_C3R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_16sc_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_16sc_C4R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_16u_C1R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_16u_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_16u_C2R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_16u_C3R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_16u_C4R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_32f_C1R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_32f_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_32f_C2R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_32f_C3R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_32f_C4R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_32fc_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_32fc_C1R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_32fc_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_32fc_C2R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_32fc_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_32fc_C3R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_32fc_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_32fc_C4R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_32s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_32s_C1R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_32s_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_32s_C2R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_32s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_32s_C3R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_32s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_32s_C4R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_32sc_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_32sc_C1R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_32sc_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_32sc_C2R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_32sc_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_32sc_C3R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_32sc_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_32sc_C4R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_32u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_32u_C1R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_32u_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_32u_C2R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_32u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_32u_C3R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_32u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_32u_C4R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_64f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_64f_C1R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_64f_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_64f_C2R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_64f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_64f_C3R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_64f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_64f_C4R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_8s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_8s_C1R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_8s_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_8s_C2R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_8s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_8s_C3R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_8s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_8s_C4R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_8u_C1R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_8u_C2R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_8u_C2R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_8u_C3R.
|
static int |
nppiMaximumRelativeErrorGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMaximumRelativeError_8u_C4R.
|
static int |
nppiMaxIndx_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMax,
int[] aIndexX,
int[] aIndexY)
Four-channel 16-bit signed image MaxIndx ignoring alpha channel.
|
static int |
nppiMaxIndx_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp16s> pMax,
int[] pIndexX,
int[] pIndexY)
One-channel 16-bit signed image MaxIndx.
|
static int |
nppiMaxIndx_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMax,
int[] aIndexX,
int[] aIndexY) |
static int |
nppiMaxIndx_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMax,
int[] aIndexX,
int[] aIndexY)
Four-channel 16-bit signed image MaxIndx.
|
static int |
nppiMaxIndx_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMax,
int[] aIndexX,
int[] aIndexY)
Four-channel 16-bit unsigned image MaxIndx ignoring alpha channel.
|
static int |
nppiMaxIndx_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp16u> pMax,
int[] pIndexX,
int[] pIndexY)
One-channel 16-bit unsigned image MaxIndx.
|
static int |
nppiMaxIndx_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMax,
int[] aIndexX,
int[] aIndexY)
Three-channel 16-bit unsigned image MaxIndx.
|
static int |
nppiMaxIndx_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMax,
int[] aIndexX,
int[] aIndexY)
Four-channel 16-bit unsigned image MaxIndx.
|
static int |
nppiMaxIndx_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMax,
int[] aIndexX,
int[] aIndexY) |
static int |
nppiMaxIndx_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp32f> pMax,
int[] pIndexX,
int[] pIndexY) |
static int |
nppiMaxIndx_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMax,
int[] aIndexX,
int[] aIndexY)
Three-channel 32-bit floating point image MaxIndx.
|
static int |
nppiMaxIndx_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMax,
int[] aIndexX,
int[] aIndexY)
Four-channel 32-bit floating point image MaxIndx.
|
static int |
nppiMaxIndx_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
byte[] aMax,
int[] aIndexX,
int[] aIndexY)
Four-channel 8-bit unsigned image MaxIndx ignoring alpha channel.
|
static int |
nppiMaxIndx_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp8u> pMax,
int[] pIndexX,
int[] pIndexY)
One-channel 8-bit unsigned image MaxIndx.
|
static int |
nppiMaxIndx_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
byte[] aMax,
int[] aIndexX,
int[] aIndexY)
Three-channel 8-bit unsigned image MaxIndx.
|
static int |
nppiMaxIndx_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
byte[] aMax,
int[] aIndexX,
int[] aIndexY)
Four-channel 8-bit unsigned image MaxIndx.
|
static int |
nppiMaxIndxGetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_16u_AC4R.
|
static int |
nppiMaxIndxGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_16s_C1R.
|
static int |
nppiMaxIndxGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer
|
static int |
nppiMaxIndxGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_16s_C4R.
|
static int |
nppiMaxIndxGetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_8u_AC4R.
|
static int |
nppiMaxIndxGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiMaxIndxGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_16u_C3R.
|
static int |
nppiMaxIndxGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_16u_C4R.
|
static int |
nppiMaxIndxGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_32f_AC4R.
|
static int |
nppiMaxIndxGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer
|
static int |
nppiMaxIndxGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_32f_C3R.
|
static int |
nppiMaxIndxGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_32f_C4R.
|
static int |
nppiMaxIndxGetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_8u_AC4R.
|
static int |
nppiMaxIndxGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_8u_C1R.
|
static int |
nppiMaxIndxGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer
|
static int |
nppiMaxIndxGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_8u_C4R.
|
static int |
nppiMean_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aMean)
Four-channel 16-bit signed image Mean ignoring alpha channel.
|
static int |
nppiMean_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean)
One-channel 16-bit signed image Mean.
|
static int |
nppiMean_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aMean)
Three-channel 16-bit signed image Mean.
|
static int |
nppiMean_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aMean)
Four-channel 16-bit signed image Mean.
|
static int |
nppiMean_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aMean) |
static int |
nppiMean_16u_C1MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean)
Masked one-channel 16-bit unsigned image Mean.
|
static int |
nppiMean_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean)
One-channel 16-bit unsigned image Mean.
|
static int |
nppiMean_16u_C3CMR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean) |
static int |
nppiMean_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aMean)
Three-channel 16-bit unsigned image Mean.
|
static int |
nppiMean_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aMean)
Four-channel 16-bit unsigned image Mean.
|
static int |
nppiMean_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aMean)
Four-channel 32-bit floating point image Mean ignoring alpha channel.
|
static int |
nppiMean_32f_C1MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean) |
static int |
nppiMean_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean)
One-channel 32-bit floating point image Mean.
|
static int |
nppiMean_32f_C3CMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean) |
static int |
nppiMean_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aMean)
Three-channel 32-bit floating point image Mean.
|
static int |
nppiMean_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aMean) |
static int |
nppiMean_8s_C1MR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean)
Masked one-channel 8-bit signed image Mean.
|
static int |
nppiMean_8s_C3CMR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean)
Masked three-channel 8-bit signed image Mean affecting only single channel.
|
static int |
nppiMean_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aMean)
Four-channel 8-bit unsigned image Mean ignoring alpha channel.
|
static int |
nppiMean_8u_C1MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean)
Masked one-channel 8-bit unsigned image Mean.
|
static int |
nppiMean_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean)
One-channel 8-bit unsigned image Mean.
|
static int |
nppiMean_8u_C3CMR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean)
Masked three-channel 8-bit unsigned image Mean affecting only single channel.
|
static int |
nppiMean_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aMean)
Three-channel 8-bit unsigned image Mean.
|
static int |
nppiMean_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aMean)
Four-channel 8-bit unsigned image Mean.
|
static int |
nppiMean_StdDev_16u_C1MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
Masked one-channel 16-bit unsigned image Mean_StdDev.
|
static int |
nppiMean_StdDev_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev) |
static int |
nppiMean_StdDev_16u_C3CMR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
Masked three-channel 16-bit unsigned image Mean_StdDev.
|
static int |
nppiMean_StdDev_16u_C3CR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
Three-channel 16-bit unsigned image Mean_StdDev affecting only single channel.
|
static int |
nppiMean_StdDev_32f_C1MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev) |
static int |
nppiMean_StdDev_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev) |
static int |
nppiMean_StdDev_32f_C3CMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
Masked three-channel 32-bit floating point image Mean_StdDev.
|
static int |
nppiMean_StdDev_32f_C3CR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
Three-channel 32-bit floating point image Mean_StdDev affecting only single channel.
|
static int |
nppiMean_StdDev_8s_C1MR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
Masked one-channel 8-bit signed image Mean_StdDev.
|
static int |
nppiMean_StdDev_8s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
One-channel 8-bit signed image Mean_StdDev.
|
static int |
nppiMean_StdDev_8s_C3CMR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
Masked three-channel 8-bit signed image Mean_StdDev.
|
static int |
nppiMean_StdDev_8s_C3CR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
Three-channel 8-bit signed image Mean_StdDev affecting only single channel.
|
static int |
nppiMean_StdDev_8u_C1MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
Masked one-channel 8-bit unsigned image Mean_StdDev.
|
static int |
nppiMean_StdDev_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev) |
static int |
nppiMean_StdDev_8u_C3CMR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
Masked three-channel 8-bit unsigned image Mean_StdDev.
|
static int |
nppiMean_StdDev_8u_C3CR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
Three-channel 8-bit unsigned image Mean_StdDev affecting only single channel.
|
static int |
nppiMeanGetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_16s_AC4R.
|
static int |
nppiMeanGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_16s_C1R.
|
static int |
nppiMeanGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiMeanGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_16s_C4R.
|
static int |
nppiMeanGetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_16u_AC4R.
|
static int |
nppiMeanGetBufferHostSize_16u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_16u_C1MR.
|
static int |
nppiMeanGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_16u_C1R.
|
static int |
nppiMeanGetBufferHostSize_16u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_16u_C3CMR.
|
static int |
nppiMeanGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_16u_C3R.
|
static int |
nppiMeanGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_16u_C4R.
|
static int |
nppiMeanGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_32f_AC4R.
|
static int |
nppiMeanGetBufferHostSize_32f_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_32f_C1MR.
|
static int |
nppiMeanGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiMeanGetBufferHostSize_32f_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiMeanGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_32f_C3R.
|
static int |
nppiMeanGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiMeanGetBufferHostSize_8s_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_8s_C1MR.
|
static int |
nppiMeanGetBufferHostSize_8s_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_8s_C3CMR.
|
static int |
nppiMeanGetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_8u_AC4R.
|
static int |
nppiMeanGetBufferHostSize_8u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_8u_C1MR.
|
static int |
nppiMeanGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_8u_C1R.
|
static int |
nppiMeanGetBufferHostSize_8u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_8u_C3CMR.
|
static int |
nppiMeanGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_8u_C3R.
|
static int |
nppiMeanGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer
|
static int |
nppiMeanStdDevGetBufferHostSize_16u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer
|
static int |
nppiMeanStdDevGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiMeanStdDevGetBufferHostSize_16u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer
|
static int |
nppiMeanStdDevGetBufferHostSize_16u_C3CR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_StdDev_16u_C3CR.
|
static int |
nppiMeanStdDevGetBufferHostSize_32f_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_StdDev_32f_C1MR.
|
static int |
nppiMeanStdDevGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_StdDev_32f_C1R.
|
static int |
nppiMeanStdDevGetBufferHostSize_32f_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_StdDev_32f_C3CMR.
|
static int |
nppiMeanStdDevGetBufferHostSize_32f_C3CR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_StdDev_32f_C3CR.
|
static int |
nppiMeanStdDevGetBufferHostSize_8s_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_StdDev_8s_C1MR.
|
static int |
nppiMeanStdDevGetBufferHostSize_8s_C1R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiMeanStdDevGetBufferHostSize_8s_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_StdDev_8s_C3CMR.
|
static int |
nppiMeanStdDevGetBufferHostSize_8s_C3CR(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiMeanStdDevGetBufferHostSize_8u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_StdDev_8u_C1MR.
|
static int |
nppiMeanStdDevGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_StdDev_8u_C1R.
|
static int |
nppiMeanStdDevGetBufferHostSize_8u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_StdDev_8u_C3CMR.
|
static int |
nppiMeanStdDevGetBufferHostSize_8u_C3CR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMean_StdDev_8u_C3CR.
|
static int |
nppiMin_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMin)
Four-channel 16-bit signed image min ignoring alpha channel.
|
static int |
nppiMin_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp16s> pMin)
One-channel 16-bit signed image min.
|
static int |
nppiMin_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMin)
Three-channel 16-bit signed image min.
|
static int |
nppiMin_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMin) |
static int |
nppiMin_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMin) |
static int |
nppiMin_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp16u> pMin)
One-channel 16-bit unsigned image min.
|
static int |
nppiMin_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMin)
Three-channel 16-bit unsigned image min.
|
static int |
nppiMin_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMin)
Four-channel 16-bit unsigned image min.
|
static int |
nppiMin_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMin)
Four-channel 32-bit floating point image min ignoring alpha channel.
|
static int |
nppiMin_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp32f> pMin) |
static int |
nppiMin_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMin) |
static int |
nppiMin_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMin)
Four-channel 32-bit floating point image min.
|
static int |
nppiMin_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
byte[] aMin)
Four-channel 8-bit unsigned image min ignoring alpha channel.
|
static int |
nppiMin_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp8u> pMin)
One-channel 8-bit unsigned image min.
|
static int |
nppiMin_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
byte[] aMin)
Three-channel 8-bit unsigned image min.
|
static int |
nppiMin_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
byte[] aMin)
Four-channel 8-bit unsigned image min.
|
static int |
nppiMinEvery_16s_AC4IR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four-channel 16-bit signed image MinEvery ignoring alpha channel.
|
static int |
nppiMinEvery_16s_C1IR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One-channel 16-bit signed image MinEvery.
|
static int |
nppiMinEvery_16s_C3IR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three-channel 16-bit signed image MinEvery.
|
static int |
nppiMinEvery_16s_C4IR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI) |
static int |
nppiMinEvery_16u_AC4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four-channel 16-bit unsigned image MinEvery ignoring alpha channel.
|
static int |
nppiMinEvery_16u_C1IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One-channel 16-bit unsigned image MinEvery.
|
static int |
nppiMinEvery_16u_C3IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three-channel 16-bit unsigned image MinEvery.
|
static int |
nppiMinEvery_16u_C4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four-channel 16-bit unsigned image MinEvery.
|
static int |
nppiMinEvery_32f_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four-channel 32-bit floating point image MinEvery ignoring alpha channel.
|
static int |
nppiMinEvery_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One-channel 32-bit floating point image MinEvery.
|
static int |
nppiMinEvery_32f_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three-channel 32-bit floating point image MinEvery.
|
static int |
nppiMinEvery_32f_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four-channel 32-bit floating point image MinEvery.
|
static int |
nppiMinEvery_8u_AC4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four-channel 8-bit unsigned image MinEvery ignoring alpha channel.
|
static int |
nppiMinEvery_8u_C1IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One-channel 8-bit unsigned image MinEvery.
|
static int |
nppiMinEvery_8u_C3IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three-channel 8-bit unsigned image MinEvery.
|
static int |
nppiMinEvery_8u_C4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four-channel 8-bit unsigned image MinEvery.
|
static int |
nppiMinGetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer
|
static int |
nppiMinGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiMinGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMin_16s_C3R.
|
static int |
nppiMinGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMin_16s_C4R.
|
static int |
nppiMinGetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiMinGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMin_16u_C1R.
|
static int |
nppiMinGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMin_16u_C3R.
|
static int |
nppiMinGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMin_16u_C4R.
|
static int |
nppiMinGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMin_32f_AC4R.
|
static int |
nppiMinGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMin_32f_C1R.
|
static int |
nppiMinGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMin_32f_C3R.
|
static int |
nppiMinGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMin_32f_C4R.
|
static int |
nppiMinGetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiMinGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiMinGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMin_8u_C3R.
|
static int |
nppiMinGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMin_8u_C4R.
|
static int |
nppiMinIndx_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMin,
int[] aIndexX,
int[] aIndexY)
Four-channel 16-bit signed image MinIndx ignoring alpha channel.
|
static int |
nppiMinIndx_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp16s> pMin,
int[] pIndexX,
int[] pIndexY) |
static int |
nppiMinIndx_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMin,
int[] aIndexX,
int[] aIndexY)
Three-channel 16-bit signed image MinIndx.
|
static int |
nppiMinIndx_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMin,
int[] aIndexX,
int[] aIndexY)
Four-channel 16-bit signed image MinIndx.
|
static int |
nppiMinIndx_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMin,
int[] aIndexX,
int[] aIndexY)
Four-channel 16-bit unsigned image MinIndx ignoring alpha channel.
|
static int |
nppiMinIndx_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp16u> pMin,
int[] pIndexX,
int[] pIndexY) |
static int |
nppiMinIndx_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMin,
int[] aIndexX,
int[] aIndexY) |
static int |
nppiMinIndx_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMin,
int[] aIndexX,
int[] aIndexY) |
static int |
nppiMinIndx_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMin,
int[] aIndexX,
int[] aIndexY)
Four-channel 32-bit floating point image MinIndx ignoring alpha channel.
|
static int |
nppiMinIndx_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp32f> pMin,
int[] pIndexX,
int[] pIndexY)
One-channel 32-bit floating point image MinIndx.
|
static int |
nppiMinIndx_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMin,
int[] aIndexX,
int[] aIndexY) |
static int |
nppiMinIndx_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMin,
int[] aIndexX,
int[] aIndexY) |
static int |
nppiMinIndx_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
byte[] aMin,
int[] aIndexX,
int[] aIndexY) |
static int |
nppiMinIndx_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp8u> pMin,
int[] pIndexX,
int[] pIndexY)
One-channel 8-bit unsigned image MinIndx.
|
static int |
nppiMinIndx_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
byte[] aMin,
int[] aIndexX,
int[] aIndexY)
Three-channel 8-bit unsigned image MinIndx.
|
static int |
nppiMinIndx_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
byte[] aMin,
int[] aIndexX,
int[] aIndexY) |
static int |
nppiMinIndxGetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiMinIndxGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiMinIndxGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the dvice scratch buffer size (in bytes) for nppiMinIndx_16s_C3R.
|
static int |
nppiMinIndxGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the dvice scratch buffer size (in bytes) for nppiMinIndx_16s_C4R.
|
static int |
nppiMinIndxGetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the dvice scratch buffer size (in bytes) for nppiMinIndx_8u_AC4R.
|
static int |
nppiMinIndxGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the dvice scratch buffer size (in bytes) for nppiMinIndx_16u_C1R.
|
static int |
nppiMinIndxGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the dvice scratch buffer size (in bytes) for nppiMinIndx_16u_C3R.
|
static int |
nppiMinIndxGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the dvice scratch buffer size (in bytes) for nppiMinIndx_16u_C4R.
|
static int |
nppiMinIndxGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the dvice scratch buffer size (in bytes) for nppiMinIndx_32f_AC4R.
|
static int |
nppiMinIndxGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiMinIndxGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiMinIndxGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the dvice scratch buffer size (in bytes) for nppiMinIndx_32f_C4R.
|
static int |
nppiMinIndxGetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the dvice scratch buffer size (in bytes) for nppiMinIndx_8u_AC4R.
|
static int |
nppiMinIndxGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiMinIndxGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiMinIndxGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer
|
static int |
nppiMinMax_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
short[] aMin,
short[] aMax,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit signed image MinMax ignoring alpha channel.
|
static int |
nppiMinMax_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp16s> pMin,
TypedPointer<Npp16s> pMax,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 16-bit signed image MinMax.
|
static int |
nppiMinMax_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
short[] aMin,
short[] aMax,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 16-bit signed image MinMax.
|
static int |
nppiMinMax_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
short[] aMin,
short[] aMax,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit signed image MinMax.
|
static int |
nppiMinMax_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
short[] aMin,
short[] aMax,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit unsigned image MinMax ignoring alpha channel.
|
static int |
nppiMinMax_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp16u> pMin,
TypedPointer<Npp16u> pMax,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 16-bit unsigned image MinMax.
|
static int |
nppiMinMax_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
short[] aMin,
short[] aMax,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 16-bit unsigned image MinMax.
|
static int |
nppiMinMax_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
short[] aMin,
short[] aMax,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit unsigned image MinMax.
|
static int |
nppiMinMax_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
float[] aMin,
float[] aMax,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit floating point image MinMax ignoring alpha channel.
|
static int |
nppiMinMax_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pMin,
TypedPointer<Npp32f> pMax,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit floating point image MinMax.
|
static int |
nppiMinMax_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
float[] aMin,
float[] aMax,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit floating point image MinMax.
|
static int |
nppiMinMax_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
float[] aMin,
float[] aMax,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiMinMax_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
byte[] aMin,
byte[] aMax,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit unsigned image MinMax ignoring alpha channel.
|
static int |
nppiMinMax_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMin,
TypedPointer<Npp8u> pMax,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 8-bit unsigned image MinMax.
|
static int |
nppiMinMax_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
byte[] aMin,
byte[] aMax,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiMinMax_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
byte[] aMin,
byte[] aMax,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit unsigned image MinMax.
|
static int |
nppiMinMaxGetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer
|
static int |
nppiMinMaxGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMinMax_16s_C1R.
|
static int |
nppiMinMaxGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMinMax_16s_C3R.
|
static int |
nppiMinMaxGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMinMax_16s_C4R.
|
static int |
nppiMinMaxGetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiMinMaxGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMinMax_16u_C1R.
|
static int |
nppiMinMaxGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMinMax_16u_C3R.
|
static int |
nppiMinMaxGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMinMax_16u_C4R.
|
static int |
nppiMinMaxGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMinMax_32f_AC4R.
|
static int |
nppiMinMaxGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMinMax_32f_C1R.
|
static int |
nppiMinMaxGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMinMax_32f_C3R.
|
static int |
nppiMinMaxGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMinMax_32f_C4R.
|
static int |
nppiMinMaxGetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiMinMaxGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMinMax_8u_C1R.
|
static int |
nppiMinMaxGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMinMax_8u_C3R.
|
static int |
nppiMinMaxGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMinMax_8u_C4R.
|
static int |
nppiMinMaxIndx_16u_C1MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp16u> pMinValue,
TypedPointer<Npp16u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 16-bit unsigned image MinMaxIndx.
|
static int |
nppiMinMaxIndx_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp16u> pMinValue,
TypedPointer<Npp16u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Computes the minimal and the maximal pixel values with their X and Y coordinates of 1-channel 16-bit unsigned short image.
|
static int |
nppiMinMaxIndx_16u_C3CMR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp16u> pMinValue,
TypedPointer<Npp16u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 16-bit unsigned image MinMaxIndx affecting only single channel.
|
static int |
nppiMinMaxIndx_16u_C3CR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp16u> pMinValue,
TypedPointer<Npp16u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 16-bit unsigned image MinMaxIndx affecting only single channel.
|
static int |
nppiMinMaxIndx_32f_C1MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pMinValue,
TypedPointer<Npp32f> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 32-bit floating point image MinMaxIndx.
|
static int |
nppiMinMaxIndx_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pMinValue,
TypedPointer<Npp32f> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiMinMaxIndx_32f_C3CMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp32f> pMinValue,
TypedPointer<Npp32f> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 32-bit floating point image MinMaxIndx affecting only single channel.
|
static int |
nppiMinMaxIndx_32f_C3CR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp32f> pMinValue,
TypedPointer<Npp32f> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiMinMaxIndx_8s_C1MR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8s> pMinValue,
TypedPointer<Npp8s> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiMinMaxIndx_8s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8s> pMinValue,
TypedPointer<Npp8s> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Computes the minimal and the maximal pixel values with their X and Y coordinates of 1-channel 8-bit signed char image.
|
static int |
nppiMinMaxIndx_8s_C3CMR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8s> pMinValue,
TypedPointer<Npp8s> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 8-bit signed image MinMaxIndx affecting only single channel.
|
static int |
nppiMinMaxIndx_8s_C3CR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8s> pMinValue,
TypedPointer<Npp8s> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 8-bit signed image MinMaxIndx affecting only single channel.
|
static int |
nppiMinMaxIndx_8u_C1MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMinValue,
TypedPointer<Npp8u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiMinMaxIndx_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMinValue,
TypedPointer<Npp8u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Computes the minimal and the maximal pixel values with their X and Y coordinates of 1-channel 8-bit unsigned char image.
|
static int |
nppiMinMaxIndx_8u_C3CMR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pMinValue,
TypedPointer<Npp8u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 8-bit unsigned image MinMaxIndx affecting only single channel.
|
static int |
nppiMinMaxIndx_8u_C3CR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pMinValue,
TypedPointer<Npp8u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 8-bit unsigned image MinMaxIndx affecting only single channel.
|
static int |
nppiMinMaxIndxGetBufferHostSize_16u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMinMaxIndx_16u_C1MR.
|
static int |
nppiMinMaxIndxGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiMinMaxIndxGetBufferHostSize_16u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiMinMaxIndxGetBufferHostSize_16u_C3CR(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiMinMaxIndxGetBufferHostSize_32f_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMinMaxIndx_32f_C1MR.
|
static int |
nppiMinMaxIndxGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMinMaxIndx_32f_C1R.
|
static int |
nppiMinMaxIndxGetBufferHostSize_32f_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMinMaxIndx_32f_C3CMR.
|
static int |
nppiMinMaxIndxGetBufferHostSize_32f_C3CR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMinMaxIndx_32f_C3CR.
|
static int |
nppiMinMaxIndxGetBufferHostSize_8s_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMinMaxIndx_8s_C1MR.
|
static int |
nppiMinMaxIndxGetBufferHostSize_8s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMinMaxIndx_8s_C1R.
|
static int |
nppiMinMaxIndxGetBufferHostSize_8s_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMinMaxIndx_8s_C3CMR.
|
static int |
nppiMinMaxIndxGetBufferHostSize_8s_C3CR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMinMaxIndx_8s_C3CR.
|
static int |
nppiMinMaxIndxGetBufferHostSize_8u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiMinMaxIndxGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMinMaxIndx_8u_C1R.
|
static int |
nppiMinMaxIndxGetBufferHostSize_8u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMinMaxIndx_8u_C3CMR.
|
static int |
nppiMinMaxIndxGetBufferHostSize_8u_C3CR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiMinMaxIndx_8u_C3CR.
|
static int |
nppiMirror_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oROI,
int flip)
4 channel 16-bit signed in place image mirror not affecting alpha.
|
static int |
nppiMirror_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 16-bit signed image mirror not affecting alpha.
|
static int |
nppiMirror_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oROI,
int flip)
1 channel 16-bit signed in place image mirror.
|
static int |
nppiMirror_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oROI,
int flip)
1 channel 16-bit signed image mirror.
|
static int |
nppiMirror_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oROI,
int flip) |
static int |
nppiMirror_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oROI,
int flip)
3 channel 16-bit signed image mirror.
|
static int |
nppiMirror_16s_C4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oROI,
int flip) |
static int |
nppiMirror_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oROI,
int flip) |
static int |
nppiMirror_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oROI,
int flip)
4 channel 16-bit unsigned in place image mirror not affecting alpha.
|
static int |
nppiMirror_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
int flip) |
static int |
nppiMirror_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oROI,
int flip)
1 channel 16-bit unsigned in place image mirror.
|
static int |
nppiMirror_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
1 channel 16-bit unsigned image mirror.
|
static int |
nppiMirror_16u_C3IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oROI,
int flip) |
static int |
nppiMirror_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
3 channel 16-bit unsigned image mirror.
|
static int |
nppiMirror_16u_C4IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oROI,
int flip) |
static int |
nppiMirror_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 16-bit unsigned image mirror.
|
static int |
nppiMirror_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oROI,
int flip)
4 channel 32-bit float in place image mirror not affecting alpha.
|
static int |
nppiMirror_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 32-bit float image mirror not affecting alpha.
|
static int |
nppiMirror_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oROI,
int flip)
1 channel 32-bit float in place image mirror.
|
static int |
nppiMirror_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int flip) |
static int |
nppiMirror_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oROI,
int flip) |
static int |
nppiMirror_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int flip)
3 channel 32-bit float image mirror.
|
static int |
nppiMirror_32f_C4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oROI,
int flip) |
static int |
nppiMirror_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int flip) |
static int |
nppiMirror_32s_AC4IR(TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oROI,
int flip) |
static int |
nppiMirror_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 32-bit image mirror not affecting alpha.
|
static int |
nppiMirror_32s_C1IR(TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oROI,
int flip)
1 channel 32-bit signed in place image mirror.
|
static int |
nppiMirror_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oROI,
int flip) |
static int |
nppiMirror_32s_C3IR(TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oROI,
int flip)
3 channel 32-bit signed in place image mirror.
|
static int |
nppiMirror_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oROI,
int flip) |
static int |
nppiMirror_32s_C4IR(TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oROI,
int flip)
4 channel 32-bit signed in place image mirror.
|
static int |
nppiMirror_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 32-bit image mirror.
|
static int |
nppiMirror_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oROI,
int flip) |
static int |
nppiMirror_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 8-bit unsigned image mirror not affecting alpha.
|
static int |
nppiMirror_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oROI,
int flip) |
static int |
nppiMirror_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
int flip) |
static int |
nppiMirror_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oROI,
int flip)
3 channel 8-bit unsigned in place image mirror.
|
static int |
nppiMirror_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
3 channel 8-bit unsigned image mirror.
|
static int |
nppiMirror_8u_C4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oROI,
int flip)
4 channel 8-bit unsigned in place image mirror.
|
static int |
nppiMirror_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
int flip) |
static int |
nppiMul_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiMul_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiMul_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiMul_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiMul_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_32f_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image multiplication.
|
static int |
nppiMul_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image multiplication.
|
static int |
nppiMul_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image multiplication.
|
static int |
nppiMul_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image multiplication.
|
static int |
nppiMul_32f_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI) |
static int |
nppiMul_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image multiplication.
|
static int |
nppiMul_32f_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image multiplication.
|
static int |
nppiMul_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image multiplication.
|
static int |
nppiMul_32fc_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiplication.
|
static int |
nppiMul_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiplication.
|
static int |
nppiMul_32fc_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication.
|
static int |
nppiMul_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication.
|
static int |
nppiMul_32fc_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication.
|
static int |
nppiMul_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication.
|
static int |
nppiMul_32fc_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication.
|
static int |
nppiMul_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiMul_32s_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead.
1 channel 32-bit image multiplication.
|
static int |
nppiMul_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_32s_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiMul_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_8u_C1IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiMul_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiMul_8u_C3IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiMul_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_8u_C4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiMul_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiMulC_16s_AC4IRSfs(short[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_16s_C1IRSfs(short nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_16s_C3IRSfs(short[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_16s_C4IRSfs(short[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_16sc_AC4IRSfs(Npp16sc[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_16sc_C1IRSfs(Npp16sc nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_16sc_C3IRSfs(Npp16sc[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiMulC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_16u_AC4IRSfs(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiMulC_16u_C1IRSfs(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_16u_C3IRSfs(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiMulC_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 multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_16u_C4IRSfs(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_32f_AC4IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image multiply by constant.
|
static int |
nppiMulC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image multiply by constant.
|
static int |
nppiMulC_32f_C1IR(float nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image multiply by constant.
|
static int |
nppiMulC_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image multiply by constant.
|
static int |
nppiMulC_32f_C3IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image multiply by constant.
|
static int |
nppiMulC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image multiply by constant.
|
static int |
nppiMulC_32f_C4IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image multiply by constant.
|
static int |
nppiMulC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiMulC_32fc_AC4IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI) |
static int |
nppiMulC_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 multiply by constant.
|
static int |
nppiMulC_32fc_C1IR(Npp32fc nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI) |
static int |
nppiMulC_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant.
|
static int |
nppiMulC_32fc_C3IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant.
|
static int |
nppiMulC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant.
|
static int |
nppiMulC_32fc_C4IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant.
|
static int |
nppiMulC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant.
|
static int |
nppiMulC_32s_C1IRSfs(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_32s_C3IRSfs(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel in place image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_32sc_AC4IRSfs(Npp32sc[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_32sc_C1IRSfs(Npp32sc nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_32sc_C3IRSfs(Npp32sc[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_8u_AC4IRSfs(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_8u_C1IRSfs(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_8u_C3IRSfs(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_8u_C4IRSfs(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value.
|
static int |
nppiMulCScale_16u_AC4IR(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha in place image multiply by constant and scale by max bit width value.
|
static int |
nppiMulCScale_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiMulCScale_16u_C1IR(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI) |
static int |
nppiMulCScale_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image multiply by constant and scale by max bit width value.
|
static int |
nppiMulCScale_16u_C3IR(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value.
|
static int |
nppiMulCScale_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image multiply by constant and scale by max bit width value.
|
static int |
nppiMulCScale_16u_C4IR(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value.
|
static int |
nppiMulCScale_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image multiply by constant and scale by max bit width value.
|
static int |
nppiMulCScale_8u_AC4IR(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha in place image multiply by constant, scale and scale by max bit width value.
|
static int |
nppiMulCScale_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiMulCScale_8u_C1IR(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image multiply by constant and scale by max bit width value.
|
static int |
nppiMulCScale_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiMulCScale_8u_C3IR(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel 8-bit unsigned char in place image multiply by constant and scale by max bit width value.
|
static int |
nppiMulCScale_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image multiply by constant and scale by max bit width value.
|
static int |
nppiMulCScale_8u_C4IR(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image multiply by constant and scale by max bit width value.
|
static int |
nppiMulCScale_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image multiply by constant and scale by max bit width value.
|
static int |
nppiMulScale_16u_AC4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI) |
static int |
nppiMulScale_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha image multiplication then scale by maximum value for pixel bit width.
|
static int |
nppiMulScale_16u_C1IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width.
|
static int |
nppiMulScale_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width.
|
static int |
nppiMulScale_16u_C3IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width.
|
static int |
nppiMulScale_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width.
|
static int |
nppiMulScale_16u_C4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width.
|
static int |
nppiMulScale_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width.
|
static int |
nppiMulScale_8u_AC4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha in place image multiplication then scale by maximum value for pixel bit width.
|
static int |
nppiMulScale_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha image multiplication then scale by maximum value for pixel bit width.
|
static int |
nppiMulScale_8u_C1IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width.
|
static int |
nppiMulScale_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width.
|
static int |
nppiMulScale_8u_C3IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width.
|
static int |
nppiMulScale_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width.
|
static int |
nppiMulScale_8u_C4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width.
|
static int |
nppiMulScale_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width.
|
static int |
nppiNorm_Inf_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiNorm_Inf_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 16-bit signed image Norm_Inf.
|
static int |
nppiNorm_Inf_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiNorm_Inf_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit signed image Norm_Inf.
|
static int |
nppiNorm_Inf_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit unsigned image Norm_Inf ignoring alpha channel.
|
static int |
nppiNorm_Inf_16u_C1MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 16-bit unsigned image Norm_Inf.
|
static int |
nppiNorm_Inf_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 16-bit unsigned image Norm_Inf.
|
static int |
nppiNorm_Inf_16u_C3CMR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 16-bit unsigned image Norm_Inf affecting only single channel.
|
static int |
nppiNorm_Inf_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 16-bit unsigned image Norm_Inf.
|
static int |
nppiNorm_Inf_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit unsigned image Norm_Inf.
|
static int |
nppiNorm_Inf_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiNorm_Inf_32f_C1MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiNorm_Inf_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit floating point image Norm_Inf.
|
static int |
nppiNorm_Inf_32f_C3CMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiNorm_Inf_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit floating point image Norm_Inf.
|
static int |
nppiNorm_Inf_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit floating point image Norm_Inf.
|
static int |
nppiNorm_Inf_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit signed image Norm_Inf.
|
static int |
nppiNorm_Inf_8s_C1MR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 8-bit signed image Norm_Inf.
|
static int |
nppiNorm_Inf_8s_C3CMR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 8-bit signed image Norm_Inf affecting only single channel.
|
static int |
nppiNorm_Inf_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit unsigned image Norm_Inf ignoring alpha channel.
|
static int |
nppiNorm_Inf_8u_C1MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 8-bit unsigned image Norm_Inf.
|
static int |
nppiNorm_Inf_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 8-bit unsigned image Norm_Inf.
|
static int |
nppiNorm_Inf_8u_C3CMR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 8-bit unsigned image Norm_Inf affecting only single channel.
|
static int |
nppiNorm_Inf_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 8-bit unsigned image Norm_Inf.
|
static int |
nppiNorm_Inf_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit unsigned image Norm_Inf.
|
static int |
nppiNorm_L1_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit signed image Norm_L1 ignoring alpha channel.
|
static int |
nppiNorm_L1_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 16-bit signed image Norm_L1.
|
static int |
nppiNorm_L1_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 16-bit signed image Norm_L1.
|
static int |
nppiNorm_L1_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit signed image Norm_L1.
|
static int |
nppiNorm_L1_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit unsigned image Norm_L1 ignoring alpha channel.
|
static int |
nppiNorm_L1_16u_C1MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 16-bit unsigned image Norm_L1.
|
static int |
nppiNorm_L1_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 16-bit unsigned image Norm_L1.
|
static int |
nppiNorm_L1_16u_C3CMR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 16-bit unsigned image Norm_L1 affecting only single channel.
|
static int |
nppiNorm_L1_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 16-bit unsigned image Norm_L1.
|
static int |
nppiNorm_L1_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit unsigned image Norm_L1.
|
static int |
nppiNorm_L1_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit floating point image Norm_L1 ignoring alpha channel.
|
static int |
nppiNorm_L1_32f_C1MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiNorm_L1_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit floating point image Norm_L1.
|
static int |
nppiNorm_L1_32f_C3CMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 32-bit floating point image Norm_L1 affecting only single channel.
|
static int |
nppiNorm_L1_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiNorm_L1_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit floating point image Norm_L1.
|
static int |
nppiNorm_L1_8s_C1MR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 8-bit signed image Norm_L1.
|
static int |
nppiNorm_L1_8s_C3CMR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 8-bit signed image Norm_L1 affecting only single channel.
|
static int |
nppiNorm_L1_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit unsigned image Norm_L1 ignoring alpha channel.
|
static int |
nppiNorm_L1_8u_C1MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 8-bit unsigned image Norm_L1.
|
static int |
nppiNorm_L1_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 8-bit unsigned image Norm_L1.
|
static int |
nppiNorm_L1_8u_C3CMR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 8-bit unsigned image Norm_L1 affecting only single channel.
|
static int |
nppiNorm_L1_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 8-bit unsigned image Norm_L1.
|
static int |
nppiNorm_L1_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit unsigned image Norm_L1.
|
static int |
nppiNorm_L2_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit signed image Norm_L2 ignoring alpha channel.
|
static int |
nppiNorm_L2_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 16-bit signed image Norm_L2.
|
static int |
nppiNorm_L2_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 16-bit signed image Norm_L2.
|
static int |
nppiNorm_L2_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit signed image Norm_L2.
|
static int |
nppiNorm_L2_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit unsigned image Norm_L2 ignoring alpha channel.
|
static int |
nppiNorm_L2_16u_C1MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 16-bit unsigned image Norm_L2.
|
static int |
nppiNorm_L2_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 16-bit unsigned image Norm_L2.
|
static int |
nppiNorm_L2_16u_C3CMR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiNorm_L2_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiNorm_L2_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit unsigned image Norm_L2.
|
static int |
nppiNorm_L2_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit floating point image Norm_L2 ignoring alpha channel.
|
static int |
nppiNorm_L2_32f_C1MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 32-bit floating point image Norm_L2.
|
static int |
nppiNorm_L2_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit floating point image Norm_L2.
|
static int |
nppiNorm_L2_32f_C3CMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiNorm_L2_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit floating point image Norm_L2.
|
static int |
nppiNorm_L2_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit floating point image Norm_L2.
|
static int |
nppiNorm_L2_8s_C1MR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 8-bit signed image Norm_L2.
|
static int |
nppiNorm_L2_8s_C3CMR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 8-bit signed image Norm_L2.
|
static int |
nppiNorm_L2_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiNorm_L2_8u_C1MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 8-bit unsigned image Norm_L2.
|
static int |
nppiNorm_L2_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 8-bit unsigned image Norm_L2.
|
static int |
nppiNorm_L2_8u_C3CMR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 8-bit unsigned image Norm_L2.
|
static int |
nppiNorm_L2_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 8-bit unsigned image Norm_L2.
|
static int |
nppiNorm_L2_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit unsigned image Norm_L2.
|
static int |
nppiNormDiff_Inf_16s_AC4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit signed image NormDiff_Inf ignoring alpha channel.
|
static int |
nppiNormDiff_Inf_16s_C1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 16-bit signed image NormDiff_Inf.
|
static int |
nppiNormDiff_Inf_16s_C3R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 16-bit signed image NormDiff_Inf.
|
static int |
nppiNormDiff_Inf_16s_C4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiNormDiff_Inf_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit unsigned image NormDiff_Inf ignoring alpha channel.
|
static int |
nppiNormDiff_Inf_16u_C1MR(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 16-bit unsigned images NormDiff_Inf.
|
static int |
nppiNormDiff_Inf_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiNormDiff_Inf_16u_C3CMR(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 16-bit unsigned image NormDiff_Inf affecting only single channel.
|
static int |
nppiNormDiff_Inf_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiNormDiff_Inf_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit unsigned image NormDiff_Inf.
|
static int |
nppiNormDiff_Inf_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit floating point image NormDiff_Inf ignoring alpha channel.
|
static int |
nppiNormDiff_Inf_32f_C1MR(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 32-bit floating point images NormDiff_Inf.
|
static int |
nppiNormDiff_Inf_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit floating point image NormDiff_Inf.
|
static int |
nppiNormDiff_Inf_32f_C3CMR(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 32-bit floating point image NormDiff_Inf affecting only single channel.
|
static int |
nppiNormDiff_Inf_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiNormDiff_Inf_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit floating point image NormDiff_Inf.
|
static int |
nppiNormDiff_Inf_8s_C1MR(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiNormDiff_Inf_8s_C3CMR(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 8-bit signed image NormDiff_Inf affecting only single channel.
|
static int |
nppiNormDiff_Inf_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit unsigned image NormDiff_Inf ignoring alpha channel.
|
static int |
nppiNormDiff_Inf_8u_C1MR(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 8-bit unsigned images NormDiff_Inf.
|
static int |
nppiNormDiff_Inf_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 8-bit unsigned image NormDiff_Inf.
|
static int |
nppiNormDiff_Inf_8u_C3CMR(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 8-bit unsigned image NormDiff_Inf affecting only single channel.
|
static int |
nppiNormDiff_Inf_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 8-bit unsigned image NormDiff_Inf.
|
static int |
nppiNormDiff_Inf_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit unsigned image NormDiff_Inf.
|
static int |
nppiNormDiff_L1_16s_AC4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit signed image NormDiff_L1 ignoring alpha channel.
|
static int |
nppiNormDiff_L1_16s_C1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 16-bit signed image NormDiff_L1.
|
static int |
nppiNormDiff_L1_16s_C3R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 16-bit signed image NormDiff_L1.
|
static int |
nppiNormDiff_L1_16s_C4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit signed image NormDiff_L1.
|
static int |
nppiNormDiff_L1_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit unsigned image NormDiff_L1 ignoring alpha channel.
|
static int |
nppiNormDiff_L1_16u_C1MR(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 16-bit unsigned image NormDiff_L1.
|
static int |
nppiNormDiff_L1_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 16-bit unsigned image NormDiff_L1.
|
static int |
nppiNormDiff_L1_16u_C3CMR(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 16-bit unsigned image NormDiff_L1 affecting only single channel.
|
static int |
nppiNormDiff_L1_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 16-bit unsigned image NormDiff_L1.
|
static int |
nppiNormDiff_L1_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit unsigned image NormDiff_L1.
|
static int |
nppiNormDiff_L1_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit floating point image NormDiff_L1 ignoring alpha channel.
|
static int |
nppiNormDiff_L1_32f_C1MR(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 32-bit floating point image NormDiff_L1.
|
static int |
nppiNormDiff_L1_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiNormDiff_L1_32f_C3CMR(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 32-bit floating point image NormDiff_L1 affecting only single channel.
|
static int |
nppiNormDiff_L1_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit floating point image NormDiff_L1.
|
static int |
nppiNormDiff_L1_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit floating point image NormDiff_L1.
|
static int |
nppiNormDiff_L1_8s_C1MR(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 8-bit signed image NormDiff_L1.
|
static int |
nppiNormDiff_L1_8s_C3CMR(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 8-bit signed image NormDiff_L1 affecting only single channel.
|
static int |
nppiNormDiff_L1_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit unsigned image NormDiff_L1 ignoring alpha channel.
|
static int |
nppiNormDiff_L1_8u_C1MR(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 8-bit unsigned image NormDiff_L1.
|
static int |
nppiNormDiff_L1_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 8-bit unsigned image NormDiff_L1.
|
static int |
nppiNormDiff_L1_8u_C3CMR(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 8-bit unsigned image NormDiff_L1 affecting only single channel.
|
static int |
nppiNormDiff_L1_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 8-bit unsigned image NormDiff_L1.
|
static int |
nppiNormDiff_L1_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit unsigned image NormDiff_L1.
|
static int |
nppiNormDiff_L2_16s_AC4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit signed image NormDiff_L2 ignoring alpha channel.
|
static int |
nppiNormDiff_L2_16s_C1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 16-bit signed image NormDiff_L2.
|
static int |
nppiNormDiff_L2_16s_C3R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiNormDiff_L2_16s_C4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit signed image NormDiff_L2.
|
static int |
nppiNormDiff_L2_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit unsigned image NormDiff_L2 ignoring alpha channel.
|
static int |
nppiNormDiff_L2_16u_C1MR(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 16-bit unsigned image NormDiff_L2.
|
static int |
nppiNormDiff_L2_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 16-bit unsigned image NormDiff_L2.
|
static int |
nppiNormDiff_L2_16u_C3CMR(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 16-bit unsigned image NormDiff_L2 affecting only single channel.
|
static int |
nppiNormDiff_L2_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 16-bit unsigned image NormDiff_L2.
|
static int |
nppiNormDiff_L2_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit unsigned image NormDiff_L2.
|
static int |
nppiNormDiff_L2_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit floating point image NormDiff_L2 ignoring alpha channel.
|
static int |
nppiNormDiff_L2_32f_C1MR(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 32-bit floating point image NormDiff_L2.
|
static int |
nppiNormDiff_L2_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit floating point image NormDiff_L2.
|
static int |
nppiNormDiff_L2_32f_C3CMR(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 32-bit floating point image NormDiff_L2 affecting only single channel.
|
static int |
nppiNormDiff_L2_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit floating point image NormDiff_L2.
|
static int |
nppiNormDiff_L2_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit floating point image NormDiff_L2.
|
static int |
nppiNormDiff_L2_8s_C1MR(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 8-bit signed image NormDiff_L2.
|
static int |
nppiNormDiff_L2_8s_C3CMR(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 8-bit signed image NormDiff_L2 affecting only single channel.
|
static int |
nppiNormDiff_L2_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit unsigned image NormDiff_L2 ignoring alpha channel.
|
static int |
nppiNormDiff_L2_8u_C1MR(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 8-bit unsigned image NormDiff_L2.
|
static int |
nppiNormDiff_L2_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 8-bit unsigned image NormDiff_L2.
|
static int |
nppiNormDiff_L2_8u_C3CMR(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 8-bit unsigned image NormDiff_L2 affecting only single channel.
|
static int |
nppiNormDiff_L2_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 8-bit unsigned image NormDiff_L2.
|
static int |
nppiNormDiff_L2_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormDiff,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit unsigned image NormDiff_L2.
|
static int |
nppiNormDiffInfGetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNormDiff_Inf_16s_AC4R.
|
static int |
nppiNormDiffInfGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer
|
static int |
nppiNormDiffInfGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNormDiff_Inf_16s_C3R.
|
static int |
nppiNormDiffInfGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNormDiff_Inf_16s_C4R.
|
static int |
nppiNormDiffInfGetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNormDiff_Inf_16u_AC4R.
|
static int |
nppiNormDiffInfGetBufferHostSize_16u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiNormDiffInfGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNormDiff_Inf_16u_C1R.
|
static int |
nppiNormDiffInfGetBufferHostSize_16u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNormDiff_Inf_16u_C3CMR.
|
static int |
nppiNormDiffInfGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNormDiff_Inf_16u_C3R.
|
static int |
nppiNormDiffInfGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNormDiff_Inf_16u_C4R.
|
static int |
nppiNormDiffInfGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNormDiff_Inf_32f_AC4R.
|
static int |
nppiNormDiffInfGetBufferHostSize_32f_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNormDiff_Inf_32f_C1MR.
|
static int |
nppiNormDiffInfGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNormDiff_Inf_32f_C1R.
|
static int |
nppiNormDiffInfGetBufferHostSize_32f_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNormDiff_Inf_32f_C3CMR.
|
static int |
nppiNormDiffInfGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNormDiff_Inf_32f_C3R.
|
static int |
nppiNormDiffInfGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNormDiff_Inf_32f_C4R.
|
static int |
nppiNormDiffInfGetBufferHostSize_8s_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNormDiff_Inf_8s_C1MR.
|
static int |
nppiNormDiffInfGetBufferHostSize_8s_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNormDiff_Inf_8s_C3CMR.
|
static int |
nppiNormDiffInfGetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNormDiff_Inf_8u_AC4R.
|
static int |
nppiNormDiffInfGetBufferHostSize_8u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNormDiff_Inf_8u_C1MR.
|
static int |
nppiNormDiffInfGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNormDiff_Inf_8u_C1R.
|
static int |
nppiNormDiffInfGetBufferHostSize_8u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNormDiff_Inf_8u_C3CMR.
|
static int |
nppiNormDiffInfGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNormDiff_Inf_8u_C3R.
|
static int |
nppiNormDiffInfGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNormDiff_Inf_8u_C4R.
|
static int |
nppiNormDiffL1GetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L1_16s_AC4R.
|
static int |
nppiNormDiffL1GetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L1_16s_C1R.
|
static int |
nppiNormDiffL1GetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L1_16s_C3R.
|
static int |
nppiNormDiffL1GetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L1_16s_C4R.
|
static int |
nppiNormDiffL1GetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L1_16u_AC4R.
|
static int |
nppiNormDiffL1GetBufferHostSize_16u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L1_16u_C1MR.
|
static int |
nppiNormDiffL1GetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiNormDiffL1GetBufferHostSize_16u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L1_16u_C3CMR.
|
static int |
nppiNormDiffL1GetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L1_16u_C3R.
|
static int |
nppiNormDiffL1GetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L1_16u_C4R.
|
static int |
nppiNormDiffL1GetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L1_32f_AC4R.
|
static int |
nppiNormDiffL1GetBufferHostSize_32f_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L1_32f_C1MR.
|
static int |
nppiNormDiffL1GetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L1_32f_C1R.
|
static int |
nppiNormDiffL1GetBufferHostSize_32f_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L1_32f_C3CMR.
|
static int |
nppiNormDiffL1GetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L1_32f_C3R.
|
static int |
nppiNormDiffL1GetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L1_32f_C4R.
|
static int |
nppiNormDiffL1GetBufferHostSize_8s_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L1_8s_C1MR.
|
static int |
nppiNormDiffL1GetBufferHostSize_8s_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L1_8s_C3CMR.
|
static int |
nppiNormDiffL1GetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L1_8u_AC4R.
|
static int |
nppiNormDiffL1GetBufferHostSize_8u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L1_8u_C1MR.
|
static int |
nppiNormDiffL1GetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L1_8u_C1R.
|
static int |
nppiNormDiffL1GetBufferHostSize_8u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L1_8u_C3CMR.
|
static int |
nppiNormDiffL1GetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer
|
static int |
nppiNormDiffL1GetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L1_8u_C4R.
|
static int |
nppiNormDiffL2GetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiNormDiffL2GetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L2_16s_C1R.
|
static int |
nppiNormDiffL2GetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L2_16s_C3R.
|
static int |
nppiNormDiffL2GetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L2_16s_C4R.
|
static int |
nppiNormDiffL2GetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L2_16u_AC4R.
|
static int |
nppiNormDiffL2GetBufferHostSize_16u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L2_16u_C1MR.
|
static int |
nppiNormDiffL2GetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L2_16u_C1R.
|
static int |
nppiNormDiffL2GetBufferHostSize_16u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L2_16u_C3CMR.
|
static int |
nppiNormDiffL2GetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L2_16u_C3R.
|
static int |
nppiNormDiffL2GetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L2_16u_C4R.
|
static int |
nppiNormDiffL2GetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer
|
static int |
nppiNormDiffL2GetBufferHostSize_32f_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L2_32f_C1MR.
|
static int |
nppiNormDiffL2GetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L2_32f_C1R.
|
static int |
nppiNormDiffL2GetBufferHostSize_32f_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L2_32f_C3CMR.
|
static int |
nppiNormDiffL2GetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L2_32f_C3R.
|
static int |
nppiNormDiffL2GetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L2_32f_C4R.
|
static int |
nppiNormDiffL2GetBufferHostSize_8s_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L2_8s_C1MR.
|
static int |
nppiNormDiffL2GetBufferHostSize_8s_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L2_8s_C3CMR.
|
static int |
nppiNormDiffL2GetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L2_8u_AC4R.
|
static int |
nppiNormDiffL2GetBufferHostSize_8u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L2_8u_C1MR.
|
static int |
nppiNormDiffL2GetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L2_8u_C1R.
|
static int |
nppiNormDiffL2GetBufferHostSize_8u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L2_8u_C3CMR.
|
static int |
nppiNormDiffL2GetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L2_8u_C3R.
|
static int |
nppiNormDiffL2GetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormDiff_L2_8u_C4R.
|
static int |
nppiNormInfGetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiNormInfGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_Inf_16s_C1R.
|
static int |
nppiNormInfGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_Inf_16s_C3R.
|
static int |
nppiNormInfGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_Inf_16s_C4R.
|
static int |
nppiNormInfGetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_Inf_16u_AC4R.
|
static int |
nppiNormInfGetBufferHostSize_16u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_Inf_16u_C1MR.
|
static int |
nppiNormInfGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_Inf_16u_C1R.
|
static int |
nppiNormInfGetBufferHostSize_16u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer
|
static int |
nppiNormInfGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_Inf_16u_C3R.
|
static int |
nppiNormInfGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer
|
static int |
nppiNormInfGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_Inf_32f_AC4R.
|
static int |
nppiNormInfGetBufferHostSize_32f_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_Inf_32f_C1MR.
|
static int |
nppiNormInfGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_Inf_32f_C1R.
|
static int |
nppiNormInfGetBufferHostSize_32f_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_Inf_32f_C3CMR.
|
static int |
nppiNormInfGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_Inf_32f_C3R.
|
static int |
nppiNormInfGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_Inf_32f_C4R.
|
static int |
nppiNormInfGetBufferHostSize_32s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_Inf_32s_C1R.
|
static int |
nppiNormInfGetBufferHostSize_8s_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_Inf_8s_C1MR.
|
static int |
nppiNormInfGetBufferHostSize_8s_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_Inf_8s_C3CMR.
|
static int |
nppiNormInfGetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_Inf_8u_AC4R.
|
static int |
nppiNormInfGetBufferHostSize_8u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer
|
static int |
nppiNormInfGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiNormInfGetBufferHostSize_8u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_Inf_8u_C3CMR.
|
static int |
nppiNormInfGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_Inf_8u_C3R.
|
static int |
nppiNormInfGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_Inf_8u_C4R.
|
static int |
nppiNormL1GetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L1_16s_AC4R.
|
static int |
nppiNormL1GetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L1_16s_C1R.
|
static int |
nppiNormL1GetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiNormL1GetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L1_16s_C4R.
|
static int |
nppiNormL1GetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L1_16u_AC4R.
|
static int |
nppiNormL1GetBufferHostSize_16u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L1_16u_C1MR.
|
static int |
nppiNormL1GetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L1_16u_C1R.
|
static int |
nppiNormL1GetBufferHostSize_16u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L1_16u_C3CMR.
|
static int |
nppiNormL1GetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L1_16u_C3R.
|
static int |
nppiNormL1GetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L1_16u_C4R.
|
static int |
nppiNormL1GetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L1_32f_AC4R.
|
static int |
nppiNormL1GetBufferHostSize_32f_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L1_32f_C1MR.
|
static int |
nppiNormL1GetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L1_32f_C1R.
|
static int |
nppiNormL1GetBufferHostSize_32f_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer
|
static int |
nppiNormL1GetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiNormL1GetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L1_32f_C4R.
|
static int |
nppiNormL1GetBufferHostSize_8s_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer
|
static int |
nppiNormL1GetBufferHostSize_8s_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L1_8s_C3CMR.
|
static int |
nppiNormL1GetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L1_8u_AC4R.
|
static int |
nppiNormL1GetBufferHostSize_8u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiNormL1GetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiNormL1GetBufferHostSize_8u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer
|
static int |
nppiNormL1GetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiNormL1GetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L1_8u_C4R.
|
static int |
nppiNormL2GetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer
|
static int |
nppiNormL2GetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L2_16s_C1R.
|
static int |
nppiNormL2GetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L2_16s_C3R.
|
static int |
nppiNormL2GetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L2_16s_C4R.
|
static int |
nppiNormL2GetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L2_16u_AC4R.
|
static int |
nppiNormL2GetBufferHostSize_16u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L2_16u_C1MR.
|
static int |
nppiNormL2GetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L2_16u_C1R.
|
static int |
nppiNormL2GetBufferHostSize_16u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L2_16u_C3CMR.
|
static int |
nppiNormL2GetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiNormL2GetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L2_16u_C4R.
|
static int |
nppiNormL2GetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L2_32f_AC4R.
|
static int |
nppiNormL2GetBufferHostSize_32f_C1MR(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiNormL2GetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L2_32f_C1R.
|
static int |
nppiNormL2GetBufferHostSize_32f_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L2_32f_C3CMR.
|
static int |
nppiNormL2GetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L2_32f_C3R.
|
static int |
nppiNormL2GetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L2_32f_C4R.
|
static int |
nppiNormL2GetBufferHostSize_8s_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L2_8s_C1MR.
|
static int |
nppiNormL2GetBufferHostSize_8s_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer
|
static int |
nppiNormL2GetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L2_8u_AC4R.
|
static int |
nppiNormL2GetBufferHostSize_8u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiNormL2GetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L2_8u_C1R.
|
static int |
nppiNormL2GetBufferHostSize_8u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L2_8u_C3CMR.
|
static int |
nppiNormL2GetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer
|
static int |
nppiNormL2GetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiNorm_L2_8u_C4R.
|
static int |
nppiNormRel_Inf_16s_AC4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit signed image NormRel_Inf ignoring alpha channel.
|
static int |
nppiNormRel_Inf_16s_C1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 16-bit signed image NormRel_Inf.
|
static int |
nppiNormRel_Inf_16s_C3R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 16-bit signed image NormRel_Inf.
|
static int |
nppiNormRel_Inf_16s_C4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit signed image NormRel_Inf.
|
static int |
nppiNormRel_Inf_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit unsigned image NormRel_Inf ignoring alpha channel.
|
static int |
nppiNormRel_Inf_16u_C1MR(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 16-bit unsigned image NormRel_Inf.
|
static int |
nppiNormRel_Inf_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 16-bit unsigned image NormRel_Inf.
|
static int |
nppiNormRel_Inf_16u_C3CMR(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 16-bit unsigned image NormRel_Inf affecting only signle channel.
|
static int |
nppiNormRel_Inf_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 16-bit unsigned image NormRel_Inf.
|
static int |
nppiNormRel_Inf_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit unsigned image NormRel_Inf.
|
static int |
nppiNormRel_Inf_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit floating point image NormRel_Inf ignoring alpha channel.
|
static int |
nppiNormRel_Inf_32f_C1MR(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 32-bit floating point image NormRel_Inf.
|
static int |
nppiNormRel_Inf_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit floating point image NormRel_Inf.
|
static int |
nppiNormRel_Inf_32f_C3CMR(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 32-bit floating point image NormRel_Inf affecting only signle channel.
|
static int |
nppiNormRel_Inf_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit floating point image NormRel_Inf.
|
static int |
nppiNormRel_Inf_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit floating point image NormRel_Inf.
|
static int |
nppiNormRel_Inf_8s_C1MR(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 8-bit signed image NormRel_Inf.
|
static int |
nppiNormRel_Inf_8s_C3CMR(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 8-bit signed image NormRel_Inf affecting only signle channel.
|
static int |
nppiNormRel_Inf_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit unsigned image NormRel_Inf ignoring alpha channel.
|
static int |
nppiNormRel_Inf_8u_C1MR(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 8-bit unsigned image NormRel_Inf.
|
static int |
nppiNormRel_Inf_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
host pointer
|
static int |
nppiNormRel_Inf_8u_C3CMR(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 8-bit unsigned image NormRel_Inf affecting only signle channel.
|
static int |
nppiNormRel_Inf_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 8-bit unsigned image NormRel_Inf.
|
static int |
nppiNormRel_Inf_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit unsigned image NormRel_Inf.
|
static int |
nppiNormRel_L1_16s_AC4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit signed image NormRel_L1 ignoring alpha channel.
|
static int |
nppiNormRel_L1_16s_C1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 16-bit signed image NormRel_L1.
|
static int |
nppiNormRel_L1_16s_C3R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 16-bit signed image NormRel_L1.
|
static int |
nppiNormRel_L1_16s_C4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit signed image NormRel_L1.
|
static int |
nppiNormRel_L1_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit unsigned image NormRel_L1 ignoring alpha channel.
|
static int |
nppiNormRel_L1_16u_C1MR(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 16-bit unsigned image NormRel_L1.
|
static int |
nppiNormRel_L1_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiNormRel_L1_16u_C3CMR(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 16-bit unsigned image NormRel_L1 affecting only single channel.
|
static int |
nppiNormRel_L1_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 16-bit unsigned image NormRel_L1.
|
static int |
nppiNormRel_L1_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit unsigned image NormRel_L1.
|
static int |
nppiNormRel_L1_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit floating point image NormRel_L1 ignoring alpha channel.
|
static int |
nppiNormRel_L1_32f_C1MR(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit floating point image NormRel_L1.
|
static int |
nppiNormRel_L1_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit floating point image NormRel_L1.
|
static int |
nppiNormRel_L1_32f_C3CMR(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiNormRel_L1_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit floating point image NormRel_L1.
|
static int |
nppiNormRel_L1_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit floating point image NormRel_L1.
|
static int |
nppiNormRel_L1_8s_C1MR(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 8-bit signed image NormRel_L1.
|
static int |
nppiNormRel_L1_8s_C3CMR(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 8-bit signed image NormRel_L1 affecting only single channel.
|
static int |
nppiNormRel_L1_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit signed image NormRel_L1 ignoring alpha channel.
|
static int |
nppiNormRel_L1_8u_C1MR(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 8-bit unsigned image NormRel_L1.
|
static int |
nppiNormRel_L1_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 8-bit unsigned image NormRel_L1.
|
static int |
nppiNormRel_L1_8u_C3CMR(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 8-bit unsigned image NormRel_L1 affecting only single channel.
|
static int |
nppiNormRel_L1_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 8-bit unsigned image NormRel_L1.
|
static int |
nppiNormRel_L1_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiNormRel_L2_16s_AC4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit signed image NormRel_L2 ignoring alpha channel.
|
static int |
nppiNormRel_L2_16s_C1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 16-bit signed image NormRel_L2.
|
static int |
nppiNormRel_L2_16s_C3R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 16-bit signed image NormRel_L2.
|
static int |
nppiNormRel_L2_16s_C4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit signed image NormRel_L2.
|
static int |
nppiNormRel_L2_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit unsigned image NormRel_L2 ignoring alpha channel.
|
static int |
nppiNormRel_L2_16u_C1MR(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 16-bit unsigned image NormRel_L2.
|
static int |
nppiNormRel_L2_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 16-bit unsigned image NormRel_L2.
|
static int |
nppiNormRel_L2_16u_C3CMR(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 16-bit unsigned image NormRel_L2 affecting only single channel.
|
static int |
nppiNormRel_L2_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 16-bit unsigned image NormRel_L2.
|
static int |
nppiNormRel_L2_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit unsigned image NormRel_L2.
|
static int |
nppiNormRel_L2_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit floating point image NormRel_L2 ignoring alpha channel.
|
static int |
nppiNormRel_L2_32f_C1MR(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 32-bit floating point image NormRel_L2.
|
static int |
nppiNormRel_L2_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit floating point image NormRel_L2.
|
static int |
nppiNormRel_L2_32f_C3CMR(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
nppiNormRel_L2_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit floating point image NormRel_L2.
|
static int |
nppiNormRel_L2_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit floating point image NormRel_L2.
|
static int |
nppiNormRel_L2_8s_C1MR(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 8-bit signed image NormRel_L2.
|
static int |
nppiNormRel_L2_8s_C3CMR(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 8-bit signed image NormRel_L2 affecting only single channel.
|
static int |
nppiNormRel_L2_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit unsigned image NormRel_L2 ignoring alpha channel.
|
static int |
nppiNormRel_L2_8u_C1MR(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 8-bit unsigned image NormRel_L2.
|
static int |
nppiNormRel_L2_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 8-bit unsigned image NormRel_L2.
|
static int |
nppiNormRel_L2_8u_C3CMR(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 8-bit unsigned image NormRel_L2 affecting only single channel.
|
static int |
nppiNormRel_L2_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 8-bit unsigned image NormRel_L2.
|
static int |
nppiNormRel_L2_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oSizeROI,
double[] aNormRel,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit unsigned image NormRel_L2.
|
static int |
nppiNormRelInfGetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_Inf_16s_AC4R.
|
static int |
nppiNormRelInfGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_Inf_16s_C1R.
|
static int |
nppiNormRelInfGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_Inf_16s_C3R.
|
static int |
nppiNormRelInfGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_Inf_16s_C4R.
|
static int |
nppiNormRelInfGetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_Inf_16u_AC4R.
|
static int |
nppiNormRelInfGetBufferHostSize_16u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_Inf_16u_C1MR.
|
static int |
nppiNormRelInfGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_Inf_16u_C1R.
|
static int |
nppiNormRelInfGetBufferHostSize_16u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_Inf_16u_C3CMR.
|
static int |
nppiNormRelInfGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_Inf_16u_C3R.
|
static int |
nppiNormRelInfGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_Inf_16u_C4R.
|
static int |
nppiNormRelInfGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer
|
static int |
nppiNormRelInfGetBufferHostSize_32f_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_Inf_32f_C1MR.
|
static int |
nppiNormRelInfGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_Inf_32f_C1R.
|
static int |
nppiNormRelInfGetBufferHostSize_32f_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_Inf_32f_C3CMR.
|
static int |
nppiNormRelInfGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_Inf_32f_C3R.
|
static int |
nppiNormRelInfGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_Inf_32f_C4R.
|
static int |
nppiNormRelInfGetBufferHostSize_32s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_Inf_32s_C1R.
|
static int |
nppiNormRelInfGetBufferHostSize_8s_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_Inf_8s_C1MR.
|
static int |
nppiNormRelInfGetBufferHostSize_8s_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiNormRelInfGetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_Inf_8u_AC4R.
|
static int |
nppiNormRelInfGetBufferHostSize_8u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_Inf_8u_C1MR.
|
static int |
nppiNormRelInfGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_Inf_8u_C1R.
|
static int |
nppiNormRelInfGetBufferHostSize_8u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_Inf_8u_C3CMR.
|
static int |
nppiNormRelInfGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_Inf_8u_C3R.
|
static int |
nppiNormRelInfGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_Inf_8u_C4R.
|
static int |
nppiNormRelL1GetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L1_16s_AC4R.
|
static int |
nppiNormRelL1GetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L1_16s_C1R.
|
static int |
nppiNormRelL1GetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L1_16s_C3R.
|
static int |
nppiNormRelL1GetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer
|
static int |
nppiNormRelL1GetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L1_16u_AC4R.
|
static int |
nppiNormRelL1GetBufferHostSize_16u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L1_16u_C1MR.
|
static int |
nppiNormRelL1GetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L1_16u_C1R.
|
static int |
nppiNormRelL1GetBufferHostSize_16u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L1_16u_C3CMR.
|
static int |
nppiNormRelL1GetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer
|
static int |
nppiNormRelL1GetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L1_16u_C4R.
|
static int |
nppiNormRelL1GetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L1_32f_AC4R.
|
static int |
nppiNormRelL1GetBufferHostSize_32f_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L1_32f_C1MR.
|
static int |
nppiNormRelL1GetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L1_32f_C1R.
|
static int |
nppiNormRelL1GetBufferHostSize_32f_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L1_32f_C3CMR.
|
static int |
nppiNormRelL1GetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L1_32f_C3R.
|
static int |
nppiNormRelL1GetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L1_32f_C4R.
|
static int |
nppiNormRelL1GetBufferHostSize_8s_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L1_8s_C1MR.
|
static int |
nppiNormRelL1GetBufferHostSize_8s_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L1_8s_C3CMR.
|
static int |
nppiNormRelL1GetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L1_8u_AC4R.
|
static int |
nppiNormRelL1GetBufferHostSize_8u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L1_8u_C1MR.
|
static int |
nppiNormRelL1GetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L1_8u_C1R.
|
static int |
nppiNormRelL1GetBufferHostSize_8u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L1_8u_C3CMR.
|
static int |
nppiNormRelL1GetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L1_8u_C3R.
|
static int |
nppiNormRelL1GetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L1_8u_C4R.
|
static int |
nppiNormRelL2GetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L2_16s_AC4R.
|
static int |
nppiNormRelL2GetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L2_16s_C1R.
|
static int |
nppiNormRelL2GetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L2_16s_C3R.
|
static int |
nppiNormRelL2GetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L2_16s_C4R.
|
static int |
nppiNormRelL2GetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L2_16u_AC4R.
|
static int |
nppiNormRelL2GetBufferHostSize_16u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L2_16u_C1MR.
|
static int |
nppiNormRelL2GetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L2_16u_C1R.
|
static int |
nppiNormRelL2GetBufferHostSize_16u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L2_16u_C3CMR.
|
static int |
nppiNormRelL2GetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L2_16u_C3R.
|
static int |
nppiNormRelL2GetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L2_16u_C4R.
|
static int |
nppiNormRelL2GetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L2_32f_AC4R.
|
static int |
nppiNormRelL2GetBufferHostSize_32f_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L2_32f_C1MR.
|
static int |
nppiNormRelL2GetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L2_32f_C1R.
|
static int |
nppiNormRelL2GetBufferHostSize_32f_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L2_32f_C3CMR.
|
static int |
nppiNormRelL2GetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L2_32f_C3R.
|
static int |
nppiNormRelL2GetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer
|
static int |
nppiNormRelL2GetBufferHostSize_8s_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L2_8s_C1MR.
|
static int |
nppiNormRelL2GetBufferHostSize_8s_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L2_8s_C3CMR.
|
static int |
nppiNormRelL2GetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L2_8u_AC4R.
|
static int |
nppiNormRelL2GetBufferHostSize_8u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L2_8u_C1MR.
|
static int |
nppiNormRelL2GetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L2_8u_C1R.
|
static int |
nppiNormRelL2GetBufferHostSize_8u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L2_8u_C3CMR.
|
static int |
nppiNormRelL2GetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L2_8u_C3R.
|
static int |
nppiNormRelL2GetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Computes the device scratch buffer size (in bytes) for nppiNormRel_L2_8u_C4R.
|
static int |
nppiNot_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical not with unmodified alpha.
|
static int |
nppiNot_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiNot_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical not.
|
static int |
nppiNot_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical not.
|
static int |
nppiNot_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical not.
|
static int |
nppiNot_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical not.
|
static int |
nppiNot_8u_C4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical not.
|
static int |
nppiNot_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical not.
|
static int |
nppiNV21ToBGR_8u_P2C4R(TypedPointer<Npp8u>[] pSrc,
int rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned planar NV21 to 4 channel 8-bit unsigned packed BGRA color conversion with constant alpha (0xFF).
|
static int |
nppiNV21ToRGB_8u_P2C4R(TypedPointer<Npp8u>[] pSrc,
int rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned planar NV21 to 4 channel 8-bit unsigned packed ARGB color conversion with constant alpha (0xFF).
|
static int |
nppiOr_16u_AC4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or with unmodified alpha.
|
static int |
nppiOr_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or with unmodified alpha.
|
static int |
nppiOr_16u_C1IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical or.
|
static int |
nppiOr_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical or.
|
static int |
nppiOr_16u_C3IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical or.
|
static int |
nppiOr_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical or.
|
static int |
nppiOr_16u_C4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or.
|
static int |
nppiOr_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or.
|
static int |
nppiOr_32s_AC4IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or with unmodified alpha.
|
static int |
nppiOr_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or with unmodified alpha.
|
static int |
nppiOr_32s_C1IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical or.
|
static int |
nppiOr_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical or.
|
static int |
nppiOr_32s_C3IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical or.
|
static int |
nppiOr_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical or.
|
static int |
nppiOr_32s_C4IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or.
|
static int |
nppiOr_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or.
|
static int |
nppiOr_8u_AC4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or with unmodified alpha.
|
static int |
nppiOr_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or with unmodified alpha.
|
static int |
nppiOr_8u_C1IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical or.
|
static int |
nppiOr_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical or.
|
static int |
nppiOr_8u_C3IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical or.
|
static int |
nppiOr_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical or.
|
static int |
nppiOr_8u_C4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or.
|
static int |
nppiOr_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or.
|
static int |
nppiOrC_16u_AC4IR(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or with constant with unmodified alpha.
|
static int |
nppiOrC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or with constant with unmodified alpha.
|
static int |
nppiOrC_16u_C1IR(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical or with constant.
|
static int |
nppiOrC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical or with constant.
|
static int |
nppiOrC_16u_C3IR(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical or with constant.
|
static int |
nppiOrC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical or with constant.
|
static int |
nppiOrC_16u_C4IR(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or with constant.
|
static int |
nppiOrC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or with constant.
|
static int |
nppiOrC_32s_AC4IR(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or with constant with unmodified alpha.
|
static int |
nppiOrC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or with constant with unmodified alpha.
|
static int |
nppiOrC_32s_C1IR(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical or with constant.
|
static int |
nppiOrC_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical or with constant.
|
static int |
nppiOrC_32s_C3IR(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical or with constant.
|
static int |
nppiOrC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiOrC_32s_C4IR(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or with constant.
|
static int |
nppiOrC_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or with constant.
|
static int |
nppiOrC_8u_AC4IR(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or with constant with unmodified alpha.
|
static int |
nppiOrC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or with constant with unmodified alpha.
|
static int |
nppiOrC_8u_C1IR(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI) |
static int |
nppiOrC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical or with constant.
|
static int |
nppiOrC_8u_C3IR(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical or with constant.
|
static int |
nppiOrC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical or with constant.
|
static int |
nppiOrC_8u_C4IR(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or with constant.
|
static int |
nppiOrC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or with constant.
|
static int |
nppiQualityIndex_16u32f_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oRoiSize,
TypedPointer<Npp32f> pDst,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 16-bit unsigned image QualityIndex.
|
static int |
nppiQualityIndex_16u32f_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oRoiSize,
TypedPointer<Npp32f> pDst,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 16-bit unsigned image QualityIndex.
|
static int |
nppiQualityIndex_16u32f_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
NppiSize oRoiSize,
TypedPointer<Npp32f> pDst,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 16-bit unsigned image QualityIndex.
|
static int |
nppiQualityIndex_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oRoiSize,
TypedPointer<Npp32f> pDst,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 32-bit floating point image QualityIndex.
|
static int |
nppiQualityIndex_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oRoiSize,
TypedPointer<Npp32f> pDst,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 32-bit floating point image QualityIndex.
|
static int |
nppiQualityIndex_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
NppiSize oRoiSize,
TypedPointer<Npp32f> pDst,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 32-bit floating point image QualityIndex.
|
static int |
nppiQualityIndex_8u32f_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oRoiSize,
TypedPointer<Npp32f> pDst,
TypedPointer<Npp8u> pDeviceBuffer)
Four-channel 8-bit unsigned image QualityIndex.
|
static int |
nppiQualityIndex_8u32f_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oRoiSize,
TypedPointer<Npp32f> pDst,
TypedPointer<Npp8u> pDeviceBuffer)
One-channel 8-bit unsigned image QualityIndex.
|
static int |
nppiQualityIndex_8u32f_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
NppiSize oRoiSize,
TypedPointer<Npp32f> pDst,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 8-bit unsigned image QualityIndex.
|
static int |
nppiQualityIndexGetBufferHostSize_16u32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiQualityIndex_16u32f_AC4R.
|
static int |
nppiQualityIndexGetBufferHostSize_16u32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiQualityIndex_16u32f_C1R.
|
static int |
nppiQualityIndexGetBufferHostSize_16u32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiQualityIndex_16u32f_C3R.
|
static int |
nppiQualityIndexGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiQualityIndex_32f_AC4R.
|
static int |
nppiQualityIndexGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiQualityIndex_32f_C1R.
|
static int |
nppiQualityIndexGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiQualityIndex_32f_C3R.
|
static int |
nppiQualityIndexGetBufferHostSize_8u32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiQualityIndex_8u32f_AC4R.
|
static int |
nppiQualityIndexGetBufferHostSize_8u32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiQualityIndex_8u32f_C1R.
|
static int |
nppiQualityIndexGetBufferHostSize_8u32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiQualityIndex_8u32f_C3R.
|
static int |
nppiQuantFwdRawTableInit_JPEG_8u(TypedPointer<Npp8u> hpQuantRawTable,
int nQualityFactor)
Apply quality factor to raw 8-bit quantization table.
|
static int |
nppiQuantFwdTableInit_JPEG_8u16u(TypedPointer<Npp8u> hpQuantRawTable,
TypedPointer<Npp16u> hpQuantFwdRawTable) |
static int |
nppiQuantInvTableInit_JPEG_8u16u(TypedPointer<Npp8u> hpQuantRawTable,
TypedPointer<Npp16u> hpQuantFwdRawTable)
Initializes a quantization table for nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R().
|
static int |
nppiRectStdDev_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp64f> pSqr,
int nSqrStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiRect oRect)
One-channel 32-bit floating point image RectStdDev.
|
static int |
nppiRectStdDev_32s_C1RSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSqr,
int nSqrStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiRect oRect,
int nScaleFactor)
One-channel 32-bit signed image RectStdDev, scaled by \f$2^(-nScaleFactor)\f$.
|
static int |
nppiRectStdDev_32s32f_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp64f> pSqr,
int nSqrStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiRect oRect)
One-channel 32-bit signed image RectStdDev.
|
static int |
nppiRemap_16s_AC4R(TypedPointer<Npp16s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
4 channel 16-bit signed image remap not affecting alpha.
|
static int |
nppiRemap_16s_C1R(TypedPointer<Npp16s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
1 channel 16-bit signed image remap.
|
static int |
nppiRemap_16s_C3R(TypedPointer<Npp16s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
3 channel 16-bit signed image remap.
|
static int |
nppiRemap_16s_C4R(TypedPointer<Npp16s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
4 channel 16-bit signed image remap.
|
static int |
nppiRemap_16s_P3R(TypedPointer<Npp16s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp16s>[] pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
3 channel 16-bit signed planar image remap.
|
static int |
nppiRemap_16s_P4R(TypedPointer<Npp16s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp16s>[] pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
4 channel 16-bit signed planar image remap.
|
static int |
nppiRemap_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation) |
static int |
nppiRemap_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
1 channel 16-bit unsigned image remap.
|
static int |
nppiRemap_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation) |
static int |
nppiRemap_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
4 channel 16-bit unsigned image remap.
|
static int |
nppiRemap_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
3 channel 16-bit unsigned planar image remap.
|
static int |
nppiRemap_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
4 channel 16-bit unsigned planar image remap.
|
static int |
nppiRemap_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
4 channel 32-bit floating point image remap not affecting alpha.
|
static int |
nppiRemap_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
1 channel 32-bit floating point image remap.
|
static int |
nppiRemap_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation) |
static int |
nppiRemap_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
4 channel 32-bit floating point image remap.
|
static int |
nppiRemap_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
3 channel 32-bit floating point planar image remap.
|
static int |
nppiRemap_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation) |
static int |
nppiRemap_64f_AC4R(TypedPointer<Npp64f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f> pXMap,
int nXMapStep,
TypedPointer<Npp64f> pYMap,
int nYMapStep,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
4 channel 64-bit floating point image remap not affecting alpha.
|
static int |
nppiRemap_64f_C1R(TypedPointer<Npp64f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f> pXMap,
int nXMapStep,
TypedPointer<Npp64f> pYMap,
int nYMapStep,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
1 channel 64-bit floating point image remap.
|
static int |
nppiRemap_64f_C3R(TypedPointer<Npp64f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f> pXMap,
int nXMapStep,
TypedPointer<Npp64f> pYMap,
int nYMapStep,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation) |
static int |
nppiRemap_64f_C4R(TypedPointer<Npp64f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f> pXMap,
int nXMapStep,
TypedPointer<Npp64f> pYMap,
int nYMapStep,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
4 channel 64-bit floating point image remap.
|
static int |
nppiRemap_64f_P3R(TypedPointer<Npp64f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f> pXMap,
int nXMapStep,
TypedPointer<Npp64f> pYMap,
int nYMapStep,
TypedPointer<Npp64f>[] pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
3 channel 64-bit floating point planar image remap.
|
static int |
nppiRemap_64f_P4R(TypedPointer<Npp64f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f> pXMap,
int nXMapStep,
TypedPointer<Npp64f> pYMap,
int nYMapStep,
TypedPointer<Npp64f>[] pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
4 channel 64-bit floating point planar image remap.
|
static int |
nppiRemap_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
4 channel 8-bit unsigned image remap not affecting alpha.
|
static int |
nppiRemap_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
1 channel 8-bit unsigned image remap.
|
static int |
nppiRemap_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation) |
static int |
nppiRemap_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
4 channel 8-bit unsigned image remap.
|
static int |
nppiRemap_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
3 channel 8-bit unsigned planar image remap.
|
static int |
nppiRemap_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
4 channel 8-bit unsigned planar image remap.
|
static int |
nppiResize_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
4 channel 16-bit unsigned image resize not affecting alpha.
|
static int |
nppiResize_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
1 channel 16-bit unsigned image resize.
|
static int |
nppiResize_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
3 channel 16-bit unsigned image resize.
|
static int |
nppiResize_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
4 channel 16-bit unsigned image resize.
|
static int |
nppiResize_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
3 channel 16-bit unsigned planar image resize.
|
static int |
nppiResize_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
4 channel 16-bit unsigned planar image resize.
|
static int |
nppiResize_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
4 channel 32-bit floating point image resize not affecting alpha.
|
static int |
nppiResize_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
1 channel 32-bit floating point image resize.
|
static int |
nppiResize_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
3 channel 32-bit floating point image resize.
|
static int |
nppiResize_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
4 channel 32-bit floating point image resize.
|
static int |
nppiResize_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
3 channel 32-bit floating point planar image resize.
|
static int |
nppiResize_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
4 channel 32-bit floating point planar image resize.
|
static int |
nppiResize_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
4 channel 8-bit unsigned image resize not affecting alpha.
|
static int |
nppiResize_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation) |
static int |
nppiResize_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
3 channel 8-bit unsigned image resize.
|
static int |
nppiResize_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation) |
static int |
nppiResize_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
3 channel 8-bit unsigned planar image resize.
|
static int |
nppiResize_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
4 channel 8-bit unsigned planar image resize.
|
static int |
nppiResizeSqrPixel_16s_AC4R(TypedPointer<Npp16s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
4 channel 16-bit signed image resize not affecting alpha.
|
static int |
nppiResizeSqrPixel_16s_C1R(TypedPointer<Npp16s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation) |
static int |
nppiResizeSqrPixel_16s_C3R(TypedPointer<Npp16s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
3 channel 16-bit signed image resize.
|
static int |
nppiResizeSqrPixel_16s_C4R(TypedPointer<Npp16s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
4 channel 16-bit signed image resize.
|
static int |
nppiResizeSqrPixel_16s_P3R(TypedPointer<Npp16s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16s>[] pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation) |
static int |
nppiResizeSqrPixel_16s_P4R(TypedPointer<Npp16s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16s>[] pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
4 channel 16-bit signed planar image resize.
|
static int |
nppiResizeSqrPixel_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
4 channel 16-bit unsigned image resize not affecting alpha.
|
static int |
nppiResizeSqrPixel_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
1 channel 16-bit unsigned image resize.
|
static int |
nppiResizeSqrPixel_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
3 channel 16-bit unsigned image resize.
|
static int |
nppiResizeSqrPixel_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
4 channel 16-bit unsigned image resize.
|
static int |
nppiResizeSqrPixel_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
3 channel 16-bit unsigned planar image resize.
|
static int |
nppiResizeSqrPixel_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation) |
static int |
nppiResizeSqrPixel_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
4 channel 32-bit floating point image resize not affecting alpha.
|
static int |
nppiResizeSqrPixel_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
1 channel 32-bit floating point image resize.
|
static int |
nppiResizeSqrPixel_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
3 channel 32-bit floating point image resize.
|
static int |
nppiResizeSqrPixel_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
4 channel 32-bit floating point image resize.
|
static int |
nppiResizeSqrPixel_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
3 channel 32-bit floating point planar image resize.
|
static int |
nppiResizeSqrPixel_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation) |
static int |
nppiResizeSqrPixel_64f_AC4R(TypedPointer<Npp64f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
4 channel 64-bit floating point image resize not affecting alpha.
|
static int |
nppiResizeSqrPixel_64f_C1R(TypedPointer<Npp64f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
1 channel 64-bit floating point image resize.
|
static int |
nppiResizeSqrPixel_64f_C3R(TypedPointer<Npp64f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation) |
static int |
nppiResizeSqrPixel_64f_C4R(TypedPointer<Npp64f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
4 channel 64-bit floating point image resize.
|
static int |
nppiResizeSqrPixel_64f_P3R(TypedPointer<Npp64f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
3 channel 64-bit floating point planar image resize.
|
static int |
nppiResizeSqrPixel_64f_P4R(TypedPointer<Npp64f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
4 channel 64-bit floating point planar image resize.
|
static int |
nppiResizeSqrPixel_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
4 channel 8-bit unsigned image resize not affecting alpha.
|
static int |
nppiResizeSqrPixel_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
1 channel 8-bit unsigned image resize.
|
static int |
nppiResizeSqrPixel_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
3 channel 8-bit unsigned image resize.
|
static int |
nppiResizeSqrPixel_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
4 channel 8-bit unsigned image resize.
|
static int |
nppiResizeSqrPixel_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
3 channel 8-bit unsigned planar image resize.
|
static int |
nppiResizeSqrPixel_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
4 channel 8-bit unsigned planar image resize.
|
static int |
nppiRGBToCbYCr422_8u_C3C2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed CbYCr422 color conversion.
|
static int |
nppiRGBToCbYCr422Gamma_8u_C3C2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB first gets forward gamma corrected then converted to 2 channel 8-bit unsigned packed CbYCr422 color conversion.
|
static int |
nppiRGBToGray_16s_AC4C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit signed packed RGB with alpha to 1 channel 16-bit signed packed Gray conversion.
|
static int |
nppiRGBToGray_16s_C3C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 16-bit signed packed RGB to 1 channel 16-bit signed packed Gray conversion.
|
static int |
nppiRGBToGray_16u_AC4C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned packed RGB with alpha to 1 channel 16-bit unsigned packed Gray conversion.
|
static int |
nppiRGBToGray_16u_C3C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 16-bit unsigned packed RGB to 1 channel 16-bit unsigned packed Gray conversion.
|
static int |
nppiRGBToGray_32f_AC4C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit floating point packed RGB with alpha to 1 channel 32-bit floating point packed Gray conversion.
|
static int |
nppiRGBToGray_32f_C3C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiRGBToGray_8u_AC4C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed RGB with alpha to 1 channel 8-bit unsigned packed Gray conversion.
|
static int |
nppiRGBToGray_8u_C3C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 1 channel 8-bit unsigned packed Gray conversion.
|
static int |
nppiRGBToHLS_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed HLS with alpha color conversion.
|
static int |
nppiRGBToHLS_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed HLS color conversion.
|
static int |
nppiRGBToHSV_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed HSV with alpha color conversion.
|
static int |
nppiRGBToHSV_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiRGBToLUV_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed LUV with alpha color conversion.
|
static int |
nppiRGBToLUV_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed LUV color conversion.
|
static int |
nppiRGBToXYZ_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed XYZ with alpha color conversion.
|
static int |
nppiRGBToXYZ_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiRGBToYCbCr_8u_AC4P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiRGBToYCbCr_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed RGB with alpha to 4 channel unsigned 8-bit packed YCbCr with alpha color conversion, not affecting alpha.
|
static int |
nppiRGBToYCbCr_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 3 channel unsigned 8-bit planar YCbCr color conversion.
|
static int |
nppiRGBToYCbCr_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiRGBToYCbCr_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiRGBToYCbCr420_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YCbCr420 color conversion.
|
static int |
nppiRGBToYCbCr422_8u_C3C2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed YCbCr422 color conversion.
|
static int |
nppiRGBToYCbCr422_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YCbCr422 color conversion.
|
static int |
nppiRGBToYCbCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar RGB to 2 channel 8-bit unsigned packed YCbCr422 color conversion.
|
static int |
nppiRGBToYCC_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed YCC with alpha color conversion.
|
static int |
nppiRGBToYCC_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed YCC color conversion.
|
static int |
nppiRGBToYCrCb420_8u_AC4P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed RGB with alpha to 3 channel 8-bit unsigned planar YCrCb420 color conversion.
|
static int |
nppiRGBToYCrCb422_8u_C3C2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed YCrCb422 color conversion.
|
static int |
nppiRGBToYCrCb422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiRGBToYUV_8u_AC4P4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned planar YUV color conversion with alpha.
|
static int |
nppiRGBToYUV_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed YUV color conversion with alpha, not affecting alpha.
|
static int |
nppiRGBToYUV_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YUV color conversion.
|
static int |
nppiRGBToYUV_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed YUV color conversion.
|
static int |
nppiRGBToYUV_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar RGB to 3 channel 8-bit unsigned planar YUV color conversion.
|
static int |
nppiRGBToYUV420_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI) |
static int |
nppiRGBToYUV420_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI) |
static int |
nppiRGBToYUV422_8u_C3C2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed YUV422 color conversion.
|
static int |
nppiRGBToYUV422_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YUV422 color conversion.
|
static int |
nppiRGBToYUV422_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar RGB to 3 channel 8-bit unsigned planar YUV422 color conversion.
|
static int |
nppiRotate_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
4 channel 16-bit unsigned image rotate ignoring alpha channel.
|
static int |
nppiRotate_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
16-bit unsigned image rotate.
|
static int |
nppiRotate_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation) |
static int |
nppiRotate_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
4 channel 16-bit unsigned image rotate.
|
static int |
nppiRotate_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation) |
static int |
nppiRotate_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
32-bit float image rotate.
|
static int |
nppiRotate_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
3 channel 32-bit float image rotate.
|
static int |
nppiRotate_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
4 channel 32-bit float image rotate.
|
static int |
nppiRotate_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
4 channel 8-bit unsigned image rotate ignoring alpha channel.
|
static int |
nppiRotate_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation) |
static int |
nppiRotate_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation) |
static int |
nppiRotate_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation) |
static int |
nppiRShiftC_16s_AC4IR(int[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel in place image right shift by constant with unmodified alpha.
|
static int |
nppiRShiftC_16s_AC4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel image right shift by constant with unmodified alpha.
|
static int |
nppiRShiftC_16s_C1IR(int nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit signed short channel in place image right shift by constant.
|
static int |
nppiRShiftC_16s_C1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit signed short channel image right shift by constant.
|
static int |
nppiRShiftC_16s_C3IR(int[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit signed short channel in place image right shift by constant.
|
static int |
nppiRShiftC_16s_C3R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit signed short channel image right shift by constant.
|
static int |
nppiRShiftC_16s_C4IR(int[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel in place image right shift by constant.
|
static int |
nppiRShiftC_16s_C4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel image right shift by constant.
|
static int |
nppiRShiftC_16u_AC4IR(int[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image right shift by constant with unmodified alpha.
|
static int |
nppiRShiftC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image right shift by constant with unmodified alpha.
|
static int |
nppiRShiftC_16u_C1IR(int nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image right shift by constant.
|
static int |
nppiRShiftC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image right shift by constant.
|
static int |
nppiRShiftC_16u_C3IR(int[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image right shift by constant.
|
static int |
nppiRShiftC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image right shift by constant.
|
static int |
nppiRShiftC_16u_C4IR(int[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image right shift by constant.
|
static int |
nppiRShiftC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image right shift by constant.
|
static int |
nppiRShiftC_32s_AC4IR(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image right shift by constant with unmodified alpha.
|
static int |
nppiRShiftC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image right shift by constant with unmodified alpha.
|
static int |
nppiRShiftC_32s_C1IR(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image right shift by constant.
|
static int |
nppiRShiftC_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image right shift by constant.
|
static int |
nppiRShiftC_32s_C3IR(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image right shift by constant.
|
static int |
nppiRShiftC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image right shift by constant.
|
static int |
nppiRShiftC_32s_C4IR(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image right shift by constant.
|
static int |
nppiRShiftC_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image right shift by constant.
|
static int |
nppiRShiftC_8s_AC4IR(int[] aConstants,
TypedPointer<Npp8s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit signed char channel in place image right shift by constant with unmodified alpha.
|
static int |
nppiRShiftC_8s_AC4R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit signed char channel image right shift by constant with unmodified alpha.
|
static int |
nppiRShiftC_8s_C1IR(int nConstant,
TypedPointer<Npp8s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit signed char channel in place image right shift by constant.
|
static int |
nppiRShiftC_8s_C1R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit signed char channel image right shift by constant.
|
static int |
nppiRShiftC_8s_C3IR(int[] aConstants,
TypedPointer<Npp8s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit signed char channel in place image right shift by constant.
|
static int |
nppiRShiftC_8s_C3R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit signed char channel image right shift by constant.
|
static int |
nppiRShiftC_8s_C4IR(int[] aConstants,
TypedPointer<Npp8s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit signed char channel in place image right shift by constant.
|
static int |
nppiRShiftC_8s_C4R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit signed char channel image right shift by constant.
|
static int |
nppiRShiftC_8u_AC4IR(int[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image right shift by constant with unmodified alpha.
|
static int |
nppiRShiftC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image right shift by constant with unmodified alpha.
|
static int |
nppiRShiftC_8u_C1IR(int nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image right shift by constant.
|
static int |
nppiRShiftC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image right shift by constant.
|
static int |
nppiRShiftC_8u_C3IR(int[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image right shift by constant.
|
static int |
nppiRShiftC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image right shift by constant.
|
static int |
nppiRShiftC_8u_C4IR(int[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image right shift by constant.
|
static int |
nppiRShiftC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image right shift by constant.
|
static int |
nppiSameNormLevelGetBufferHostSize_16u32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_16u32f_AC4R.
|
static int |
nppiSameNormLevelGetBufferHostSize_16u32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_16u32f_C1R.
|
static int |
nppiSameNormLevelGetBufferHostSize_16u32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_16u32f_C3R.
|
static int |
nppiSameNormLevelGetBufferHostSize_16u32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_16u32f_C4R.
|
static int |
nppiSameNormLevelGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_32f_AC4R.
|
static int |
nppiSameNormLevelGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_32f_C1R.
|
static int |
nppiSameNormLevelGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_32f_C3R.
|
static int |
nppiSameNormLevelGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_32f_C4R.
|
static int |
nppiSameNormLevelGetBufferHostSize_8s32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_8s32f_AC4R.
|
static int |
nppiSameNormLevelGetBufferHostSize_8s32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_8s32f_C1R.
|
static int |
nppiSameNormLevelGetBufferHostSize_8s32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_8s32f_C3R.
|
static int |
nppiSameNormLevelGetBufferHostSize_8s32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_8s32f_C4R.
|
static int |
nppiSameNormLevelGetBufferHostSize_8u_AC4RSfs(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_8u_AC4RSfs.
|
static int |
nppiSameNormLevelGetBufferHostSize_8u_C1RSfs(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for nppiCrossCorrSame_NormLevel_8u_C1RSfs.
|
static int |
nppiSameNormLevelGetBufferHostSize_8u_C3RSfs(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_8u_C3RSfs.
|
static int |
nppiSameNormLevelGetBufferHostSize_8u_C4RSfs(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_8u_C4RSfs.
|
static int |
nppiSameNormLevelGetBufferHostSize_8u32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_8u32f_AC4R.
|
static int |
nppiSameNormLevelGetBufferHostSize_8u32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_8u32f_C1R.
|
static int |
nppiSameNormLevelGetBufferHostSize_8u32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_8u32f_C3R.
|
static int |
nppiSameNormLevelGetBufferHostSize_8u32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_8u32f_C4R.
|
static int |
nppiScale_16s8u_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int hint)
Four channel 16-bit signed to 8-bit unsigned conversion, not affecting Alpha.
|
static int |
nppiScale_16s8u_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int hint)
Single channel 16-bit signed to 8-bit unsigned conversion.
|
static int |
nppiScale_16s8u_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int hint)
Three channel 16-bit signed to 8-bit unsigned conversion.
|
static int |
nppiScale_16s8u_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int hint)
Four channel 16-bit signed to 8-bit unsigned conversion.
|
static int |
nppiScale_16u8u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int hint)
Four channel 16-bit unsigned to 8-bit unsigned conversion, not affecting Alpha.
|
static int |
nppiScale_16u8u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int hint)
Single channel 16-bit unsigned to 8-bit unsigned conversion.
|
static int |
nppiScale_16u8u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int hint)
Three channel 16-bit unsigned to 8-bit unsigned conversion.
|
static int |
nppiScale_16u8u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int hint)
Four channel 16-bit unsigned to 8-bit unsigned conversion.
|
static int |
nppiScale_32f8u_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float nMin,
float nMax)
Four channel 32-bit floating point to 8-bit unsigned conversion, not affecting Alpha.
|
static int |
nppiScale_32f8u_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float nMin,
float nMax) |
static int |
nppiScale_32f8u_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float nMin,
float nMax)
Three channel 32-bit floating point to 8-bit unsigned conversion.
|
static int |
nppiScale_32f8u_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float nMin,
float nMax)
Four channel 32-bit floating point to 8-bit unsigned conversion.
|
static int |
nppiScale_32s8u_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int hint)
Four channel 32-bit signed to 8-bit unsigned conversion, not affecting Alpha.
|
static int |
nppiScale_32s8u_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int hint)
Single channel 32-bit signed to 8-bit unsigned conversion.
|
static int |
nppiScale_32s8u_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int hint)
Three channel 32-bit signed to 8-bit unsigned conversion.
|
static int |
nppiScale_32s8u_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int hint)
Four channel 32-bit signed to 8-bit unsigned conversion.
|
static int |
nppiScale_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 |
nppiScale_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 |
nppiScale_8u16s_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiScale_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 |
nppiScale_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 |
nppiScale_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 |
nppiScale_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 |
nppiScale_8u16u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiScale_8u32f_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nMin,
float nMax)
Four channel 8-bit unsigned to 32-bit floating-point conversion, not affecting Alpha.
|
static int |
nppiScale_8u32f_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nMin,
float nMax)
Single channel 8-bit unsigned to 32-bit floating-point conversion.
|
static int |
nppiScale_8u32f_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nMin,
float nMax)
Three channel 8-bit unsigned to 32-bit floating-point conversion.
|
static int |
nppiScale_8u32f_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nMin,
float nMax)
Four channel 8-bit unsigned to 32-bit floating-point conversion.
|
static int |
nppiScale_8u32s_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiScale_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 |
nppiScale_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 |
nppiScale_8u32s_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit unsigned to 32-bit signed conversion.
|
static int |
nppiSet_16s_AC4MR(short[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 16-bit image set method, not affecting Alpha channel.
|
static int |
nppiSet_16s_AC4R(short[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit image set method, not affecting Alpha channel.
|
static int |
nppiSet_16s_C1MR(short nValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 16-bit image set.
|
static int |
nppiSet_16s_C1R(short nValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiSet_16s_C2R(short[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 16-bit image set.
|
static int |
nppiSet_16s_C3CR(short nValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 16-bit signed image set affecting only single channel.
|
static int |
nppiSet_16s_C3MR(short[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 3 channel 16-bit image set.
|
static int |
nppiSet_16s_C3R(short[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 16-bit image set.
|
static int |
nppiSet_16s_C4CR(short nValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit signed image set affecting only single channel.
|
static int |
nppiSet_16s_C4MR(short[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep) |
static int |
nppiSet_16s_C4R(short[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit image set.
|
static int |
nppiSet_16sc_AC4R(Npp16sc[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex integer four-channel image set ignoring alpha.
|
static int |
nppiSet_16sc_C1R(Npp16sc oValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex integer image set.
|
static int |
nppiSet_16sc_C2R(Npp16sc[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex integer two-channel image set.
|
static int |
nppiSet_16sc_C3R(Npp16sc[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex integer three-channel image set.
|
static int |
nppiSet_16sc_C4R(Npp16sc[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex integer four-channel image set.
|
static int |
nppiSet_16u_AC4MR(short[] aValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 16-bit unsigned image set method, not affecting Alpha channel.
|
static int |
nppiSet_16u_AC4R(short[] aValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned image set method, not affecting Alpha channel.
|
static int |
nppiSet_16u_C1MR(short nValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep) |
static int |
nppiSet_16u_C1R(short nValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiSet_16u_C2R(short[] aValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 16-bit unsigned image set.
|
static int |
nppiSet_16u_C3CR(short nValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 16-bit unsigned image set affecting only single channel.
|
static int |
nppiSet_16u_C3MR(short[] aValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep) |
static int |
nppiSet_16u_C3R(short[] aValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 16-bit unsigned image set.
|
static int |
nppiSet_16u_C4CR(short nValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned image set affecting only single channel.
|
static int |
nppiSet_16u_C4MR(short[] aValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 16-bit unsigned image set.
|
static int |
nppiSet_16u_C4R(short[] aValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned image set.
|
static int |
nppiSet_32f_AC4MR(float[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 32-bit floating point image set method, not affecting Alpha channel.
|
static int |
nppiSet_32f_AC4R(float[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit floating point image set method, not affecting Alpha channel.
|
static int |
nppiSet_32f_C1MR(float nValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 32-bit floating point image set.
|
static int |
nppiSet_32f_C1R(float nValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiSet_32f_C2R(float[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiSet_32f_C3CR(float nValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 32-bit floating point image set affecting only single channel.
|
static int |
nppiSet_32f_C3MR(float[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 3 channel 32-bit floating point image set.
|
static int |
nppiSet_32f_C3R(float[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 32-bit floating point image set.
|
static int |
nppiSet_32f_C4CR(float nValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit floating point image set affecting only single channel.
|
static int |
nppiSet_32f_C4MR(float[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 32-bit floating point image set.
|
static int |
nppiSet_32f_C4R(float[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit floating point image set.
|
static int |
nppiSet_32fc_AC4R(Npp32fc[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit complex four-channel image set ignoring alpha.
|
static int |
nppiSet_32fc_C1R(Npp32fc oValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit complex image set.
|
static int |
nppiSet_32fc_C2R(Npp32fc[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiSet_32fc_C3R(Npp32fc[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 32-bit complex image set.
|
static int |
nppiSet_32fc_C4R(Npp32fc[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit complex image set.
|
static int |
nppiSet_32s_AC4MR(int[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 16-bit image set method, not affecting Alpha channel.
|
static int |
nppiSet_32s_AC4R(int[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit image set method, not affecting Alpha channel.
|
static int |
nppiSet_32s_C1MR(int nValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 32-bit image set.
|
static int |
nppiSet_32s_C1R(int nValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit image set.
|
static int |
nppiSet_32s_C2R(int[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 32-bit image set.
|
static int |
nppiSet_32s_C3CR(int nValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiSet_32s_C3MR(int[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 3 channel 32-bit image set.
|
static int |
nppiSet_32s_C3R(int[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 32-bit image set.
|
static int |
nppiSet_32s_C4CR(int nValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit unsigned image set affecting only single channel.
|
static int |
nppiSet_32s_C4MR(int[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 32-bit image set.
|
static int |
nppiSet_32s_C4R(int[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit image set.
|
static int |
nppiSet_32sc_AC4R(Npp32sc[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiSet_32sc_C1R(Npp32sc oValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit complex integer image set.
|
static int |
nppiSet_32sc_C2R(Npp32sc[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Two channel 32-bit complex integer image set.
|
static int |
nppiSet_32sc_C3R(Npp32sc[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 32-bit complex integer image set.
|
static int |
nppiSet_32sc_C4R(Npp32sc[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit complex integer image set.
|
static int |
nppiSet_32u_AC4R(int[] aValue,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit unsigned image set method, not affecting Alpha channel.
|
static int |
nppiSet_32u_C1R(int nValue,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiSet_32u_C2R(int[] aValue,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 32-bit unsigned image set.
|
static int |
nppiSet_32u_C3R(int[] aValue,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 32-bit unsigned image set.
|
static int |
nppiSet_32u_C4R(int[] aValue,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiSet_8s_AC4R(byte[] aValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit four-channel image set ignoring alpha channel.
|
static int |
nppiSet_8s_C1R(byte nValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit image set.
|
static int |
nppiSet_8s_C2R(byte[] aValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit two-channel image set.
|
static int |
nppiSet_8s_C3R(byte[] aValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiSet_8s_C4R(byte[] aValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiSet_8u_AC4MR(byte[] aValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 8-bit unsigned image set method, not affecting Alpha channel.
|
static int |
nppiSet_8u_AC4R(byte[] aValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned image set method, not affecting Alpha channel.
|
static int |
nppiSet_8u_C1MR(byte nValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 8-bit unsigned image set.
|
static int |
nppiSet_8u_C1R(byte nValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiSet_8u_C2R(byte[] aValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned image set.
|
static int |
nppiSet_8u_C3CR(byte nValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned image set affecting only single channel.
|
static int |
nppiSet_8u_C3MR(byte[] aValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 3 channel 8-bit unsigned image set.
|
static int |
nppiSet_8u_C3R(byte[] aValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned image set.
|
static int |
nppiSet_8u_C4CR(byte nValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned image set affecting only single channel.
|
static int |
nppiSet_8u_C4MR(byte[] aValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 8-bit unsigned image set.
|
static int |
nppiSet_8u_C4R(byte[] aValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiSqr_16s_AC4IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqr_16s_AC4RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqr_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqr_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqr_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqr_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqr_16s_C4IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqr_16s_C4RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqr_16u_AC4IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqr_16u_AC4RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqr_16u_C1IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqr_16u_C1RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqr_16u_C3IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqr_16u_C3RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqr_16u_C4IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqr_16u_C4RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqr_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image squared with unmodified alpha.
|
static int |
nppiSqr_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image squared with unmodified alpha.
|
static int |
nppiSqr_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI) |
static int |
nppiSqr_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image squared.
|
static int |
nppiSqr_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image squared.
|
static int |
nppiSqr_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image squared.
|
static int |
nppiSqr_32f_C4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image squared.
|
static int |
nppiSqr_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image squared.
|
static int |
nppiSqr_8u_AC4IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqr_8u_AC4RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqr_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqr_8u_C1RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqr_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqr_8u_C3RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqr_8u_C4IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqr_8u_C4RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqrDistanceFull_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 SqrDistanceFull_Norm ignoring alpha channel.
|
static int |
nppiSqrDistanceFull_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 SqrDistanceFull_Norm.
|
static int |
nppiSqrDistanceFull_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 SqrDistanceFull_Norm.
|
static int |
nppiSqrDistanceFull_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 SqrDistanceFull_Norm.
|
static int |
nppiSqrDistanceFull_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 SqrDistanceFull_Norm ignoring alpha channel.
|
static int |
nppiSqrDistanceFull_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 SqrDistanceFull_Norm.
|
static int |
nppiSqrDistanceFull_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 SqrDistanceFull_Norm.
|
static int |
nppiSqrDistanceFull_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 SqrDistanceFull_Norm.
|
static int |
nppiSqrDistanceFull_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 SqrDistanceFull_Norm ignoring alpha channel.
|
static int |
nppiSqrDistanceFull_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 SqrDistanceFull_Norm.
|
static int |
nppiSqrDistanceFull_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 SqrDistanceFull_Norm.
|
static int |
nppiSqrDistanceFull_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 SqrDistanceFull_Norm.
|
static int |
nppiSqrDistanceFull_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 SqrDistanceFull_Norm ignoring alpha channel, scaled by \f$2^(-nScaleFactor)\f$.
|
static int |
nppiSqrDistanceFull_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 SqrDistanceFull_Norm, scaled by \f$2^(-nScaleFactor)\f$.
|
static int |
nppiSqrDistanceFull_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 SqrDistanceFull_Norm, scaled by \f$2^(-nScaleFactor)\f$.
|
static int |
nppiSqrDistanceFull_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 SqrDistanceFull_Norm, scaled by \f$2^(-nScaleFactor)\f$.
|
static int |
nppiSqrDistanceFull_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 SqrDistanceFull_Norm ignoring alpha channel.
|
static int |
nppiSqrDistanceFull_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 SqrDistanceFull_Norm.
|
static int |
nppiSqrDistanceFull_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 SqrDistanceFull_Norm.
|
static int |
nppiSqrDistanceFull_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 SqrDistanceFull_Norm.
|
static int |
nppiSqrDistanceSame_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 SqrDistanceSame_Norm ignoring alpha channel.
|
static int |
nppiSqrDistanceSame_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 SqrDistanceSame_Norm.
|
static int |
nppiSqrDistanceSame_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 SqrDistanceSame_Norm.
|
static int |
nppiSqrDistanceSame_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 SqrDistanceSame_Norm.
|
static int |
nppiSqrDistanceSame_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 SqrDistanceSame_Norm ignoring alpha channel.
|
static int |
nppiSqrDistanceSame_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 SqrDistanceSame_Norm.
|
static int |
nppiSqrDistanceSame_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 SqrDistanceSame_Norm.
|
static int |
nppiSqrDistanceSame_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 SqrDistanceSame_Norm.
|
static int |
nppiSqrDistanceSame_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 SqrDistanceSame_Norm ignoring alpha channel.
|
static int |
nppiSqrDistanceSame_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 SqrDistanceSame_Norm.
|
static int |
nppiSqrDistanceSame_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 SqrDistanceSame_Norm.
|
static int |
nppiSqrDistanceSame_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 SqrDistanceSame_Norm.
|
static int |
nppiSqrDistanceSame_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 SqrDistanceSame_Norm ignoring alpha channel, scaled by \f$2^(-nScaleFactor)\f$.
|
static int |
nppiSqrDistanceSame_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 SqrDistanceSame_Norm, scaled by \f$2^(-nScaleFactor)\f$.
|
static int |
nppiSqrDistanceSame_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 SqrDistanceSame_Norm, scaled by \f$2^(-nScaleFactor)\f$.
|
static int |
nppiSqrDistanceSame_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 SqrDistanceSame_Norm, scaled by \f$2^(-nScaleFactor)\f$.
|
static int |
nppiSqrDistanceSame_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 SqrDistanceSame_Norm ignoring alpha channel.
|
static int |
nppiSqrDistanceSame_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 SqrDistanceSame_Norm.
|
static int |
nppiSqrDistanceSame_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 SqrDistanceSame_Norm.
|
static int |
nppiSqrDistanceSame_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 SqrDistanceSame_Norm.
|
static int |
nppiSqrDistanceValid_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 SqrDistanceValid_Norm ignoring alpha channel.
|
static int |
nppiSqrDistanceValid_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 SqrDistanceValid_Norm.
|
static int |
nppiSqrDistanceValid_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 SqrDistanceValid_Norm.
|
static int |
nppiSqrDistanceValid_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 SqrDistanceValid_Norm.
|
static int |
nppiSqrDistanceValid_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 SqrDistanceValid_Norm ignoring alpha channel.
|
static int |
nppiSqrDistanceValid_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 SqrDistanceValid_Norm.
|
static int |
nppiSqrDistanceValid_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 SqrDistanceValid_Norm.
|
static int |
nppiSqrDistanceValid_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 SqrDistanceValid_Norm.
|
static int |
nppiSqrDistanceValid_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 SqrDistanceValid_Norm ignoring alpha channel.
|
static int |
nppiSqrDistanceValid_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 SqrDistanceValid_Norm.
|
static int |
nppiSqrDistanceValid_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 SqrDistanceValid_Norm.
|
static int |
nppiSqrDistanceValid_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 SqrDistanceValid_Norm.
|
static int |
nppiSqrDistanceValid_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 SqrDistanceValid_Norm ignoring alpha channel, scaled by \f$2^(-nScaleFactor)\f$.
|
static int |
nppiSqrDistanceValid_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 SqrDistanceValid_Norm, scaled by \f$2^(-nScaleFactor)\f$.
|
static int |
nppiSqrDistanceValid_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 SqrDistanceValid_Norm, scaled by \f$2^(-nScaleFactor)\f$.
|
static int |
nppiSqrDistanceValid_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 SqrDistanceValid_Norm, scaled by \f$2^(-nScaleFactor)\f$.
|
static int |
nppiSqrDistanceValid_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 SqrDistanceValid_Norm ignoring alpha channel.
|
static int |
nppiSqrDistanceValid_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 SqrDistanceValid_Norm.
|
static int |
nppiSqrDistanceValid_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 SqrDistanceValid_Norm.
|
static int |
nppiSqrDistanceValid_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 SqrDistanceValid_Norm.
|
static int |
nppiSqrIntegral_8u32f64f_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
TypedPointer<Npp64f> pSqr,
int nSqrStep,
NppiSize oSrcROI,
float nVal,
double nValSqr)
One-channel 8-bit unsigned image SqrIntegral.
|
static int |
nppiSqrIntegral_8u32s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
TypedPointer<Npp32s> pSqr,
int nSqrStep,
NppiSize oSrcROI,
int nVal,
int nValSqr)
One-channel 8-bit unsigned image SqrIntegral.
|
static int |
nppiSqrIntegral_8u32s64f_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
TypedPointer<Npp64f> pSqr,
int nSqrStep,
NppiSize oSrcROI,
int nVal,
double nValSqr)
One-channel 8-bit unsigned image SqrIntegral.
|
static int |
nppiSqrt_16s_AC4IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqrt_16s_AC4RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqrt_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqrt_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqrt_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqrt_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqrt_16u_AC4IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqrt_16u_AC4RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqrt_16u_C1IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqrt_16u_C1RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqrt_16u_C3IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqrt_16u_C3RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqrt_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image square root with unmodified alpha.
|
static int |
nppiSqrt_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image square root with unmodified alpha.
|
static int |
nppiSqrt_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image square root.
|
static int |
nppiSqrt_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image square root.
|
static int |
nppiSqrt_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image square root.
|
static int |
nppiSqrt_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image square root.
|
static int |
nppiSqrt_32f_C4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image square root.
|
static int |
nppiSqrt_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image square root.
|
static int |
nppiSqrt_8u_AC4IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqrt_8u_AC4RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqrt_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqrt_8u_C1RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqrt_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSqrt_8u_C3RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiSub_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiSub_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiSub_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiSub_32f_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image subtraction.
|
static int |
nppiSub_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image subtraction.
|
static int |
nppiSub_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI) |
static int |
nppiSub_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image subtraction.
|
static int |
nppiSub_32f_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image subtraction.
|
static int |
nppiSub_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image subtraction.
|
static int |
nppiSub_32f_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image subtraction.
|
static int |
nppiSub_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image subtraction.
|
static int |
nppiSub_32fc_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtraction.
|
static int |
nppiSub_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiSub_32fc_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction.
|
static int |
nppiSub_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction.
|
static int |
nppiSub_32fc_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction.
|
static int |
nppiSub_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction.
|
static int |
nppiSub_32fc_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction.
|
static int |
nppiSub_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction.
|
static int |
nppiSub_32s_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead.
32-bit image subtraction.
|
static int |
nppiSub_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_32s_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiSub_32s_C4IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_32s_C4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiSub_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiSub_8u_C1IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_8u_C3IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_8u_C4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSub_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
|
static int |
nppiSubC_16s_AC4IRSfs(short[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_16s_C1IRSfs(short nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_16s_C3IRSfs(short[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_16s_C4IRSfs(short[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_16sc_AC4IRSfs(Npp16sc[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_16sc_C1IRSfs(Npp16sc nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_16sc_C3IRSfs(Npp16sc[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_16u_AC4IRSfs(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_16u_C1IRSfs(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_16u_C3IRSfs(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_16u_C4IRSfs(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiSubC_32f_AC4IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image subtract constant.
|
static int |
nppiSubC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image subtract constant.
|
static int |
nppiSubC_32f_C1IR(float nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image subtract constant.
|
static int |
nppiSubC_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image subtract constant.
|
static int |
nppiSubC_32f_C3IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image subtract constant.
|
static int |
nppiSubC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image subtract constant.
|
static int |
nppiSubC_32f_C4IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image subtract constant.
|
static int |
nppiSubC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image subtract constant.
|
static int |
nppiSubC_32fc_AC4IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI) |
static int |
nppiSubC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image subtract constant.
|
static int |
nppiSubC_32fc_C1IR(Npp32fc nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant.
|
static int |
nppiSubC_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant.
|
static int |
nppiSubC_32fc_C3IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant.
|
static int |
nppiSubC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant.
|
static int |
nppiSubC_32fc_C4IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant.
|
static int |
nppiSubC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant.
|
static int |
nppiSubC_32s_C1IRSfs(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_32s_C3IRSfs(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel in place image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_32sc_AC4IRSfs(Npp32sc[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_32sc_C1IRSfs(Npp32sc nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiSubC_32sc_C3IRSfs(Npp32sc[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_8u_AC4IRSfs(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiSubC_8u_C1IRSfs(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiSubC_8u_C3IRSfs(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSubC_8u_C4IRSfs(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor) |
static int |
nppiSubC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value.
|
static int |
nppiSum_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum)
Four-channel 16-bit signed image sum ignoring alpha channel.
|
static int |
nppiSum_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pSum)
One-channel 16-bit signed image sum.
|
static int |
nppiSum_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum)
Three-channel 16-bit signed image sum.
|
static int |
nppiSum_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum)
Four-channel 16-bit signed image sum.
|
static int |
nppiSum_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum)
Four-channel 16-bit unsigned image sum ignoring alpha channel.
|
static int |
nppiSum_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pSum) |
static int |
nppiSum_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum) |
static int |
nppiSum_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum) |
static int |
nppiSum_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum) |
static int |
nppiSum_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pSum)
One-channel 32-bit floating point image sum.
|
static int |
nppiSum_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum)
Three-channel 32-bit floating point image sum.
|
static int |
nppiSum_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum)
Four-channel 32-bit floating point image sum.
|
static int |
nppiSum_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum) |
static int |
nppiSum_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pSum)
One-channel 8-bit unsigned image sum.
|
static int |
nppiSum_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum)
Three-channel 8-bit unsigned image sum.
|
static int |
nppiSum_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum)
Four-channel 8-bit unsigned image sum.
|
static int |
nppiSum_8u64s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64s> pSum)
One-channel 8-bit unsigned image sum.
|
static int |
nppiSum_8u64s_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
long[] aSum)
Four-channel 8-bit unsigned image sum.
|
static int |
nppiSumGetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiSum_16s_AC4R.
|
static int |
nppiSumGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiSum_16s_C1R.
|
static int |
nppiSumGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiSumGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiSum_16s_C4R.
|
static int |
nppiSumGetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiSumGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiSumGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiSum_16u_C3R.
|
static int |
nppiSumGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiSum_16u_C4R.
|
static int |
nppiSumGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiSum_32f_AC4R.
|
static int |
nppiSumGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize) |
static int |
nppiSumGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiSum_32f_C3R.
|
static int |
nppiSumGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiSum_32f_C4R.
|
static int |
nppiSumGetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiSum_8u_AC4R.
|
static int |
nppiSumGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiSum_8u_C1R.
|
static int |
nppiSumGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiSum_8u_C3R.
|
static int |
nppiSumGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiSum_8u_C4R.
|
static int |
nppiSumGetBufferHostSize_8u64s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiSum_8u64s_C1R.
|
static int |
nppiSumGetBufferHostSize_8u64s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size for \ref nppiSum_8u64s_C4R.
|
static int |
nppiSumWindowColumn_16s32f_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int nMaskSize,
int nAnchor) |
static int |
nppiSumWindowColumn_16s32f_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int nMaskSize,
int nAnchor)
Three channel 16-bit signed 1D (column) sum to 32f.
|
static int |
nppiSumWindowColumn_16s32f_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int nMaskSize,
int nAnchor)
Four channel 16-bit signed 1D (column) sum to 32f.
|
static int |
nppiSumWindowColumn_16u32f_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int nMaskSize,
int nAnchor) |
static int |
nppiSumWindowColumn_16u32f_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int nMaskSize,
int nAnchor)
Three channel 16-bit unsigned 1D (column) sum to 32f.
|
static int |
nppiSumWindowColumn_16u32f_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int nMaskSize,
int nAnchor)
Four channel 16-bit unsigned 1D (column) sum to 32f.
|
static int |
nppiSumWindowColumn_8u32f_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int nMaskSize,
int nAnchor) |
static int |
nppiSumWindowColumn_8u32f_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int nMaskSize,
int nAnchor)
Three channel 8-bit unsigned 1D (column) sum to 32f.
|
static int |
nppiSumWindowColumn_8u32f_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int nMaskSize,
int nAnchor) |
static int |
nppiSumWindowRow_16s32f_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int nMaskSize,
int nAnchor)
One channel 16-bit signed 1D (row) sum to 32f.
|
static int |
nppiSumWindowRow_16s32f_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int nMaskSize,
int nAnchor)
Three channel 16-bit signed 1D (row) sum to 32f.
|
static int |
nppiSumWindowRow_16s32f_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int nMaskSize,
int nAnchor) |
static int |
nppiSumWindowRow_16u32f_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int nMaskSize,
int nAnchor) |
static int |
nppiSumWindowRow_16u32f_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int nMaskSize,
int nAnchor)
Three channel 16-bit unsigned 1D (row) sum to 32f.
|
static int |
nppiSumWindowRow_16u32f_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int nMaskSize,
int nAnchor)
Four channel 16-bit unsigned 1D (row) sum to 32f.
|
static int |
nppiSumWindowRow_8u32f_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int nMaskSize,
int nAnchor)
One channel 8-bit unsigned 1D (row) sum to 32f.
|
static int |
nppiSumWindowRow_8u32f_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int nMaskSize,
int nAnchor)
Three channel 8-bit unsigned 1D (row) sum to 32f.
|
static int |
nppiSumWindowRow_8u32f_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int nMaskSize,
int nAnchor)
Four channel 8-bit unsigned 1D (row) sum to 32f.
|
static int |
nppiSwapChannels_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
4 channel 16-bit signed integer source image to 4 channel destination image with destination alpha channel unaffected.
|
static int |
nppiSwapChannels_16s_C3C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder,
short nValue)
3 channel 16-bit signed integer source image to 4 channel destination image.
|
static int |
nppiSwapChannels_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
3 channel 16-bit signed integer in place image.
|
static int |
nppiSwapChannels_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
3 channel 16-bit signed integer source image to 3 channel destination image.
|
static int |
nppiSwapChannels_16s_C4C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder) |
static int |
nppiSwapChannels_16s_C4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int[] aDstOrder) |
static int |
nppiSwapChannels_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
4 channel 16-bit signed integer source image to 4 channel destination image.
|
static int |
nppiSwapChannels_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
4 channel 16-bit unsigned integer source image to 4 channel destination image with destination alpha channel unaffected.
|
static int |
nppiSwapChannels_16u_C3C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder,
short nValue)
3 channel 16-bit unsigned integer source image to 4 channel destination image.
|
static int |
nppiSwapChannels_16u_C3IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int[] aDstOrder) |
static int |
nppiSwapChannels_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
3 channel 16-bit unsigned integer source image to 3 channel destination image.
|
static int |
nppiSwapChannels_16u_C4C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
4 channel 16-bit unsigned integer source image to 3 channel destination image.
|
static int |
nppiSwapChannels_16u_C4IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
4 channel 16-bit unsigned integer in place image.
|
static int |
nppiSwapChannels_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
4 channel 16-bit unsigned integer source image to 4 channel destination image.
|
static int |
nppiSwapChannels_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
4 channel 32-bit floating point source image to 4 channel destination image with destination alpha channel unaffected.
|
static int |
nppiSwapChannels_32f_C3C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder,
float nValue)
3 channel 32-bit floating point source image to 4 channel destination image.
|
static int |
nppiSwapChannels_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
3 channel 32-bit floating point in place image.
|
static int |
nppiSwapChannels_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
3 channel 32-bit floating point source image to 3 channel destination image.
|
static int |
nppiSwapChannels_32f_C4C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
4 channel 32-bit floating point source image to 3 channel destination image.
|
static int |
nppiSwapChannels_32f_C4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
4 channel 32-bit floating point in place image.
|
static int |
nppiSwapChannels_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
4 channel 32-bit floating point source image to 4 channel destination image.
|
static int |
nppiSwapChannels_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
4 channel 32-bit signed integer source image to 4 channel destination image with destination alpha channel unaffected.
|
static int |
nppiSwapChannels_32s_C3C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder,
int nValue)
3 channel 32-bit signed integer source image to 4 channel destination image.
|
static int |
nppiSwapChannels_32s_C3IR(TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
3 channel 32-bit signed integer in place image.
|
static int |
nppiSwapChannels_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
3 channel 32-bit signed integer source image to 3 channel destination image.
|
static int |
nppiSwapChannels_32s_C4C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
4 channel 32-bit signed integer source image to 3 channel destination image.
|
static int |
nppiSwapChannels_32s_C4IR(TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
4 channel 32-bit signed integer in place image.
|
static int |
nppiSwapChannels_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
4 channel 32-bit signed integer source image to 4 channel destination image.
|
static int |
nppiSwapChannels_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
4 channel 8-bit unsigned integer source image to 4 channel destination image with destination alpha channel unaffected.
|
static int |
nppiSwapChannels_8u_C3C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder,
byte nValue)
3 channel 8-bit unsigned integer source image to 4 channel destination image.
|
static int |
nppiSwapChannels_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
3 channel 8-bit unsigned integer in place image.
|
static int |
nppiSwapChannels_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
3 channel 8-bit unsigned integer source image to 3 channel destination image.
|
static int |
nppiSwapChannels_8u_C4C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
4 channel 8-bit unsigned integer source image to 3 channel destination image.
|
static int |
nppiSwapChannels_8u_C4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
4 channel 8-bit unsigned integer in place image.
|
static int |
nppiSwapChannels_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
4 channel 8-bit unsigned integer source image to 4 channel destination image.
|
static int |
nppiThreshold_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
int eComparisonOperation)
4 channel 16-bit signed short in place image threshold, not affecting Alpha.
|
static int |
nppiThreshold_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
int eComparisonOperation)
4 channel 16-bit signed short image threshold, not affecting Alpha.
|
static int |
nppiThreshold_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short nThreshold,
int eComparisonOperation)
1 channel 16-bit signed short in place threshold.
|
static int |
nppiThreshold_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short nThreshold,
int eComparisonOperation)
1 channel 16-bit signed short threshold.
|
static int |
nppiThreshold_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
int eComparisonOperation)
3 channel 16-bit signed short in place threshold.
|
static int |
nppiThreshold_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
int eComparisonOperation)
3 channel 16-bit signed short threshold.
|
static int |
nppiThreshold_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
int eComparisonOperation)
4 channel 16-bit unsigned short in place image threshold, not affecting Alpha.
|
static int |
nppiThreshold_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
int eComparisonOperation) |
static int |
nppiThreshold_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short nThreshold,
int eComparisonOperation)
1 channel 16-bit unsigned short in place threshold.
|
static int |
nppiThreshold_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short nThreshold,
int eComparisonOperation) |
static int |
nppiThreshold_16u_C3IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
int eComparisonOperation)
3 channel 16-bit unsigned short in place threshold.
|
static int |
nppiThreshold_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
int eComparisonOperation)
3 channel 16-bit unsigned short threshold.
|
static int |
nppiThreshold_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds,
int eComparisonOperation) |
static int |
nppiThreshold_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
int eComparisonOperation) |
static int |
nppiThreshold_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nThreshold,
int eComparisonOperation)
1 channel 32-bit floating point in place threshold.
|
static int |
nppiThreshold_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThreshold,
int eComparisonOperation) |
static int |
nppiThreshold_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds,
int eComparisonOperation)
3 channel 32-bit floating point in place threshold.
|
static int |
nppiThreshold_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
int eComparisonOperation)
3 channel 32-bit floating point threshold.
|
static int |
nppiThreshold_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
int eComparisonOperation)
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
|
static int |
nppiThreshold_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
int eComparisonOperation)
4 channel 8-bit unsigned char image threshold, not affecting Alpha.
|
static int |
nppiThreshold_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte nThreshold,
int eComparisonOperation)
1 channel 8-bit unsigned char in place threshold.
|
static int |
nppiThreshold_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nThreshold,
int eComparisonOperation) |
static int |
nppiThreshold_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
int eComparisonOperation)
3 channel 8-bit unsigned char in place threshold.
|
static int |
nppiThreshold_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
int eComparisonOperation) |
static int |
nppiThreshold_GT_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds)
4 channel 16-bit signed short in place image threshold, not affecting Alpha.
|
static int |
nppiThreshold_GT_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds) |
static int |
nppiThreshold_GT_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short nThreshold)
1 channel 16-bit signed short in place threshold.
|
static int |
nppiThreshold_GT_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short nThreshold)
1 channel 16-bit signed short threshold.
|
static int |
nppiThreshold_GT_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds) |
static int |
nppiThreshold_GT_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds)
3 channel 16-bit signed short threshold.
|
static int |
nppiThreshold_GT_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds)
4 channel 16-bit unsigned short in place image threshold, not affecting Alpha.
|
static int |
nppiThreshold_GT_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds) |
static int |
nppiThreshold_GT_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short nThreshold)
1 channel 16-bit unsigned short in place threshold.
|
static int |
nppiThreshold_GT_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short nThreshold)
1 channel 16-bit unsigned short threshold.
|
static int |
nppiThreshold_GT_16u_C3IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds)
3 channel 16-bit unsigned short in place threshold.
|
static int |
nppiThreshold_GT_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds) |
static int |
nppiThreshold_GT_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds) |
static int |
nppiThreshold_GT_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds)
4 channel 32-bit floating point image threshold, not affecting Alpha.
|
static int |
nppiThreshold_GT_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nThreshold)
1 channel 32-bit floating point in place threshold.
|
static int |
nppiThreshold_GT_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThreshold)
1 channel 32-bit floating point threshold.
|
static int |
nppiThreshold_GT_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds)
3 channel 32-bit floating point in place threshold.
|
static int |
nppiThreshold_GT_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds)
3 channel 32-bit floating point threshold.
|
static int |
nppiThreshold_GT_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte[] rThresholds) |
static int |
nppiThreshold_GT_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] rThresholds)
4 channel 8-bit unsigned char image threshold, not affecting Alpha.
|
static int |
nppiThreshold_GT_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte nThreshold)
1 channel 8-bit unsigned char in place threshold.
|
static int |
nppiThreshold_GT_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nThreshold)
1 channel 8-bit unsigned char threshold.
|
static int |
nppiThreshold_GT_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte[] rThresholds)
3 channel 8-bit unsigned char in place threshold.
|
static int |
nppiThreshold_GT_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] rThresholds) |
static int |
nppiThreshold_GTVal_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues)
4 channel 16-bit signed short in place image threshold, not affecting Alpha.
|
static int |
nppiThreshold_GTVal_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues)
4 channel 16-bit signed short image threshold, not affecting Alpha.
|
static int |
nppiThreshold_GTVal_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short nThreshold,
short nValue)
1 channel 16-bit signed short in place threshold.
|
static int |
nppiThreshold_GTVal_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short nThreshold,
short nValue)
1 channel 16-bit signed short threshold.
|
static int |
nppiThreshold_GTVal_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues) |
static int |
nppiThreshold_GTVal_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues) |
static int |
nppiThreshold_GTVal_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues)
4 channel 16-bit unsigned short in place image threshold, not affecting Alpha.
|
static int |
nppiThreshold_GTVal_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues)
4 channel 16-bit unsigned short image threshold, not affecting Alpha.
|
static int |
nppiThreshold_GTVal_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short nThreshold,
short nValue)
1 channel 16-bit unsigned short in place threshold.
|
static int |
nppiThreshold_GTVal_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short nThreshold,
short nValue)
1 channel 16-bit unsigned short threshold.
|
static int |
nppiThreshold_GTVal_16u_C3IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues) |
static int |
nppiThreshold_GTVal_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues)
3 channel 16-bit unsigned short threshold.
|
static int |
nppiThreshold_GTVal_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues)
4 channel 32-bit floating point in place image threshold, not affecting Alpha.
|
static int |
nppiThreshold_GTVal_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues)
4 channel 32-bit floating point image threshold, not affecting Alpha.
|
static int |
nppiThreshold_GTVal_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nThreshold,
float nValue)
1 channel 32-bit floating point in place threshold.
|
static int |
nppiThreshold_GTVal_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThreshold,
float nValue)
1 channel 32-bit floating point threshold.
|
static int |
nppiThreshold_GTVal_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues)
3 channel 32-bit floating point in place threshold.
|
static int |
nppiThreshold_GTVal_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues)
3 channel 32-bit floating point threshold.
|
static int |
nppiThreshold_GTVal_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
byte[] rValues)
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
|
static int |
nppiThreshold_GTVal_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
byte[] rValues)
4 channel 8-bit unsigned char image threshold, not affecting Alpha.
|
static int |
nppiThreshold_GTVal_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte nThreshold,
byte nValue)
1 channel 8-bit unsigned char in place threshold.
|
static int |
nppiThreshold_GTVal_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nThreshold,
byte nValue)
1 channel 8-bit unsigned char threshold.
|
static int |
nppiThreshold_GTVal_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
byte[] rValues)
3 channel 8-bit unsigned char in place threshold.
|
static int |
nppiThreshold_GTVal_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
byte[] rValues)
3 channel 8-bit unsigned char threshold.
|
static int |
nppiThreshold_LT_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds)
4 channel 16-bit signed short in place image threshold, not affecting Alpha.
|
static int |
nppiThreshold_LT_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds) |
static int |
nppiThreshold_LT_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short nThreshold) |
static int |
nppiThreshold_LT_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short nThreshold)
1 channel 16-bit signed short threshold.
|
static int |
nppiThreshold_LT_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds) |
static int |
nppiThreshold_LT_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds)
3 channel 16-bit signed short threshold.
|
static int |
nppiThreshold_LT_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds)
4 channel 16-bit unsigned short in place image threshold, not affecting Alpha.
|
static int |
nppiThreshold_LT_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds)
4 channel 16-bit unsigned short image threshold, not affecting Alpha.
|
static int |
nppiThreshold_LT_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short nThreshold)
1 channel 16-bit unsigned short in place threshold.
|
static int |
nppiThreshold_LT_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short nThreshold)
1 channel 16-bit unsigned short threshold.
|
static int |
nppiThreshold_LT_16u_C3IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds)
3 channel 16-bit unsigned short in place threshold.
|
static int |
nppiThreshold_LT_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds)
3 channel 16-bit unsigned short threshold.
|
static int |
nppiThreshold_LT_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds)
4 channel 32-bit floating point in place image threshold, not affecting Alpha.
|
static int |
nppiThreshold_LT_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds)
4 channel 32-bit floating point image threshold, not affecting Alpha.
|
static int |
nppiThreshold_LT_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nThreshold)
1 channel 32-bit floating point in place threshold.
|
static int |
nppiThreshold_LT_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThreshold) |
static int |
nppiThreshold_LT_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds)
3 channel 32-bit floating point in place threshold.
|
static int |
nppiThreshold_LT_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds)
3 channel 32-bit floating point threshold.
|
static int |
nppiThreshold_LT_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte[] rThresholds) |
static int |
nppiThreshold_LT_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] rThresholds)
4 channel 8-bit unsigned char image threshold, not affecting Alpha.
|
static int |
nppiThreshold_LT_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte nThreshold)
1 channel 8-bit unsigned char in place threshold.
|
static int |
nppiThreshold_LT_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nThreshold)
1 channel 8-bit unsigned char threshold.
|
static int |
nppiThreshold_LT_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte[] rThresholds)
3 channel 8-bit unsigned char in place threshold.
|
static int |
nppiThreshold_LT_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] rThresholds)
3 channel 8-bit unsigned char threshold.
|
static int |
nppiThreshold_LTVal_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues)
4 channel 16-bit signed short in place image threshold, not affecting Alpha.
|
static int |
nppiThreshold_LTVal_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues)
4 channel 16-bit signed short image threshold, not affecting Alpha.
|
static int |
nppiThreshold_LTVal_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short nThreshold,
short nValue) |
static int |
nppiThreshold_LTVal_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short nThreshold,
short nValue)
1 channel 16-bit signed short threshold.
|
static int |
nppiThreshold_LTVal_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues)
3 channel 16-bit signed short in place threshold.
|
static int |
nppiThreshold_LTVal_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues)
3 channel 16-bit signed short threshold.
|
static int |
nppiThreshold_LTVal_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues)
4 channel 16-bit unsigned short in place image threshold, not affecting Alpha.
|
static int |
nppiThreshold_LTVal_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues)
4 channel 16-bit unsigned short image threshold, not affecting Alpha.
|
static int |
nppiThreshold_LTVal_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short nThreshold,
short nValue)
1 channel 16-bit unsigned short in place threshold.
|
static int |
nppiThreshold_LTVal_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short nThreshold,
short nValue) |
static int |
nppiThreshold_LTVal_16u_C3IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues)
3 channel 16-bit unsigned short in place threshold.
|
static int |
nppiThreshold_LTVal_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues)
3 channel 16-bit unsigned short threshold.
|
static int |
nppiThreshold_LTVal_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues)
4 channel 32-bit floating point in place image threshold, not affecting Alpha.
|
static int |
nppiThreshold_LTVal_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues) |
static int |
nppiThreshold_LTVal_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nThreshold,
float nValue)
1 channel 32-bit floating point in place threshold.
|
static int |
nppiThreshold_LTVal_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThreshold,
float nValue)
1 channel 32-bit floating point threshold.
|
static int |
nppiThreshold_LTVal_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues) |
static int |
nppiThreshold_LTVal_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues)
3 channel 32-bit floating point threshold.
|
static int |
nppiThreshold_LTVal_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
byte[] rValues)
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
|
static int |
nppiThreshold_LTVal_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
byte[] rValues)
4 channel 8-bit unsigned char image threshold, not affecting Alpha.
|
static int |
nppiThreshold_LTVal_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte nThreshold,
byte nValue)
1 channel 8-bit unsigned char in place threshold.
|
static int |
nppiThreshold_LTVal_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nThreshold,
byte nValue)
1 channel 8-bit unsigned char threshold.
|
static int |
nppiThreshold_LTVal_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
byte[] rValues)
3 channel 8-bit unsigned char in place threshold.
|
static int |
nppiThreshold_LTVal_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
byte[] rValues)
3 channel 8-bit unsigned char threshold.
|
static int |
nppiThreshold_LTValGTVal_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholdsLT,
short[] rValuesLT,
short[] rThresholdsGT,
short[] rValuesGT) |
static int |
nppiThreshold_LTValGTVal_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholdsLT,
short[] rValuesLT,
short[] rThresholdsGT,
short[] rValuesGT) |
static int |
nppiThreshold_LTValGTVal_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short nThresholdLT,
short nValueLT,
short nThresholdGT,
short nValueGT)
1 channel 16-bit signed short in place threshold.
|
static int |
nppiThreshold_LTValGTVal_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short nThresholdLT,
short nValueLT,
short nThresholdGT,
short nValueGT)
1 channel 16-bit signed short threshold.
|
static int |
nppiThreshold_LTValGTVal_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholdsLT,
short[] rValuesLT,
short[] rThresholdsGT,
short[] rValuesGT) |
static int |
nppiThreshold_LTValGTVal_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholdsLT,
short[] rValuesLT,
short[] rThresholdsGT,
short[] rValuesGT)
3 channel 16-bit signed short threshold.
|
static int |
nppiThreshold_LTValGTVal_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholdsLT,
short[] rValuesLT,
short[] rThresholdsGT,
short[] rValuesGT) |
static int |
nppiThreshold_LTValGTVal_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholdsLT,
short[] rValuesLT,
short[] rThresholdsGT,
short[] rValuesGT) |
static int |
nppiThreshold_LTValGTVal_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short nThresholdLT,
short nValueLT,
short nThresholdGT,
short nValueGT)
1 channel 16-bit unsigned short in place threshold.
|
static int |
nppiThreshold_LTValGTVal_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short nThresholdLT,
short nValueLT,
short nThresholdGT,
short nValueGT)
1 channel 16-bit unsigned short threshold.
|
static int |
nppiThreshold_LTValGTVal_16u_C3IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholdsLT,
short[] rValuesLT,
short[] rThresholdsGT,
short[] rValuesGT)
3 channel 16-bit unsigned short in place threshold.
|
static int |
nppiThreshold_LTValGTVal_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholdsLT,
short[] rValuesLT,
short[] rThresholdsGT,
short[] rValuesGT)
3 channel 16-bit unsigned short threshold.
|
static int |
nppiThreshold_LTValGTVal_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholdsLT,
float[] rValuesLT,
float[] rThresholdsGT,
float[] rValuesGT)
4 channel 32-bit floating point in place image threshold, not affecting Alpha.
|
static int |
nppiThreshold_LTValGTVal_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholdsLT,
float[] rValuesLT,
float[] rThresholdsGT,
float[] rValuesGT)
4 channel 32-bit floating point image threshold, not affecting Alpha.
|
static int |
nppiThreshold_LTValGTVal_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nThresholdLT,
float nValueLT,
float nThresholdGT,
float nValueGT) |
static int |
nppiThreshold_LTValGTVal_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThresholdLT,
float nValueLT,
float nThresholdGT,
float nValueGT)
1 channel 32-bit floating point threshold.
|
static int |
nppiThreshold_LTValGTVal_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholdsLT,
float[] rValuesLT,
float[] rThresholdsGT,
float[] rValuesGT)
3 channel 32-bit floating point in place threshold.
|
static int |
nppiThreshold_LTValGTVal_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholdsLT,
float[] rValuesLT,
float[] rThresholdsGT,
float[] rValuesGT)
3 channel 32-bit floating point threshold.
|
static int |
nppiThreshold_LTValGTVal_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte[] rThresholdsLT,
byte[] rValuesLT,
byte[] rThresholdsGT,
byte[] rValuesGT)
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
|
static int |
nppiThreshold_LTValGTVal_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] rThresholdsLT,
byte[] rValuesLT,
byte[] rThresholdsGT,
byte[] rValuesGT)
4 channel 8-bit unsigned char image threshold, not affecting Alpha.
|
static int |
nppiThreshold_LTValGTVal_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte nThresholdLT,
byte nValueLT,
byte nThresholdGT,
byte nValueGT)
1 channel 8-bit unsigned char in place threshold.
|
static int |
nppiThreshold_LTValGTVal_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nThresholdLT,
byte nValueLT,
byte nThresholdGT,
byte nValueGT)
1 channel 8-bit unsigned char threshold.
|
static int |
nppiThreshold_LTValGTVal_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte[] rThresholdsLT,
byte[] rValuesLT,
byte[] rThresholdsGT,
byte[] rValuesGT)
3 channel 8-bit unsigned char in place threshold.
|
static int |
nppiThreshold_LTValGTVal_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] rThresholdsLT,
byte[] rValuesLT,
byte[] rThresholdsGT,
byte[] rValuesGT)
3 channel 8-bit unsigned char threshold.
|
static int |
nppiThreshold_Val_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues,
int eComparisonOperation)
4 channel 16-bit signed short in place image threshold, not affecting Alpha.
|
static int |
nppiThreshold_Val_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues,
int eComparisonOperation)
4 channel 16-bit signed short image threshold, not affecting Alpha.
|
static int |
nppiThreshold_Val_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short nThreshold,
short nValue,
int eComparisonOperation)
1 channel 16-bit signed short in place threshold.
|
static int |
nppiThreshold_Val_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short nThreshold,
short nValue,
int eComparisonOperation)
1 channel 16-bit signed short threshold.
|
static int |
nppiThreshold_Val_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues,
int eComparisonOperation)
3 channel 16-bit signed short in place threshold.
|
static int |
nppiThreshold_Val_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues,
int eComparisonOperation) |
static int |
nppiThreshold_Val_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues,
int eComparisonOperation)
4 channel 16-bit unsigned short in place image threshold, not affecting Alpha.
|
static int |
nppiThreshold_Val_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues,
int eComparisonOperation)
4 channel 16-bit unsigned short image threshold, not affecting Alpha.
|
static int |
nppiThreshold_Val_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short nThreshold,
short nValue,
int eComparisonOperation) |
static int |
nppiThreshold_Val_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short nThreshold,
short nValue,
int eComparisonOperation)
1 channel 16-bit unsigned short threshold.
|
static int |
nppiThreshold_Val_16u_C3IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues,
int eComparisonOperation)
3 channel 16-bit unsigned short in place threshold.
|
static int |
nppiThreshold_Val_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues,
int eComparisonOperation) |
static int |
nppiThreshold_Val_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues,
int eComparisonOperation) |
static int |
nppiThreshold_Val_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues,
int eComparisonOperation)
4 channel 32-bit floating point image threshold, not affecting Alpha.
|
static int |
nppiThreshold_Val_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nThreshold,
float nValue,
int eComparisonOperation) |
static int |
nppiThreshold_Val_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThreshold,
float nValue,
int eComparisonOperation)
1 channel 32-bit floating point threshold.
|
static int |
nppiThreshold_Val_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues,
int eComparisonOperation)
3 channel 32-bit floating point in place threshold.
|
static int |
nppiThreshold_Val_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues,
int eComparisonOperation)
3 channel 32-bit floating point threshold.
|
static int |
nppiThreshold_Val_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
byte[] rValues,
int eComparisonOperation)
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha.
|
static int |
nppiThreshold_Val_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
byte[] rValues,
int eComparisonOperation) |
static int |
nppiThreshold_Val_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte nThreshold,
byte nValue,
int eComparisonOperation)
1 channel 8-bit unsigned char in place threshold.
|
static int |
nppiThreshold_Val_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nThreshold,
byte nValue,
int eComparisonOperation)
1 channel 8-bit unsigned char threshold.
|
static int |
nppiThreshold_Val_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
byte[] rValues,
int eComparisonOperation)
3 channel 8-bit unsigned char in place threshold.
|
static int |
nppiThreshold_Val_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
byte[] rValues,
int eComparisonOperation)
3 channel 8-bit unsigned char threshold.
|
static int |
nppiTranspose_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSrcROI)
1 channel 16-bit signed int image transpose.
|
static int |
nppiTranspose_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSrcROI)
3 channel 16-bit signed int image transpose.
|
static int |
nppiTranspose_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSrcROI)
4 channel 16-bit signed int image transpose.
|
static int |
nppiTranspose_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSrcROI)
1 channel 16-bit unsigned int image transpose.
|
static int |
nppiTranspose_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSrcROI)
3 channel 16-bit unsigned int image transpose.
|
static int |
nppiTranspose_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSrcROI)
4 channel 16-bit unsigned int image transpose.
|
static int |
nppiTranspose_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSrcROI)
1 channel 32-bit floating point image transpose.
|
static int |
nppiTranspose_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSrcROI)
3 channel 32-bit floating point image transpose.
|
static int |
nppiTranspose_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSrcROI)
4 channel 32-bit floating point image transpose.
|
static int |
nppiTranspose_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSrcROI)
1 channel 32-bit signed int image transpose.
|
static int |
nppiTranspose_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSrcROI)
3 channel 32-bit signed int image transpose.
|
static int |
nppiTranspose_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSrcROI)
4 channel 32-bit signed int image transpose.
|
static int |
nppiTranspose_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSrcROI)
1 channel 8-bit unsigned int image transpose.
|
static int |
nppiTranspose_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSrcROI)
3 channel 8-bit unsigned int image transpose.
|
static int |
nppiTranspose_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSrcROI) |
static int |
nppiValidNormLevelGetBufferHostSize_16u32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_16u32f_AC4R.
|
static int |
nppiValidNormLevelGetBufferHostSize_16u32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_16u32f_C1R.
|
static int |
nppiValidNormLevelGetBufferHostSize_16u32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_16u32f_C3R.
|
static int |
nppiValidNormLevelGetBufferHostSize_16u32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_16u32f_C4R.
|
static int |
nppiValidNormLevelGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_32f_AC4R.
|
static int |
nppiValidNormLevelGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_32f_C1R.
|
static int |
nppiValidNormLevelGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_32f_C3R.
|
static int |
nppiValidNormLevelGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_32f_C4R.
|
static int |
nppiValidNormLevelGetBufferHostSize_8s32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_8s32f_AC4R.
|
static int |
nppiValidNormLevelGetBufferHostSize_8s32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_8s32f_C1R.
|
static int |
nppiValidNormLevelGetBufferHostSize_8s32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_8s32f_C3R.
|
static int |
nppiValidNormLevelGetBufferHostSize_8s32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_8s32f_C4R.
|
static int |
nppiValidNormLevelGetBufferHostSize_8u_AC4RSfs(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_8u_AC4RSfs.
|
static int |
nppiValidNormLevelGetBufferHostSize_8u_C1RSfs(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for nppiCrossCorrValid_NormLevel_8u_C1RSfs.
|
static int |
nppiValidNormLevelGetBufferHostSize_8u_C3RSfs(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_8u_C3RSfs.
|
static int |
nppiValidNormLevelGetBufferHostSize_8u_C4RSfs(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_8u_C4RSfs.
|
static int |
nppiValidNormLevelGetBufferHostSize_8u32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_8u32f_AC4R.
|
static int |
nppiValidNormLevelGetBufferHostSize_8u32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_8u32f_C1R.
|
static int |
nppiValidNormLevelGetBufferHostSize_8u32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_8u32f_C3R.
|
static int |
nppiValidNormLevelGetBufferHostSize_8u32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_8u32f_C4R.
|
static int |
nppiWarpAffine_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 16-bit unsigned affine warp, ignoring alpha channel.
|
static int |
nppiWarpAffine_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 16-bit unsigned affine warp.
|
static int |
nppiWarpAffine_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 16-bit unsigned affine warp.
|
static int |
nppiWarpAffine_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 16-bit unsigned affine warp.
|
static int |
nppiWarpAffine_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel planar 16-bit unsigned affine warp.
|
static int |
nppiWarpAffine_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation) |
static int |
nppiWarpAffine_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit floating-point affine warp, ignoring alpha channel.
|
static int |
nppiWarpAffine_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 32-bit floating-point affine warp.
|
static int |
nppiWarpAffine_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit floating-point affine warp.
|
static int |
nppiWarpAffine_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation) |
static int |
nppiWarpAffine_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel planar 32-bit floating-point affine warp.
|
static int |
nppiWarpAffine_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel planar 32-bit floating-point affine warp.
|
static int |
nppiWarpAffine_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit signed affine warp, ignoring alpha channel.
|
static int |
nppiWarpAffine_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 32-bit signed affine warp.
|
static int |
nppiWarpAffine_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit signed affine warp.
|
static int |
nppiWarpAffine_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit signed affine warp.
|
static int |
nppiWarpAffine_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel planar 32-bit signed affine warp.
|
static int |
nppiWarpAffine_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel planar 32-bit signed affine warp.
|
static int |
nppiWarpAffine_64f_AC4R(TypedPointer<Npp64f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 64-bit floating-point affine warp, ignoring alpha channel.
|
static int |
nppiWarpAffine_64f_C1R(TypedPointer<Npp64f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 64-bit floating-point affine warp.
|
static int |
nppiWarpAffine_64f_C3R(TypedPointer<Npp64f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 64-bit floating-point affine warp.
|
static int |
nppiWarpAffine_64f_C4R(TypedPointer<Npp64f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 64-bit floating-point affine warp.
|
static int |
nppiWarpAffine_64f_P3R(TypedPointer<Npp64f>[] aSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f>[] aDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel planar 64-bit floating-point affine warp.
|
static int |
nppiWarpAffine_64f_P4R(TypedPointer<Npp64f>[] aSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f>[] aDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel planar 64-bit floating-point affine warp.
|
static int |
nppiWarpAffine_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation) |
static int |
nppiWarpAffine_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 8-bit unsigned affine warp.
|
static int |
nppiWarpAffine_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 8-bit unsigned affine warp.
|
static int |
nppiWarpAffine_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 8-bit unsigned affine warp.
|
static int |
nppiWarpAffine_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel planar 8-bit unsigned affine warp.
|
static int |
nppiWarpAffine_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation) |
static int |
nppiWarpAffineBack_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 16-bit unsigned integer backwards affine warp, ignoring alpha channel.
|
static int |
nppiWarpAffineBack_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 16-bit unsigned integer backwards affine warp.
|
static int |
nppiWarpAffineBack_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 16-bit unsigned integer backwards affine warp.
|
static int |
nppiWarpAffineBack_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation) |
static int |
nppiWarpAffineBack_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation) |
static int |
nppiWarpAffineBack_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation) |
static int |
nppiWarpAffineBack_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation) |
static int |
nppiWarpAffineBack_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 32-bit floating-point backwards affine warp.
|
static int |
nppiWarpAffineBack_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit floating-point backwards affine warp.
|
static int |
nppiWarpAffineBack_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit floating-point backwards affine warp.
|
static int |
nppiWarpAffineBack_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel planar 32-bit floating-point backwards affine warp.
|
static int |
nppiWarpAffineBack_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel planar 32-bit floating-point backwards affine warp.
|
static int |
nppiWarpAffineBack_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation) |
static int |
nppiWarpAffineBack_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 32-bit signed integer backwards affine warp.
|
static int |
nppiWarpAffineBack_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit signed integer backwards affine warp.
|
static int |
nppiWarpAffineBack_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit signed integer backwards affine warp.
|
static int |
nppiWarpAffineBack_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation) |
static int |
nppiWarpAffineBack_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel planar 32-bit signed integer backwards affine warp.
|
static int |
nppiWarpAffineBack_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 8-bit unsigned integer backwards affine warp, ignoring alpha channel.
|
static int |
nppiWarpAffineBack_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation) |
static int |
nppiWarpAffineBack_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 8-bit unsigned integer backwards affine warp.
|
static int |
nppiWarpAffineBack_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 8-bit unsigned integer backwards affine warp.
|
static int |
nppiWarpAffineBack_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel planar 8-bit unsigned integer backwards affine warp.
|
static int |
nppiWarpAffineBack_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation) |
static int |
nppiWarpAffineQuad_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 16-bit unsigned integer quad-based affine warp, ignoring alpha channel.
|
static int |
nppiWarpAffineQuad_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Single-channel 16-bit unsigned integer quad-based affine warp.
|
static int |
nppiWarpAffineQuad_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation) |
static int |
nppiWarpAffineQuad_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation) |
static int |
nppiWarpAffineQuad_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel planar 16-bit unsigned integer quad-based affine warp.
|
static int |
nppiWarpAffineQuad_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel planar 16-bit unsigned integer quad-based affine warp.
|
static int |
nppiWarpAffineQuad_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 32-bit floating-point quad-based affine warp, ignoring alpha channel.
|
static int |
nppiWarpAffineQuad_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Single-channel 32-bit floating-point quad-based affine warp.
|
static int |
nppiWarpAffineQuad_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel 32-bit floating-point quad-based affine warp.
|
static int |
nppiWarpAffineQuad_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 32-bit floating-point quad-based affine warp.
|
static int |
nppiWarpAffineQuad_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel planar 32-bit floating-point quad-based affine warp.
|
static int |
nppiWarpAffineQuad_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel planar 32-bit floating-point quad-based affine warp.
|
static int |
nppiWarpAffineQuad_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 32-bit signed integer quad-based affine warp, ignoring alpha channel.
|
static int |
nppiWarpAffineQuad_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation) |
static int |
nppiWarpAffineQuad_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel 32-bit signed integer quad-based affine warp.
|
static int |
nppiWarpAffineQuad_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 32-bit signed integer quad-based affine warp.
|
static int |
nppiWarpAffineQuad_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel planar 32-bit signed integer quad-based affine warp.
|
static int |
nppiWarpAffineQuad_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel planar 32-bit signed integer quad-based affine warp.
|
static int |
nppiWarpAffineQuad_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation) |
static int |
nppiWarpAffineQuad_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Single-channel 32-bit floating-point quad-based affine warp.
|
static int |
nppiWarpAffineQuad_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel 8-bit unsigned integer quad-based affine warp.
|
static int |
nppiWarpAffineQuad_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 8-bit unsigned integer quad-based affine warp.
|
static int |
nppiWarpAffineQuad_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel planar 8-bit unsigned integer quad-based affine warp.
|
static int |
nppiWarpAffineQuad_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel planar 8-bit unsigned integer quad-based affine warp.
|
static int |
nppiWarpPerspective_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation) |
static int |
nppiWarpPerspective_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 16-bit unsigned integer perspective warp.
|
static int |
nppiWarpPerspective_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 16-bit unsigned integer perspective warp.
|
static int |
nppiWarpPerspective_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 16-bit unsigned integer perspective warp.
|
static int |
nppiWarpPerspective_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel planar 16-bit unsigned integer perspective warp.
|
static int |
nppiWarpPerspective_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation) |
static int |
nppiWarpPerspective_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit floating-point perspective warp, ignoring alpha channel.
|
static int |
nppiWarpPerspective_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 32-bit floating-point perspective warp.
|
static int |
nppiWarpPerspective_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit floating-point perspective warp.
|
static int |
nppiWarpPerspective_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit floating-point perspective warp.
|
static int |
nppiWarpPerspective_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel planar 32-bit floating-point perspective warp.
|
static int |
nppiWarpPerspective_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel planar 32-bit floating-point perspective warp.
|
static int |
nppiWarpPerspective_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit signed integer perspective warp, igoring alpha channel.
|
static int |
nppiWarpPerspective_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 32-bit signed integer perspective warp.
|
static int |
nppiWarpPerspective_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit signed integer perspective warp.
|
static int |
nppiWarpPerspective_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit signed integer perspective warp.
|
static int |
nppiWarpPerspective_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel planar 32-bit signed integer perspective warp.
|
static int |
nppiWarpPerspective_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel planar 32-bit signed integer perspective warp.
|
static int |
nppiWarpPerspective_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 8-bit unsigned integer perspective warp, ignoring alpha channel.
|
static int |
nppiWarpPerspective_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 8-bit unsigned integer perspective warp.
|
static int |
nppiWarpPerspective_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 8-bit unsigned integer perspective warp.
|
static int |
nppiWarpPerspective_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 8-bit unsigned integer perspective warp.
|
static int |
nppiWarpPerspective_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel planar 8-bit unsigned integer perspective warp.
|
static int |
nppiWarpPerspective_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel planar 8-bit unsigned integer perspective warp.
|
static int |
nppiWarpPerspectiveBack_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation) |
static int |
nppiWarpPerspectiveBack_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 16-bit unsigned integer backwards perspective warp.
|
static int |
nppiWarpPerspectiveBack_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 16-bit unsigned integer backwards perspective warp.
|
static int |
nppiWarpPerspectiveBack_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation) |
static int |
nppiWarpPerspectiveBack_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel planar 16-bit unsigned integer backwards perspective warp.
|
static int |
nppiWarpPerspectiveBack_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel planar 16-bit unsigned integer backwards perspective warp.
|
static int |
nppiWarpPerspectiveBack_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit floating-point backwards perspective warp, ignorning alpha channel.
|
static int |
nppiWarpPerspectiveBack_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation) |
static int |
nppiWarpPerspectiveBack_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation) |
static int |
nppiWarpPerspectiveBack_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit floating-point backwards perspective warp.
|
static int |
nppiWarpPerspectiveBack_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel planar 32-bit floating-point backwards perspective warp.
|
static int |
nppiWarpPerspectiveBack_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel planar 32-bit floating-point backwards perspective warp.
|
static int |
nppiWarpPerspectiveBack_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit signed integer backwards perspective warp, ignoring alpha channel.
|
static int |
nppiWarpPerspectiveBack_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 32-bit signed integer backwards perspective warp.
|
static int |
nppiWarpPerspectiveBack_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit signed integer backwards perspective warp.
|
static int |
nppiWarpPerspectiveBack_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation) |
static int |
nppiWarpPerspectiveBack_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel planar 32-bit signed integer backwards perspective warp.
|
static int |
nppiWarpPerspectiveBack_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel planar 32-bit signed integer backwards perspective warp.
|
static int |
nppiWarpPerspectiveBack_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation) |
static int |
nppiWarpPerspectiveBack_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 8-bit unsigned integer backwards perspective warp.
|
static int |
nppiWarpPerspectiveBack_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 8-bit unsigned integer backwards perspective warp.
|
static int |
nppiWarpPerspectiveBack_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 8-bit unsigned integer backwards perspective warp.
|
static int |
nppiWarpPerspectiveBack_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel planar 8-bit unsigned integer backwards perspective warp.
|
static int |
nppiWarpPerspectiveBack_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel planar 8-bit unsigned integer backwards perspective warp.
|
static int |
nppiWarpPerspectiveQuad_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 16-bit unsigned integer quad-based perspective warp, ignoring alpha channel.
|
static int |
nppiWarpPerspectiveQuad_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Single-channel 16-bit unsigned integer quad-based perspective warp.
|
static int |
nppiWarpPerspectiveQuad_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel 16-bit unsigned integer quad-based perspective warp.
|
static int |
nppiWarpPerspectiveQuad_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 16-bit unsigned integer quad-based perspective warp.
|
static int |
nppiWarpPerspectiveQuad_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel planar 16-bit unsigned integer quad-based perspective warp.
|
static int |
nppiWarpPerspectiveQuad_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel planar 16-bit unsigned integer quad-based perspective warp.
|
static int |
nppiWarpPerspectiveQuad_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 32-bit floating-point quad-based perspective warp, ignoring alpha channel.
|
static int |
nppiWarpPerspectiveQuad_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Single-channel 32-bit floating-point quad-based perspective warp.
|
static int |
nppiWarpPerspectiveQuad_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel 32-bit floating-point quad-based perspective warp.
|
static int |
nppiWarpPerspectiveQuad_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 32-bit floating-point quad-based perspective warp.
|
static int |
nppiWarpPerspectiveQuad_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel planar 32-bit floating-point quad-based perspective warp.
|
static int |
nppiWarpPerspectiveQuad_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel planar 32-bit floating-point quad-based perspective warp.
|
static int |
nppiWarpPerspectiveQuad_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 32-bit signed integer quad-based perspective warp, ignoring alpha channel.
|
static int |
nppiWarpPerspectiveQuad_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Single-channel 32-bit signed integer quad-based perspective warp.
|
static int |
nppiWarpPerspectiveQuad_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel 32-bit signed integer quad-based perspective warp.
|
static int |
nppiWarpPerspectiveQuad_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 32-bit signed integer quad-based perspective warp.
|
static int |
nppiWarpPerspectiveQuad_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation) |
static int |
nppiWarpPerspectiveQuad_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel planar 32-bit signed integer quad-based perspective warp.
|
static int |
nppiWarpPerspectiveQuad_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 8-bit unsigned integer quad-based perspective warp, ignoring alpha channel.
|
static int |
nppiWarpPerspectiveQuad_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Single-channel 8-bit unsigned integer quad-based perspective warp.
|
static int |
nppiWarpPerspectiveQuad_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel 8-bit unsigned integer quad-based perspective warp.
|
static int |
nppiWarpPerspectiveQuad_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 8-bit unsigned integer quad-based perspective warp.
|
static int |
nppiWarpPerspectiveQuad_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel planar 8-bit unsigned integer quad-based perspective warp.
|
static int |
nppiWarpPerspectiveQuad_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel planar 8-bit unsigned integer quad-based perspective warp.
|
static int |
nppiXor_16u_AC4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or with unmodified alpha.
|
static int |
nppiXor_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or with unmodified alpha.
|
static int |
nppiXor_16u_C1IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical exclusive or.
|
static int |
nppiXor_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical exclusive or.
|
static int |
nppiXor_16u_C3IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical exclusive or.
|
static int |
nppiXor_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical exclusive or.
|
static int |
nppiXor_16u_C4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or.
|
static int |
nppiXor_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or.
|
static int |
nppiXor_32s_AC4IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or with unmodified alpha.
|
static int |
nppiXor_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or with unmodified alpha.
|
static int |
nppiXor_32s_C1IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical exclusive or.
|
static int |
nppiXor_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical exclusive or.
|
static int |
nppiXor_32s_C3IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical exclusive or.
|
static int |
nppiXor_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical exclusive or.
|
static int |
nppiXor_32s_C4IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or.
|
static int |
nppiXor_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or.
|
static int |
nppiXor_8u_AC4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or with unmodified alpha.
|
static int |
nppiXor_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or with unmodified alpha.
|
static int |
nppiXor_8u_C1IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical exclusive or.
|
static int |
nppiXor_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical exclusive or.
|
static int |
nppiXor_8u_C3IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical exclusive or.
|
static int |
nppiXor_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical exclusive or.
|
static int |
nppiXor_8u_C4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or.
|
static int |
nppiXor_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or.
|
static int |
nppiXorC_16u_AC4IR(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or with constant with unmodified alpha.
|
static int |
nppiXorC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or with constant with unmodified alpha.
|
static int |
nppiXorC_16u_C1IR(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical exclusive or with constant.
|
static int |
nppiXorC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical exclusive or with constant.
|
static int |
nppiXorC_16u_C3IR(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical exclusive or with constant.
|
static int |
nppiXorC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical exclusive or with constant.
|
static int |
nppiXorC_16u_C4IR(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or with constant.
|
static int |
nppiXorC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or with constant.
|
static int |
nppiXorC_32s_AC4IR(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or with constant with unmodified alpha.
|
static int |
nppiXorC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or with constant with unmodified alpha.
|
static int |
nppiXorC_32s_C1IR(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical exclusive or with constant.
|
static int |
nppiXorC_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical exclusive or with constant.
|
static int |
nppiXorC_32s_C3IR(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical exclusive or with constant.
|
static int |
nppiXorC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical exclusive or with constant.
|
static int |
nppiXorC_32s_C4IR(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or with constant.
|
static int |
nppiXorC_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or with constant.
|
static int |
nppiXorC_8u_AC4IR(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or with constant with unmodified alpha.
|
static int |
nppiXorC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or with constant with unmodified alpha.
|
static int |
nppiXorC_8u_C1IR(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical exclusive or with constant.
|
static int |
nppiXorC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical exclusive or with constant.
|
static int |
nppiXorC_8u_C3IR(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical exclusive or with constant.
|
static int |
nppiXorC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical exclusive or with constant.
|
static int |
nppiXorC_8u_C4IR(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or with constant.
|
static int |
nppiXorC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or with constant.
|
static int |
nppiXYZToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed XYZ with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion.
|
static int |
nppiXYZToRGB_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed XYZ to 3 channel 8-bit unsigned packed RGB color conversion.
|
static int |
nppiYCbCr411_8u_P2P3R(TypedPointer<Npp8u> pSrcY,
int nSrcYStep,
TypedPointer<Npp8u> pSrcCbCr,
int nSrcCbCrStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI) |
static int |
nppiYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDstY,
int nDstYStep,
TypedPointer<Npp8u> pDstCbCr,
int nDstCbCrStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr411 to 2 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
|
static int |
nppiYCbCr411ToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiYCbCr411ToBGR_8u_P3C4R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nAval) |
static int |
nppiYCbCr411ToYCbCr420_8u_P2P3R(TypedPointer<Npp8u> pSrcY,
int nSrcYStep,
TypedPointer<Npp8u> pSrcCbCr,
int nSrcCbCrStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
|
static int |
nppiYCbCr411ToYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDstY,
int nDstYStep,
TypedPointer<Npp8u> pDstCbCr,
int nDstCbCrStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr411 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
|
static int |
nppiYCbCr411ToYCbCr420_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] nDstStep,
NppiSize oSizeROI) |
static int |
nppiYCbCr411ToYCbCr422_8u_P2C2R(TypedPointer<Npp8u> pSrcY,
int nSrcYStep,
TypedPointer<Npp8u> pSrcCbCr,
int nSrcCbCrStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned planar YCbCr411 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
|
static int |
nppiYCbCr411ToYCbCr422_8u_P2P3R(TypedPointer<Npp8u> pSrcY,
int nSrcYStep,
TypedPointer<Npp8u> pSrcCbCr,
int nSrcCbCrStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
|
static int |
nppiYCbCr411ToYCbCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiYCbCr411ToYCbCr422_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
|
static int |
nppiYCbCr411ToYCrCb420_8u_P2P3R(TypedPointer<Npp8u> pSrcY,
int nSrcYStep,
TypedPointer<Npp8u> pSrcCbCr,
int nSrcCbCrStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCrCb420 sampling format conversion.
|
static int |
nppiYCbCr411ToYCrCb422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr411 to 2 channel 8-bit unsigned packed YCrCb422 sampling format conversion.
|
static int |
nppiYCbCr411ToYCrCb422_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCrCb422 sampling format conversion.
|
static int |
nppiYCbCr420_8u_P2P3R(TypedPointer<Npp8u> pSrcY,
int nSrcYStep,
TypedPointer<Npp8u> pSrcCbCr,
int nSrcCbCrStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI) |
static int |
nppiYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDstY,
int nDstYStep,
TypedPointer<Npp8u> pDstCbCr,
int nDstCbCrStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
|
static int |
nppiYCbCr420ToBGR_709CSC_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned packed BGR_709CSC color conversion.
|
static int |
nppiYCbCr420ToBGR_709HDTV_8u_P3C4R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nAval)
3 channel 8-bit unsigned planar YCbCr420 to 4 channel 8-bit unsigned packed BGR_709HDTV color conversion with constant alpha.
|
static int |
nppiYCbCr420ToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiYCbCr420ToBGR_8u_P3C4R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nAval) |
static int |
nppiYCbCr420ToCbYCr422_8u_P2C2R(TypedPointer<Npp8u> pSrcY,
int nSrcYStep,
TypedPointer<Npp8u> pSrcCbCr,
int nSrcCbCrStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned packed CbYCr422 sampling format conversion.
|
static int |
nppiYCbCr420ToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiYCbCr420ToYCbCr411_8u_P2P3R(TypedPointer<Npp8u> pSrcY,
int nSrcYStep,
TypedPointer<Npp8u> pSrcCbCr,
int nSrcCbCrStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
|
static int |
nppiYCbCr420ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDstY,
int nDstYStep,
TypedPointer<Npp8u> pDstCbCr,
int nDstCbCrStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
|
static int |
nppiYCbCr420ToYCbCr422_8u_P2C2R(TypedPointer<Npp8u> pSrcY,
int nSrcYStep,
TypedPointer<Npp8u> pSrcCbCr,
int nSrcCbCrStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
|
static int |
nppiYCbCr420ToYCbCr422_8u_P2P3R(TypedPointer<Npp8u> pSrcY,
int nSrcYStep,
TypedPointer<Npp8u> pSrcCbCr,
int nSrcCbCrStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
|
static int |
nppiYCbCr420ToYCbCr422_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
|
static int |
nppiYCbCr420ToYCrCb420_8u_P2P3R(TypedPointer<Npp8u> pSrcY,
int nSrcYStep,
TypedPointer<Npp8u> pSrcCbCr,
int nSrcCbCrStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI) |
static int |
nppiYCbCr422_8u_C2P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
|
static int |
nppiYCbCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr422 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
|
static int |
nppiYCbCr422ToBGR_8u_C2C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned packed BGR color conversion.
|
static int |
nppiYCbCr422ToBGR_8u_C2C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nAval)
2 channel 8-bit unsigned packed YCrCb422 to 4 channel 8-bit unsigned packed BGR color conversion with constant alpha.
|
static int |
nppiYCbCr422ToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr422 to 3 channel 8-bit unsigned packed BGR color conversion.
|
static int |
nppiYCbCr422ToCbYCr422_8u_C2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned packed CbYCr422 sampling format conversion.
|
static int |
nppiYCbCr422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned packed RGB color conversion.
|
static int |
nppiYCbCr422ToRGB_8u_C2P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar RGB color conversion.
|
static int |
nppiYCbCr422ToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiYCbCr422ToYCbCr411_8u_C2P2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDstY,
int nDstYStep,
TypedPointer<Npp8u> pDstCbCr,
int nDstCbCrStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
|
static int |
nppiYCbCr422ToYCbCr411_8u_C2P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
|
static int |
nppiYCbCr422ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDstY,
int nDstYStep,
TypedPointer<Npp8u> pDstCbCr,
int nDstCbCrStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr422 to 2 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
|
static int |
nppiYCbCr422ToYCbCr411_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI) |
static int |
nppiYCbCr422ToYCbCr420_8u_C2P2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDstY,
int nDstYStep,
TypedPointer<Npp8u> pDstCbCr,
int nDstCbCrStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
|
static int |
nppiYCbCr422ToYCbCr420_8u_C2P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
|
static int |
nppiYCbCr422ToYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDstY,
int nDstYStep,
TypedPointer<Npp8u> pDstCbCr,
int nDstCbCrStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr422 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
|
static int |
nppiYCbCr422ToYCbCr420_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr422 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
|
static int |
nppiYCbCr422ToYCrCb420_8u_C2P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar YCrCb420 sampling format conversion.
|
static int |
nppiYCbCr422ToYCrCb422_8u_C2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned packed YCrCb422 sampling format conversion.
|
static int |
nppiYCbCr422ToYCrCb422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr422 to 2 channel 8-bit unsigned packed YCrCb422 sampling format conversion.
|
static int |
nppiYCbCrToBGR_709CSC_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr to 3 channel 8-bit unsigned packed BGR_709CSC color conversion.
|
static int |
nppiYCbCrToBGR_709CSC_8u_P3C4R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nAval) |
static int |
nppiYCbCrToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr to 3 channel 8-bit unsigned packed BGR color conversion.
|
static int |
nppiYCbCrToBGR_8u_P3C4R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nAval) |
static int |
nppiYCbCrToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed YCbCr with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion, not affecting alpha.
|
static int |
nppiYCbCrToRGB_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiYCbCrToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr to 3 channel 8-bit unsigned packed RGB color conversion.
|
static int |
nppiYCbCrToRGB_8u_P3C4R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nAval)
3 channel 8-bit unsigned planar YCbCr to 4 channel 8-bit unsigned packed RGB color conversion with constant alpha.
|
static int |
nppiYCbCrToRGB_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr to 3 channel 8-bit unsigned planar RGB color conversion.
|
static int |
nppiYCCToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed YCC with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion.
|
static int |
nppiYCCToRGB_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiYCrCb420ToCbYCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCrCb420 to 2 channel 8-bit unsigned packed CbYCr422 sampling format conversion.
|
static int |
nppiYCrCb420ToRGB_8u_P3C4R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nAval)
3 channel 8-bit unsigned planar YCrCb420 to 4 channel 8-bit unsigned packed RGB color conversion with constant alpha.
|
static int |
nppiYCrCb420ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDstY,
int nDstYStep,
TypedPointer<Npp8u> pDstCbCr,
int nDstCbCrStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCrCb420 to 2 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
|
static int |
nppiYCrCb420ToYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDstY,
int nDstYStep,
TypedPointer<Npp8u> pDstCbCr,
int nDstCbCrStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCrCb420 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
|
static int |
nppiYCrCb420ToYCbCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCrCb420 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
|
static int |
nppiYCrCb420ToYCbCr422_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCrCb420 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
|
static int |
nppiYCrCb422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned packed RGB color conversion.
|
static int |
nppiYCrCb422ToRGB_8u_C2P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned planar RGB color conversion.
|
static int |
nppiYCrCb422ToYCbCr411_8u_C2P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI) |
static int |
nppiYCrCb422ToYCbCr420_8u_C2P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
|
static int |
nppiYCrCb422ToYCbCr422_8u_C2P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
|
static int |
nppiYUV420ToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiYUV420ToBGR_8u_P3C4R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YUV420 to 4 channel 8-bit unsigned packed BGR color conversion with constant alpha (0xFF).
|
static int |
nppiYUV420ToRGB_8u_P3AC4R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YUV420 to 4 channel 8-bit unsigned packed RGB color conversion with alpha.
|
static int |
nppiYUV420ToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YUV420 to 3 channel 8-bit unsigned packed RGB color conversion.
|
static int |
nppiYUV420ToRGB_8u_P3C4R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YUV420 to 4 channel 8-bit unsigned packed RGB color conversion with constant alpha (0xFF).
|
static int |
nppiYUV420ToRGB_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YUV420 to 3 channel 8-bit unsigned planar RGB color conversion.
|
static int |
nppiYUV422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YUV422 to 3 channel 8-bit unsigned packed RGB color conversion.
|
static int |
nppiYUV422ToRGB_8u_P3AC4R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YUV422 to 4 channel 8-bit unsigned packed RGB color conversion with alpha.
|
static int |
nppiYUV422ToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YUV422 to 3 channel 8-bit unsigned packed RGB color conversion.
|
static int |
nppiYUV422ToRGB_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YUV422 to 3 channel 8-bit unsigned planar RGB color conversion.
|
static int |
nppiYUVToBGR_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiYUVToBGR_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed YUV to 3 channel 8-bit unsigned packed BGR color conversion.
|
static int |
nppiYUVToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YUV to 3 channel 8-bit unsigned packed BGR color conversion.
|
static int |
nppiYUVToBGR_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YUV to 3 channel 8-bit unsigned planar BGR color conversion.
|
static int |
nppiYUVToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI) |
static int |
nppiYUVToRGB_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed YUV to 3 channel 8-bit unsigned packed RGB color conversion.
|
static int |
nppiYUVToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YUV to 3 channel 8-bit unsigned packed RGB color conversion.
|
static int |
nppiYUVToRGB_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YUV to 3 channel 8-bit unsigned planar RGB color conversion.
|
public static TypedPointer<Npp8u> nppiMalloc_8u_C1(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
8-bit unsigned image memory allocator.
nWidthPixels - Image width.nHeightPixels - Image height.pStepBytes - \ref line_step.public static TypedPointer<Npp8u> nppiMalloc_8u_C2(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
2 channel 8-bit unsigned image memory allocator.
nWidthPixels - Image width.nHeightPixels - Image height.pStepBytes - \ref line_step.public static TypedPointer<Npp8u> nppiMalloc_8u_C3(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
3 channel 8-bit unsigned image memory allocator.
nWidthPixels - Image width.nHeightPixels - Image height.pStepBytes - \ref line_step.public static TypedPointer<Npp8u> nppiMalloc_8u_C4(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
4 channel 8-bit unsigned image memory allocator.
nWidthPixels - Image width.nHeightPixels - Image height.pStepBytes - \ref line_step.public static TypedPointer<Npp16u> nppiMalloc_16u_C1(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
16-bit unsigned image memory allocator.
nWidthPixels - Image width.nHeightPixels - Image height.pStepBytes - \ref line_step.public static TypedPointer<Npp16u> nppiMalloc_16u_C2(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
2 channel 16-bit unsigned image memory allocator.
nWidthPixels - Image width.nHeightPixels - Image height.pStepBytes - \ref line_step.public static TypedPointer<Npp16u> nppiMalloc_16u_C3(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
3 channel 16-bit unsigned image memory allocator.
nWidthPixels - Image width.nHeightPixels - Image height.pStepBytes - \ref line_step.public static TypedPointer<Npp16u> nppiMalloc_16u_C4(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
4 channel 16-bit unsigned image memory allocator.
nWidthPixels - Image width.nHeightPixels - Image height.pStepBytes - \ref line_step.public static TypedPointer<Npp16s> nppiMalloc_16s_C1(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
16-bit signed image memory allocator.
nWidthPixels - Image width.nHeightPixels - Image height.pStepBytes - \ref line_step.public static TypedPointer<Npp16s> nppiMalloc_16s_C2(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
2 channel 16-bit signed image memory allocator.
nWidthPixels - Image width.nHeightPixels - Image height.pStepBytes - \ref line_step.public static TypedPointer<Npp16s> nppiMalloc_16s_C4(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
4 channel 16-bit signed image memory allocator.
nWidthPixels - Image width.nHeightPixels - Image height.pStepBytes - \ref line_step.public static TypedPointer<Npp16s> nppiMalloc_16sc_C1(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
1 channel 16-bit signed complex image memory allocator.
nWidthPixels - Image width.nHeightPixels - Image height.pStepBytes - \ref line_step.public static TypedPointer<Npp16s> nppiMalloc_16sc_C2(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
2 channel 16-bit signed complex image memory allocator.
nWidthPixels - Image width.nHeightPixels - Image height.pStepBytes - \ref line_step.public static TypedPointer<Npp16s> nppiMalloc_16sc_C3(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
3 channel 16-bit signed complex image memory allocator.
nWidthPixels - Image width.nHeightPixels - Image height.pStepBytes - \ref line_step.public static TypedPointer<Npp16s> nppiMalloc_16sc_C4(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
4 channel 16-bit signed complex image memory allocator.
nWidthPixels - Image width.nHeightPixels - Image height.pStepBytes - \ref line_step.public static TypedPointer<Npp32s> nppiMalloc_32s_C1(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
32-bit signed image memory allocator.
nWidthPixels - Image width.nHeightPixels - Image height.pStepBytes - \ref line_step.public static TypedPointer<Npp32s> nppiMalloc_32s_C3(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
3 channel 32-bit signed image memory allocator.
nWidthPixels - Image width.nHeightPixels - Image height.pStepBytes - \ref line_step.public static TypedPointer<Npp32s> nppiMalloc_32s_C4(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
4 channel 32-bit signed image memory allocator.
nWidthPixels - Image width.nHeightPixels - Image height.pStepBytes - \ref line_step.public static TypedPointer<Npp32s> nppiMalloc_32sc_C1(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
public static TypedPointer<Npp32s> nppiMalloc_32sc_C2(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
public static TypedPointer<Npp32s> nppiMalloc_32sc_C3(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
3 channel 32-bit integer complex image memory allocator.
nWidthPixels - Image width.nHeightPixels - Image height.pStepBytes - \ref line_step.public static TypedPointer<Npp32s> nppiMalloc_32sc_C4(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
4 channel 32-bit integer complex image memory allocator.
nWidthPixels - Image width.nHeightPixels - Image height.pStepBytes - \ref line_step.public static TypedPointer<Npp32f> nppiMalloc_32f_C1(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
32-bit floating point image memory allocator.
nWidthPixels - Image width.nHeightPixels - Image height.pStepBytes - \ref line_step.public static TypedPointer<Npp32f> nppiMalloc_32f_C2(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
2 channel 32-bit floating point image memory allocator.
nWidthPixels - Image width.nHeightPixels - Image height.pStepBytes - \ref line_step.public static TypedPointer<Npp32f> nppiMalloc_32f_C3(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
3 channel 32-bit floating point image memory allocator.
nWidthPixels - Image width.nHeightPixels - Image height.pStepBytes - \ref line_step.public static TypedPointer<Npp32f> nppiMalloc_32f_C4(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
4 channel 32-bit floating point image memory allocator.
nWidthPixels - Image width.nHeightPixels - Image height.pStepBytes - \ref line_step.public static TypedPointer<Npp32f> nppiMalloc_32fc_C1(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
public static TypedPointer<Npp32f> nppiMalloc_32fc_C2(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
2 channel 32-bit float complex image memory allocator.
nWidthPixels - Image width.nHeightPixels - Image height.pStepBytes - \ref line_step.public static TypedPointer<Npp32f> nppiMalloc_32fc_C3(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
3 channel 32-bit float complex image memory allocator.
nWidthPixels - Image width.nHeightPixels - Image height.pStepBytes - \ref line_step.public static TypedPointer<Npp32f> nppiMalloc_32fc_C4(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
4 channel 32-bit float complex image memory allocator.
nWidthPixels - Image width.nHeightPixels - Image height.pStepBytes - \ref line_step.public static void nppiFree(jcuda.Pointer pData)
Free method for any 2D allocated memory. This method should be used to free memory allocated with any of the nppiMalloc_methods.
pData - A pointer to memory allocated using nppiMalloc_public static int nppiSet_8s_C1R(byte nValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit image set.
nValue - The pixel value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_8s_C2R(byte[] aValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit two-channel image set.
aValue - The pixel value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_8s_C3R(byte[] aValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
public static int nppiSet_8s_C4R(byte[] aValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
public static int nppiSet_8s_AC4R(byte[] aValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit four-channel image set ignoring alpha channel.
aValue - The pixel value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_8u_C1R(byte nValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
public static int nppiSet_8u_C2R(byte[] aValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned image set.
aValue - The pixel value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_8u_C3R(byte[] aValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned image set.
aValue - The pixel value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_8u_C4R(byte[] aValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
public static int nppiSet_8u_AC4R(byte[] aValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned image set method, not affecting Alpha channel.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_16u_C1R(short nValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
public static int nppiSet_16u_C2R(short[] aValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 16-bit unsigned image set.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_16u_C3R(short[] aValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 16-bit unsigned image set.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_16u_C4R(short[] aValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned image set.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_16u_AC4R(short[] aValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned image set method, not affecting Alpha channel.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_16s_C1R(short nValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
public static int nppiSet_16s_C2R(short[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 16-bit image set.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_16s_C3R(short[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 16-bit image set.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_16s_C4R(short[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit image set.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_16s_AC4R(short[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit image set method, not affecting Alpha channel.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_16sc_C1R(Npp16sc oValue, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
16-bit complex integer image set.
oValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_16sc_C2R(Npp16sc[] aValue, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
16-bit complex integer two-channel image set.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_16sc_C3R(Npp16sc[] aValue, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
16-bit complex integer three-channel image set.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_16sc_C4R(Npp16sc[] aValue, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
16-bit complex integer four-channel image set.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_16sc_AC4R(Npp16sc[] aValue, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
16-bit complex integer four-channel image set ignoring alpha.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_32s_C1R(int nValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit image set.
nValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_32s_C2R(int[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 32-bit image set.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_32s_C3R(int[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 32-bit image set.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_32s_C4R(int[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit image set.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_32s_AC4R(int[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit image set method, not affecting Alpha channel.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_32u_C1R(int nValue,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI)
public static int nppiSet_32u_C2R(int[] aValue,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 32-bit unsigned image set.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_32u_C3R(int[] aValue,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 32-bit unsigned image set.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_32u_C4R(int[] aValue,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI)
public static int nppiSet_32u_AC4R(int[] aValue,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit unsigned image set method, not affecting Alpha channel.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_32sc_C1R(Npp32sc oValue, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Single channel 32-bit complex integer image set.
oValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_32sc_C2R(Npp32sc[] aValue, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Two channel 32-bit complex integer image set.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_32sc_C3R(Npp32sc[] aValue, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Three channel 32-bit complex integer image set.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_32sc_C4R(Npp32sc[] aValue, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four channel 32-bit complex integer image set.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_32sc_AC4R(Npp32sc[] aValue, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiSet_32f_C1R(float nValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
public static int nppiSet_32f_C2R(float[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
public static int nppiSet_32f_C3R(float[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 32-bit floating point image set.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_32f_C4R(float[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit floating point image set.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_32f_AC4R(float[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit floating point image set method, not affecting Alpha channel.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_32fc_C1R(Npp32fc oValue, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Single channel 32-bit complex image set.
oValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_32fc_C2R(Npp32fc[] aValue, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiSet_32fc_C3R(Npp32fc[] aValue, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three channel 32-bit complex image set.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_32fc_C4R(Npp32fc[] aValue, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four channel 32-bit complex image set.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_32fc_AC4R(Npp32fc[] aValue, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
32-bit complex four-channel image set ignoring alpha.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_8u_C1MR(byte nValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 8-bit unsigned image set.
nValue - The pixel value to be set.pDst - Pointer \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.public static int nppiSet_8u_C3MR(byte[] aValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 3 channel 8-bit unsigned image set.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.public static int nppiSet_8u_C4MR(byte[] aValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 8-bit unsigned image set.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.public static int nppiSet_8u_AC4MR(byte[] aValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 8-bit unsigned image set method, not affecting Alpha channel.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.public static int nppiSet_16u_C1MR(short nValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
public static int nppiSet_16u_C3MR(short[] aValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
public static int nppiSet_16u_C4MR(short[] aValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 16-bit unsigned image set.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.public static int nppiSet_16u_AC4MR(short[] aValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 16-bit unsigned image set method, not affecting Alpha channel.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.public static int nppiSet_16s_C1MR(short nValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 16-bit image set.
nValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.public static int nppiSet_16s_C3MR(short[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 3 channel 16-bit image set.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.public static int nppiSet_16s_C4MR(short[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
public static int nppiSet_16s_AC4MR(short[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 16-bit image set method, not affecting Alpha channel.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.public static int nppiSet_32s_C1MR(int nValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 32-bit image set.
nValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.public static int nppiSet_32s_C3MR(int[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 3 channel 32-bit image set.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.public static int nppiSet_32s_C4MR(int[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 32-bit image set.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.public static int nppiSet_32s_AC4MR(int[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 16-bit image set method, not affecting Alpha channel.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.public static int nppiSet_32f_C1MR(float nValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 32-bit floating point image set.
nValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.public static int nppiSet_32f_C3MR(float[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 3 channel 32-bit floating point image set.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.public static int nppiSet_32f_C4MR(float[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 32-bit floating point image set.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.public static int nppiSet_32f_AC4MR(float[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 32-bit floating point image set method, not affecting Alpha channel.
aValue - The pixel-value to be set.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.public static int nppiSet_8u_C3CR(byte nValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned image set affecting only single channel.
nValue - The pixel-value to be set.pDst - \ref select_destination_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_8u_C4CR(byte nValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned image set affecting only single channel.
nValue - The pixel-value to be set.pDst - \ref select_destination_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_16u_C3CR(short nValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 16-bit unsigned image set affecting only single channel.
nValue - The pixel-value to be set.pDst - \ref select_destination_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_16u_C4CR(short nValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned image set affecting only single channel.
nValue - The pixel-value to be set.pDst - \ref select_destination_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_16s_C3CR(short nValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 16-bit signed image set affecting only single channel.
nValue - The pixel-value to be set.pDst - \ref select_destination_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_16s_C4CR(short nValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit signed image set affecting only single channel.
nValue - The pixel-value to be set.pDst - \ref select_destination_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_32s_C3CR(int nValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
public static int nppiSet_32s_C4CR(int nValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit unsigned image set affecting only single channel.
nValue - The pixel-value to be set.pDst - \ref select_destination_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_32f_C3CR(float nValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 32-bit floating point image set affecting only single channel.
nValue - The pixel-value to be set.pDst - \ref select_destination_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiSet_32f_C4CR(float nValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit floating point image set affecting only single channel.
nValue - The pixel-value to be set.pDst - \ref select_destination_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_8s_C1R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
8-bit image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_8s_C2R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
Two-channel 8-bit image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_8s_C3R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
Three-channel 8-bit image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_8s_C4R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
Four-channel 8-bit image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_8s_AC4R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
Four-channel 8-bit image copy, ignoring alpha channel.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
8-bit unsigned image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiCopy_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 8-bit unsigned image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 8-bit unsigned image copy, not affecting Alpha channel.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
16-bit unsigned image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Three channel 16-bit unsigned image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 16-bit unsigned image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 16-bit unsigned image copy, not affecting Alpha channel.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
16-bit image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiCopy_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 16-bit image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 16-bit image copy, not affecting Alpha.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16sc_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
16-bit complex image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16sc_C2R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
Two-channel 16-bit complex image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16sc_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
Three-channel 16-bit complex image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16sc_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
Four-channel 16-bit complex image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16sc_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
Four-channel 16-bit complex image copy, ignoring alpha.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32s_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiCopy_32s_C3R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Three channel 32-bit image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32s_C4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 32-bit image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32s_AC4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 32-bit image copy, not affecting Alpha.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32sc_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
32-bit complex image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32sc_C2R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiCopy_32sc_C3R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Three-channel 32-bit complex image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32sc_C4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four-channel 32-bit complex image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32sc_AC4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiCopy_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
32-bit floating point image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public 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.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 32-bit floating point image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 32-bit floating point image copy, not affecting Alpha.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32fc_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
32-bit floating-point complex image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32fc_C2R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Two-channel 32-bit floating-point complex image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32fc_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiCopy_32fc_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four-channel 32-bit floating-point complex image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32fc_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four-channel 32-bit floating-point complex image copy, ignoring alpha.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
\ref masked_operation 8-bit unsigned image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_8u_C3MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
public static int nppiCopy_8u_C4MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
\ref masked_operation four channel 8-bit unsigned image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_8u_AC4MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
\ref masked_operation four channel 8-bit unsigned image copy, ignoring alpha.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16u_C1MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
\ref masked_operation 16-bit unsigned image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16u_C3MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
\ref masked_operation three channel 16-bit unsigned image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16u_C4MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
\ref masked_operation four channel 16-bit unsigned image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16u_AC4MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
\ref masked_operation four channel 16-bit unsigned image copy, ignoring alpha.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16s_C1MR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
\ref masked_operation 16-bit signed image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16s_C3MR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
\ref masked_operation three channel 16-bit signed image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16s_C4MR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
\ref masked_operation four channel 16-bit signed image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16s_AC4MR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
\ref masked_operation four channel 16-bit signed image copy, ignoring alpha.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32s_C1MR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
\ref masked_operation 32-bit signed image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32s_C3MR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
\ref masked_operation three channel 32-bit signed image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32s_C4MR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
\ref masked_operation four channel 32-bit signed image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32s_AC4MR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
\ref masked_operation four channel 32-bit signed image copy, ignoring alpha.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32f_C1MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
\ref masked_operation 32-bit float image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32f_C3MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
\ref masked_operation three channel 32-bit float image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32f_C4MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
\ref masked_operation four channel 32-bit float image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32f_AC4MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
\ref masked_operation four channel 32-bit float image copy, ignoring alpha.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.pMask - \ref mask_image_pointer.nMaskStep - \ref mask_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_8u_C3CR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Select-channel 8-bit unsigned image copy for three-channel images.
pSrc - \ref select_source_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref select_destination_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_8u_C4CR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Select-channel 8-bit unsigned image copy for four-channel images.
pSrc - \ref select_source_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref select_destination_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16s_C3CR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
Select-channel 16-bit signed image copy for three-channel images.
pSrc - \ref select_source_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref select_destination_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16s_C4CR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
Select-channel 16-bit signed image copy for four-channel images.
pSrc - \ref select_source_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref select_destination_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16u_C3CR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Select-channel 16-bit unsigned image copy for three-channel images.
pSrc - \ref select_source_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref select_destination_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16u_C4CR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Select-channel 16-bit unsigned image copy for four-channel images.
pSrc - \ref select_source_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref select_destination_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32s_C3CR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Select-channel 32-bit signed image copy for three-channel images.
pSrc - \ref select_source_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref select_destination_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32s_C4CR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Select-channel 32-bit signed image copy for four-channel images.
pSrc - \ref select_source_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref select_destination_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32f_C3CR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Select-channel 32-bit float image copy for three-channel images.
pSrc - \ref select_source_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref select_destination_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32f_C4CR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Select-channel 32-bit float image copy for four-channel images.
pSrc - \ref select_source_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref select_destination_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_8u_C3C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Three-channel to single-channel 8-bit unsigned image copy.
pSrc - \ref select_source_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_8u_C4C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four-channel to single-channel 8-bit unsigned image copy.
pSrc - \ref select_source_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16s_C3C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
Three-channel to single-channel 16-bit signed image copy.
pSrc - \ref select_source_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16s_C4C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
Four-channel to single-channel 16-bit signed image copy.
pSrc - \ref select_source_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16u_C3C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Three-channel to single-channel 16-bit unsigned image copy.
pSrc - \ref select_source_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16u_C4C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four-channel to single-channel 16-bit unsigned image copy.
pSrc - \ref select_source_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32s_C3C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Three-channel to single-channel 32-bit signed image copy.
pSrc - \ref select_source_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32s_C4C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four-channel to single-channel 32-bit signed image copy.
pSrc - \ref select_source_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32f_C3C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three-channel to single-channel 32-bit float image copy.
pSrc - \ref select_source_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32f_C4C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four-channel to single-channel 32-bit float image copy.
pSrc - \ref select_source_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref destination_image_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_8u_C1C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiCopy_8u_C1C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Single-channel to four-channel 8-bit unsigned image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref select_destination_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16s_C1C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
Single-channel to three-channel 16-bit signed image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref select_destination_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16s_C1C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
Single-channel to four-channel 16-bit signed image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref select_destination_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_16u_C1C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiCopy_16u_C1C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Single-channel to four-channel 16-bit unsigned image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref select_destination_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32s_C1C3R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Single-channel to three-channel 32-bit signed image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref select_destination_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32s_C1C4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Single-channel to four-channel 32-bit signed image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref select_destination_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32f_C1C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Single-channel to three-channel 32-bit float image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref select_destination_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_32f_C1C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Single-channel to four-channel 32-bit float image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.pDst - \ref select_destination_pointer.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] aDst, int nDstStep, NppiSize oSizeROI)
Three-channel 8-bit unsigned packed to planar image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.aDst - \ref destination_planar_image_pointer_array.nDstStep - \ref destination_image_line_step.oSizeROI - \ref roi_specification.public static int nppiCopy_8u_C4P4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] aDst, int nDstStep, NppiSize oSizeROI)
Four-channel 8-bit unsigned packed to planar image copy.
pSrc - \ref source_image_pointer.nSrcStep - \ref source_image_line_step.aDst