|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.jnpp.JNppi
public class JNppi
Java bindings for the image functions of NPP. Most of the documentation is extracted from the NPPI header files.
Method Summary | |
---|---|
static int |
nppiAbs_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel in place image absolute value with unmodified alpha. |
static int |
nppiAbs_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel image absolute value with unmodified alpha. |
static int |
nppiAbs_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit signed short channel in place image absolute value. |
static int |
nppiAbs_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit signed short channel image absolute value. |
static int |
nppiAbs_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit signed short channel in place image absolute value. |
static int |
nppiAbs_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit signed short channel image absolute value. |
static int |
nppiAbs_16s_C4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel in place image absolute value. |
static int |
nppiAbs_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel image absolute value. |
static int |
nppiAbs_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image absolute value with unmodified alpha. |
static int |
nppiAbs_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image absolute value with unmodified alpha. |
static int |
nppiAbs_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image absolute value. |
static int |
nppiAbs_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image absolute value. |
static int |
nppiAbs_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image absolute value. |
static int |
nppiAbs_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image absolute value. |
static int |
nppiAbs_32f_C4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image absolute value. |
static int |
nppiAbs_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image absolute value. |
static int |
nppiAbsDiff_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel absolute difference of image1 minus image2. |
static int |
nppiAbsDiff_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel absolute difference of image1 minus image2. |
static int |
nppiAbsDiff_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel absolute difference of image1 minus image2. |
static int |
nppiAbsDiff_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channels absolute difference of image1 minus image2. |
static int |
nppiAbsDiff_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channels absolute difference of image1 minus image2. |
static int |
nppiAbsDiffC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short nConstant)
One 16-bit unsigned short channel image absolute difference with constant. |
static int |
nppiAbsDiffC_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nConstant)
One 32-bit floating point channel image absolute difference with constant. |
static int |
nppiAbsDiffC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nConstant)
One 8-bit unsigned char channel image absolute difference with constant. |
static int |
nppiAdd_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiAdd_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiAdd_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiAdd_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiAdd_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiAdd_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_32f_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image addition. |
static int |
nppiAdd_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image addition. |
static int |
nppiAdd_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image addition. |
static int |
nppiAdd_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image addition. |
static int |
nppiAdd_32f_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
|
static int |
nppiAdd_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image addition. |
static int |
nppiAdd_32f_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image addition. |
static int |
nppiAdd_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image addition. |
static int |
nppiAdd_32fc_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image addition. |
static int |
nppiAdd_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image addition. |
static int |
nppiAdd_32fc_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition. |
static int |
nppiAdd_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition. |
static int |
nppiAdd_32fc_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition. |
static int |
nppiAdd_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition. |
static int |
nppiAdd_32fc_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition. |
static int |
nppiAdd_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition. |
static int |
nppiAdd_32s_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image add. |
static int |
nppiAdd_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_32s_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_8u_C1IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_8u_C3IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_8u_C4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAddC_16s_AC4IRSfs(short[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16s_C1IRSfs(short nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiAddC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiAddC_16s_C3IRSfs(short[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiAddC_16s_C4IRSfs(short[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16sc_AC4IRSfs(Npp16sc[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16sc_C1IRSfs(Npp16sc nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16sc_C3IRSfs(Npp16sc[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16u_AC4IRSfs(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiAddC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16u_C1IRSfs(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiAddC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiAddC_16u_C3IRSfs(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16u_C4IRSfs(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiAddC_32f_AC4IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image add constant. |
static int |
nppiAddC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image add constant. |
static int |
nppiAddC_32f_C1IR(float nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image add constant. |
static int |
nppiAddC_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image add constant. |
static int |
nppiAddC_32f_C3IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image add constant. |
static int |
nppiAddC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image add constant. |
static int |
nppiAddC_32f_C4IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image add constant. |
static int |
nppiAddC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image add constant. |
static int |
nppiAddC_32fc_AC4IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image add constant. |
static int |
nppiAddC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image add constant. |
static int |
nppiAddC_32fc_C1IR(Npp32fc nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant. |
static int |
nppiAddC_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant. |
static int |
nppiAddC_32fc_C3IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant. |
static int |
nppiAddC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant. |
static int |
nppiAddC_32fc_C4IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant. |
static int |
nppiAddC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant. |
static int |
nppiAddC_32s_C1IRSfs(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_32s_C3IRSfs(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_32sc_AC4IRSfs(Npp32sc[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_32sc_C1IRSfs(Npp32sc nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_32sc_C3IRSfs(Npp32sc[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_8u_AC4IRSfs(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiAddC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_8u_C1IRSfs(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiAddC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_8u_C3IRSfs(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiAddC_8u_C4IRSfs(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiAddProduct_16u32f_C1IMR(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
nppiAddProduct_16u32f_C1IR(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image product added to in place floating point destination image. |
static int |
nppiAddProduct_32f_C1IMR(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
nppiAddProduct_32f_C1IR(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image product added to in place floating point destination image. |
static int |
nppiAddProduct_8u32f_C1IMR(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
nppiAddProduct_8u32f_C1IR(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image product added to in place floating point destination image. |
static int |
nppiAddSquare_16u32f_C1IMR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
nppiAddSquare_16u32f_C1IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image squared then added to in place floating point destination image. |
static int |
nppiAddSquare_32f_C1IMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
nppiAddSquare_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image squared then added to in place floating point destination image. |
static int |
nppiAddSquare_8u32f_C1IMR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
nppiAddSquare_8u32f_C1IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image squared then added to in place floating point destination image. |
static int |
nppiAddWeighted_16u32f_C1IMR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nAlpha)
One 16-bit unsigned short channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
nppiAddWeighted_16u32f_C1IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nAlpha)
One 16-bit unsigned short channel alpha weighted image added to in place floating point destination image. |
static int |
nppiAddWeighted_32f_C1IMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nAlpha)
One 32-bit floating point channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
nppiAddWeighted_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nAlpha)
One 32-bit floating point channel alpha weighted image added to in place floating point destination image. |
static int |
nppiAddWeighted_8u32f_C1IMR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nAlpha)
One 8-bit unsigned char channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
nppiAddWeighted_8u32f_C1IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nAlpha)
One 8-bit unsigned char channel alpha weighted image added to in place floating point destination image. |
static int |
nppiAlphaComp_16s_AC1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 16-bit signed short channel image composition using image alpha values (0 - max channel pixel value). |
static int |
nppiAlphaComp_16u_AC1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 16-bit unsigned short channel image composition using image alpha values (0 - max channel pixel value). |
static int |
nppiAlphaComp_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 16-bit unsigned short channel image composition using image alpha values (0 - max channel pixel value). |
static int |
nppiAlphaComp_32f_AC1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit floating point channel image composition using image alpha values (0.0 - 1.0). |
static int |
nppiAlphaComp_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 32-bit floating point channel image composition using image alpha values (0.0 - 1.0). |
static int |
nppiAlphaComp_32s_AC1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit signed integer channel image composition using image alpha values (0 - max channel pixel value). |
static int |
nppiAlphaComp_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 32-bit signed integer channel image composition using image alpha values (0 - max channel pixel value). |
static int |
nppiAlphaComp_32u_AC1R(TypedPointer<Npp32u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pSrc2,
int nSrc2Step,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit unsigned integer channel image composition using image alpha values (0 - max channel pixel value). |
static int |
nppiAlphaComp_32u_AC4R(TypedPointer<Npp32u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pSrc2,
int nSrc2Step,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 32-bit unsigned integer channel image composition using image alpha values (0 - max channel pixel value). |
static int |
nppiAlphaComp_8s_AC1R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 8-bit signed char channel image composition using image alpha values (0 - max channel pixel value). |
static int |
nppiAlphaComp_8u_AC1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 8-bit unsigned char channel image composition using image alpha values (0 - max channel pixel value). |
static int |
nppiAlphaComp_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 8-bit unsigned char channel image composition using image alpha values (0 - max channel pixel value). |
static int |
nppiAlphaCompC_16s_C1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
short nAlpha2,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 16-bit signed short channel image composition using constant alpha. |
static int |
nppiAlphaCompC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
short nAlpha2,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 16-bit unsigned short channel image composition with alpha using constant source alpha. |
static int |
nppiAlphaCompC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
short nAlpha2,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 16-bit unsigned short channel image composition using constant alpha. |
static int |
nppiAlphaCompC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
short nAlpha2,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Three 16-bit unsigned short channel image composition using constant alpha. |
static int |
nppiAlphaCompC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
short nAlpha2,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 16-bit unsigned short channel image composition using constant alpha. |
static int |
nppiAlphaCompC_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float nAlpha1,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
float nAlpha2,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit floating point channel image composition using constant alpha. |
static int |
nppiAlphaCompC_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nAlpha1,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
int nAlpha2,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit signed integer channel image composition using constant alpha. |
static int |
nppiAlphaCompC_32u_C1R(TypedPointer<Npp32u> pSrc1,
int nSrc1Step,
int nAlpha1,
TypedPointer<Npp32u> pSrc2,
int nSrc2Step,
int nAlpha2,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit unsigned integer channel image composition using constant alpha. |
static int |
nppiAlphaCompC_8s_C1R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
byte nAlpha2,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 8-bit signed char channel image composition using constant alpha. |
static int |
nppiAlphaCompC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
byte nAlpha2,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 8-bit unsigned char channel image composition with alpha using constant source alpha. |
static int |
nppiAlphaCompC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
byte nAlpha2,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 8-bit unsigned char channel image composition using constant alpha. |
static int |
nppiAlphaCompC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
byte nAlpha2,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Three 8-bit unsigned char channel image composition using constant alpha. |
static int |
nppiAlphaCompC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
byte nAlpha2,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 8-bit unsigned char channel image composition using constant alpha. |
static int |
nppiAlphaCompColorKey_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
byte nAlpha2,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] nColorKeyConst,
int nppAlphaOp)
4 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2 with alpha blending. |
static int |
nppiAlphaPremul_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image premultiplication with pixel alpha (0 - max channel pixel value). |
static int |
nppiAlphaPremul_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image premultiplication with pixel alpha (0 - max channel pixel value). |
static int |
nppiAlphaPremul_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image premultiplication with pixel alpha (0 - max channel pixel value). |
static int |
nppiAlphaPremul_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image premultiplication with pixel alpha (0 - max channel pixel value). |
static int |
nppiAlphaPremulC_16u_AC4IR(short nAlpha1,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image premultiplication with alpha using constant alpha. |
static int |
nppiAlphaPremulC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image premultiplication with alpha using constant alpha. |
static int |
nppiAlphaPremulC_16u_C1IR(short nAlpha1,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image premultiplication using constant alpha. |
static int |
nppiAlphaPremulC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image premultiplication using constant alpha. |
static int |
nppiAlphaPremulC_16u_C3IR(short nAlpha1,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image premultiplication using constant alpha. |
static int |
nppiAlphaPremulC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image premultiplication using constant alpha. |
static int |
nppiAlphaPremulC_16u_C4IR(short nAlpha1,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image premultiplication using constant alpha. |
static int |
nppiAlphaPremulC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image premultiplication using constant alpha. |
static int |
nppiAlphaPremulC_8u_AC4IR(byte nAlpha1,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image premultiplication with alpha using constant alpha. |
static int |
nppiAlphaPremulC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image premultiplication with alpha using constant alpha. |
static int |
nppiAlphaPremulC_8u_C1IR(byte nAlpha1,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image premultiplication using constant alpha. |
static int |
nppiAlphaPremulC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image premultiplication using constant alpha. |
static int |
nppiAlphaPremulC_8u_C3IR(byte nAlpha1,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image premultiplication using constant alpha. |
static int |
nppiAlphaPremulC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image premultiplication using constant alpha. |
static int |
nppiAlphaPremulC_8u_C4IR(byte nAlpha1,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image premultiplication using constant alpha. |
static int |
nppiAlphaPremulC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image premultiplication using constant alpha. |
static int |
nppiAnd_16u_AC4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical and with unmodified alpha. |
static int |
nppiAnd_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and with unmodified alpha. |
static int |
nppiAnd_16u_C1IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical and. |
static int |
nppiAnd_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical and. |
static int |
nppiAnd_16u_C3IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical and. |
static int |
nppiAnd_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical and. |
static int |
nppiAnd_16u_C4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical and. |
static int |
nppiAnd_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and. |
static int |
nppiAnd_32s_AC4IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical and with unmodified alpha. |
static int |
nppiAnd_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and with unmodified alpha. |
static int |
nppiAnd_32s_C1IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical and. |
static int |
nppiAnd_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical and. |
static int |
nppiAnd_32s_C3IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical and. |
static int |
nppiAnd_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical and. |
static int |
nppiAnd_32s_C4IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical and. |
static int |
nppiAnd_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and. |
static int |
nppiAnd_8u_AC4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical and with unmodified alpha. |
static int |
nppiAnd_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and with unmodified alpha. |
static int |
nppiAnd_8u_C1IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical and. |
static int |
nppiAnd_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical and. |
static int |
nppiAnd_8u_C3IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical and. |
static int |
nppiAnd_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical and. |
static int |
nppiAnd_8u_C4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical and. |
static int |
nppiAnd_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and. |
static int |
nppiAndC_16u_AC4IR(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical and with constant with unmodified alpha. |
static int |
nppiAndC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and with constant with unmodified alpha. |
static int |
nppiAndC_16u_C1IR(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical and with constant. |
static int |
nppiAndC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical and with constant. |
static int |
nppiAndC_16u_C3IR(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical and with constant. |
static int |
nppiAndC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical and with constant. |
static int |
nppiAndC_16u_C4IR(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical and with constant. |
static int |
nppiAndC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and with constant. |
static int |
nppiAndC_32s_AC4IR(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical and with constant with unmodified alpha. |
static int |
nppiAndC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and with constant with unmodified alpha. |
static int |
nppiAndC_32s_C1IR(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical and with constant. |
static int |
nppiAndC_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical and with constant. |
static int |
nppiAndC_32s_C3IR(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical and with constant. |
static int |
nppiAndC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical and with constant. |
static int |
nppiAndC_32s_C4IR(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical and with constant. |
static int |
nppiAndC_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and with constant. |
static int |
nppiAndC_8u_AC4IR(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical and with constant with unmodified alpha. |
static int |
nppiAndC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and with constant with unmodified alpha. |
static int |
nppiAndC_8u_C1IR(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical and with constant. |
static int |
nppiAndC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical and with constant. |
static int |
nppiAndC_8u_C3IR(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical and with constant. |
static int |
nppiAndC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical and with constant. |
static int |
nppiAndC_8u_C4IR(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical and with constant. |
static int |
nppiAndC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and with constant. |
static int |
nppiBGRToCbYCr422_709HDTV_8u_AC4C2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiBGRToCbYCr422_709HDTV_8u_C3C2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed BGR to 2 channel 8-bit unsigned packed CbYCr422_709HDTV color conversion. |
static int |
nppiBGRToCbYCr422_8u_AC4C2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiBGRToHLS_8u_AC4P4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed BGR with alpha to 4 channel 8-bit unsigned planar HLS with alpha color conversion. |
static int |
nppiBGRToHLS_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed BGR with alpha to 4 channel 8-bit unsigned packed HLS with alpha color conversion. |
static int |
nppiBGRToHLS_8u_AP4C4R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned planar BGR with alpha to 4 channel 8-bit unsigned packed HLS with alpha color conversion. |
static int |
nppiBGRToHLS_8u_AP4R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned planar BGR with alpha to 4 channel 8-bit unsigned planar HLS with alpha color conversion. |
static int |
nppiBGRToHLS_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar HLS color conversion. |
static int |
nppiBGRToHLS_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar BGR to 3 channel 8-bit unsigned packed HLS color conversion. |
static int |
nppiBGRToHLS_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar BGR to 3 channel 8-bit unsigned planar HLS color conversion. |
static int |
nppiBGRToLab_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned packed Lab color conversion. |
static int |
nppiBGRToYCbCr411_8u_AC4P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed BGR with alpha to 3 channel 8-bit unsigned planar YCbCr411 color conversion. |
static int |
nppiBGRToYCbCr411_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr411 color conversion. |
static int |
nppiBGRToYCbCr420_709CSC_8u_AC4P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
|
static int |
nppiBGRToYCbCr420_709CSC_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr420_709CSC color conversion. |
static int |
nppiBGRToYCbCr420_709HDTV_8u_AC4P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
|
static int |
nppiBGRToYCbCr420_8u_AC4P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed BGR with alpha to 3 channel 8-bit unsigned planar YCbCr420 color conversion. |
static int |
nppiBGRToYCbCr420_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr420 color conversion. |
static int |
nppiBGRToYCbCr422_8u_AC4C2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed BGR with alpha to 2 channel 8-bit unsigned packed YCrCb422 color conversion. |
static int |
nppiBGRToYCbCr422_8u_AC4P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
|
static int |
nppiBGRToYCbCr422_8u_C3C2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed BGR to 2 channel 8-bit unsigned packed YCrCb422 color conversion. |
static int |
nppiBGRToYCbCr422_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr422 color conversion. |
static int |
nppiBGRToYCrCb420_709CSC_8u_AC4P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed BGR with alpha to 3 channel 8-bit unsigned planar YCrCb420_709CSC color conversion. |
static int |
nppiBGRToYCrCb420_709CSC_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCrCb420_709CSC color conversion. |
static int |
nppiBGRToYCrCb420_8u_AC4P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
|
static int |
nppiBGRToYCrCb420_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCrCb420 color conversion. |
static int |
nppiBGRToYUV420_8u_AC4P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned pacmed BGR with alpha to 3 channel 8-bit unsigned planar YUV420 color conversion. |
static int |
nppiCbYCr422ToBGR_709HDTV_8u_C2C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiCbYCr422ToBGR_709HDTV_8u_C2C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nAval)
2 channel 8-bit unsigned packed CbYCr422 to 4 channel 8-bit unsigned packed BGR_709HDTV color conversion with constant alpha. |
static int |
nppiCbYCr422ToBGR_8u_C2C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nAval)
2 channel 8-bit unsigned packed CbYCr422 to 4 channel 8-bit unsigned packed BGR color conversion with alpha. |
static int |
nppiCbYCr422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed CbYCrC22 to 3 channel 8-bit unsigned packed RGB color conversion. |
static int |
nppiCbYCr422ToYCbCr411_8u_C2P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
|
static int |
nppiCbYCr422ToYCbCr420_8u_C2P2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDstY,
int nDstYStep,
TypedPointer<Npp8u> pDstCbCr,
int nDstCbCrStep,
NppiSize oSizeROI)
|
static int |
nppiCbYCr422ToYCbCr420_8u_C2P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed CbYCr422 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion. |
static int |
nppiCbYCr422ToYCbCr422_8u_C2P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed CbYCr422 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion. |
static int |
nppiCbYCr422ToYCbCr422_8u_C2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed CbYCr422 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion. |
static int |
nppiCbYCr422ToYCrCb420_8u_C2P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed CbYCr422 to 3 channel 8-bit unsigned planar YCrCb420 sampling format conversion. |
static int |
nppiColorTwist32f_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] twist)
4 channel 8-bit unsigned color twist, not affecting Alpha. |
static int |
nppiColorTwist32f_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] twist)
3 channel 8-bit unsigned color twist. |
static int |
nppiColorTwist32f_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] twist)
3 channel planar 8-bit unsigned color twist. |
static int |
nppiCompare_16s_AC4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 16-bit signed short image compare, not affecting Alpha. |
static int |
nppiCompare_16s_C1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
1 channel 16-bit signed short image compare. |
static int |
nppiCompare_16s_C3R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
3 channel 16-bit signed short image compare. |
static int |
nppiCompare_16s_C4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 16-bit signed short image compare. |
static int |
nppiCompare_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 16-bit unsigned short image compare, not affecting Alpha. |
static int |
nppiCompare_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
1 channel 16-bit unsigned short image compare. |
static int |
nppiCompare_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
3 channel 16-bit unsigned short image compare. |
static int |
nppiCompare_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
|
static int |
nppiCompare_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 32-bit signed floating point compare, not affecting Alpha. |
static int |
nppiCompare_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
1 channel 32-bit floating point image compare. |
static int |
nppiCompare_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
3 channel 32-bit floating point image compare. |
static int |
nppiCompare_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 32-bit floating point image compare. |
static int |
nppiCompare_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 8-bit unsigned char image compare, not affecting Alpha. |
static int |
nppiCompare_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
1 channel 8-bit unsigned char image compare. |
static int |
nppiCompare_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
3 channel 8-bit unsigned char image compare. |
static int |
nppiCompare_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 8-bit unsigned char image compare. |
static int |
nppiCompareC_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 16-bit signed short image compare, not affecting Alpha. |
static int |
nppiCompareC_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
short nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
1 channel 16-bit signed short image compare with constant value. |
static int |
nppiCompareC_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
3 channel 16-bit signed short image compare with constant value. |
static int |
nppiCompareC_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 16-bit signed short image compare with constant value. |
static int |
nppiCompareC_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 16-bit unsigned short image compare, not affecting Alpha. |
static int |
nppiCompareC_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
short nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
1 channel 16-bit unsigned short image compare with constant value. |
static int |
nppiCompareC_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
|
static int |
nppiCompareC_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 16-bit unsigned short image compare with constant value. |
static int |
nppiCompareC_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 32-bit signed floating point compare, not affecting Alpha. |
static int |
nppiCompareC_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
float nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
1 channel 32-bit floating point image compare with constant value. |
static int |
nppiCompareC_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
3 channel 32-bit floating point image compare with constant value. |
static int |
nppiCompareC_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 32-bit floating point image compare with constant value. |
static int |
nppiCompareC_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
|
static int |
nppiCompareC_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
1 channel 8-bit unsigned char image compare with constant value. |
static int |
nppiCompareC_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
3 channel 8-bit unsigned char image compare with constant value. |
static int |
nppiCompareC_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 8-bit unsigned char image compare with constant value. |
static int |
nppiCompareEqualEps_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float nEpsilon)
4 channel 32-bit signed floating point compare whether two images are equal within epsilon, not affecting Alpha. |
static int |
nppiCompareEqualEps_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float nEpsilon)
1 channel 32-bit floating point image compare whether two images are equal within epsilon. |
static int |
nppiCompareEqualEps_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float nEpsilon)
3 channel 32-bit floating point image compare whether two images are equal within epsilon. |
static int |
nppiCompareEqualEps_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float nEpsilon)
|
static int |
nppiCompareEqualEpsC_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float nEpsilon)
4 channel 32-bit signed floating point compare whether image and constant are equal within epsilon, not affecting Alpha. |
static int |
nppiCompareEqualEpsC_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
float nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float nEpsilon)
1 channel 32-bit floating point image compare whether image and constant are equal within epsilon. |
static int |
nppiCompareEqualEpsC_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float nEpsilon)
|
static int |
nppiCompareEqualEpsC_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float nEpsilon)
4 channel 32-bit floating point image compare whether image and constant are equal within epsilon. |
static int |
nppiCompColorKey_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nColorKeyConst)
1 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2. |
static int |
nppiCompColorKey_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] nColorKeyConst)
3 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2. |
static int |
nppiCompColorKey_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] nColorKeyConst)
4 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2. |
static int |
nppiConvert_16s16u_C1Rs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 16-bit signed to 16-bit unsigned conversion with saturation. |
static int |
nppiConvert_16s32f_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit signed to 32-bit floating-point conversion, not affecting Alpha. |
static int |
nppiConvert_16s32f_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 16-bit signed to 32-bit floating-point conversion. |
static int |
nppiConvert_16s32f_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 16-bit signed to 32-bit floating-point conversion. |
static int |
nppiConvert_16s32f_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit signed to 32-bit floating-point conversion. |
static int |
nppiConvert_16s32s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit signed to 32-bit signed conversion, not affecting Alpha. |
static int |
nppiConvert_16s32s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 16-bit signed to 32-bit signed conversion. |
static int |
nppiConvert_16s32s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 16-bit signed to 32-bit signed conversion. |
static int |
nppiConvert_16s32s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit signed to 32-bit signed conversion. |
static int |
nppiConvert_16s32u_C1Rs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 16-bit signed to 32-bit unsigned conversion with saturation. |
static int |
nppiConvert_16s8s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
|
static int |
nppiConvert_16s8u_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit signed to 8-bit unsigned conversion, not affecting Alpha. |
static int |
nppiConvert_16s8u_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 16-bit signed to 8-bit unsigned conversion. |
static int |
nppiConvert_16s8u_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 16-bit signed to 8-bit unsigned conversion. |
static int |
nppiConvert_16s8u_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit signed to 8-bit unsigned conversion. |
static int |
nppiConvert_16u16s_C1RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
|
static int |
nppiConvert_16u32f_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit unsigned to 32-bit floating-point conversion, not affecting Alpha. |
static int |
nppiConvert_16u32f_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiConvert_16u32f_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 16-bit unsigned to 32-bit floating-point conversion. |
static int |
nppiConvert_16u32f_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit unsigned to 32-bit floating-point conversion. |
static int |
nppiConvert_16u32s_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit unsigned to 32-bit signed conversion, not affecting Alpha. |
static int |
nppiConvert_16u32s_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 16-bit unsigned to 32-bit signed conversion. |
static int |
nppiConvert_16u32s_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 16-bit unsigned to 32-bit signed conversion. |
static int |
nppiConvert_16u32s_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit unsigned to 32-bit signed conversion. |
static int |
nppiConvert_16u32u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 16-bit unsigned to 32-bit unsigned conversion. |
static int |
nppiConvert_16u8s_C1RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
|
static int |
nppiConvert_16u8u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit unsigned to 8-bit unsigned conversion, not affecting Alpha. |
static int |
nppiConvert_16u8u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 16-bit unsigned to 8-bit unsigned conversion. |
static int |
nppiConvert_16u8u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 16-bit unsigned to 8-bit unsigned conversion. |
static int |
nppiConvert_16u8u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiConvert_32f16s_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Four channel 32-bit floating point to 16-bit signed conversion. |
static int |
nppiConvert_32f16s_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Single channel 32-bit floating point to 16-bit signed conversion. |
static int |
nppiConvert_32f16s_C1RSfs(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
Single channel 32-bit floating point to 16-bit signed conversion. |
static int |
nppiConvert_32f16s_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
|
static int |
nppiConvert_32f16s_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Four channel 32-bit floating point to 16-bit signed conversion. |
static int |
nppiConvert_32f16u_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Four channel 32-bit floating point to 16-bit unsigned conversion, not affecting Alpha. |
static int |
nppiConvert_32f16u_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
|
static int |
nppiConvert_32f16u_C1RSfs(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
Single channel 32-bit floating point to 16-bit unsigned conversion. |
static int |
nppiConvert_32f16u_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Three channel 32-bit floating point to 16-bit unsigned conversion. |
static int |
nppiConvert_32f16u_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Four channel 32-bit floating point to 16-bit unsigned conversion. |
static int |
nppiConvert_32f32s_C1RSfs(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
|
static int |
nppiConvert_32f32u_C1RSfs(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
Single channel 32-bit floating point to 32-bit unsigned conversion. |
static int |
nppiConvert_32f8s_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Four channel 32-bit floating point to 8-bit signed conversion, not affecting Alpha. |
static int |
nppiConvert_32f8s_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Single channel 32-bit floating point to 8-bit signed conversion. |
static int |
nppiConvert_32f8s_C1RSfs(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
Single channel 32-bit floating point to 8-bit signed conversion. |
static int |
nppiConvert_32f8s_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Three channel 32-bit floating point to 8-bit signed conversion. |
static int |
nppiConvert_32f8s_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Four channel 32-bit floating point to 8-bit signed conversion. |
static int |
nppiConvert_32f8u_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Four channel 32-bit floating point to 8-bit unsigned conversion, not affecting Alpha. |
static int |
nppiConvert_32f8u_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Single channel 32-bit floating point to 8-bit unsigned conversion. |
static int |
nppiConvert_32f8u_C1RSfs(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
|
static int |
nppiConvert_32f8u_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Three channel 32-bit floating point to 8-bit unsigned conversion. |
static int |
nppiConvert_32f8u_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Four channel 32-bit floating point to 8-bit unsigned conversion. |
static int |
nppiConvert_32s16s_C1RSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
|
static int |
nppiConvert_32s16u_C1RSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
|
static int |
nppiConvert_32s32f_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit signed to 32-bit floating-point conversion. |
static int |
nppiConvert_32s32u_C1Rs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit signed to 32-bit unsigned conversion with saturation. |
static int |
nppiConvert_32s8s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit signed to 8-bit signed conversion, not affecting Alpha. |
static int |
nppiConvert_32s8s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit signed to 8-bit signed conversion. |
static int |
nppiConvert_32s8s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 32-bit signed to 8-bit signed conversion. |
static int |
nppiConvert_32s8s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit signed to 8-bit signed conversion. |
static int |
nppiConvert_32s8u_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiConvert_32s8u_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiConvert_32s8u_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 32-bit signed to 8-bit unsigned conversion. |
static int |
nppiConvert_32s8u_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit signed to 8-bit unsigned conversion. |
static int |
nppiConvert_32u16s_C1RSfs(TypedPointer<Npp32u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
|
static int |
nppiConvert_32u16u_C1RSfs(TypedPointer<Npp32u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
|
static int |
nppiConvert_32u32f_C1R(TypedPointer<Npp32u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit unsigned to 32-bit floating-point conversion. |
static int |
nppiConvert_32u32s_C1RSfs(TypedPointer<Npp32u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
|
static int |
nppiConvert_32u8s_C1RSfs(TypedPointer<Npp32u> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
|
static int |
nppiConvert_32u8u_C1RSfs(TypedPointer<Npp32u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
|
static int |
nppiConvert_8s16s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 8-bit signed to 16-bit signed conversion. |
static int |
nppiConvert_8s16u_C1Rs(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 8-bit signed to 16-bit unsigned conversion with saturation. |
static int |
nppiConvert_8s32f_AC4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit signed to 32-bit floating-point conversion, not affecting Alpha. |
static int |
nppiConvert_8s32f_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 8-bit signed to 32-bit floating-point conversion. |
static int |
nppiConvert_8s32f_C3R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiConvert_8s32f_C4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit signed to 32-bit floating-point conversion. |
static int |
nppiConvert_8s32s_AC4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiConvert_8s32s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 8-bit signed to 32-bit signed conversion. |
static int |
nppiConvert_8s32s_C3R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 8-bit signed to 32-bit signed conversion. |
static int |
nppiConvert_8s32s_C4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiConvert_8s32u_C1Rs(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 8-bit signed to 32-bit unsigned conversion with saturation. |
static int |
nppiConvert_8s8u_C1Rs(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 8-bit signed to 8-bit unsigned conversion with saturation. |
static int |
nppiConvert_8u16s_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit unsigned to 16-bit signed conversion, not affecting Alpha. |
static int |
nppiConvert_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 8-bit unsigned to 16-bit signed conversion. |
static int |
nppiConvert_8u16s_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 8-bit unsigned to 16-bit signed conversion. |
static int |
nppiConvert_8u16s_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit unsigned to 16-bit signed conversion. |
static int |
nppiConvert_8u16u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit unsigned to 16-bit unsigned conversion, not affecting Alpha. |
static int |
nppiConvert_8u16u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 8-bit unsigned to 16-bit unsigned conversion. |
static int |
nppiConvert_8u16u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 8-bit unsigned to 16-bit unsigned conversion. |
static int |
nppiConvert_8u16u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit unsigned to 16-bit unsigned conversion. |
static int |
nppiConvert_8u32f_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiConvert_8u32f_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 8-bit unsigned to 32-bit floating-point conversion. |
static int |
nppiConvert_8u32f_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 8-bit unsigned to 32-bit floating-point conversion. |
static int |
nppiConvert_8u32f_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit unsigned to 32-bit floating-point conversion. |
static int |
nppiConvert_8u32s_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit unsigned to 32-bit signed conversion, not affecting Alpha. |
static int |
nppiConvert_8u32s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 8-bit unsigned to 32-bit signed conversion. |
static int |
nppiConvert_8u32s_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 8-bit unsigned to 32-bit signed conversion. |
static int |
nppiConvert_8u32s_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiConvert_8u8s_C1RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
|
static int |
nppiCopy_16s_AC4MR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 16-bit signed image copy, ignoring alpha. |
static int |
nppiCopy_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit image copy, not affecting Alpha. |
static int |
nppiCopy_16s_C1C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to three-channel 16-bit signed image copy. |
static int |
nppiCopy_16s_C1C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to four-channel 16-bit signed image copy. |
static int |
nppiCopy_16s_C1MR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 16-bit signed image copy. |
static int |
nppiCopy_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit image copy. |
static int |
nppiCopy_16s_C3C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel to single-channel 16-bit signed image copy. |
static int |
nppiCopy_16s_C3CR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiCopy_16s_C3MR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation three channel 16-bit signed image copy. |
static int |
nppiCopy_16s_C3P3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 16-bit signed packed to planar image copy. |
static int |
nppiCopy_16s_C4C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel to single-channel 16-bit signed image copy. |
static int |
nppiCopy_16s_C4CR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 16-bit signed image copy for four-channel images. |
static int |
nppiCopy_16s_C4MR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 16-bit signed image copy. |
static int |
nppiCopy_16s_C4P4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit signed packed to planar image copy. |
static int |
nppiCopy_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiCopy_16s_P3C3R(TypedPointer<Npp16s>[] aSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiCopy_16s_P4C4R(TypedPointer<Npp16s>[] aSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit signed planar to packed image copy. |
static int |
nppiCopy_16sc_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit complex image copy, ignoring alpha. |
static int |
nppiCopy_16sc_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex image copy. |
static int |
nppiCopy_16sc_C2R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Two-channel 16-bit complex image copy. |
static int |
nppiCopy_16sc_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 16-bit complex image copy. |
static int |
nppiCopy_16sc_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit complex image copy. |
static int |
nppiCopy_16u_AC4MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 16-bit unsigned image copy, ignoring alpha. |
static int |
nppiCopy_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned image copy, not affecting Alpha channel. |
static int |
nppiCopy_16u_C1C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to three-channel 16-bit unsigned image copy. |
static int |
nppiCopy_16u_C1C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to four-channel 16-bit unsigned image copy. |
static int |
nppiCopy_16u_C1MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 16-bit unsigned image copy. |
static int |
nppiCopy_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit unsigned image copy. |
static int |
nppiCopy_16u_C3C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel to single-channel 16-bit unsigned image copy. |
static int |
nppiCopy_16u_C3CR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 16-bit unsigned image copy for three-channel images. |
static int |
nppiCopy_16u_C3MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation three channel 16-bit unsigned image copy. |
static int |
nppiCopy_16u_C3P3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 16-bit unsigned packed to planar image copy. |
static int |
nppiCopy_16u_C4C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel to single-channel 16-bit unsigned image copy. |
static int |
nppiCopy_16u_C4CR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 16-bit unsigned image copy for four-channel images. |
static int |
nppiCopy_16u_C4MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 16-bit unsigned image copy. |
static int |
nppiCopy_16u_C4P4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u>[] aDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiCopy_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiCopy_16u_P3C3R(TypedPointer<Npp16u>[] aSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 16-bit unsigned planar to packed image copy. |
static int |
nppiCopy_16u_P4C4R(TypedPointer<Npp16u>[] aSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit unsigned planar to packed image copy. |
static int |
nppiCopy_32f_AC4MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 32-bit float image copy, ignoring alpha. |
static int |
nppiCopy_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiCopy_32f_C1C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to three-channel 32-bit float image copy. |
static int |
nppiCopy_32f_C1C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to four-channel 32-bit float image copy. |
static int |
nppiCopy_32f_C1MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 32-bit float image copy. |
static int |
nppiCopy_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit floating point image copy. |
static int |
nppiCopy_32f_C3C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel to single-channel 32-bit float image copy. |
static int |
nppiCopy_32f_C3CR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 32-bit float image copy for three-channel images. |
static int |
nppiCopy_32f_C3MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation three channel 32-bit float image copy. |
static int |
nppiCopy_32f_C3P3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 32-bit float packed to planar image copy. |
static int |
nppiCopy_32f_C4C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel to single-channel 32-bit float image copy. |
static int |
nppiCopy_32f_C4CR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 32-bit float image copy for four-channel images. |
static int |
nppiCopy_32f_C4MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 32-bit float image copy. |
static int |
nppiCopy_32f_C4P4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit float packed to planar image copy. |
static int |
nppiCopy_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit floating point image copy. |
static int |
nppiCopy_32f_P3C3R(TypedPointer<Npp32f>[] aSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 32-bit float planar to packed image copy. |
static int |
nppiCopy_32f_P4C4R(TypedPointer<Npp32f>[] aSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit float planar to packed image copy. |
static int |
nppiCopy_32fc_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit floating-point complex image copy, ignoring alpha. |
static int |
nppiCopy_32fc_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit floating-point complex image copy. |
static int |
nppiCopy_32fc_C2R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Two-channel 32-bit floating-point complex image copy. |
static int |
nppiCopy_32fc_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 32-bit floating-point complex image copy. |
static int |
nppiCopy_32fc_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiCopy_32s_AC4MR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 32-bit signed image copy, ignoring alpha. |
static int |
nppiCopy_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit image copy, not affecting Alpha. |
static int |
nppiCopy_32s_C1C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to three-channel 32-bit signed image copy. |
static int |
nppiCopy_32s_C1C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to four-channel 32-bit signed image copy. |
static int |
nppiCopy_32s_C1MR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 32-bit signed image copy. |
static int |
nppiCopy_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiCopy_32s_C3C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel to single-channel 32-bit signed image copy. |
static int |
nppiCopy_32s_C3CR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 32-bit signed image copy for three-channel images. |
static int |
nppiCopy_32s_C3MR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation three channel 32-bit signed image copy. |
static int |
nppiCopy_32s_C3P3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 32-bit signed packed to planar image copy. |
static int |
nppiCopy_32s_C4C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel to single-channel 32-bit signed image copy. |
static int |
nppiCopy_32s_C4CR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 32-bit signed image copy for four-channel images. |
static int |
nppiCopy_32s_C4MR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 32-bit signed image copy. |
static int |
nppiCopy_32s_C4P4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s>[] aDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiCopy_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit image copy. |
static int |
nppiCopy_32s_P3C3R(TypedPointer<Npp32s>[] aSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 32-bit signed planar to packed image copy. |
static int |
nppiCopy_32s_P4C4R(TypedPointer<Npp32s>[] aSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit signed planar to packed image copy. |
static int |
nppiCopy_32sc_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit complex image copy, ignoring alpha. |
static int |
nppiCopy_32sc_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit complex image copy. |
static int |
nppiCopy_32sc_C2R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Two-channel 32-bit complex image copy. |
static int |
nppiCopy_32sc_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 32-bit complex image copy. |
static int |
nppiCopy_32sc_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit complex image copy. |
static int |
nppiCopy_8s_AC4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 8-bit image copy, ignoring alpha channel. |
static int |
nppiCopy_8s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit image copy. |
static int |
nppiCopy_8s_C2R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Two-channel 8-bit image copy. |
static int |
nppiCopy_8s_C3R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiCopy_8s_C4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 8-bit image copy. |
static int |
nppiCopy_8u_AC4MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 8-bit unsigned image copy, ignoring alpha. |
static int |
nppiCopy_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned image copy, not affecting Alpha channel. |
static int |
nppiCopy_8u_C1C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to three-channel 8-bit unsigned image copy. |
static int |
nppiCopy_8u_C1C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to four-channel 8-bit unsigned image copy. |
static int |
nppiCopy_8u_C1MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 8-bit unsigned image copy. |
static int |
nppiCopy_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit unsigned image copy. |
static int |
nppiCopy_8u_C3C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel to single-channel 8-bit unsigned image copy. |
static int |
nppiCopy_8u_C3CR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiCopy_8u_C3MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation three channel 8-bit unsigned image copy. |
static int |
nppiCopy_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] aDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiCopy_8u_C4C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiCopy_8u_C4CR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 8-bit unsigned image copy for four-channel images. |
static int |
nppiCopy_8u_C4MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 8-bit unsigned image copy. |
static int |
nppiCopy_8u_C4P4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 8-bit unsigned packed to planar image copy. |
static int |
nppiCopy_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned image copy. |
static int |
nppiCopy_8u_P3C3R(TypedPointer<Npp8u>[] aSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 8-bit unsigned planar to packed image copy. |
static int |
nppiCopy_8u_P4C4R(TypedPointer<Npp8u>[] aSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 8-bit unsigned planar to packed image copy. |
static int |
nppiCopyConstBorder_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
int nValue)
32-bit image copy with constant border color. |
static int |
nppiCopyConstBorder_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
byte[] aValue)
4 channel 8-bit unsigned image copy with constant border color. |
static int |
nppiCopyConstBorder_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
byte nValue)
8-bit unsigned image copy width constant border color. |
static int |
nppiCopyConstBorder_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
byte[] aValue)
4channel 8-bit unsigned image copy with constant border color. |
static int |
nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
TypedPointer<Npp16u> pQuantFwdTable,
NppiSize oSizeROI)
Forward DCT, quantization and level shift part of the JPEG encoding. |
static int |
nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
TypedPointer<Npp16u> pQuantInvTable,
NppiSize oSizeROI)
Inverse DCT, de-quantization and level shift part of the JPEG decoding. |
static int |
nppiDilate_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
8-bit unsigned image dilation. |
static int |
nppiDilate_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
4 channel 8-bit unsigned image dilation. |
static int |
nppiDiv_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_32f_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image division. |
static int |
nppiDiv_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image division. |
static int |
nppiDiv_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image division. |
static int |
nppiDiv_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image division. |
static int |
nppiDiv_32f_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image division. |
static int |
nppiDiv_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image division. |
static int |
nppiDiv_32f_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image division. |
static int |
nppiDiv_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image division. |
static int |
nppiDiv_32fc_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image division. |
static int |
nppiDiv_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image division. |
static int |
nppiDiv_32fc_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division. |
static int |
nppiDiv_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division. |
static int |
nppiDiv_32fc_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division. |
static int |
nppiDiv_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division. |
static int |
nppiDiv_32fc_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division. |
static int |
nppiDiv_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division. |
static int |
nppiDiv_32s_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image division. |
static int |
nppiDiv_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_32s_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_8u_C1IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_8u_C3IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_8u_C4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit unsigned short channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit unsigned short channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 8-bit unsigned char channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 8-bit unsigned char channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_8u_C1IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_8u_C3IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_8u_C4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDivC_16s_AC4IRSfs(short[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiDivC_16s_C1IRSfs(short nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16s_C3IRSfs(short[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16s_C4IRSfs(short[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16sc_AC4IRSfs(Npp16sc[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16sc_C1IRSfs(Npp16sc nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16sc_C3IRSfs(Npp16sc[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16u_AC4IRSfs(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiDivC_16u_C1IRSfs(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16u_C3IRSfs(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16u_C4IRSfs(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiDivC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_32f_AC4IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image divided by constant. |
static int |
nppiDivC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image divided by constant. |
static int |
nppiDivC_32f_C1IR(float nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
|
static int |
nppiDivC_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image divided by constant. |
static int |
nppiDivC_32f_C3IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image divided by constant. |
static int |
nppiDivC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image divided by constant. |
static int |
nppiDivC_32f_C4IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image divided by constant. |
static int |
nppiDivC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image divided by constant. |
static int |
nppiDivC_32fc_AC4IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image divided by constant. |
static int |
nppiDivC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image divided by constant. |
static int |
nppiDivC_32fc_C1IR(Npp32fc nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant. |
static int |
nppiDivC_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant. |
static int |
nppiDivC_32fc_C3IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant. |
static int |
nppiDivC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant. |
static int |
nppiDivC_32fc_C4IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant. |
static int |
nppiDivC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant. |
static int |
nppiDivC_32s_C1IRSfs(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiDivC_32s_C3IRSfs(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_32sc_AC4IRSfs(Npp32sc[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_32sc_C1IRSfs(Npp32sc nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_32sc_C3IRSfs(Npp32sc[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_8u_AC4IRSfs(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiDivC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_8u_C1IRSfs(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiDivC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_8u_C3IRSfs(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_8u_C4IRSfs(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value. |
static int |
nppiErode_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
8-bit unsigned image erosion. |
static int |
nppiErode_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
|
static int |
nppiEvenLevelsHost_32s(TypedPointer<Npp32s> hpLevels,
int nLevels,
int nLowerLevel,
int nUpperLevel)
Compute levels with even distribution. |
static int |
nppiExp_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiExp_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiExp_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiExp_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiExp_16u_C1IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiExp_16u_C1RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiExp_16u_C3IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiExp_16u_C3RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiExp_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image exponential. |
static int |
nppiExp_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image exponential. |
static int |
nppiExp_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image exponential. |
static int |
nppiExp_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image exponential. |
static int |
nppiExp_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiExp_8u_C1RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiExp_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiExp_8u_C3RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiFilter_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
|
static int |
nppiFilter_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
4 channel 8-bit unsigned convolution filter. |
static int |
nppiFilterBox_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
8-bit unsigned box filter. |
static int |
nppiFilterBox_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
4 channel 8-bit unsigned box filter. |
static int |
nppiFilterColumn_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
|
static int |
nppiFilterColumn_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
|
static int |
nppiFilterMax_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
8-bit unsigned maximum filter. |
static int |
nppiFilterMax_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
4 channel 8-bit unsigned maximum filter. |
static int |
nppiFilterMin_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
8-bit unsigned minimum filter. |
static int |
nppiFilterMin_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
4 channel 8-bit unsigned minimum filter. |
static int |
nppiFilterRow_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
8-bit unsigned 1D (row) image convolution. |
static int |
nppiFilterRow_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
4 channel 8-bit unsigned 1D (row) image convolution. |
static void |
nppiFree(jcuda.Pointer pData)
Free method for any 2D allocated memory. |
static int |
nppiGammaFwd_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed color with alpha in place forward gamma correction. |
static int |
nppiGammaFwd_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed color with alpha not in place forward gamma correction. |
static int |
nppiGammaFwd_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed color in place forward gamma correction. |
static int |
nppiGammaFwd_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed color not in place forward gamma correction. |
static int |
nppiGammaFwd_8u_IP3R(TypedPointer<Npp8u>[] pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar color in place forward gamma correction. |
static int |
nppiGammaFwd_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiGammaInv_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed color with alpha in place inverse gamma correction. |
static int |
nppiGammaInv_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed color with alpha not in place inverse gamma correction. |
static int |
nppiGammaInv_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed color in place inverse gamma correction. |
static int |
nppiGammaInv_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed color not in place inverse gamma correction. |
static int |
nppiGammaInv_8u_IP3R(TypedPointer<Npp8u>[] pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar color in place inverse gamma correction. |
static int |
nppiGammaInv_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiGetAffineBound(NppiRect oSrcROI,
double[][] aBound,
double[][] aCoeffs)
Compute bounding-box of transformed image. |
static int |
nppiGetAffineQuad(NppiRect oSrcROI,
double[][] aQuad,
double[][] aCoeffs)
Compute shape of transformed image. |
static int |
nppiGetAffineTransform(NppiRect oSrcROI,
double[][] aQuad,
double[][] aCoeffs)
Computes affine transform coefficients based on source ROI and destination quadrilateral. |
static int |
nppiGetPerspectiveBound(NppiRect oSrcROI,
double[][] bound,
double[][] aCoeffs)
|
static int |
nppiGetPerspectiveQuad(NppiRect oSrcROI,
double[][] quad,
double[][] aCoeffs)
Calculates perspective transform projection of given source rectangular ROI |
static int |
nppiGetPerspectiveTransform(NppiRect oSrcROI,
double[][] quad,
double[][] aCoeffs)
Calculates perspective transform coefficients given source rectangular ROI and its destination quadrangle projection |
static int |
nppiGetRotateBound(NppiRect oSrcROI,
double[][] aBoundingBox,
double nAngle,
double nShiftX,
double nShiftY)
|
static int |
nppiGetRotateQuad(NppiRect oSrcROI,
double[][] aQuad,
double nAngle,
double nShiftX,
double nShiftY)
Compute shape of rotated image. |
static int |
nppiGraphcut_32f8u(TypedPointer<Npp32f> pTerminals,
TypedPointer<Npp32f> pLeftTransposed,
TypedPointer<Npp32f> pRightTransposed,
TypedPointer<Npp32f> pTop,
TypedPointer<Npp32f> pBottom,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit float edge capacities). |
static int |
nppiGraphcut_32s8u(TypedPointer<Npp32s> pTerminals,
TypedPointer<Npp32s> pLeftTransposed,
TypedPointer<Npp32s> pRightTransposed,
TypedPointer<Npp32s> pTop,
TypedPointer<Npp32s> pBottom,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
|
static int |
nppiGraphcut8_32f8u(TypedPointer<Npp32f> pTerminals,
TypedPointer<Npp32f> pLeftTransposed,
TypedPointer<Npp32f> pRightTransposed,
TypedPointer<Npp32f> pTop,
TypedPointer<Npp32f> pTopLeft,
TypedPointer<Npp32f> pTopRight,
TypedPointer<Npp32f> pBottom,
TypedPointer<Npp32f> pBottomLeft,
TypedPointer<Npp32f> pBottomRight,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
|
static int |
nppiGraphcut8_32s8u(TypedPointer<Npp32s> pTerminals,
TypedPointer<Npp32s> pLeftTransposed,
TypedPointer<Npp32s> pRightTransposed,
TypedPointer<Npp32s> pTop,
TypedPointer<Npp32s> pTopLeft,
TypedPointer<Npp32s> pTopRight,
TypedPointer<Npp32s> pBottom,
TypedPointer<Npp32s> pBottomLeft,
TypedPointer<Npp32s> pBottomRight,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit signed integer edge capacities). |
static int |
nppiGraphcut8GetSize(NppiSize oSize,
int[] pBufSize)
Calculates the size of the temporary buffer for graph-cut with 8 neighborhood labeling. |
static int |
nppiGraphcut8InitAlloc(NppiSize oSize,
NppiGraphcutState[] ppState,
TypedPointer<Npp8u> pDeviceMem)
Allocates and initializes the graph-cut state structure and additional resources for graph-cut with 8 neighborhood labeling. |
static int |
nppiGraphcutFree(NppiGraphcutState pState)
Frees the additional resources of the graph-cut state structure. |
static int |
nppiGraphcutGetSize(NppiSize oSize,
int[] pBufSize)
Calculates the size of the temporary buffer for graph-cut with 4 neighborhood labeling. |
static int |
nppiGraphcutInitAlloc(NppiSize oSize,
NppiGraphcutState[] ppState,
TypedPointer<Npp8u> pDeviceMem)
|
static int |
nppiHistogramEven_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as the last channel) 16-bit signed histogram with evenly distributed bins. |
static int |
nppiHistogramEven_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
int nLevels,
int nLowerLevel,
int nUpperLevel,
TypedPointer<Npp8u> pBuffer)
16-bit signed histogram with evenly distributed bins. |
static int |
nppiHistogramEven_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
|
static int |
nppiHistogramEven_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel 16-bit signed histogram with evenly distributed bins. |
static int |
nppiHistogramEven_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as the last channel) 16-bit unsigned histogram with evenly distributed bins. |
static int |
nppiHistogramEven_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
int nLevels,
int nLowerLevel,
int nUpperLevel,
TypedPointer<Npp8u> pBuffer)
|
static int |
nppiHistogramEven_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
3 channel 16-bit unsigned histogram with evenly distributed bins. |
static int |
nppiHistogramEven_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel 16-bit unsigned histogram with evenly distributed bins. |
static int |
nppiHistogramEven_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as the last channel) 8-bit unsigned histogram with evenly distributed bins. |
static int |
nppiHistogramEven_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
int nLevels,
int nLowerLevel,
int nUpperLevel,
TypedPointer<Npp8u> pBuffer)
8-bit unsigned histogram with evenly distributed bins. |
static int |
nppiHistogramEven_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
3 channel 8-bit unsigned histogram with evenly distributed bins. |
static int |
nppiHistogramEven_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel 8-bit unsigned histogram with evenly distributed bins. |
static int |
nppiHistogramEvenGetBufferSize_16s_AC4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_16s_AC4R. |
static int |
nppiHistogramEvenGetBufferSize_16s_C1R(NppiSize oSizeROI,
int nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_16s_C1R. |
static int |
nppiHistogramEvenGetBufferSize_16s_C3R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_16s_C3R. |
static int |
nppiHistogramEvenGetBufferSize_16s_C4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_16s_C4R. |
static int |
nppiHistogramEvenGetBufferSize_16u_AC4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_16u_AC4R. |
static int |
nppiHistogramEvenGetBufferSize_16u_C1R(NppiSize oSizeROI,
int nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_16u_C1R. |
static int |
nppiHistogramEvenGetBufferSize_16u_C3R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_16u_C3R. |
static int |
nppiHistogramEvenGetBufferSize_16u_C4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_16u_C4R. |
static int |
nppiHistogramEvenGetBufferSize_8u_AC4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_8u_AC4R. |
static int |
nppiHistogramEvenGetBufferSize_8u_C1R(NppiSize oSizeROI,
int nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_8u_C1R. |
static int |
nppiHistogramEvenGetBufferSize_8u_C3R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_8u_C3R. |
static int |
nppiHistogramEvenGetBufferSize_8u_C4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_8u_C4R. |
static int |
nppiHistogramRange_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as a last channel) 16-bit signed histogram with bins determined by pLevels. |
static int |
nppiHistogramRange_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32s> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
16-bit signed histogram with bins determined by pLevels array. |
static int |
nppiHistogramRange_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
3 channel 16-bit signed histogram with bins determined by pLevels. |
static int |
nppiHistogramRange_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel 16-bit signed histogram with bins determined by pLevels. |
static int |
nppiHistogramRange_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
|
static int |
nppiHistogramRange_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32s> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
16-bit unsigned histogram with bins determined by pLevels array. |
static int |
nppiHistogramRange_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
3 channel 16-bit unsigned histogram with bins determined by pLevels. |
static int |
nppiHistogramRange_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel 16-bit unsigned histogram with bins determined by pLevels. |
static int |
nppiHistogramRange_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as a last channel) 32-bit float histogram with bins determined by pLevels. |
static int |
nppiHistogramRange_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32f> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
32-bit float histogram with bins determined by pLevels array. |
static int |
nppiHistogramRange_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
3 channel 32-bit float histogram with bins determined by pLevels. |
static int |
nppiHistogramRange_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel 32-bit float histogram with bins determined by pLevels. |
static int |
nppiHistogramRange_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as a last channel) 8-bit unsigned histogram with bins determined by pLevels. |
static int |
nppiHistogramRange_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32s> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
8-bit unsigned histogram with bins determined by pLevels array. |
static int |
nppiHistogramRange_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
3 channel 8-bit unsigned histogram with bins determined by pLevels. |
static int |
nppiHistogramRange_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel 8-bit unsigned histogram with bins determined by pLevels. |
static int |
nppiHistogramRangeGetBufferSize_16s_AC4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_16s_AC4R. |
static int |
nppiHistogramRangeGetBufferSize_16s_C1R(NppiSize oSizeROI,
int nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_16s_C1R. |
static int |
nppiHistogramRangeGetBufferSize_16s_C3R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_16s_C3R. |
static int |
nppiHistogramRangeGetBufferSize_16s_C4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_16s_C4R. |
static int |
nppiHistogramRangeGetBufferSize_16u_AC4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_16u_AC4R. |
static int |
nppiHistogramRangeGetBufferSize_16u_C1R(NppiSize oSizeROI,
int nLevels,
int[] hpBufferSize)
|
static int |
nppiHistogramRangeGetBufferSize_16u_C3R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_16u_C3R. |
static int |
nppiHistogramRangeGetBufferSize_16u_C4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_16u_C4R. |
static int |
nppiHistogramRangeGetBufferSize_32f_AC4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_32f_AC4R. |
static int |
nppiHistogramRangeGetBufferSize_32f_C1R(NppiSize oSizeROI,
int nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_32f_C1R. |
static int |
nppiHistogramRangeGetBufferSize_32f_C3R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_32f_C3R. |
static int |
nppiHistogramRangeGetBufferSize_32f_C4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_32f_C4R. |
static int |
nppiHistogramRangeGetBufferSize_8u_AC4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_8u_AC4R. |
static int |
nppiHistogramRangeGetBufferSize_8u_C1R(NppiSize oSizeROI,
int nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_8u_C1R. |
static int |
nppiHistogramRangeGetBufferSize_8u_C3R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_8u_C3R. |
static int |
nppiHistogramRangeGetBufferSize_8u_C4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_8u_C4R. |
static int |
nppiHLSToBGR_8u_AC4P4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed HLS with alpha to 4 channel 8-bit unsigned planar BGR with alpha color conversion. |
static int |
nppiHLSToBGR_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed HLS with alpha to 4 channel 8-bit unsigned packed BGR with alpha color conversion. |
static int |
nppiHLSToBGR_8u_AP4C4R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned planar HLS with alpha to 4 channel 8-bit unsigned packed BGR with alpha color conversion. |
static int |
nppiHLSToBGR_8u_AP4R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned planar HLS with alpha to 4 channel 8-bit unsigned planar BGR with alpha color conversion. |
static int |
nppiHLSToBGR_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiHLSToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar HLS to 3 channel 8-bit unsigned packed BGR color conversion. |
static int |
nppiHLSToBGR_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar HLS to 3 channel 8-bit unsigned planar BGR color conversion. |
static int |
nppiHLSToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed HLS with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion. |
static int |
nppiHLSToRGB_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed HLS to 3 channel 8-bit unsigned packed RGB color conversion. |
static int |
nppiHSVToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed HSV with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion. |
static int |
nppiHSVToRGB_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed HSV to 3 channel 8-bit unsigned packed RGB color conversion. |
static int |
nppiLabToBGR_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiLn_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiLn_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiLn_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiLn_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiLn_16u_C1IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiLn_16u_C1RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiLn_16u_C3IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiLn_16u_C3RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiLn_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image natural logarithm. |
static int |
nppiLn_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image natural logarithm. |
static int |
nppiLn_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image natural logarithm. |
static int |
nppiLn_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image natural logarithm. |
static int |
nppiLn_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiLn_8u_C1RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiLn_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiLn_8u_C3RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiLShiftC_16u_AC4IR(int[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image left shift by constant with unmodified alpha. |
static int |
nppiLShiftC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image left shift by constant with unmodified alpha. |
static int |
nppiLShiftC_16u_C1IR(int nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image left shift by constant. |
static int |
nppiLShiftC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image left shift by constant. |
static int |
nppiLShiftC_16u_C3IR(int[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image left shift by constant. |
static int |
nppiLShiftC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image left shift by constant. |
static int |
nppiLShiftC_16u_C4IR(int[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image left shift by constant. |
static int |
nppiLShiftC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image left shift by constant. |
static int |
nppiLShiftC_32s_AC4IR(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image left shift by constant with unmodified alpha. |
static int |
nppiLShiftC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image left shift by constant with unmodified alpha. |
static int |
nppiLShiftC_32s_C1IR(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image left shift by constant. |
static int |
nppiLShiftC_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image left shift by constant. |
static int |
nppiLShiftC_32s_C3IR(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image left shift by constant. |
static int |
nppiLShiftC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image left shift by constant. |
static int |
nppiLShiftC_32s_C4IR(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image left shift by constant. |
static int |
nppiLShiftC_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image left shift by constant. |
static int |
nppiLShiftC_8u_AC4IR(int[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image left shift by constant with unmodified alpha. |
static int |
nppiLShiftC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image left shift by constant with unmodified alpha. |
static int |
nppiLShiftC_8u_C1IR(int nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image left shift by constant. |
static int |
nppiLShiftC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image left shift by constant. |
static int |
nppiLShiftC_8u_C3IR(int[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image left shift by constant. |
static int |
nppiLShiftC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image left shift by constant. |
static int |
nppiLShiftC_8u_C4IR(int[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image left shift by constant. |
static int |
nppiLShiftC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image left shift by constant. |
static int |
nppiLUT_Linear_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 8-bit unsigned look-up-table color conversion, not affecting Alpha. |
static int |
nppiLUT_Linear_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
8-bit unsigned look-up-table color conversion. |
static int |
nppiLUT_Linear_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
3 channel 8-bit unsigned look-up-table color conversion. |
static int |
nppiLUT_Linear_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 8-bit unsigned look-up-table color conversion. |
static int |
nppiLUVToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiLUVToRGB_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiMagnitude_32fc32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit floating point complex to 32-bit floating point magnitude. |
static int |
nppiMagnitudeSqr_32fc32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static TypedPointer<Npp16s> |
nppiMalloc_16s_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
16-bit signed image memory allocator. |
static TypedPointer<Npp16s> |
nppiMalloc_16s_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
2 channel 16-bit signed image memory allocator. |
static TypedPointer<Npp16s> |
nppiMalloc_16s_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 16-bit signed image memory allocator. |
static TypedPointer<Npp16s> |
nppiMalloc_16sc_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
|
static TypedPointer<Npp16s> |
nppiMalloc_16sc_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
2 channel 16-bit signed complex image memory allocator. |
static TypedPointer<Npp16s> |
nppiMalloc_16sc_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
3 channel 16-bit signed complex image memory allocator. |
static TypedPointer<Npp16s> |
nppiMalloc_16sc_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 16-bit signed complex image memory allocator. |
static TypedPointer<Npp16u> |
nppiMalloc_16u_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
16-bit unsigned image memory allocator. |
static TypedPointer<Npp16u> |
nppiMalloc_16u_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
|
static TypedPointer<Npp16u> |
nppiMalloc_16u_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
3 channel 16-bit unsigned image memory allocator. |
static TypedPointer<Npp16u> |
nppiMalloc_16u_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 16-bit unsigned image memory allocator. |
static TypedPointer<Npp32f> |
nppiMalloc_32f_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
32-bit floating point image memory allocator. |
static TypedPointer<Npp32f> |
nppiMalloc_32f_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
2 channel 32-bit floating point image memory allocator. |
static TypedPointer<Npp32f> |
nppiMalloc_32f_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
3 channel 32-bit floating point image memory allocator. |
static TypedPointer<Npp32f> |
nppiMalloc_32f_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 32-bit floating point image memory allocator. |
static TypedPointer<Npp32f> |
nppiMalloc_32fc_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
32-bit float complex image memory allocator. |
static TypedPointer<Npp32f> |
nppiMalloc_32fc_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
2 channel 32-bit float complex image memory allocator. |
static TypedPointer<Npp32f> |
nppiMalloc_32fc_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
|
static TypedPointer<Npp32f> |
nppiMalloc_32fc_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 32-bit float complex image memory allocator. |
static TypedPointer<Npp32s> |
nppiMalloc_32s_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
32-bit signed image memory allocator. |
static TypedPointer<Npp32s> |
nppiMalloc_32s_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
3 channel 32-bit signed image memory allocator. |
static TypedPointer<Npp32s> |
nppiMalloc_32s_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
|
static TypedPointer<Npp32s> |
nppiMalloc_32sc_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
32-bit integer complex image memory allocator. |
static TypedPointer<Npp32s> |
nppiMalloc_32sc_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
2 channel 32-bit integer complex image memory allocator. |
static TypedPointer<Npp32s> |
nppiMalloc_32sc_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
3 channel 32-bit integer complex image memory allocator. |
static TypedPointer<Npp32s> |
nppiMalloc_32sc_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 32-bit integer complex image memory allocator. |
static TypedPointer<Npp8u> |
nppiMalloc_8u_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
1 channel 8-bit unsigned image memory allocator. |
static TypedPointer<Npp8u> |
nppiMalloc_8u_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
2 channel 8-bit unsigned image memory allocator. |
static TypedPointer<Npp8u> |
nppiMalloc_8u_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
3 channel 8-bit unsigned image memory allocator. |
static TypedPointer<Npp8u> |
nppiMalloc_8u_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 8-bit unsigned image memory allocator. |
static int |
nppiMax_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMax)
4-channel 16-bit signed short integer image max (alpha channel is not processed). |
static int |
nppiMax_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp16s> pMax)
1-channel 16-bit signed short integer image max. |
static int |
nppiMax_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMax)
3-channel 16-bit signed short integer image max. |
static int |
nppiMax_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMax)
|
static int |
nppiMax_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMax)
4-channel 16-bit unsigned short integer image max (alpha channel is not processed). |
static int |
nppiMax_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp16u> pMax)
1-channel 16-bit unsigned short integer image max. |
static int |
nppiMax_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMax)
3-channel 16-bit unsigned short integer image max. |
static int |
nppiMax_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMax)
4-channel 16-bit unsigned short integer image max. |
static int |
nppiMax_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMax)
4-channel 32-bit floating point image max (alpha channel is not processed). |
static int |
nppiMax_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp32f> pMax)
1-channel 32-bit floating point image max. |
static int |
nppiMax_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMax)
3-channel 32-bit floating point image max. |
static int |
nppiMax_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMax)
4-channel 32-bit floating point image max. |
static int |
nppiMax_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
byte[] aMax)
4-channel 8-bit unsigned char image max (alpha channel is not processed). |
static int |
nppiMax_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp8u> pMax)
|
static int |
nppiMax_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
byte[] aMax)
3-channel 8-bit unsigned char image max. |
static int |
nppiMax_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
byte[] aMax)
4-channel 8-bit unsigned char image max. |
static int |
nppiMaxGetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
|
static int |
nppiMaxGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
|
static int |
nppiMaxGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMax_16s_C3R. |
static int |
nppiMaxGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMax_16s_C4R. |
static int |
nppiMaxGetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMax_16u_AC4R. |
static int |
nppiMaxGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMax_16u_C1R. |
static int |
nppiMaxGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMax_16u_C3R. |
static int |
nppiMaxGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMax_16u_C4R. |
static int |
nppiMaxGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMax_32f_AC4R. |
static int |
nppiMaxGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMax_32f_C1R. |
static int |
nppiMaxGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMax_32f_C3R. |
static int |
nppiMaxGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMax_32f_C4R. |
static int |
nppiMaxGetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMax_8u_AC4R. |
static int |
nppiMaxGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMax_8u_C1R. |
static int |
nppiMaxGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMax_8u_C3R. |
static int |
nppiMaxGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMax_8u_C4R. |
static int |
nppiMaxIndx_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMax,
int[] aIndexX,
int[] aIndexY)
4-channel 16-bit signed short integer image max values with their X and Y coordinates (alpha channel is not processed). |
static int |
nppiMaxIndx_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp16s> pMax,
int[] pIndexX,
int[] pIndexY)
1-channel 16-bit signed short integer image max value with its X and Y coordinates. |
static int |
nppiMaxIndx_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMax,
int[] aIndexX,
int[] aIndexY)
3-channel 16-bit signed short integer image max values with their X and Y coordinates. |
static int |
nppiMaxIndx_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMax,
int[] aIndexX,
int[] aIndexY)
4-channel 16-bit signed short integer image max values with their X and Y coordinates. |
static int |
nppiMaxIndx_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMax,
int[] aIndexX,
int[] aIndexY)
4-channel 16-bit unsigned short integer image max values with their X and Y coordinates (alpha channel is not processed). |
static int |
nppiMaxIndx_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp16u> pMax,
int[] pIndexX,
int[] pIndexY)
1-channel 16-bit unsigned short integer image max value with its X and Y coordinates. |
static int |
nppiMaxIndx_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMax,
int[] aIndexX,
int[] aIndexY)
3-channel 16-bit unsigned short integer image max values with their X and Y coordinates. |
static int |
nppiMaxIndx_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMax,
int[] aIndexX,
int[] aIndexY)
4-channel 16-bit unsigned short integer image max values with their X and Y coordinates. |
static int |
nppiMaxIndx_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMax,
int[] aIndexX,
int[] aIndexY)
4-channel 32-bit floating point image max values with their X and Y coordinates (alpha channel is not processed). |
static int |
nppiMaxIndx_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp32f> pMax,
int[] pIndexX,
int[] pIndexY)
|
static int |
nppiMaxIndx_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMax,
int[] aIndexX,
int[] aIndexY)
3-channel 32-bit floating point image max values with their X and Y coordinates. |
static int |
nppiMaxIndx_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMax,
int[] aIndexX,
int[] aIndexY)
4-channel 32-bit floating point image max values with their X and Y coordinates. |
static int |
nppiMaxIndx_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
byte[] aMax,
int[] aIndexX,
int[] aIndexY)
4-channel 8-bit unsigned char image max values with their X and Y coordinates (alpha channel is not processed). |
static int |
nppiMaxIndx_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp8u> pMax,
int[] pIndexX,
int[] pIndexY)
1-channel 8-bit unsigned char image max value with its X and Y coordinates. |
static int |
nppiMaxIndx_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
byte[] aMax,
int[] aIndexX,
int[] aIndexY)
3-channel 8-bit unsigned char image max values with their X and Y coordinates. |
static int |
nppiMaxIndx_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
byte[] aMax,
int[] aIndexX,
int[] aIndexY)
|
static int |
nppiMaxIndxGetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMaxIndx_16s_AC4R. |
static int |
nppiMaxIndxGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMaxIndx_16s_C1R. |
static int |
nppiMaxIndxGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMaxIndx_16s_C3R. |
static int |
nppiMaxIndxGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMaxIndx_16s_C4R. |
static int |
nppiMaxIndxGetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMaxIndx_16u_AC4R. |
static int |
nppiMaxIndxGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMaxIndx_16u_C1R. |
static int |
nppiMaxIndxGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMaxIndx_16u_C3R. |
static int |
nppiMaxIndxGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMaxIndx_16u_C4R. |
static int |
nppiMaxIndxGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMaxIndx_32f_AC4R. |
static int |
nppiMaxIndxGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMaxIndx_32f_C1R. |
static int |
nppiMaxIndxGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMaxIndx_32f_C3R. |
static int |
nppiMaxIndxGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMaxIndx_32f_C4R. |
static int |
nppiMaxIndxGetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMaxIndx_8u_AC4R. |
static int |
nppiMaxIndxGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
|
static int |
nppiMaxIndxGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
|
static int |
nppiMaxIndxGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMaxIndx_8u_C4R. |
static int |
nppiMean_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aMean)
4-channel 16-bit signed short image mean with 64-bit double precision result. |
static int |
nppiMean_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean)
1-channel 16-bit signed short integer image mean with 64-bit double precision result. |
static int |
nppiMean_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aMean)
|
static int |
nppiMean_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aMean)
4-channel 16-bit signed short image mean with 64-bit double precision result. |
static int |
nppiMean_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aMean)
4-channel 16-bit unsigned short image mean with 64-bit double precision result. |
static int |
nppiMean_16u_C1MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean)
1-channel 16-bit unsigned short integer image mean with 64-bit double precision result, \ref masked_operation. |
static int |
nppiMean_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean)
1-channel 16-bit unsigned short integer image mean with 64-bit double precision result. |
static int |
nppiMean_16u_C3CMR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean)
3-channel 16-bit unsigned short integer image mean with 64-bit double precision result, \ref masked_operation, \ref channel_of_interest. |
static int |
nppiMean_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aMean)
|
static int |
nppiMean_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aMean)
4-channel 16-bit unsigned short image mean with 64-bit double precision result. |
static int |
nppiMean_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aMean)
4-channel 32-bit floating point image mean with 64-bit double precision result. |
static int |
nppiMean_32f_C1MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean)
1-channel 32-bit floating point image mean with 64-bit double precision result, \ref masked_operation. |
static int |
nppiMean_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean)
1-channel 32-bit floating point image mean with 64-bit double precision result. |
static int |
nppiMean_32f_C3CMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean)
3-channel 32-bit floating point image mean with 64-bit double precision result, \ref masked_operation, \ref channel_of_interest. |
static int |
nppiMean_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aMean)
|
static int |
nppiMean_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aMean)
4-channel 32-bit floating point image mean with 64-bit double precision result. |
static int |
nppiMean_8s_C1MR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean)
1-channel 8-bit signed char image mean with 64-bit double precision result, \ref masked_operation. |
static int |
nppiMean_8s_C3CMR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean)
|
static int |
nppiMean_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aMean)
4-channel 8-bit unsigned char image mean with 64-bit double precision result. |
static int |
nppiMean_8u_C1MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean)
1-channel 8-bit unsigned char image mean with 64-bit double precision result, \ref masked_operation. |
static int |
nppiMean_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean)
host pointer |
static int |
nppiMean_8u_C3CMR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean)
3-channel 8-bit unsigned char image mean with 64-bit double precision result, \ref masked_operation, \ref channel_of_interest. |
static int |
nppiMean_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aMean)
3-channel 8-bit unsigned char image mean with 64-bit double precision result. |
static int |
nppiMean_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aMean)
4-channel 8-bit unsigned char image mean with 64-bit double precision result. |
static int |
nppiMean_StdDev_16u_C1MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
1-channel 16-bit unsigned short int image mean and standard deviation, \ref masked_operation. |
static int |
nppiMean_StdDev_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
1-channel 16-bit unsigned short int image mean and standard deviation. |
static int |
nppiMean_StdDev_16u_C3CMR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
3-channel 16-bit unsigned short int image mean and standard deviation, \ref masked_operation, \ref channel_of_interest. |
static int |
nppiMean_StdDev_16u_C3CR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
3-channel 16-bit unsigned short int image mean and standard deviation, \ref channel_of_interest. |
static int |
nppiMean_StdDev_32f_C1MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
1-channel 32-bit floating-point image mean and standard deviation, \ref masked_operation. |
static int |
nppiMean_StdDev_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
|
static int |
nppiMean_StdDev_32f_C3CMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
3-channel 32-bit floating-point image mean and standard deviation, \ref masked_operation, \ref channel_of_interest. |
static int |
nppiMean_StdDev_32f_C3CR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
3-channel 32-bit floating-point image mean and standard deviation, \ref channel_of_interest. |
static int |
nppiMean_StdDev_8s_C1MR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
1-channel 8-bit signed char image mean and standard deviation, \ref masked_operation. |
static int |
nppiMean_StdDev_8s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
1-channel 8-bit signed char image mean and standard deviation. |
static int |
nppiMean_StdDev_8s_C3CMR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
3-channel 8-bit signed char image mean and standard deviation, \ref masked_operation, \ref channel_of_interest. |
static int |
nppiMean_StdDev_8s_C3CR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
3-channel 8-bit signed char image mean and standard deviation, \ref channel_of_interest. |
static int |
nppiMean_StdDev_8u_C1MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
1-channel 8-bit unsigned char image mean and standard deviation, \ref masked_operation. |
static int |
nppiMean_StdDev_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
host pointer |
static int |
nppiMean_StdDev_8u_C3CMR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
3-channel 8-bit unsigned char image mean and standard deviation, \ref masked_operation, \ref channel_of_interest. |
static int |
nppiMean_StdDev_8u_C3CR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
3-channel 8-bit unsigned char image mean and standard deviation, \ref channel_of_interest. |
static int |
nppiMeanGetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_16s_AC4R. |
static int |
nppiMeanGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer |
static int |
nppiMeanGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
|
static int |
nppiMeanGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer |
static int |
nppiMeanGetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
|
static int |
nppiMeanGetBufferHostSize_16u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_16u_C1MR. |
static int |
nppiMeanGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_16u_C1R. |
static int |
nppiMeanGetBufferHostSize_16u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_16u_C3CMR. |
static int |
nppiMeanGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_16u_C3R. |
static int |
nppiMeanGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_16u_C4R. |
static int |
nppiMeanGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_32f_AC4R. |
static int |
nppiMeanGetBufferHostSize_32f_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
|
static int |
nppiMeanGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer |
static int |
nppiMeanGetBufferHostSize_32f_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_32f_C3CMR. |
static int |
nppiMeanGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_32f_C3R. |
static int |
nppiMeanGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_32f_C4R. |
static int |
nppiMeanGetBufferHostSize_8s_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_8s_C1MR. |
static int |
nppiMeanGetBufferHostSize_8s_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_8s_C3CMR. |
static int |
nppiMeanGetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_8u_AC4R. |
static int |
nppiMeanGetBufferHostSize_8u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_8u_C1MR. |
static int |
nppiMeanGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_8u_C1R. |
static int |
nppiMeanGetBufferHostSize_8u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_8u_C3CMR. |
static int |
nppiMeanGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_8u_C3R. |
static int |
nppiMeanGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_8u_C4R. |
static int |
nppiMeanStdDevGetBufferHostSize_16u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_StdDev_16u_C1MR. |
static int |
nppiMeanStdDevGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_StdDev_16u_C1R. |
static int |
nppiMeanStdDevGetBufferHostSize_16u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_StdDev_16u_C3CMR. |
static int |
nppiMeanStdDevGetBufferHostSize_16u_C3CR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_StdDev_16u_C3CR. |
static int |
nppiMeanStdDevGetBufferHostSize_32f_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer |
static int |
nppiMeanStdDevGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_StdDev_32f_C1R. |
static int |
nppiMeanStdDevGetBufferHostSize_32f_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_StdDev_32f_C3CMR. |
static int |
nppiMeanStdDevGetBufferHostSize_32f_C3CR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_StdDev_32f_C3CR. |
static int |
nppiMeanStdDevGetBufferHostSize_8s_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_StdDev_8s_C1MR. |
static int |
nppiMeanStdDevGetBufferHostSize_8s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_StdDev_8s_C1R. |
static int |
nppiMeanStdDevGetBufferHostSize_8s_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_StdDev_8s_C3CMR. |
static int |
nppiMeanStdDevGetBufferHostSize_8s_C3CR(NppiSize oSizeROI,
int[] hpBufferSize)
|
static int |
nppiMeanStdDevGetBufferHostSize_8u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_StdDev_8u_C1MR. |
static int |
nppiMeanStdDevGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
|
static int |
nppiMeanStdDevGetBufferHostSize_8u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer |
static int |
nppiMeanStdDevGetBufferHostSize_8u_C3CR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_StdDev_8u_C3CR. |
static int |
nppiMin_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMin)
4-channel 16-bit signed short integer image min (alpha channel is not processed). |
static int |
nppiMin_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp16s> pMin)
1-channel 16-bit signed short integer image min. |
static int |
nppiMin_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMin)
|
static int |
nppiMin_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMin)
4-channel 16-bit signed short integer image min. |
static int |
nppiMin_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMin)
4-channel 16-bit unsigned short integer image min (alpha channel is not processed). |
static int |
nppiMin_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp16u> pMin)
1-channel 16-bit unsigned short integer image min. |
static int |
nppiMin_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMin)
3-channel 16-bit unsigned short integer image min. |
static int |
nppiMin_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMin)
4-channel 16-bit unsigned short integer image min. |
static int |
nppiMin_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMin)
4-channel 32-bit floating point image min (alpha channel is not processed). |
static int |
nppiMin_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp32f> pMin)
1-channel 32-bit floating point image min. |
static int |
nppiMin_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMin)
3-channel 32-bit floating point image min. |
static int |
nppiMin_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMin)
4-channel 32-bit floating point image min. |
static int |
nppiMin_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
byte[] aMin)
4-channel 8-bit unsigned char image min (alpha channel is not processed). |
static int |
nppiMin_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp8u> pMin)
1-channel 8-bit unsigned char image min. |
static int |
nppiMin_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
byte[] aMin)
3-channel 8-bit unsigned char image min. |
static int |
nppiMin_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
byte[] aMin)
4-channel 8-bit unsigned char image min. |
static int |
nppiMinGetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
|
static int |
nppiMinGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMin_16s_C1R. |
static int |
nppiMinGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMin_16s_C3R. |
static int |
nppiMinGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
|
static int |
nppiMinGetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMin_16u_AC4R. |
static int |
nppiMinGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMin_16u_C1R. |
static int |
nppiMinGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMin_16u_C3R. |
static int |
nppiMinGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
|
static int |
nppiMinGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMin_32f_AC4R. |
static int |
nppiMinGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMin_32f_C1R. |
static int |
nppiMinGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMin_32f_C3R. |
static int |
nppiMinGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMin_32f_C4R. |
static int |
nppiMinGetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMin_8u_AC4R. |
static int |
nppiMinGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMin_8u_C1R. |
static int |
nppiMinGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer |
static int |
nppiMinGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
|
static int |
nppiMinIndx_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMin,
int[] aIndexX,
int[] aIndexY)
4-channel 16-bit signed short integer image min values with their X and Y coordinates (alpha channel is not processed). |
static int |
nppiMinIndx_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp16s> pMin,
int[] pIndexX,
int[] pIndexY)
1-channel 16-bit signed short integer image min with its X and Y coordinates. |
static int |
nppiMinIndx_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMin,
int[] aIndexX,
int[] aIndexY)
|
static int |
nppiMinIndx_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMin,
int[] aIndexX,
int[] aIndexY)
4-channel 16-bit signed short integer image min values with their X and Y coordinates. |
static int |
nppiMinIndx_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMin,
int[] aIndexX,
int[] aIndexY)
|
static int |
nppiMinIndx_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp16u> pMin,
int[] pIndexX,
int[] pIndexY)
1-channel 16-bit unsigned short integer image min with its X and Y coordinates. |
static int |
nppiMinIndx_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMin,
int[] aIndexX,
int[] aIndexY)
|
static int |
nppiMinIndx_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
short[] aMin,
int[] aIndexX,
int[] aIndexY)
4-channel 16-bit unsigned short integer image min values with their X and Y coordinates. |
static int |
nppiMinIndx_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMin,
int[] aIndexX,
int[] aIndexY)
|
static int |
nppiMinIndx_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp32f> pMin,
int[] pIndexX,
int[] pIndexY)
1-channel 32-bit floating point image min with its X and Y coordinates. |
static int |
nppiMinIndx_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMin,
int[] aIndexX,
int[] aIndexY)
3-channel 32-bit floating point image min values with their X and Y coordinates. |
static int |
nppiMinIndx_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMin,
int[] aIndexX,
int[] aIndexY)
4-channel 32-bit floating point image min values with their X and Y coordinates. |
static int |
nppiMinIndx_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
byte[] aMin,
int[] aIndexX,
int[] aIndexY)
4-channel 8-bit unsigned char image min values with their X and Y coordinates (alpha channel is not processed). |
static int |
nppiMinIndx_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp8u> pMin,
int[] pIndexX,
int[] pIndexY)
1-channel 8-bit unsigned char image min with its X and Y coordinates. |
static int |
nppiMinIndx_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
byte[] aMin,
int[] aIndexX,
int[] aIndexY)
3-channel 8-bit unsigned char image min values with their X and Y coordinates. |
static int |
nppiMinIndx_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
byte[] aMin,
int[] aIndexX,
int[] aIndexY)
4-channel 8-bit unsigned char image min values with their X and Y coordinates. |
static int |
nppiMinIndxGetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
|
static int |
nppiMinIndxGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinIndx_16s_C1R. |
static int |
nppiMinIndxGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinIndx_16s_C3R. |
static int |
nppiMinIndxGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinIndx_16s_C4R. |
static int |
nppiMinIndxGetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinIndx_8u_AC4R. |
static int |
nppiMinIndxGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
|
static int |
nppiMinIndxGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinIndx_16u_C3R. |
static int |
nppiMinIndxGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer |
static int |
nppiMinIndxGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinIndx_32f_AC4R. |
static int |
nppiMinIndxGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinIndx_32f_C1R. |
static int |
nppiMinIndxGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinIndx_32f_C3R. |
static int |
nppiMinIndxGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer |
static int |
nppiMinIndxGetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinIndx_8u_AC4R. |
static int |
nppiMinIndxGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
|
static int |
nppiMinIndxGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinIndx_8u_C3R. |
static int |
nppiMinIndxGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinIndx_8u_C4R. |
static int |
nppiMinMax_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
short[] aMin,
short[] aMax,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit signed short image minimum and maximum values (alpha channel is not calculated). |
static int |
nppiMinMax_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp16s> pMin,
TypedPointer<Npp16s> pMax,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 16-bit signed short image minimum and maximum values. |
static int |
nppiMinMax_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
short[] aMin,
short[] aMax,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 16-bit signed short image minimum and maximum values. |
static int |
nppiMinMax_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
short[] aMin,
short[] aMax,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit signed short image minimum and maximum values. |
static int |
nppiMinMax_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
short[] aMin,
short[] aMax,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit unsigned short image minimum and maximum values (alpha channel is not calculated). |
static int |
nppiMinMax_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp16u> pMin,
TypedPointer<Npp16u> pMax,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 16-bit unsigned short image minimum and maximum values. |
static int |
nppiMinMax_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
short[] aMin,
short[] aMax,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 16-bit unsigned short image minimum and maximum values. |
static int |
nppiMinMax_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
short[] aMin,
short[] aMax,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit unsigned short image minimum and maximum values. |
static int |
nppiMinMax_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
float[] aMin,
float[] aMax,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 32-bit floating point image minimum and maximum values (alpha channel is not calculated). |
static int |
nppiMinMax_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pMin,
TypedPointer<Npp32f> pMax,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating point image minimum and maximum values. |
static int |
nppiMinMax_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
float[] aMin,
float[] aMax,
TypedPointer<Npp8u> pDeviceBuffer)
|
static int |
nppiMinMax_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
float[] aMin,
float[] aMax,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 32-bit floating point image minimum and maximum values. |
static int |
nppiMinMax_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
byte[] aMin,
byte[] aMax,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 8-bit unsigned image minimum and maximum values (alpha channel is not calculated). |
static int |
nppiMinMax_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMin,
TypedPointer<Npp8u> pMax,
TypedPointer<Npp8u> pDeviceBuffer)
host pointer |
static int |
nppiMinMax_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
byte[] aMin,
byte[] aMax,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit unsigned image minimum and maximum values. |
static int |
nppiMinMax_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
byte[] aMin,
byte[] aMax,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 8-bit unsigned image minimum and maximum values. |
static int |
nppiMinMaxGetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinManx_16s_AC4R. |
static int |
nppiMinMaxGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinManx_16s_C1R. |
static int |
nppiMinMaxGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinManx_16s_C3R. |
static int |
nppiMinMaxGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinManx_16s_C4R. |
static int |
nppiMinMaxGetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer |
static int |
nppiMinMaxGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinManx_16u_C1R. |
static int |
nppiMinMaxGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer |
static int |
nppiMinMaxGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer |
static int |
nppiMinMaxGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinManx_32f_AC4R. |
static int |
nppiMinMaxGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinManx_32f_C1R. |
static int |
nppiMinMaxGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinManx_32f_C3R. |
static int |
nppiMinMaxGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinManx_32f_C4R. |
static int |
nppiMinMaxGetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinManx_8u_AC4R. |
static int |
nppiMinMaxGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinManx_8u_C1R. |
static int |
nppiMinMaxGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
|
static int |
nppiMinMaxGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinManx_8u_C4R. |
static int |
nppiMinMaxIndx_16u_C1MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp16u> pMinValue,
TypedPointer<Npp16u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 16-bit unsigned short image minimum and maximum values with their indices, \ref masked_operation. |
static int |
nppiMinMaxIndx_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp16u> pMinValue,
TypedPointer<Npp16u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 16-bit unsigned short image minimum and maximum values with their indices. |
static int |
nppiMinMaxIndx_16u_C3CMR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp16u> pMinValue,
TypedPointer<Npp16u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 16-bit unsigned short image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest. |
static int |
nppiMinMaxIndx_16u_C3CR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp16u> pMinValue,
TypedPointer<Npp16u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 16-bit unsigned short image minimum and maximum values with their indices, \ref channel_of_interest. |
static int |
nppiMinMaxIndx_32f_C1MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pMinValue,
TypedPointer<Npp32f> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating point image minimum and maximum values with their indices, \ref masked_operation. |
static int |
nppiMinMaxIndx_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pMinValue,
TypedPointer<Npp32f> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating point image minimum and maximum values with their indices. |
static int |
nppiMinMaxIndx_32f_C3CMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp32f> pMinValue,
TypedPointer<Npp32f> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 32-bit floating point image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest. |
static int |
nppiMinMaxIndx_32f_C3CR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp32f> pMinValue,
TypedPointer<Npp32f> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
|
static int |
nppiMinMaxIndx_8s_C1MR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8s> pMinValue,
TypedPointer<Npp8s> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 8-bit signed char image minimum and maximum values with their indices, \ref masked_operation. |
static int |
nppiMinMaxIndx_8s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8s> pMinValue,
TypedPointer<Npp8s> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 8-bit signed char image minimum and maximum values with their indices. |
static int |
nppiMinMaxIndx_8s_C3CMR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8s> pMinValue,
TypedPointer<Npp8s> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit signed char image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest. |
static int |
nppiMinMaxIndx_8s_C3CR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8s> pMinValue,
TypedPointer<Npp8s> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
|
static int |
nppiMinMaxIndx_8u_C1MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMinValue,
TypedPointer<Npp8u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 8-bit unsigned char image minimum and maximum values with their indices, \ref masked_operation. |
static int |
nppiMinMaxIndx_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMinValue,
TypedPointer<Npp8u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 8-bit unsigned char image minimum and maximum values with their indices. |
static int |
nppiMinMaxIndx_8u_C3CMR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pMinValue,
TypedPointer<Npp8u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit unsigned char image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest. |
static int |
nppiMinMaxIndx_8u_C3CR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pMinValue,
TypedPointer<Npp8u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
|
static int |
nppiMinMaxIndxGetBufferHostSize_16u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_16u_C1MR. |
static int |
nppiMinMaxIndxGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_16u_C1R. |
static int |
nppiMinMaxIndxGetBufferHostSize_16u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_16u_C3CMR. |
static int |
nppiMinMaxIndxGetBufferHostSize_16u_C3CR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_16u_C3CR. |
static int |
nppiMinMaxIndxGetBufferHostSize_32f_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_32f_C1MR. |
static int |
nppiMinMaxIndxGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_32f_C1R. |
static int |
nppiMinMaxIndxGetBufferHostSize_32f_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_32f_C3CMR. |
static int |
nppiMinMaxIndxGetBufferHostSize_32f_C3CR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_32f_C3CR. |
static int |
nppiMinMaxIndxGetBufferHostSize_8s_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_8s_C1MR. |
static int |
nppiMinMaxIndxGetBufferHostSize_8s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_8s_C1R. |
static int |
nppiMinMaxIndxGetBufferHostSize_8s_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_8s_C3CMR. |
static int |
nppiMinMaxIndxGetBufferHostSize_8s_C3CR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_8s_C3CR. |
static int |
nppiMinMaxIndxGetBufferHostSize_8u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_8u_C1MR. |
static int |
nppiMinMaxIndxGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_8u_C1R. |
static int |
nppiMinMaxIndxGetBufferHostSize_8u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_8u_C3CMR. |
static int |
nppiMinMaxIndxGetBufferHostSize_8u_C3CR(NppiSize oSizeROI,
int[] hpBufferSize)
|
static int |
nppiMirror_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 16-bit unsigned image mirror not affecting alpha. |
static int |
nppiMirror_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
16-bit unsigned image mirror. |
static int |
nppiMirror_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
|
static int |
nppiMirror_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 16-bit unsigned image mirror. |
static int |
nppiMirror_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 32-bit float image mirror not affecting alpha. |
static int |
nppiMirror_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int flip)
32-bit float image mirror. |
static int |
nppiMirror_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int flip)
3 channel 32-bit float image mirror. |
static int |
nppiMirror_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 32-bit float image mirror. |
static int |
nppiMirror_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 32-bit image mirror not affecting alpha. |
static int |
nppiMirror_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oROI,
int flip)
|
static int |
nppiMirror_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oROI,
int flip)
3 channel 32-bit image mirror. |
static int |
nppiMirror_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 32-bit image mirror. |
static int |
nppiMirror_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 8-bit unsigned image mirror not affecting alpha. |
static int |
nppiMirror_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
|
static int |
nppiMirror_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
3 channel 8-bit unsigned image mirror. |
static int |
nppiMirror_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 8-bit unsigned image mirror. |
static int |
nppiMul_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_32f_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image multiplication. |
static int |
nppiMul_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image multiplication. |
static int |
nppiMul_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image multiplication. |
static int |
nppiMul_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image multiplication. |
static int |
nppiMul_32f_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image multiplication. |
static int |
nppiMul_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image multiplication. |
static int |
nppiMul_32f_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image multiplication. |
static int |
nppiMul_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image multiplication. |
static int |
nppiMul_32fc_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiplication. |
static int |
nppiMul_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiplication. |
static int |
nppiMul_32fc_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication. |
static int |
nppiMul_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication. |
static int |
nppiMul_32fc_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication. |
static int |
nppiMul_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication. |
static int |
nppiMul_32fc_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication. |
static int |
nppiMul_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication. |
static int |
nppiMul_32s_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 1 channel 32-bit image multiplication. |
static int |
nppiMul_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_32s_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_8u_C1IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_8u_C3IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_8u_C4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMulC_16s_AC4IRSfs(short[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16s_C1IRSfs(short nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16s_C3IRSfs(short[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiMulC_16s_C4IRSfs(short[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiMulC_16sc_AC4IRSfs(Npp16sc[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiMulC_16sc_C1IRSfs(Npp16sc nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16sc_C3IRSfs(Npp16sc[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiMulC_16u_AC4IRSfs(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16u_C1IRSfs(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16u_C3IRSfs(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiMulC_16u_C4IRSfs(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_32f_AC4IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image multiply by constant. |
static int |
nppiMulC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image multiply by constant. |
static int |
nppiMulC_32f_C1IR(float nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image multiply by constant. |
static int |
nppiMulC_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image multiply by constant. |
static int |
nppiMulC_32f_C3IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image multiply by constant. |
static int |
nppiMulC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image multiply by constant. |
static int |
nppiMulC_32f_C4IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image multiply by constant. |
static int |
nppiMulC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiMulC_32fc_AC4IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image multiply by constant. |
static int |
nppiMulC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiMulC_32fc_C1IR(Npp32fc nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant. |
static int |
nppiMulC_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant. |
static int |
nppiMulC_32fc_C3IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant. |
static int |
nppiMulC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant. |
static int |
nppiMulC_32fc_C4IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant. |
static int |
nppiMulC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant. |
static int |
nppiMulC_32s_C1IRSfs(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_32s_C3IRSfs(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_32sc_AC4IRSfs(Npp32sc[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_32sc_C1IRSfs(Npp32sc nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_32sc_C3IRSfs(Npp32sc[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_8u_AC4IRSfs(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_8u_C1IRSfs(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_8u_C3IRSfs(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_8u_C4IRSfs(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulCScale_16u_AC4IR(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha in place image multiply by constant and scale by max bit width value. |
static int |
nppiMulCScale_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha image multiply by constant and scale by max bit width value. |
static int |
nppiMulCScale_16u_C1IR(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value. |
static int |
nppiMulCScale_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image multiply by constant and scale by max bit width value. |
static int |
nppiMulCScale_16u_C3IR(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value. |
static int |
nppiMulCScale_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiMulCScale_16u_C4IR(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value. |
static int |
nppiMulCScale_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image multiply by constant and scale by max bit width value. |
static int |
nppiMulCScale_8u_AC4IR(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha in place image multiply by constant, scale and scale by max bit width value. |
static int |
nppiMulCScale_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha image multiply by constant and scale by max bit width value. |
static int |
nppiMulCScale_8u_C1IR(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image multiply by constant and scale by max bit width value. |
static int |
nppiMulCScale_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image multiply by constant and scale by max bit width value. |
static int |
nppiMulCScale_8u_C3IR(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel 8-bit unsigned char in place image multiply by constant and scale by max bit width value. |
static int |
nppiMulCScale_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image multiply by constant and scale by max bit width value. |
static int |
nppiMulCScale_8u_C4IR(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image multiply by constant and scale by max bit width value. |
static int |
nppiMulCScale_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image multiply by constant and scale by max bit width value. |
static int |
nppiMulScale_16u_AC4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha in place image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_16u_C1IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_16u_C3IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_16u_C4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_8u_AC4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha in place image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_8u_C1IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_8u_C3IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_8u_C4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiNorm_Inf_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit signed short image infinity norm (alpha channel is not computed). |
static int |
nppiNorm_Inf_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 16-bit signed short image infinity norm. |
static int |
nppiNorm_Inf_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 16-bit signed short image infinity norm. |
static int |
nppiNorm_Inf_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit signed short image infinity norm. |
static int |
nppiNorm_Inf_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit unsigned short image infinity norm (alpha channel is not computed). |
static int |
nppiNorm_Inf_16u_C1MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 16-bit unsigned short image infinity norm, \ref masked_operation. |
static int |
nppiNorm_Inf_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 16-bit unsigned short image infinity norm. |
static int |
nppiNorm_Inf_16u_C3CMR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 16-bit unsigned short image infinity norm, \ref masked_operation, \ref channel_of_interest. |
static int |
nppiNorm_Inf_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 16-bit unsigned short image infinity norm. |
static int |
nppiNorm_Inf_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit unsigned short image infinity norm. |
static int |
nppiNorm_Inf_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 32-bit floating-point image infinity norm (alpha channel is not computed). |
static int |
nppiNorm_Inf_32f_C1MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating-point image infinity norm, \ref masked_operation. |
static int |
nppiNorm_Inf_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating-point image infinity norm. |
static int |
nppiNorm_Inf_32f_C3CMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 32-bit floating-point image infinity norm, \ref masked_operation, \ref channel_of_interest. |
static int |
nppiNorm_Inf_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 32-bit floating-point image infinity norm. |
static int |
nppiNorm_Inf_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 32-bit floating-point image infinity norm. |
static int |
nppiNorm_Inf_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit signed int image infinity norm. |
static int |
nppiNorm_Inf_8s_C1MR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 8-bit signed char image infinity norm, \ref masked_operation. |
static int |
nppiNorm_Inf_8s_C3CMR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit signed char image infinity norm, \ref masked_operation, \ref channel_of_interest. |
static int |
nppiNorm_Inf_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 8-bit unsigned char image infinity norm (alpha channel is not computed). |
static int |
nppiNorm_Inf_8u_C1MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 8-bit unsigned char image infinity norm, \ref masked_operation. |
static int |
nppiNorm_Inf_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 8-bit unsigned char image infinity norm. |
static int |
nppiNorm_Inf_8u_C3CMR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit unsigned char image infinity norm, \ref masked_operation, \ref channel_of_interest. |
static int |
nppiNorm_Inf_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit unsigned char image infinity norm. |
static int |
nppiNorm_Inf_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 8-bit unsigned char image infinity norm. |
static int |
nppiNorm_L1_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit signed short image L1 norm (alpha channel is not computed). |
static int |
nppiNorm_L1_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 16-bit signed short image L1 norm. |
static int |
nppiNorm_L1_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 16-bit signed short image L1 norm. |
static int |
nppiNorm_L1_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit signed short image L1 norm. |
static int |
nppiNorm_L1_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit unsigned short image L1 norm (alpha channel is not computed). |
static int |
nppiNorm_L1_16u_C1MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 16-bit unsigned short image L1 norm, \ref masked_operation |
static int |
nppiNorm_L1_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 16-bit unsigned short image L1 norm. |
static int |
nppiNorm_L1_16u_C3CMR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 16-bit unsigned short image L1 norm, \ref masked_operation, \ref channel_of_interest. |
static int |
nppiNorm_L1_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 16-bit unsigned short image L1 norm. |
static int |
nppiNorm_L1_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit unsigned short image L1 norm. |
static int |
nppiNorm_L1_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 32-bit floating-point image L1 norm (alpha channel is not computed). |
static int |
nppiNorm_L1_32f_C1MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating-point image L1 norm, \ref masked_operation. |
static int |
nppiNorm_L1_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating-point image L1 norm. |
static int |
nppiNorm_L1_32f_C3CMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 32-bit floating-point image L1 norm, \ref masked_operation, \ref channel_of_interest. |
static int |
nppiNorm_L1_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 32-bit floating-point image L1 norm. |
static int |
nppiNorm_L1_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 32-bit floating-point image L1 norm. |
static int |
nppiNorm_L1_8s_C1MR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 8-bit signed char image L1 norm, \ref masked_operation |
static int |
nppiNorm_L1_8s_C3CMR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit signed char image L1 norm, \ref masked_operation, \ref channel_of_interest. |
static int |
nppiNorm_L1_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
|
static int |
nppiNorm_L1_8u_C1MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 8-bit unsigned char image L1 norm, \ref masked_operation |
static int |
nppiNorm_L1_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
host pointer |
static int |
nppiNorm_L1_8u_C3CMR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit unsigned char image L1 norm, \ref masked_operation, \ref channel_of_interest. |
static int |
nppiNorm_L1_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit unsigned char image L1 norm. |
static int |
nppiNorm_L1_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 8-bit unsigned char image L1 norm. |
static int |
nppiNorm_L2_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit signed short image L2 norm (alpha channel is not computed). |
static int |
nppiNorm_L2_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 16-bit signed short image L2 norm. |
static int |
nppiNorm_L2_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 16-bit signed short image L2 norm. |
static int |
nppiNorm_L2_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit signed short image L2 norm. |
static int |
nppiNorm_L2_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit unsigned short image L2 norm (alpha channel is not computed). |
static int |
nppiNorm_L2_16u_C1MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
\ref masked_operation 1-channel 16-bit unsigned short image L2 norm. |
static int |
nppiNorm_L2_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 16-bit unsigned short image L2 norm. |
static int |
nppiNorm_L2_16u_C3CMR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 16-bit unsigned short image L2 norm, \ref masked_operation, \ref channel_of_interest. |
static int |
nppiNorm_L2_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 16-bit unsigned short image L2 norm. |
static int |
nppiNorm_L2_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit unsigned short image L2 norm. |
static int |
nppiNorm_L2_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 32-bit floating-point image L2 norm (alpha channel is not computed). |
static int |
nppiNorm_L2_32f_C1MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
\ref masked_operation 1-channel 32-bit floating-point image L2 norm. |
static int |
nppiNorm_L2_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating-point image L2 norm. |
static int |
nppiNorm_L2_32f_C3CMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 32-bit floating-point image L2 norm, \ref masked_operation, \ref channel_of_interest. |
static int |
nppiNorm_L2_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 32-bit floating-point image L2 norm. |
static int |
nppiNorm_L2_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 32-bit floating-point image L2 norm. |
static int |
nppiNorm_L2_8s_C1MR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
\ref masked_operation 1-channel 8-bit signed char image L2 norm. |
static int |
nppiNorm_L2_8s_C3CMR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit signed char image L2 norm, \ref masked_operation, \ref channel_of_interest. |
static int |
nppiNorm_L2_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 8-bit unsigned char image L2 norm (alpha channel is not computed). |
static int |
nppiNorm_L2_8u_C1MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
\ref masked_operation 1-channel 8-bit unsigned char image L2 norm. |
static int |
nppiNorm_L2_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 8-bit unsigned char image L2 norm. |
static int |
nppiNorm_L2_8u_C3CMR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit unsigned char image L2 norm, \ref masked_operation, \ref channel_of_interest. |
static int |
nppiNorm_L2_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit unsigned char image L2 norm. |
static int |
nppiNorm_L2_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 8-bit unsigned char image L2 norm. |
static int |
nppiNormDiff_Inf_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrcStep1,
TypedPointer<Npp8u> pSrc2,
int nSrcStep2,
NppiSize oSizeROI,
TypedPointer<Npp64f> pRetVal)
8-bit unsigned Infinity Norm of pixel differences. |
static int |
nppiNormDiff_L1_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrcStep1,
TypedPointer<Npp8u> pSrc2,
int nSrcStep2,
NppiSize oSizeROI,
TypedPointer<Npp64f> pRetVal)
8-bit unsigned L1 norm of pixel differences. |
static int |
nppiNormDiff_L2_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrcStep1,
TypedPointer<Npp8u> pSrc2,
int nSrcStep2,
NppiSize oSizeROI,
TypedPointer<Npp64f> pRetVal)
8-bit unsigned L2 norm of pixel differences. |
static int |
nppiNormInfGetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_16s_AC4R. |
static int |
nppiNormInfGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_16s_C1R. |
static int |
nppiNormInfGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_16s_C3R. |
static int |
nppiNormInfGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_16s_C4R. |
static int |
nppiNormInfGetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer |
static int |
nppiNormInfGetBufferHostSize_16u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_16u_C1MR. |
static int |
nppiNormInfGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_16u_C1R. |
static int |
nppiNormInfGetBufferHostSize_16u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_16u_C3CMR. |
static int |
nppiNormInfGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_16u_C3R. |
static int |
nppiNormInfGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_16u_C4R. |
static int |
nppiNormInfGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_32f_AC4R. |
static int |
nppiNormInfGetBufferHostSize_32f_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_32f_C1MR. |
static int |
nppiNormInfGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_32f_C1R. |
static int |
nppiNormInfGetBufferHostSize_32f_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_32f_C3CMR. |
static int |
nppiNormInfGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_32f_C3R. |
static int |
nppiNormInfGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_32f_C4R. |
static int |
nppiNormInfGetBufferHostSize_32s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_32s_C1R. |
static int |
nppiNormInfGetBufferHostSize_8s_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_8s_C1MR. |
static int |
nppiNormInfGetBufferHostSize_8s_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_8s_C3CMR. |
static int |
nppiNormInfGetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_8u_AC4R. |
static int |
nppiNormInfGetBufferHostSize_8u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_8u_C1MR. |
static int |
nppiNormInfGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_8u_C1R. |
static int |
nppiNormInfGetBufferHostSize_8u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_8u_C3CMR. |
static int |
nppiNormInfGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_8u_C3R. |
static int |
nppiNormInfGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_8u_C4R. |
static int |
nppiNormL1GetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_16s_AC4R. |
static int |
nppiNormL1GetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_16s_C1R. |
static int |
nppiNormL1GetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_16s_C3R. |
static int |
nppiNormL1GetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_16s_C4R. |
static int |
nppiNormL1GetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_16u_AC4R. |
static int |
nppiNormL1GetBufferHostSize_16u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_16u_C1MR. |
static int |
nppiNormL1GetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_16u_C1R. |
static int |
nppiNormL1GetBufferHostSize_16u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_16u_C3CMR. |
static int |
nppiNormL1GetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_16u_C3R. |
static int |
nppiNormL1GetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_16u_C4R. |
static int |
nppiNormL1GetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_32f_AC4R. |
static int |
nppiNormL1GetBufferHostSize_32f_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_32f_C1MR. |
static int |
nppiNormL1GetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_32f_C1R. |
static int |
nppiNormL1GetBufferHostSize_32f_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer |
static int |
nppiNormL1GetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer |
static int |
nppiNormL1GetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_32f_C4R. |
static int |
nppiNormL1GetBufferHostSize_8s_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer |
static int |
nppiNormL1GetBufferHostSize_8s_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_8s_C3CMR. |
static int |
nppiNormL1GetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_8u_AC4R. |
static int |
nppiNormL1GetBufferHostSize_8u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_8u_C1MR. |
static int |
nppiNormL1GetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_8u_C1R. |
static int |
nppiNormL1GetBufferHostSize_8u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_8u_C3CMR. |
static int |
nppiNormL1GetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_8u_C3R. |
static int |
nppiNormL1GetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_8u_C4R. |
static int |
nppiNormL2GetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_16s_AC4R. |
static int |
nppiNormL2GetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_16s_C1R. |
static int |
nppiNormL2GetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_16s_C3R. |
static int |
nppiNormL2GetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_16s_C4R. |
static int |
nppiNormL2GetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_16u_AC4R. |
static int |
nppiNormL2GetBufferHostSize_16u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_16u_C1MR. |
static int |
nppiNormL2GetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_16u_C1R. |
static int |
nppiNormL2GetBufferHostSize_16u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_16u_C3CMR. |
static int |
nppiNormL2GetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_16u_C3R. |
static int |
nppiNormL2GetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_16u_C4R. |
static int |
nppiNormL2GetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_32f_AC4R. |
static int |
nppiNormL2GetBufferHostSize_32f_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_32f_C1MR. |
static int |
nppiNormL2GetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_32f_C1R. |
static int |
nppiNormL2GetBufferHostSize_32f_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_32f_C3CMR. |
static int |
nppiNormL2GetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_32f_C3R. |
static int |
nppiNormL2GetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_32f_C4R. |
static int |
nppiNormL2GetBufferHostSize_8s_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_8s_C1MR. |
static int |
nppiNormL2GetBufferHostSize_8s_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_8s_C3CMR. |
static int |
nppiNormL2GetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_8u_AC4R. |
static int |
nppiNormL2GetBufferHostSize_8u_C1MR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_8u_C1MR. |
static int |
nppiNormL2GetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_8u_C1R. |
static int |
nppiNormL2GetBufferHostSize_8u_C3CMR(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_8u_C3CMR. |
static int |
nppiNormL2GetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_8u_C3R. |
static int |
nppiNormL2GetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_8u_C4R. |
static int |
nppiNot_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical not with unmodified alpha. |
static int |
nppiNot_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical not with unmodified alpha. |
static int |
nppiNot_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical not. |
static int |
nppiNot_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical not. |
static int |
nppiNot_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical not. |
static int |
nppiNot_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical not. |
static int |
nppiNot_8u_C4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical not. |
static int |
nppiNot_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical not. |
static int |
nppiOr_16u_AC4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or with unmodified alpha. |
static int |
nppiOr_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or with unmodified alpha. |
static int |
nppiOr_16u_C1IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical or. |
static int |
nppiOr_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical or. |
static int |
nppiOr_16u_C3IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical or. |
static int |
nppiOr_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical or. |
static int |
nppiOr_16u_C4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or. |
static int |
nppiOr_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or. |
static int |
nppiOr_32s_AC4IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or with unmodified alpha. |
static int |
nppiOr_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or with unmodified alpha. |
static int |
nppiOr_32s_C1IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical or. |
static int |
nppiOr_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical or. |
static int |
nppiOr_32s_C3IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical or. |
static int |
nppiOr_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical or. |
static int |
nppiOr_32s_C4IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or. |
static int |
nppiOr_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or. |
static int |
nppiOr_8u_AC4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or with unmodified alpha. |
static int |
nppiOr_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or with unmodified alpha. |
static int |
nppiOr_8u_C1IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical or. |
static int |
nppiOr_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical or. |
static int |
nppiOr_8u_C3IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical or. |
static int |
nppiOr_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical or. |
static int |
nppiOr_8u_C4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or. |
static int |
nppiOr_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or. |
static int |
nppiOrC_16u_AC4IR(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or with constant with unmodified alpha. |
static int |
nppiOrC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or with constant with unmodified alpha. |
static int |
nppiOrC_16u_C1IR(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical or with constant. |
static int |
nppiOrC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical or with constant. |
static int |
nppiOrC_16u_C3IR(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical or with constant. |
static int |
nppiOrC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical or with constant. |
static int |
nppiOrC_16u_C4IR(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or with constant. |
static int |
nppiOrC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or with constant. |
static int |
nppiOrC_32s_AC4IR(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or with constant with unmodified alpha. |
static int |
nppiOrC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or with constant with unmodified alpha. |
static int |
nppiOrC_32s_C1IR(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical or with constant. |
static int |
nppiOrC_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical or with constant. |
static int |
nppiOrC_32s_C3IR(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical or with constant. |
static int |
nppiOrC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical or with constant. |
static int |
nppiOrC_32s_C4IR(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or with constant. |
static int |
nppiOrC_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or with constant. |
static int |
nppiOrC_8u_AC4IR(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or with constant with unmodified alpha. |
static int |
nppiOrC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or with constant with unmodified alpha. |
static int |
nppiOrC_8u_C1IR(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical or with constant. |
static int |
nppiOrC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical or with constant. |
static int |
nppiOrC_8u_C3IR(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical or with constant. |
static int |
nppiOrC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical or with constant. |
static int |
nppiOrC_8u_C4IR(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or with constant. |
static int |
nppiOrC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or with constant. |
static int |
nppiQuantFwdRawTableInit_JPEG_8u(TypedPointer<Npp8u> hpQuantRawTable,
int nQualityFactor)
Apply quality factor to raw 8-bit quantization table. |
static int |
nppiQuantFwdTableInit_JPEG_8u16u(TypedPointer<Npp8u> hpQuantRawTable,
TypedPointer<Npp16u> hpQuantFwdRawTable)
|
static int |
nppiQuantInvTableInit_JPEG_8u16u(TypedPointer<Npp8u> hpQuantRawTable,
TypedPointer<Npp16u> hpQuantFwdRawTable)
Initializes a quantization table for nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R(). |
static int |
nppiRectStdDev_32s32f_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp64f> pSqr,
int nSqrStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiRect rect)
RectStdDev Computes the standard deviation of integral images |
static int |
nppiResize_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize dstROISize,
double xFactor,
double yFactor,
int eInterpolation)
8-bit unsigned image resize. |
static int |
nppiResize_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize dstROISize,
double xFactor,
double yFactor,
int eInterpolation)
4 channel 8-bit unsigned image resize. |
static int |
nppiRGBToCbYCr422_8u_C3C2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed CbYCr422 color conversion. |
static int |
nppiRGBToCbYCr422Gamma_8u_C3C2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiRGBToHLS_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed HLS with alpha color conversion. |
static int |
nppiRGBToHLS_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed HLS color conversion. |
static int |
nppiRGBToHSV_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed HSV with alpha color conversion. |
static int |
nppiRGBToHSV_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiRGBToLUV_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed LUV with alpha color conversion. |
static int |
nppiRGBToLUV_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed LUV color conversion. |
static int |
nppiRGBToXYZ_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed XYZ with alpha color conversion. |
static int |
nppiRGBToXYZ_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed XYZ color conversion. |
static int |
nppiRGBToYCbCr_8u_AC4P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed RGB with alpha to 3 channel 8-bit unsigned planar YCbCr color conversion. |
static int |
nppiRGBToYCbCr_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed RGB with alpha to 4 channel unsigned 8-bit packed YCbCr with alpha color conversion, not affecting alpha. |
static int |
nppiRGBToYCbCr_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 3 channel unsigned 8-bit planar YCbCr color conversion. |
static int |
nppiRGBToYCbCr_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 3 channel unsigned 8-bit packed YCbCr color conversion. |
static int |
nppiRGBToYCbCr_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiRGBToYCbCr420_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YCbCr420 color conversion. |
static int |
nppiRGBToYCbCr422_8u_C3C2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed YCbCr422 color conversion. |
static int |
nppiRGBToYCbCr422_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YCbCr422 color conversion. |
static int |
nppiRGBToYCbCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar RGB to 2 channel 8-bit unsigned packed YCbCr422 color conversion. |
static int |
nppiRGBToYCC_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed YCC with alpha color conversion. |
static int |
nppiRGBToYCC_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed YCC color conversion. |
static int |
nppiRGBToYCrCb420_8u_AC4P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
|
static int |
nppiRGBToYCrCb422_8u_C3C2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed YCrCb422 color conversion. |
static int |
nppiRGBToYCrCb422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar RGB to 2 channel 8-bit unsigned packed YCrCb422 color conversion. |
static int |
nppiRGBToYUV_8u_AC4P4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned planar YUV color conversion with alpha. |
static int |
nppiRGBToYUV_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed YUV color conversion with alpha, not affecting alpha. |
static int |
nppiRGBToYUV_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YUV color conversion. |
static int |
nppiRGBToYUV_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed YUV color conversion. |
static int |
nppiRGBToYUV_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar RGB to 3 channel 8-bit unsigned planar YUV color conversion. |
static int |
nppiRGBToYUV420_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YUV420 color conversion. |
static int |
nppiRGBToYUV420_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar RGB to 3 channel 8-bit unsigned planar YUV420 color conversion. |
static int |
nppiRGBToYUV422_8u_C3C2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed YUV422 color conversion. |
static int |
nppiRGBToYUV422_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
|
static int |
nppiRGBToYUV422_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar RGB to 3 channel 8-bit unsigned planar YUV422 color conversion. |
static int |
nppiRotate_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
|
static int |
nppiRotate_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
16-bit unsigned image rotate. |
static int |
nppiRotate_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
|
static int |
nppiRotate_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
4 channel 16-bit unsigned image rotate. |
static int |
nppiRotate_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
4 channel 32-bit float image rotate ignoring alpha channel. |
static int |
nppiRotate_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
32-bit float image rotate. |
static int |
nppiRotate_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
|
static int |
nppiRotate_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
4 channel 32-bit float image rotate. |
static int |
nppiRotate_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
4 channel 8-bit unsigned image rotate ignoring alpha channel. |
static int |
nppiRotate_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
8-bit unsigned image rotate. |
static int |
nppiRotate_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
3 channel 8-bit unsigned image rotate. |
static int |
nppiRotate_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
|
static int |
nppiRShiftC_16s_AC4IR(int[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel in place image right shift by constant with unmodified alpha. |
static int |
nppiRShiftC_16s_AC4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel image right shift by constant with unmodified alpha. |
static int |
nppiRShiftC_16s_C1IR(int nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit signed short channel in place image right shift by constant. |
static int |
nppiRShiftC_16s_C1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit signed short channel image right shift by constant. |
static int |
nppiRShiftC_16s_C3IR(int[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit signed short channel in place image right shift by constant. |
static int |
nppiRShiftC_16s_C3R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit signed short channel image right shift by constant. |
static int |
nppiRShiftC_16s_C4IR(int[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel in place image right shift by constant. |
static int |
nppiRShiftC_16s_C4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel image right shift by constant. |
static int |
nppiRShiftC_16u_AC4IR(int[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image right shift by constant with unmodified alpha. |
static int |
nppiRShiftC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image right shift by constant with unmodified alpha. |
static int |
nppiRShiftC_16u_C1IR(int nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image right shift by constant. |
static int |
nppiRShiftC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image right shift by constant. |
static int |
nppiRShiftC_16u_C3IR(int[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image right shift by constant. |
static int |
nppiRShiftC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image right shift by constant. |
static int |
nppiRShiftC_16u_C4IR(int[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image right shift by constant. |
static int |
nppiRShiftC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image right shift by constant. |
static int |
nppiRShiftC_32s_AC4IR(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image right shift by constant with unmodified alpha. |
static int |
nppiRShiftC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image right shift by constant with unmodified alpha. |
static int |
nppiRShiftC_32s_C1IR(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image right shift by constant. |
static int |
nppiRShiftC_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image right shift by constant. |
static int |
nppiRShiftC_32s_C3IR(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image right shift by constant. |
static int |
nppiRShiftC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image right shift by constant. |
static int |
nppiRShiftC_32s_C4IR(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image right shift by constant. |
static int |
nppiRShiftC_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image right shift by constant. |
static int |
nppiRShiftC_8s_AC4IR(int[] aConstants,
TypedPointer<Npp8s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit signed char channel in place image right shift by constant with unmodified alpha. |
static int |
nppiRShiftC_8s_AC4R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit signed char channel image right shift by constant with unmodified alpha. |
static int |
nppiRShiftC_8s_C1IR(int nConstant,
TypedPointer<Npp8s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit signed char channel in place image right shift by constant. |
static int |
nppiRShiftC_8s_C1R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit signed char channel image right shift by constant. |
static int |
nppiRShiftC_8s_C3IR(int[] aConstants,
TypedPointer<Npp8s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit signed char channel in place image right shift by constant. |
static int |
nppiRShiftC_8s_C3R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit signed char channel image right shift by constant. |
static int |
nppiRShiftC_8s_C4IR(int[] aConstants,
TypedPointer<Npp8s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit signed char channel in place image right shift by constant. |
static int |
nppiRShiftC_8s_C4R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit signed char channel image right shift by constant. |
static int |
nppiRShiftC_8u_AC4IR(int[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image right shift by constant with unmodified alpha. |
static int |
nppiRShiftC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image right shift by constant with unmodified alpha. |
static int |
nppiRShiftC_8u_C1IR(int nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image right shift by constant. |
static int |
nppiRShiftC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image right shift by constant. |
static int |
nppiRShiftC_8u_C3IR(int[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image right shift by constant. |
static int |
nppiRShiftC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image right shift by constant. |
static int |
nppiRShiftC_8u_C4IR(int[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image right shift by constant. |
static int |
nppiRShiftC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image right shift by constant. |
static int |
nppiSet_16s_AC4MR(short[] aValues,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 16-bit image set method, not affecting Alpha channel. |
static int |
nppiSet_16s_AC4R(short[] aValues,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiSet_16s_C1MR(short nValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 16-bit image set. |
static int |
nppiSet_16s_C1R(short nValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit image set. |
static int |
nppiSet_16s_C2R(short[] aValues,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 16-bit image set. |
static int |
nppiSet_16s_C4CR(short nValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned image set affecting only single channel. |
static int |
nppiSet_16s_C4MR(short[] aValues,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 16-bit image set. |
static int |
nppiSet_16s_C4R(short[] aValues,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit image set. |
static int |
nppiSet_16sc_AC4R(Npp16sc[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex integer four-channel image set ignoring alpha. |
static int |
nppiSet_16sc_C1R(Npp16sc oValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiSet_16sc_C2R(Npp16sc[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex integer two-channel image set. |
static int |
nppiSet_16sc_C3R(Npp16sc[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex integer three-channel image set. |
static int |
nppiSet_16sc_C4R(Npp16sc[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex integer four-channel image set. |
static int |
nppiSet_16u_AC4MR(short[] aValues,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 16-bit unsigned image set method, not affecting Alpha channel. |
static int |
nppiSet_16u_AC4R(short[] aValues,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiSet_16u_C1MR(short nValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 16-bit unsigned image set. |
static int |
nppiSet_16u_C1R(short nValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit unsigned image set. |
static int |
nppiSet_16u_C2R(short[] aValues,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiSet_16u_C4CR(short nValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned image set affecting only single channel. |
static int |
nppiSet_16u_C4MR(short[] aValues,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 16-bit unsigned image set. |
static int |
nppiSet_16u_C4R(short[] aValues,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned image set. |
static int |
nppiSet_32f_AC4MR(float[] aValues,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 32-bit floating point image set method, not affecting Alpha channel. |
static int |
nppiSet_32f_AC4R(float[] aValues,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit floating point image set method, not affecting Alpha channel. |
static int |
nppiSet_32f_C1MR(float nValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 32-bit floating point image set. |
static int |
nppiSet_32f_C1R(float nValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit floating point image set. |
static int |
nppiSet_32f_C4CR(float nValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiSet_32f_C4MR(float[] aValues,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 32-bit floating point image set. |
static int |
nppiSet_32f_C4R(float[] aValues,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit floating point image set. |
static int |
nppiSet_32fc_AC4R(Npp32fc[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit complex four-channel image set ignoring alpha. |
static int |
nppiSet_32fc_C1R(Npp32fc oValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit complex image set. |
static int |
nppiSet_32fc_C2R(Npp32fc[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Two channel 32-bit complex image set. |
static int |
nppiSet_32fc_C3R(Npp32fc[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 32-bit complex image set. |
static int |
nppiSet_32fc_C4R(Npp32fc[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit complex image set. |
static int |
nppiSet_32s_AC4MR(int[] aValues,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
|
static int |
nppiSet_32s_AC4R(int[] aValues,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit image set method, not affecting Alpha channel. |
static int |
nppiSet_32s_C1MR(int nValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 32-bit image set. |
static int |
nppiSet_32s_C1R(int nValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit image set. |
static int |
nppiSet_32s_C4CR(int nValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit unsigned image set affecting only single channel. |
static int |
nppiSet_32s_C4MR(int[] aValues,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 32-bit image set. |
static int |
nppiSet_32s_C4R(int[] aValues,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit image set. |
static int |
nppiSet_32sc_AC4R(Npp32sc[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit complex integer four-channel image set ignoring alpha. |
static int |
nppiSet_32sc_C1R(Npp32sc oValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit complex integer image set. |
static int |
nppiSet_32sc_C2R(Npp32sc[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Two channel 32-bit complex integer image set. |
static int |
nppiSet_32sc_C3R(Npp32sc[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 32-bit complex integer image set. |
static int |
nppiSet_32sc_C4R(Npp32sc[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit complex integer image set. |
static int |
nppiSet_8s_AC4R(byte[] aValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiSet_8s_C1R(byte nValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiSet_8s_C2R(byte[] aValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiSet_8s_C3R(byte[] aValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiSet_8s_C4R(byte[] aValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit four-channel image set. |
static int |
nppiSet_8u_AC4MR(byte[] aValues,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 8-bit unsigned image set method, not affecting Alpha channel. |
static int |
nppiSet_8u_AC4R(byte[] aValues,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned image set method, not affecting Alpha channel. |
static int |
nppiSet_8u_C1MR(byte nValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
|
static int |
nppiSet_8u_C1R(byte nValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiSet_8u_C4CR(byte nValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned image set affecting only single channel. |
static int |
nppiSet_8u_C4MR(byte[] aValues,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 8-bit unsigned image set. |
static int |
nppiSet_8u_C4R(byte[] aValues,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned image set. |
static int |
nppiSqr_16s_AC4IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16s_AC4RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16s_C4IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16s_C4RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16u_AC4IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16u_AC4RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16u_C1IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16u_C1RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16u_C3IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16u_C3RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16u_C4IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16u_C4RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image squared with unmodified alpha. |
static int |
nppiSqr_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image squared with unmodified alpha. |
static int |
nppiSqr_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image squared. |
static int |
nppiSqr_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image squared. |
static int |
nppiSqr_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image squared. |
static int |
nppiSqr_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image squared. |
static int |
nppiSqr_32f_C4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image squared. |
static int |
nppiSqr_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image squared. |
static int |
nppiSqr_8u_AC4IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_8u_AC4RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_8u_C1RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_8u_C3RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_8u_C4IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_8u_C4RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrIntegral_8u32s32f_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
TypedPointer<Npp32f> pSqr,
int nSqrStep,
NppiSize oSrcROI,
int val,
float valSqr,
int integralImageNewHeight)
SqrIntegral Transforms an image to integral and integral of pixel squares representation. |
static int |
nppiSqrt_16s_AC4IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_16s_AC4RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_16u_AC4IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_16u_AC4RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_16u_C1IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_16u_C1RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_16u_C3IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_16u_C3RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image square root with unmodified alpha. |
static int |
nppiSqrt_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image square root with unmodified alpha. |
static int |
nppiSqrt_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image square root. |
static int |
nppiSqrt_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image square root. |
static int |
nppiSqrt_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image square root. |
static int |
nppiSqrt_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image square root. |
static int |
nppiSqrt_32f_C4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image square root. |
static int |
nppiSqrt_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image square root. |
static int |
nppiSqrt_8u_AC4IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_8u_AC4RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_8u_C1RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_8u_C3RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_32f_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image subtraction. |
static int |
nppiSub_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image subtraction. |
static int |
nppiSub_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image subtraction. |
static int |
nppiSub_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image subtraction. |
static int |
nppiSub_32f_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image subtraction. |
static int |
nppiSub_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image subtraction. |
static int |
nppiSub_32f_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image subtraction. |
static int |
nppiSub_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image subtraction. |
static int |
nppiSub_32fc_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtraction. |
static int |
nppiSub_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtraction. |
static int |
nppiSub_32fc_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction. |
static int |
nppiSub_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction. |
static int |
nppiSub_32fc_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction. |
static int |
nppiSub_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction. |
static int |
nppiSub_32fc_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction. |
static int |
nppiSub_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction. |
static int |
nppiSub_32s_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image subtraction. |
static int |
nppiSub_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_32s_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_32s_C4IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_32s_C4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_8u_C1IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_8u_C3IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_8u_C4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSubC_16s_AC4IRSfs(short[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiSubC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16s_C1IRSfs(short nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiSubC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16s_C3IRSfs(short[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16s_C4IRSfs(short[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiSubC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16sc_AC4IRSfs(Npp16sc[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16sc_C1IRSfs(Npp16sc nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16sc_C3IRSfs(Npp16sc[] aConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiSubC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc[] aConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16u_AC4IRSfs(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16u_C1IRSfs(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16u_C3IRSfs(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16u_C4IRSfs(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_32f_AC4IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image subtract constant. |
static int |
nppiSubC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image subtract constant. |
static int |
nppiSubC_32f_C1IR(float nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image subtract constant. |
static int |
nppiSubC_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image subtract constant. |
static int |
nppiSubC_32f_C3IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image subtract constant. |
static int |
nppiSubC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image subtract constant. |
static int |
nppiSubC_32f_C4IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image subtract constant. |
static int |
nppiSubC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image subtract constant. |
static int |
nppiSubC_32fc_AC4IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image subtract constant. |
static int |
nppiSubC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image subtract constant. |
static int |
nppiSubC_32fc_C1IR(Npp32fc nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant. |
static int |
nppiSubC_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant. |
static int |
nppiSubC_32fc_C3IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant. |
static int |
nppiSubC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiSubC_32fc_C4IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant. |
static int |
nppiSubC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant. |
static int |
nppiSubC_32s_C1IRSfs(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_32s_C3IRSfs(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_32sc_AC4IRSfs(Npp32sc[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_32sc_C1IRSfs(Npp32sc nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_32sc_C3IRSfs(Npp32sc[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_8u_AC4IRSfs(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
|
static int |
nppiSubC_8u_C1IRSfs(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_8u_C3IRSfs(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_8u_C4IRSfs(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSum_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum)
4-channel 16-bit signed short image sum with 64-bit double precision result. |
static int |
nppiSum_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pSum)
1-channel 16-bit signed short image sum with 64-bit double precision result. |
static int |
nppiSum_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum)
3-channel 16-bit signed short image sum with 64-bit double precision result. |
static int |
nppiSum_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum)
4-channel 16-bit signed short image sum with 64-bit double precision result. |
static int |
nppiSum_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum)
4-channel 16-bit unsigned short image sum with 64-bit double precision result. |
static int |
nppiSum_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pSum)
|
static int |
nppiSum_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum)
|
static int |
nppiSum_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum)
4-channel 16-bit unsigned short image sum with 64-bit double precision result. |
static int |
nppiSum_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum)
|
static int |
nppiSum_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pSum)
|
static int |
nppiSum_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum)
|
static int |
nppiSum_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum)
4-channel 32-bit floating point image sum with 64-bit double precision result. |
static int |
nppiSum_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum)
4-channel 8-bit unsigned char image sum with 64-bit double precision result. |
static int |
nppiSum_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pSum)
1-channel 8-bit unsigned char image sum with 64-bit double precision result. |
static int |
nppiSum_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum)
3-channel 8-bit unsigned char image sum with 64-bit double precision result. |
static int |
nppiSum_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum)
4-channel 8-bit unsigned char image sum with 64-bit double precision result. |
static int |
nppiSum_8u64s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64s> pSum)
|
static int |
nppiSum_8u64s_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
long[] aSum)
4-channel 8-bit unsigned char image sum with 64-bit long long result. |
static int |
nppiSumGetBufferHostSize_16s_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
|
static int |
nppiSumGetBufferHostSize_16s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiSum_16s_C1R. |
static int |
nppiSumGetBufferHostSize_16s_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
host pointer |
static int |
nppiSumGetBufferHostSize_16s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
|
static int |
nppiSumGetBufferHostSize_16u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiSum_16u_AC4R. |
static int |
nppiSumGetBufferHostSize_16u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
|
static int |
nppiSumGetBufferHostSize_16u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
|
static int |
nppiSumGetBufferHostSize_16u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiSum_16u_C4R. |
static int |
nppiSumGetBufferHostSize_32f_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiSum_32f_AC4R. |
static int |
nppiSumGetBufferHostSize_32f_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiSum_32f_C1R. |
static int |
nppiSumGetBufferHostSize_32f_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiSum_32f_C3R. |
static int |
nppiSumGetBufferHostSize_32f_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
|
static int |
nppiSumGetBufferHostSize_8u_AC4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiSum_8u_AC4R. |
static int |
nppiSumGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiSum_8u_C1R. |
static int |
nppiSumGetBufferHostSize_8u_C3R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiSum_8u_C3R. |
static int |
nppiSumGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiSum_8u_C4R. |
static int |
nppiSumGetBufferHostSize_8u64s_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiSum_8u64s_C1R. |
static int |
nppiSumGetBufferHostSize_8u64s_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiSum_8u64s_C4R. |
static int |
nppiSumWindowColumn_8u32f_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int nMaskSize,
int nAnchor)
8-bit unsigned 1D (column) sum to 32f. |
static int |
nppiSumWindowRow_8u32f_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int nMaskSize,
int nAnchor)
8-bit unsigned 1D (row) sum to 32f. |
static int |
nppiSwapChannels_8u_C4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
|
static int |
nppiThreshold_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
int eComparisonOperation)
4 channel 16-bit signed short in place image threshold, not affecting Alpha. |
static int |
nppiThreshold_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
int eComparisonOperation)
4 channel 16-bit signed short image threshold, not affecting Alpha. |
static int |
nppiThreshold_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short nThreshold,
int eComparisonOperation)
1 channel 16-bit signed short in place threshold. |
static int |
nppiThreshold_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short nThreshold,
int eComparisonOperation)
|
static int |
nppiThreshold_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
int eComparisonOperation)
3 channel 16-bit signed short in place threshold. |
static int |
nppiThreshold_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
int eComparisonOperation)
3 channel 16-bit signed short threshold. |
static int |
nppiThreshold_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
int eComparisonOperation)
|
static int |
nppiThreshold_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
int eComparisonOperation)
|
static int |
nppiThreshold_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short nThreshold,
int eComparisonOperation)
1 channel 16-bit unsigned short in place threshold. |
static int |
nppiThreshold_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short nThreshold,
int eComparisonOperation)
|
static int |
nppiThreshold_16u_C3IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
int eComparisonOperation)
3 channel 16-bit unsigned short in place threshold. |
static int |
nppiThreshold_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
int eComparisonOperation)
3 channel 16-bit unsigned short threshold. |
static int |
nppiThreshold_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds,
int eComparisonOperation)
4 channel 32-bit floating point in place image threshold, not affecting Alpha. |
static int |
nppiThreshold_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
int eComparisonOperation)
4 channel 32-bit floating point image threshold, not affecting Alpha. |
static int |
nppiThreshold_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nThreshold,
int eComparisonOperation)
1 channel 32-bit floating point in place threshold. |
static int |
nppiThreshold_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThreshold,
int eComparisonOperation)
1 channel 32-bit floating point threshold. |
static int |
nppiThreshold_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds,
int eComparisonOperation)
3 channel 32-bit floating point in place threshold. |
static int |
nppiThreshold_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
int eComparisonOperation)
3 channel 32-bit floating point threshold. |
static int |
nppiThreshold_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
int eComparisonOperation)
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha. |
static int |
nppiThreshold_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
int eComparisonOperation)
4 channel 8-bit unsigned char image threshold, not affecting Alpha. |
static int |
nppiThreshold_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte nThreshold,
int eComparisonOperation)
|
static int |
nppiThreshold_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nThreshold,
int eComparisonOperation)
1 channel 8-bit unsigned char threshold. |
static int |
nppiThreshold_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
int eComparisonOperation)
3 channel 8-bit unsigned char in place threshold. |
static int |
nppiThreshold_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
int eComparisonOperation)
|
static int |
nppiThreshold_GT_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds)
|
static int |
nppiThreshold_GT_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds)
4 channel 16-bit signed short image threshold, not affecting Alpha. |
static int |
nppiThreshold_GT_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short nThreshold)
|
static int |
nppiThreshold_GT_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short nThreshold)
1 channel 16-bit signed short threshold. |
static int |
nppiThreshold_GT_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds)
|
static int |
nppiThreshold_GT_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds)
3 channel 16-bit signed short threshold. |
static int |
nppiThreshold_GT_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds)
4 channel 16-bit unsigned short in place image threshold, not affecting Alpha. |
static int |
nppiThreshold_GT_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds)
4 channel 16-bit unsigned short image threshold, not affecting Alpha. |
static int |
nppiThreshold_GT_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short nThreshold)
|
static int |
nppiThreshold_GT_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short nThreshold)
1 channel 16-bit unsigned short threshold. |
static int |
nppiThreshold_GT_16u_C3IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds)
|
static int |
nppiThreshold_GT_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds)
3 channel 16-bit unsigned short threshold. |
static int |
nppiThreshold_GT_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds)
|
static int |
nppiThreshold_GT_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds)
4 channel 32-bit floating point image threshold, not affecting Alpha. |
static int |
nppiThreshold_GT_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nThreshold)
1 channel 32-bit floating point in place threshold. |
static int |
nppiThreshold_GT_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThreshold)
1 channel 32-bit floating point threshold. |
static int |
nppiThreshold_GT_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds)
3 channel 32-bit floating point in place threshold. |
static int |
nppiThreshold_GT_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds)
|
static int |
nppiThreshold_GT_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte[] rThresholds)
|
static int |
nppiThreshold_GT_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] rThresholds)
4 channel 8-bit unsigned char image threshold, not affecting Alpha. |
static int |
nppiThreshold_GT_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte nThreshold)
1 channel 8-bit unsigned char in place threshold. |
static int |
nppiThreshold_GT_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nThreshold)
1 channel 8-bit unsigned char threshold. |
static int |
nppiThreshold_GT_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte[] rThresholds)
3 channel 8-bit unsigned char in place threshold. |
static int |
nppiThreshold_GT_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] rThresholds)
3 channel 8-bit unsigned char threshold. |
static int |
nppiThreshold_GTVal_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues)
|
static int |
nppiThreshold_GTVal_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues)
4 channel 16-bit signed short image threshold, not affecting Alpha. |
static int |
nppiThreshold_GTVal_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short nThreshold,
short nValue)
1 channel 16-bit signed short in place threshold. |
static int |
nppiThreshold_GTVal_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short nThreshold,
short nValue)
|
static int |
nppiThreshold_GTVal_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues)
3 channel 16-bit signed short in place threshold. |
static int |
nppiThreshold_GTVal_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues)
3 channel 16-bit signed short threshold. |
static int |
nppiThreshold_GTVal_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues)
4 channel 16-bit unsigned short in place image threshold, not affecting Alpha. |
static int |
nppiThreshold_GTVal_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues)
4 channel 16-bit unsigned short image threshold, not affecting Alpha. |
static int |
nppiThreshold_GTVal_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short nThreshold,
short nValue)
1 channel 16-bit unsigned short in place threshold. |
static int |
nppiThreshold_GTVal_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short nThreshold,
short nValue)
1 channel 16-bit unsigned short threshold. |
static int |
nppiThreshold_GTVal_16u_C3IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues)
|
static int |
nppiThreshold_GTVal_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues)
3 channel 16-bit unsigned short threshold. |
static int |
nppiThreshold_GTVal_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues)
|
static int |
nppiThreshold_GTVal_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues)
4 channel 32-bit floating point image threshold, not affecting Alpha. |
static int |
nppiThreshold_GTVal_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nThreshold,
float nValue)
|
static int |
nppiThreshold_GTVal_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThreshold,
float nValue)
1 channel 32-bit floating point threshold. |
static int |
nppiThreshold_GTVal_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues)
3 channel 32-bit floating point in place threshold. |
static int |
nppiThreshold_GTVal_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues)
3 channel 32-bit floating point threshold. |
static int |
nppiThreshold_GTVal_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
byte[] rValues)
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha. |
static int |
nppiThreshold_GTVal_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
byte[] rValues)
|
static int |
nppiThreshold_GTVal_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte nThreshold,
byte nValue)
1 channel 8-bit unsigned char in place threshold. |
static int |
nppiThreshold_GTVal_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nThreshold,
byte nValue)
1 channel 8-bit unsigned char threshold. |
static int |
nppiThreshold_GTVal_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
byte[] rValues)
3 channel 8-bit unsigned char in place threshold. |
static int |
nppiThreshold_GTVal_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
byte[] rValues)
3 channel 8-bit unsigned char threshold. |
static int |
nppiThreshold_LT_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds)
4 channel 16-bit signed short in place image threshold, not affecting Alpha. |
static int |
nppiThreshold_LT_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds)
4 channel 16-bit signed short image threshold, not affecting Alpha. |
static int |
nppiThreshold_LT_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short nThreshold)
1 channel 16-bit signed short in place threshold. |
static int |
nppiThreshold_LT_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short nThreshold)
1 channel 16-bit signed short threshold. |
static int |
nppiThreshold_LT_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds)
3 channel 16-bit signed short in place threshold. |
static int |
nppiThreshold_LT_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds)
3 channel 16-bit signed short threshold. |
static int |
nppiThreshold_LT_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds)
|
static int |
nppiThreshold_LT_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds)
4 channel 16-bit unsigned short image threshold, not affecting Alpha. |
static int |
nppiThreshold_LT_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short nThreshold)
|
static int |
nppiThreshold_LT_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short nThreshold)
1 channel 16-bit unsigned short threshold. |
static int |
nppiThreshold_LT_16u_C3IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds)
3 channel 16-bit unsigned short in place threshold. |
static int |
nppiThreshold_LT_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds)
3 channel 16-bit unsigned short threshold. |
static int |
nppiThreshold_LT_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds)
|
static int |
nppiThreshold_LT_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds)
4 channel 32-bit floating point image threshold, not affecting Alpha. |
static int |
nppiThreshold_LT_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nThreshold)
1 channel 32-bit floating point in place threshold. |
static int |
nppiThreshold_LT_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThreshold)
1 channel 32-bit floating point threshold. |
static int |
nppiThreshold_LT_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds)
3 channel 32-bit floating point in place threshold. |
static int |
nppiThreshold_LT_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds)
3 channel 32-bit floating point threshold. |
static int |
nppiThreshold_LT_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte[] rThresholds)
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha. |
static int |
nppiThreshold_LT_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] rThresholds)
4 channel 8-bit unsigned char image threshold, not affecting Alpha. |
static int |
nppiThreshold_LT_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte nThreshold)
1 channel 8-bit unsigned char in place threshold. |
static int |
nppiThreshold_LT_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nThreshold)
1 channel 8-bit unsigned char threshold. |
static int |
nppiThreshold_LT_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte[] rThresholds)
3 channel 8-bit unsigned char in place threshold. |
static int |
nppiThreshold_LT_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] rThresholds)
3 channel 8-bit unsigned char threshold. |
static int |
nppiThreshold_LTVal_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues)
4 channel 16-bit signed short in place image threshold, not affecting Alpha. |
static int |
nppiThreshold_LTVal_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues)
4 channel 16-bit signed short image threshold, not affecting Alpha. |
static int |
nppiThreshold_LTVal_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short nThreshold,
short nValue)
1 channel 16-bit signed short in place threshold. |
static int |
nppiThreshold_LTVal_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short nThreshold,
short nValue)
1 channel 16-bit signed short threshold. |
static int |
nppiThreshold_LTVal_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues)
3 channel 16-bit signed short in place threshold. |
static int |
nppiThreshold_LTVal_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues)
|
static int |
nppiThreshold_LTVal_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues)
4 channel 16-bit unsigned short in place image threshold, not affecting Alpha. |
static int |
nppiThreshold_LTVal_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues)
4 channel 16-bit unsigned short image threshold, not affecting Alpha. |
static int |
nppiThreshold_LTVal_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short nThreshold,
short nValue)
1 channel 16-bit unsigned short in place threshold. |
static int |
nppiThreshold_LTVal_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short nThreshold,
short nValue)
1 channel 16-bit unsigned short threshold. |
static int |
nppiThreshold_LTVal_16u_C3IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues)
3 channel 16-bit unsigned short in place threshold. |
static int |
nppiThreshold_LTVal_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues)
3 channel 16-bit unsigned short threshold. |
static int |
nppiThreshold_LTVal_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues)
4 channel 32-bit floating point in place image threshold, not affecting Alpha. |
static int |
nppiThreshold_LTVal_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues)
4 channel 32-bit floating point image threshold, not affecting Alpha. |
static int |
nppiThreshold_LTVal_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nThreshold,
float nValue)
1 channel 32-bit floating point in place threshold. |
static int |
nppiThreshold_LTVal_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThreshold,
float nValue)
|
static int |
nppiThreshold_LTVal_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues)
|
static int |
nppiThreshold_LTVal_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues)
|
static int |
nppiThreshold_LTVal_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
byte[] rValues)
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha. |
static int |
nppiThreshold_LTVal_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
byte[] rValues)
4 channel 8-bit unsigned char image threshold, not affecting Alpha. |
static int |
nppiThreshold_LTVal_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte nThreshold,
byte nValue)
1 channel 8-bit unsigned char in place threshold. |
static int |
nppiThreshold_LTVal_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nThreshold,
byte nValue)
1 channel 8-bit unsigned char threshold. |
static int |
nppiThreshold_LTVal_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
byte[] rValues)
3 channel 8-bit unsigned char in place threshold. |
static int |
nppiThreshold_LTVal_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
byte[] rValues)
|
static int |
nppiThreshold_LTValGTVal_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholdsLT,
short[] rValuesLT,
short[] rThresholdsGT,
short[] rValuesGT)
4 channel 16-bit signed short in place image threshold, not affecting Alpha. |
static int |
nppiThreshold_LTValGTVal_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholdsLT,
short[] rValuesLT,
short[] rThresholdsGT,
short[] rValuesGT)
|
static int |
nppiThreshold_LTValGTVal_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short nThresholdLT,
short nValueLT,
short nThresholdGT,
short nValueGT)
1 channel 16-bit signed short in place threshold. |
static int |
nppiThreshold_LTValGTVal_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short nThresholdLT,
short nValueLT,
short nThresholdGT,
short nValueGT)
1 channel 16-bit signed short threshold. |
static int |
nppiThreshold_LTValGTVal_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholdsLT,
short[] rValuesLT,
short[] rThresholdsGT,
short[] rValuesGT)
3 channel 16-bit signed short in place threshold. |
static int |
nppiThreshold_LTValGTVal_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholdsLT,
short[] rValuesLT,
short[] rThresholdsGT,
short[] rValuesGT)
3 channel 16-bit signed short threshold. |
static int |
nppiThreshold_LTValGTVal_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholdsLT,
short[] rValuesLT,
short[] rThresholdsGT,
short[] rValuesGT)
4 channel 16-bit unsigned short in place image threshold, not affecting Alpha. |
static int |
nppiThreshold_LTValGTVal_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholdsLT,
short[] rValuesLT,
short[] rThresholdsGT,
short[] rValuesGT)
4 channel 16-bit unsigned short image threshold, not affecting Alpha. |
static int |
nppiThreshold_LTValGTVal_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short nThresholdLT,
short nValueLT,
short nThresholdGT,
short nValueGT)
|
static int |
nppiThreshold_LTValGTVal_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short nThresholdLT,
short nValueLT,
short nThresholdGT,
short nValueGT)
|
static int |
nppiThreshold_LTValGTVal_16u_C3IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholdsLT,
short[] rValuesLT,
short[] rThresholdsGT,
short[] rValuesGT)
3 channel 16-bit unsigned short in place threshold. |
static int |
nppiThreshold_LTValGTVal_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholdsLT,
short[] rValuesLT,
short[] rThresholdsGT,
short[] rValuesGT)
|
static int |
nppiThreshold_LTValGTVal_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholdsLT,
float[] rValuesLT,
float[] rThresholdsGT,
float[] rValuesGT)
4 channel 32-bit floating point in place image threshold, not affecting Alpha. |
static int |
nppiThreshold_LTValGTVal_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholdsLT,
float[] rValuesLT,
float[] rThresholdsGT,
float[] rValuesGT)
4 channel 32-bit floating point image threshold, not affecting Alpha. |
static int |
nppiThreshold_LTValGTVal_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nThresholdLT,
float nValueLT,
float nThresholdGT,
float nValueGT)
|
static int |
nppiThreshold_LTValGTVal_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThresholdLT,
float nValueLT,
float nThresholdGT,
float nValueGT)
1 channel 32-bit floating point threshold. |
static int |
nppiThreshold_LTValGTVal_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholdsLT,
float[] rValuesLT,
float[] rThresholdsGT,
float[] rValuesGT)
3 channel 32-bit floating point in place threshold. |
static int |
nppiThreshold_LTValGTVal_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholdsLT,
float[] rValuesLT,
float[] rThresholdsGT,
float[] rValuesGT)
3 channel 32-bit floating point threshold. |
static int |
nppiThreshold_LTValGTVal_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte[] rThresholdsLT,
byte[] rValuesLT,
byte[] rThresholdsGT,
byte[] rValuesGT)
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha. |
static int |
nppiThreshold_LTValGTVal_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] rThresholdsLT,
byte[] rValuesLT,
byte[] rThresholdsGT,
byte[] rValuesGT)
4 channel 8-bit unsigned char image threshold, not affecting Alpha. |
static int |
nppiThreshold_LTValGTVal_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte nThresholdLT,
byte nValueLT,
byte nThresholdGT,
byte nValueGT)
1 channel 8-bit unsigned char in place threshold. |
static int |
nppiThreshold_LTValGTVal_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nThresholdLT,
byte nValueLT,
byte nThresholdGT,
byte nValueGT)
1 channel 8-bit unsigned char threshold. |
static int |
nppiThreshold_LTValGTVal_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte[] rThresholdsLT,
byte[] rValuesLT,
byte[] rThresholdsGT,
byte[] rValuesGT)
3 channel 8-bit unsigned char in place threshold. |
static int |
nppiThreshold_LTValGTVal_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] rThresholdsLT,
byte[] rValuesLT,
byte[] rThresholdsGT,
byte[] rValuesGT)
3 channel 8-bit unsigned char threshold. |
static int |
nppiThreshold_Val_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues,
int eComparisonOperation)
4 channel 16-bit signed short in place image threshold, not affecting Alpha. |
static int |
nppiThreshold_Val_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues,
int eComparisonOperation)
4 channel 16-bit signed short image threshold, not affecting Alpha. |
static int |
nppiThreshold_Val_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short nThreshold,
short nValue,
int eComparisonOperation)
1 channel 16-bit signed short in place threshold. |
static int |
nppiThreshold_Val_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short nThreshold,
short nValue,
int eComparisonOperation)
1 channel 16-bit signed short threshold. |
static int |
nppiThreshold_Val_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues,
int eComparisonOperation)
3 channel 16-bit signed short in place threshold. |
static int |
nppiThreshold_Val_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues,
int eComparisonOperation)
3 channel 16-bit signed short threshold. |
static int |
nppiThreshold_Val_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues,
int eComparisonOperation)
4 channel 16-bit unsigned short in place image threshold, not affecting Alpha. |
static int |
nppiThreshold_Val_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues,
int eComparisonOperation)
4 channel 16-bit unsigned short image threshold, not affecting Alpha. |
static int |
nppiThreshold_Val_16u_C1IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short nThreshold,
short nValue,
int eComparisonOperation)
1 channel 16-bit unsigned short in place threshold. |
static int |
nppiThreshold_Val_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short nThreshold,
short nValue,
int eComparisonOperation)
1 channel 16-bit unsigned short threshold. |
static int |
nppiThreshold_Val_16u_C3IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues,
int eComparisonOperation)
3 channel 16-bit unsigned short in place threshold. |
static int |
nppiThreshold_Val_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
short[] rThresholds,
short[] rValues,
int eComparisonOperation)
|
static int |
nppiThreshold_Val_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues,
int eComparisonOperation)
|
static int |
nppiThreshold_Val_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues,
int eComparisonOperation)
4 channel 32-bit floating point image threshold, not affecting Alpha. |
static int |
nppiThreshold_Val_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nThreshold,
float nValue,
int eComparisonOperation)
1 channel 32-bit floating point in place threshold. |
static int |
nppiThreshold_Val_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThreshold,
float nValue,
int eComparisonOperation)
1 channel 32-bit floating point threshold. |
static int |
nppiThreshold_Val_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues,
int eComparisonOperation)
3 channel 32-bit floating point in place threshold. |
static int |
nppiThreshold_Val_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues,
int eComparisonOperation)
3 channel 32-bit floating point threshold. |
static int |
nppiThreshold_Val_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
byte[] rValues,
int eComparisonOperation)
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha. |
static int |
nppiThreshold_Val_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
byte[] rValues,
int eComparisonOperation)
4 channel 8-bit unsigned char image threshold, not affecting Alpha. |
static int |
nppiThreshold_Val_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte nThreshold,
byte nValue,
int eComparisonOperation)
1 channel 8-bit unsigned char in place threshold. |
static int |
nppiThreshold_Val_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nThreshold,
byte nValue,
int eComparisonOperation)
1 channel 8-bit unsigned char threshold. |
static int |
nppiThreshold_Val_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
byte[] rValues,
int eComparisonOperation)
3 channel 8-bit unsigned char in place threshold. |
static int |
nppiThreshold_Val_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] rThresholds,
byte[] rValues,
int eComparisonOperation)
3 channel 8-bit unsigned char threshold. |
static int |
nppiTranspose_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI)
8-bit image transpose. |
static int |
nppiWarpAffine_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 16-bit unsigned affine warp, ignoring alpha channel. |
static int |
nppiWarpAffine_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 16-bit unsigned affine warp. |
static int |
nppiWarpAffine_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 16-bit unsigned affine warp. |
static int |
nppiWarpAffine_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 16-bit unsigned affine warp. |
static int |
nppiWarpAffine_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel planar 16-bit unsigned affine warp. |
static int |
nppiWarpAffine_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel planar 16-bit unsigned affine warp. |
static int |
nppiWarpAffine_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit floating-point affine warp, ignoring alpha channel. |
static int |
nppiWarpAffine_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 32-bit floating-point affine warp. |
static int |
nppiWarpAffine_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit floating-point affine warp. |
static int |
nppiWarpAffine_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
nppiWarpAffine_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel planar 32-bit floating-point affine warp. |
static int |
nppiWarpAffine_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
nppiWarpAffine_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
nppiWarpAffine_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 32-bit signed affine warp. |
static int |
nppiWarpAffine_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit signed affine warp. |
static int |
nppiWarpAffine_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
nppiWarpAffine_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel planar 32-bit signed affine warp. |
static int |
nppiWarpAffine_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel planar 32-bit signed affine warp. |
static int |
nppiWarpAffine_64f_AC4R(TypedPointer<Npp64f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
nppiWarpAffine_64f_C1R(TypedPointer<Npp64f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 64-bit floating-point affine warp. |
static int |
nppiWarpAffine_64f_C3R(TypedPointer<Npp64f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 64-bit floating-point affine warp. |
static int |
nppiWarpAffine_64f_C4R(TypedPointer<Npp64f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 64-bit floating-point affine warp. |
static int |
nppiWarpAffine_64f_P3R(TypedPointer<Npp64f>[] aSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f>[] aDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel planar 64-bit floating-point affine warp. |
static int |
nppiWarpAffine_64f_P4R(TypedPointer<Npp64f>[] aSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f>[] aDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel planar 64-bit floating-point affine warp. |
static int |
nppiWarpAffine_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 8-bit unsigned affine warp, ignoring alpha channel. |
static int |
nppiWarpAffine_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 8-bit unsigned affine warp. |
static int |
nppiWarpAffine_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 8-bit unsigned affine warp. |
static int |
nppiWarpAffine_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 8-bit unsigned affine warp. |
static int |
nppiWarpAffine_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
nppiWarpAffine_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel planar 8-bit unsigned affine warp. |
static int |
nppiWarpAffineBack_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 16-bit unsigned integer backwards affine warp, ignoring alpha channel. |
static int |
nppiWarpAffineBack_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 16-bit unsigned integer backwards affine warp. |
static int |
nppiWarpAffineBack_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 16-bit unsigned integer backwards affine warp. |
static int |
nppiWarpAffineBack_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 16-bit unsigned integer backwards affine warp. |
static int |
nppiWarpAffineBack_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel planar 16-bit unsigned integer backwards affine warp. |
static int |
nppiWarpAffineBack_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel planar 16-bit unsigned integer backwards affine warp. |
static int |
nppiWarpAffineBack_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit floating-point backwards affine warp, ignoring alpha channel. |
static int |
nppiWarpAffineBack_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
nppiWarpAffineBack_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit floating-point backwards affine warp. |
static int |
nppiWarpAffineBack_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
nppiWarpAffineBack_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel planar 32-bit floating-point backwards affine warp. |
static int |
nppiWarpAffineBack_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel planar 32-bit floating-point backwards affine warp. |
static int |
nppiWarpAffineBack_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
nppiWarpAffineBack_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 32-bit signed integer backwards affine warp. |
static int |
nppiWarpAffineBack_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit signed integer backwards affine warp. |
static int |
nppiWarpAffineBack_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit signed integer backwards affine warp. |
static int |
nppiWarpAffineBack_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel planar 32-bit signed integer backwards affine warp. |
static int |
nppiWarpAffineBack_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel planar 32-bit signed integer backwards affine warp. |
static int |
nppiWarpAffineBack_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
nppiWarpAffineBack_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 8-bit unsigned integer backwards affine warp. |
static int |
nppiWarpAffineBack_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 8-bit unsigned integer backwards affine warp. |
static int |
nppiWarpAffineBack_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 8-bit unsigned integer backwards affine warp. |
static int |
nppiWarpAffineBack_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel planar 8-bit unsigned integer backwards affine warp. |
static int |
nppiWarpAffineBack_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel planar 8-bit unsigned integer backwards affine warp. |
static int |
nppiWarpAffineQuad_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 16-bit unsigned integer quad-based affine warp, ignoring alpha channel. |
static int |
nppiWarpAffineQuad_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Single-channel 16-bit unsigned integer quad-based affine warp. |
static int |
nppiWarpAffineQuad_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel 16-bit unsigned integer quad-based affine warp. |
static int |
nppiWarpAffineQuad_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 16-bit unsigned integer quad-based affine warp. |
static int |
nppiWarpAffineQuad_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel planar 16-bit unsigned integer quad-based affine warp. |
static int |
nppiWarpAffineQuad_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel planar 16-bit unsigned integer quad-based affine warp. |
static int |
nppiWarpAffineQuad_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
|
static int |
nppiWarpAffineQuad_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Single-channel 32-bit floating-point quad-based affine warp. |
static int |
nppiWarpAffineQuad_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel 32-bit floating-point quad-based affine warp. |
static int |
nppiWarpAffineQuad_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 32-bit floating-point quad-based affine warp. |
static int |
nppiWarpAffineQuad_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel planar 32-bit floating-point quad-based affine warp. |
static int |
nppiWarpAffineQuad_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
|
static int |
nppiWarpAffineQuad_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 32-bit signed integer quad-based affine warp, ignoring alpha channel. |
static int |
nppiWarpAffineQuad_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
|
static int |
nppiWarpAffineQuad_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
|
static int |
nppiWarpAffineQuad_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 32-bit signed integer quad-based affine warp. |
static int |
nppiWarpAffineQuad_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel planar 32-bit signed integer quad-based affine warp. |
static int |
nppiWarpAffineQuad_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel planar 32-bit signed integer quad-based affine warp. |
static int |
nppiWarpAffineQuad_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 8-bit unsigned integer quad-based affine warp, ignoring alpha channel. |
static int |
nppiWarpAffineQuad_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Single-channel 32-bit floating-point quad-based affine warp. |
static int |
nppiWarpAffineQuad_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel 8-bit unsigned integer quad-based affine warp. |
static int |
nppiWarpAffineQuad_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
|
static int |
nppiWarpAffineQuad_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel planar 8-bit unsigned integer quad-based affine warp. |
static int |
nppiWarpAffineQuad_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
|
static int |
nppiWarpPerspective_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
nppiWarpPerspective_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 16-bit unsigned integer perspective warp. |
static int |
nppiWarpPerspective_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 16-bit unsigned integer perspective warp. |
static int |
nppiWarpPerspective_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
nppiWarpPerspective_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel planar 16-bit unsigned integer perspective warp. |
static int |
nppiWarpPerspective_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel planar 16-bit unsigned integer perspective warp. |
static int |
nppiWarpPerspective_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit floating-point perspective warp, ignoring alpha channel. |
static int |
nppiWarpPerspective_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
nppiWarpPerspective_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit floating-point perspective warp. |
static int |
nppiWarpPerspective_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit floating-point perspective warp. |
static int |
nppiWarpPerspective_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel planar 32-bit floating-point perspective warp. |
static int |
nppiWarpPerspective_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
nppiWarpPerspective_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit signed integer perspective warp, igoring alpha channel. |
static int |
nppiWarpPerspective_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 32-bit signed integer perspective warp. |
static int |
nppiWarpPerspective_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit signed integer perspective warp. |
static int |
nppiWarpPerspective_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
nppiWarpPerspective_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
nppiWarpPerspective_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel planar 32-bit signed integer perspective warp. |
static int |
nppiWarpPerspective_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
nppiWarpPerspective_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
nppiWarpPerspective_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 8-bit unsigned integer perspective warp. |
static int |
nppiWarpPerspective_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 8-bit unsigned integer perspective warp. |
static int |
nppiWarpPerspective_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel planar 8-bit unsigned integer perspective warp. |
static int |
nppiWarpPerspective_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel planar 8-bit unsigned integer perspective warp. |
static int |
nppiWarpPerspectiveBack_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 16-bit unsigned integer backwards perspective warp, ignoring alpha channel. |
static int |
nppiWarpPerspectiveBack_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 16-bit unsigned integer backwards perspective warp. |
static int |
nppiWarpPerspectiveBack_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 16-bit unsigned integer backwards perspective warp. |
static int |
nppiWarpPerspectiveBack_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
nppiWarpPerspectiveBack_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
nppiWarpPerspectiveBack_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
nppiWarpPerspectiveBack_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit floating-point backwards perspective warp, ignorning alpha channel. |
static int |
nppiWarpPerspectiveBack_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 32-bit floating-point backwards perspective warp. |
static int |
nppiWarpPerspectiveBack_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit floating-point backwards perspective warp. |
static int |
nppiWarpPerspectiveBack_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit floating-point backwards perspective warp. |
static int |
nppiWarpPerspectiveBack_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel planar 32-bit floating-point backwards perspective warp. |
static int |
nppiWarpPerspectiveBack_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
nppiWarpPerspectiveBack_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit signed integer backwards perspective warp, ignoring alpha channel. |
static int |
nppiWarpPerspectiveBack_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 32-bit signed integer backwards perspective warp. |
static int |
nppiWarpPerspectiveBack_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit signed integer backwards perspective warp. |
static int |
nppiWarpPerspectiveBack_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit signed integer backwards perspective warp. |
static int |
nppiWarpPerspectiveBack_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel planar 32-bit signed integer backwards perspective warp. |
static int |
nppiWarpPerspectiveBack_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel planar 32-bit signed integer backwards perspective warp. |
static int |
nppiWarpPerspectiveBack_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 8-bit unsigned integer backwards perspective warp, igoring alpha channel. |
static int |
nppiWarpPerspectiveBack_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 8-bit unsigned integer backwards perspective warp. |
static int |
nppiWarpPerspectiveBack_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 8-bit unsigned integer backwards perspective warp. |
static int |
nppiWarpPerspectiveBack_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 8-bit unsigned integer backwards perspective warp. |
static int |
nppiWarpPerspectiveBack_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel planar 8-bit unsigned integer backwards perspective warp. |
static int |
nppiWarpPerspectiveBack_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
nppiWarpPerspectiveQuad_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 16-bit unsigned integer quad-based perspective warp, ignoring alpha channel. |
static int |
nppiWarpPerspectiveQuad_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Single-channel 16-bit unsigned integer quad-based perspective warp. |
static int |
nppiWarpPerspectiveQuad_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel 16-bit unsigned integer quad-based perspective warp. |
static int |
nppiWarpPerspectiveQuad_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 16-bit unsigned integer quad-based perspective warp. |
static int |
nppiWarpPerspectiveQuad_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel planar 16-bit unsigned integer quad-based perspective warp. |
static int |
nppiWarpPerspectiveQuad_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel planar 16-bit unsigned integer quad-based perspective warp. |
static int |
nppiWarpPerspectiveQuad_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 32-bit floating-point quad-based perspective warp, ignoring alpha channel. |
static int |
nppiWarpPerspectiveQuad_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Single-channel 32-bit floating-point quad-based perspective warp. |
static int |
nppiWarpPerspectiveQuad_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel 32-bit floating-point quad-based perspective warp. |
static int |
nppiWarpPerspectiveQuad_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 32-bit floating-point quad-based perspective warp. |
static int |
nppiWarpPerspectiveQuad_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel planar 32-bit floating-point quad-based perspective warp. |
static int |
nppiWarpPerspectiveQuad_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel planar 32-bit floating-point quad-based perspective warp. |
static int |
nppiWarpPerspectiveQuad_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 32-bit signed integer quad-based perspective warp, ignoring alpha channel. |
static int |
nppiWarpPerspectiveQuad_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Single-channel 32-bit signed integer quad-based perspective warp. |
static int |
nppiWarpPerspectiveQuad_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel 32-bit signed integer quad-based perspective warp. |
static int |
nppiWarpPerspectiveQuad_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 32-bit signed integer quad-based perspective warp. |
static int |
nppiWarpPerspectiveQuad_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel planar 32-bit signed integer quad-based perspective warp. |
static int |
nppiWarpPerspectiveQuad_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel planar 32-bit signed integer quad-based perspective warp. |
static int |
nppiWarpPerspectiveQuad_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 8-bit unsigned integer quad-based perspective warp, ignoring alpha channel. |
static int |
nppiWarpPerspectiveQuad_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Single-channel 8-bit unsigned integer quad-based perspective warp. |
static int |
nppiWarpPerspectiveQuad_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel 8-bit unsigned integer quad-based perspective warp. |
static int |
nppiWarpPerspectiveQuad_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 8-bit unsigned integer quad-based perspective warp. |
static int |
nppiWarpPerspectiveQuad_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel planar 8-bit unsigned integer quad-based perspective warp. |
static int |
nppiWarpPerspectiveQuad_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel planar 8-bit unsigned integer quad-based perspective warp. |
static int |
nppiXor_16u_AC4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or with unmodified alpha. |
static int |
nppiXor_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or with unmodified alpha. |
static int |
nppiXor_16u_C1IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical exclusive or. |
static int |
nppiXor_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical exclusive or. |
static int |
nppiXor_16u_C3IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical exclusive or. |
static int |
nppiXor_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical exclusive or. |
static int |
nppiXor_16u_C4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or. |
static int |
nppiXor_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or. |
static int |
nppiXor_32s_AC4IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or with unmodified alpha. |
static int |
nppiXor_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or with unmodified alpha. |
static int |
nppiXor_32s_C1IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical exclusive or. |
static int |
nppiXor_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical exclusive or. |
static int |
nppiXor_32s_C3IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical exclusive or. |
static int |
nppiXor_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical exclusive or. |
static int |
nppiXor_32s_C4IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or. |
static int |
nppiXor_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or. |
static int |
nppiXor_8u_AC4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or with unmodified alpha. |
static int |
nppiXor_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or with unmodified alpha. |
static int |
nppiXor_8u_C1IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical exclusive or. |
static int |
nppiXor_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical exclusive or. |
static int |
nppiXor_8u_C3IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical exclusive or. |
static int |
nppiXor_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical exclusive or. |
static int |
nppiXor_8u_C4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or. |
static int |
nppiXor_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or. |
static int |
nppiXorC_16u_AC4IR(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or with constant with unmodified alpha. |
static int |
nppiXorC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or with constant with unmodified alpha. |
static int |
nppiXorC_16u_C1IR(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical exclusive or with constant. |
static int |
nppiXorC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical exclusive or with constant. |
static int |
nppiXorC_16u_C3IR(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical exclusive or with constant. |
static int |
nppiXorC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical exclusive or with constant. |
static int |
nppiXorC_16u_C4IR(short[] aConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or with constant. |
static int |
nppiXorC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short[] aConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or with constant. |
static int |
nppiXorC_32s_AC4IR(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or with constant with unmodified alpha. |
static int |
nppiXorC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or with constant with unmodified alpha. |
static int |
nppiXorC_32s_C1IR(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical exclusive or with constant. |
static int |
nppiXorC_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical exclusive or with constant. |
static int |
nppiXorC_32s_C3IR(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical exclusive or with constant. |
static int |
nppiXorC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical exclusive or with constant. |
static int |
nppiXorC_32s_C4IR(int[] aConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or with constant. |
static int |
nppiXorC_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int[] aConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or with constant. |
static int |
nppiXorC_8u_AC4IR(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or with constant with unmodified alpha. |
static int |
nppiXorC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or with constant with unmodified alpha. |
static int |
nppiXorC_8u_C1IR(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical exclusive or with constant. |
static int |
nppiXorC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical exclusive or with constant. |
static int |
nppiXorC_8u_C3IR(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical exclusive or with constant. |
static int |
nppiXorC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical exclusive or with constant. |
static int |
nppiXorC_8u_C4IR(byte[] aConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or with constant. |
static int |
nppiXorC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte[] aConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or with constant. |
static int |
nppiXYZToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed XYZ with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion. |
static int |
nppiXYZToRGB_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed XYZ to 3 channel 8-bit unsigned packed RGB color conversion. |
static int |
nppiYCbCr411_8u_P2P3R(TypedPointer<Npp8u> pSrcY,
int nSrcYStep,
TypedPointer<Npp8u> pSrcCbCr,
int nSrcCbCrStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr411 sampling format conversion. |
static int |
nppiYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDstY,
int nDstYStep,
TypedPointer<Npp8u> pDstCbCr,
int nDstCbCrStep,
NppiSize oSizeROI)
|
static int |
nppiYCbCr411ToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned packed BGR color conversion. |
static int |
nppiYCbCr411ToBGR_8u_P3C4R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nAval)
3 channel 8-bit unsigned planar YCbCr411 to 4 channel 8-bit unsigned packed BGR color conversion with constant alpha. |
static int |
nppiYCbCr411ToYCbCr420_8u_P2P3R(TypedPointer<Npp8u> pSrcY,
int nSrcYStep,
TypedPointer<Npp8u> pSrcCbCr,
int nSrcCbCrStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion. |
static int |
nppiYCbCr411ToYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDstY,
int nDstYStep,
TypedPointer<Npp8u> pDstCbCr,
int nDstCbCrStep,
NppiSize oSizeROI)
|
static int |
nppiYCbCr411ToYCbCr420_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion. |
static int |
nppiYCbCr411ToYCbCr422_8u_P2C2R(TypedPointer<Npp8u> pSrcY,
int nSrcYStep,
TypedPointer<Npp8u> pSrcCbCr,
int nSrcCbCrStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned planar YCbCr411 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion. |
static int |
nppiYCbCr411ToYCbCr422_8u_P2P3R(TypedPointer<Npp8u> pSrcY,
int nSrcYStep,
TypedPointer<Npp8u> pSrcCbCr,
int nSrcCbCrStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion. |
static int |
nppiYCbCr411ToYCbCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr411 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion. |
static int |
nppiYCbCr411ToYCbCr422_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion. |
static int |
nppiYCbCr411ToYCrCb420_8u_P2P3R(TypedPointer<Npp8u> pSrcY,
int nSrcYStep,
TypedPointer<Npp8u> pSrcCbCr,
int nSrcCbCrStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCrCb420 sampling format conversion. |
static int |
nppiYCbCr411ToYCrCb422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr411 to 2 channel 8-bit unsigned packed YCrCb422 sampling format conversion. |
static int |
nppiYCbCr411ToYCrCb422_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCrCb422 sampling format conversion. |
static int |
nppiYCbCr420_8u_P2P3R(TypedPointer<Npp8u> pSrcY,
int nSrcYStep,
TypedPointer<Npp8u> pSrcCbCr,
int nSrcCbCrStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion. |
static int |
nppiYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDstY,
int nDstYStep,
TypedPointer<Npp8u> pDstCbCr,
int nDstCbCrStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion. |
static int |
nppiYCbCr420ToBGR_709CSC_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiYCbCr420ToBGR_709HDTV_8u_P3C4R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nAval)
3 channel 8-bit unsigned planar YCbCr420 to 4 channel 8-bit unsigned packed BGR_709HDTV color conversion with constant alpha. |
static int |
nppiYCbCr420ToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned packed BGR color conversion. |
static int |
nppiYCbCr420ToBGR_8u_P3C4R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nAval)
3 channel 8-bit unsigned planar YCbCr420 to 4 channel 8-bit unsigned packed BGR color conversion with constant alpha. |
static int |
nppiYCbCr420ToCbYCr422_8u_P2C2R(TypedPointer<Npp8u> pSrcY,
int nSrcYStep,
TypedPointer<Npp8u> pSrcCbCr,
int nSrcCbCrStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned packed CbYCr422 sampling format conversion. |
static int |
nppiYCbCr420ToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiYCbCr420ToYCbCr411_8u_P2P3R(TypedPointer<Npp8u> pSrcY,
int nSrcYStep,
TypedPointer<Npp8u> pSrcCbCr,
int nSrcCbCrStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar YCbCr411 sampling format conversion. |
static int |
nppiYCbCr420ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDstY,
int nDstYStep,
TypedPointer<Npp8u> pDstCbCr,
int nDstCbCrStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned planar YCbCr411 sampling format conversion. |
static int |
nppiYCbCr420ToYCbCr422_8u_P2C2R(TypedPointer<Npp8u> pSrcY,
int nSrcYStep,
TypedPointer<Npp8u> pSrcCbCr,
int nSrcCbCrStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion. |
static int |
nppiYCbCr420ToYCbCr422_8u_P2P3R(TypedPointer<Npp8u> pSrcY,
int nSrcYStep,
TypedPointer<Npp8u> pSrcCbCr,
int nSrcCbCrStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
|
static int |
nppiYCbCr420ToYCbCr422_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion. |
static int |
nppiYCbCr420ToYCrCb420_8u_P2P3R(TypedPointer<Npp8u> pSrcY,
int nSrcYStep,
TypedPointer<Npp8u> pSrcCbCr,
int nSrcCbCrStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar YCrCb420 sampling format conversion. |
static int |
nppiYCbCr422_8u_C2P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion. |
static int |
nppiYCbCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr422 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion. |
static int |
nppiYCbCr422ToBGR_8u_C2C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned packed BGR color conversion. |
static int |
nppiYCbCr422ToBGR_8u_C2C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nAval)
2 channel 8-bit unsigned packed YCrCb422 to 4 channel 8-bit unsigned packed BGR color conversion with constant alpha. |
static int |
nppiYCbCr422ToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr422 to 3 channel 8-bit unsigned packed BGR color conversion. |
static int |
nppiYCbCr422ToCbYCr422_8u_C2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned packed CbYCr422 sampling format conversion. |
static int |
nppiYCbCr422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiYCbCr422ToRGB_8u_C2P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar RGB color conversion. |
static int |
nppiYCbCr422ToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr422 to 3 channel 8-bit unsigned packed RGB color conversion. |
static int |
nppiYCbCr422ToYCbCr411_8u_C2P2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDstY,
int nDstYStep,
TypedPointer<Npp8u> pDstCbCr,
int nDstCbCrStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned planar YCbCr411 sampling format conversion. |
static int |
nppiYCbCr422ToYCbCr411_8u_C2P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar YCbCr411 sampling format conversion. |
static int |
nppiYCbCr422ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDstY,
int nDstYStep,
TypedPointer<Npp8u> pDstCbCr,
int nDstCbCrStep,
NppiSize oSizeROI)
|
static int |
nppiYCbCr422ToYCbCr411_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr422 to 3 channel 8-bit unsigned planar YCbCr411 sampling format conversion. |
static int |
nppiYCbCr422ToYCbCr420_8u_C2P2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDstY,
int nDstYStep,
TypedPointer<Npp8u> pDstCbCr,
int nDstCbCrStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion. |
static int |
nppiYCbCr422ToYCbCr420_8u_C2P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion. |
static int |
nppiYCbCr422ToYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDstY,
int nDstYStep,
TypedPointer<Npp8u> pDstCbCr,
int nDstCbCrStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr422 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion. |
static int |
nppiYCbCr422ToYCbCr420_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr422 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion. |
static int |
nppiYCbCr422ToYCrCb420_8u_C2P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
|
static int |
nppiYCbCr422ToYCrCb422_8u_C2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned packed YCrCb422 sampling format conversion. |
static int |
nppiYCbCr422ToYCrCb422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr422 to 2 channel 8-bit unsigned packed YCrCb422 sampling format conversion. |
static int |
nppiYCbCrToBGR_709CSC_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiYCbCrToBGR_709CSC_8u_P3C4R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nAval)
3 channel 8-bit unsigned planar YCbCr to 4 channel 8-bit unsigned packed BGR_709CSC color conversion with constant alpha. |
static int |
nppiYCbCrToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr to 3 channel 8-bit unsigned packed BGR color conversion. |
static int |
nppiYCbCrToBGR_8u_P3C4R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nAval)
3 channel 8-bit unsigned planar YCbCr to 4 channel 8-bit unsigned packed BGR color conversion with constant alpha. |
static int |
nppiYCbCrToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed YCbCr with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion, not affecting alpha. |
static int |
nppiYCbCrToRGB_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed YCbCr to 3 channel 8-bit unsigned packed RGB color conversion. |
static int |
nppiYCbCrToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr to 3 channel 8-bit unsigned packed RGB color conversion. |
static int |
nppiYCbCrToRGB_8u_P3C4R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nAval)
3 channel 8-bit unsigned planar YCbCr to 4 channel 8-bit unsigned packed RGB color conversion with constant alpha. |
static int |
nppiYCbCrToRGB_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr to 3 channel 8-bit unsigned planar RGB color conversion. |
static int |
nppiYCCToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed YCC with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion. |
static int |
nppiYCCToRGB_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiYCrCb420ToCbYCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiYCrCb420ToRGB_8u_P3C4R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nAval)
|
static int |
nppiYCrCb420ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDstY,
int nDstYStep,
TypedPointer<Npp8u> pDstCbCr,
int nDstCbCrStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCrCb420 to 2 channel 8-bit unsigned planar YCbCr411 sampling format conversion. |
static int |
nppiYCrCb420ToYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDstY,
int nDstYStep,
TypedPointer<Npp8u> pDstCbCr,
int nDstCbCrStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCrCb420 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion. |
static int |
nppiYCrCb420ToYCbCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCrCb420 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion. |
static int |
nppiYCrCb420ToYCbCr422_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCrCb420 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion. |
static int |
nppiYCrCb422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned packed RGB color conversion. |
static int |
nppiYCrCb422ToRGB_8u_C2P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned planar RGB color conversion. |
static int |
nppiYCrCb422ToYCbCr411_8u_C2P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
|
static int |
nppiYCrCb422ToYCbCr420_8u_C2P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion. |
static int |
nppiYCrCb422ToYCbCr422_8u_C2P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] rDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion. |
static int |
nppiYUV420ToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YUV420 to 3 channel 8-bit unsigned packed BGR color conversion. |
static int |
nppiYUV420ToRGB_8u_P3AC4R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YUV420 to 4 channel 8-bit unsigned packed RGB color conversion with alpha. |
static int |
nppiYUV420ToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YUV420 to 3 channel 8-bit unsigned packed RGB color conversion. |
static int |
nppiYUV420ToRGB_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YUV420 to 3 channel 8-bit unsigned planar RGB color conversion. |
static int |
nppiYUV422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned packed YUV422 to 3 channel 8-bit unsigned packed RGB color conversion. |
static int |
nppiYUV422ToRGB_8u_P3AC4R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YUV422 to 4 channel 8-bit unsigned packed RGB color conversion with alpha. |
static int |
nppiYUV422ToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
nppiYUV422ToRGB_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int[] rSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YUV422 to 3 channel 8-bit unsigned planar RGB color conversion. |
static int |
nppiYUVToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit packed YUV with alpha to 4 channel 8-bit unsigned packed RGB color conversion with alpha, not affecting alpha. |
static int |
nppiYUVToRGB_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed YUV to 3 channel 8-bit unsigned packed RGB color conversion. |
static int |
nppiYUVToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YUV to 3 channel 8-bit unsigned packed RGB color conversion. |
static int |
nppiYUVToRGB_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YUV to 3 channel 8-bit unsigned planar RGB color conversion. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static TypedPointer<Npp8u> nppiMalloc_8u_C1(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
1 channel 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)
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)
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)
public static TypedPointer<Npp32s> nppiMalloc_32sc_C1(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
32-bit integer complex image memory allocator.
nWidthPixels
- Image width.nHeightPixels
- Image height.pStepBytes
- \ref line_step.
public static TypedPointer<Npp32s> nppiMalloc_32sc_C2(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
2 channel 32-bit integer complex image memory allocator.
nWidthPixels
- Image width.nHeightPixels
- Image height.pStepBytes
- \ref line_step.
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)
32-bit float complex image memory allocator.
nWidthPixels
- Image width.nHeightPixels
- Image height.pStepBytes
- \ref line_step.
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)
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.
- Parameters:
pData
- A pointer to memory allocated using nppiMalloc_.
public static int nppiSet_8s_C1R(byte nValue, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiSet_8s_C2R(byte[] aValue, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
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)
8-bit 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_8s_AC4R(byte[] aValue, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiSet_8u_C1R(byte nValue, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiSet_8u_C1MR(byte nValue, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
public static int nppiSet_8u_C4R(byte[] aValues, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 8-bit unsigned image set.
aValues
- Four-channel array containing the pixel-value to be set.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSet_8u_C4MR(byte[] aValues, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
Masked 4 channel 8-bit unsigned image set.
aValues
- Four-channel array containing the pixel-value to be set.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.pMask
- Pointer to the mask image. This is a single channel 8-bit unsigned int image.nMaskStep
- Number of bytes between line starts of successive lines in the mask image.
public static int nppiSet_8u_AC4R(byte[] aValues, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 8-bit unsigned image set method, not affecting Alpha channel. For RGBA images, this method allows setting of the RGB values without changing the contents of the alpha-channel (fourth channel).
aValues
- Three-channel array containing the pixel-value to be set.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSet_8u_AC4MR(byte[] aValues, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
Masked 4 channel 8-bit unsigned image set method, not affecting Alpha channel. For RGBA images, this method allows setting of the RGB values without changing the contents of the alpha-channel (fourth channel).
aValues
- Three-channel array containing the pixel-value to be set.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.pMask
- Pointer to the mask image. This is a single channel 8-bit unsigned int image.nMaskStep
- Number of bytes between line starts of successive lines in the mask image.
public static int nppiSet_8u_C4CR(byte nValue, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 8-bit unsigned image set affecting only single channel. For RGBA images, this method allows setting of a single of the four (RGBA) values without changing the contents of the other three channels. The channel is selected via the pDst pointer. The pointer needs to point to the actual first value to be set, e.g. in order to set the R-channel (first channel), one would pass pDst unmodified, since its value actually points to the r channel. If one wanted to modify the B channel (second channel), one would pass pDst + 2 to the function.
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_16u_C1R(short nValue, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
16-bit unsigned image set.
nValue
- New pixel value.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSet_16u_C1MR(short nValue, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
Masked 16-bit unsigned image set.
nValue
- New pixel value.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.pMask
- Pointer to the mask image. This is a single channel 8-bit unsigned int image.nMaskStep
- Number of bytes between line starts of successive lines in the mask image.
public static int nppiSet_16u_C2R(short[] aValues, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiSet_16u_C4R(short[] aValues, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 16-bit unsigned image set.
aValues
- New pixel value.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSet_16u_C4MR(short[] aValues, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
Masked 4 channel 16-bit unsigned image set.
aValues
- New pixel value.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.pMask
- Pointer to the mask image. This is a single channel 8-bit unsigned int image.nMaskStep
- Number of bytes between line starts of successive lines in the mask image.
public static int nppiSet_16u_AC4R(short[] aValues, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiSet_16u_AC4MR(short[] aValues, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
Masked 4 channel 16-bit unsigned image set method, not affecting Alpha channel. For RGBA images, this method allows setting of the RGB values without changing the contents of the alpha-channel (fourth channel).
aValues
- Three-channel array containing the pixel-value to be set.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.pMask
- Pointer to the mask image. This is a single channel 8-bit unsigned int image.nMaskStep
- Number of bytes between line starts of successive lines in the mask image.
public static int nppiSet_16u_C4CR(short nValue, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 16-bit unsigned image set affecting only single channel. For RGBA images, this method allows setting of a single of the four (RGBA) values without changing the contents of the other three channels. The channel is selected via the pDst pointer. The pointer needs to point to the actual first value to be set, e.g. in order to set the R-channel (first channel), one would pass pDst unmodified, since its value actually points to the r channel. If one wanted to modify the B channel (second channel), one would pass pDst + 2 to the function.
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_16s_C1R(short nValue, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
16-bit image set.
nValue
- New pixel value.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
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
- New pixel value.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.pMask
- Pointer to the mask image. This is a single channel 8-bit unsigned int image.nMaskStep
- Number of bytes between line starts of successive lines in the mask image.
public static int nppiSet_16s_C2R(short[] aValues, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
2 channel 16-bit image set.
aValues
- New pixel value.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSet_16s_C4R(short[] aValues, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 16-bit image set.
aValues
- New pixel value.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSet_16s_C4MR(short[] aValues, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
Masked 4 channel 16-bit image set.
aValues
- New pixel value.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.pMask
- Pointer to the mask image. This is a single channel 8-bit unsigned int image.nMaskStep
- Number of bytes between line starts of successive lines in the mask image.
public static int nppiSet_16s_AC4R(short[] aValues, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiSet_16s_AC4MR(short[] aValues, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
Masked 4 channel 16-bit image set method, not affecting Alpha channel. For RGBA images, this method allows setting of the RGB values without changing the contents of the alpha-channel (fourth channel).
aValues
- Three-channel array containing the pixel-value to be set.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.pMask
- Pointer to the mask image. This is a single channel 8-bit unsigned int image.nMaskStep
- Number of bytes between line starts of successive lines in the mask image.
public static int nppiSet_16s_C4CR(short nValue, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 16-bit unsigned image set affecting only single channel. For RGBA images, this method allows setting of a single of the four (RGBA) values without changing the contents of the other three channels. The channel is selected via the pDst pointer. The pointer needs to point to the actual first value to be set, e.g. in order to set the R-channel (first channel), one would pass pDst unmodified, since its value actually points to the r channel. If one wanted to modify the B channel (second channel), one would pass pDst + 2 to the function.
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_16sc_C1R(Npp16sc oValue, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiSet_16sc_C2R(Npp16sc[] aValue, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
16-bit complex integer two-channel image set.
aValue
- New pixel value.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
- New pixel value.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
- New pixel value.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
- New pixel value.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
- New pixel value.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
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
- New pixel value.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.pMask
- Pointer to the mask image. This is a single channel 8-bit unsigned int image.nMaskStep
- Number of bytes between line starts of successive lines in the mask image.
public static int nppiSet_32s_C4R(int[] aValues, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 32-bit image set.
aValues
- New pixel value.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSet_32s_C4MR(int[] aValues, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
Masked 4 channel 32-bit image set.
aValues
- New pixel value.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.pMask
- Pointer to the mask image. This is a single channel 8-bit unsigned int image.nMaskStep
- Number of bytes between line starts of successive lines in the mask image.
public static int nppiSet_32s_AC4R(int[] aValues, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 16-bit image set method, not affecting Alpha channel. For RGBA images, this method allows setting of the RGB values without changing the contents of the alpha-channel (fourth channel).
aValues
- Three-channel array containing the pixel-value to be set.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSet_32s_AC4MR(int[] aValues, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
public static int nppiSet_32s_C4CR(int nValue, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 32-bit unsigned image set affecting only single channel. For RGBA images, this method allows setting of a single of the four (RGBA) values without changing the contents of the other three channels. The channel is selected via the pDst pointer. The pointer needs to point to the actual first value to be set, e.g. in order to set the R-channel (first channel), one would pass pDst unmodified, since its value actually points to the r channel. If one wanted to modify the B channel (second channel), one would pass pDst + 2 to the function.
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_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)
32-bit complex integer four-channel image set ignoring alpha.
aValue
- New pixel value.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSet_32f_C1R(float nValue, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
32-bit floating point image set.
nValue
- New pixel value.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
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
- New pixel value.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.pMask
- Pointer to the mask image. This is a single channel 8-bit unsigned int image.nMaskStep
- Number of bytes between line starts of successive lines in the mask image.
public static int nppiSet_32f_C4R(float[] aValues, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 32-bit floating point image set.
aValues
- New pixel value.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSet_32f_C4MR(float[] aValues, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
Masked 4 channel 32-bit floating point image set.
aValues
- New pixel value.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.pMask
- Pointer to the mask image. This is a single channel 8-bit unsigned int image.nMaskStep
- Number of bytes between line starts of successive lines in the mask image.
public static int nppiSet_32f_AC4R(float[] aValues, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 32-bit floating point image set method, not affecting Alpha channel. For RGBA images, this method allows setting of the RGB values without changing the contents of the alpha-channel (fourth channel).
aValues
- Three-channel array containing the pixel-value to be set.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSet_32f_AC4MR(float[] aValues, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
Masked 4 channel 32-bit floating point image set method, not affecting Alpha channel. For RGBA images, this method allows setting of the RGB values without changing the contents of the alpha-channel (fourth channel).
aValues
- Three-channel array containing the pixel-value to be set.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.pMask
- Pointer to the mask image. This is a single channel 8-bit unsigned int image.nMaskStep
- Number of bytes between line starts of successive lines in the mask image.
public static int nppiSet_32f_C4CR(float nValue, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
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)
Two 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_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
- New pixel value.pDst
- \ref destination_image_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)
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_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_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
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_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
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_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)
Two-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_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)
Four-channel 32-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_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_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)
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)
Three-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_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
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)
\ref masked_operation three 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_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)
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)
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)
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)
Single-channel to three-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_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 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_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 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_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 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_C1C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Single-channel to three-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_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 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_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 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_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 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_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 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_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 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_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] aDst, int nDstStep, NppiSize oSizeROI)
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
- Planar \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_16s_C3P3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s>[] aDst, int nDstStep, NppiSize oSizeROI)
Three-channel 16-bit signed packed to planar image copy.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.aDst
- Planar \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_16s_C4P4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s>[] aDst, int nDstStep, NppiSize oSizeROI)
Four-channel 16-bit signed packed to planar image copy.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.aDst
- Planar \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_16u_C3P3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u>[] aDst, int nDstStep, NppiSize oSizeROI)
Three-channel 16-bit unsigned packed to planar image copy.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.aDst
- Planar \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_16u_C4P4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u>[] aDst, int nDstStep, NppiSize oSizeROI)
public static int nppiCopy_32s_C3P3R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s>[] aDst, int nDstStep, NppiSize oSizeROI)
Three-channel 32-bit signed packed to planar image copy.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.aDst
- Planar \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_32s_C4P4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s>[] aDst, int nDstStep, NppiSize oSizeROI)
public static int nppiCopy_32f_C3P3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f>[] aDst, int nDstStep, NppiSize oSizeROI)
Three-channel 32-bit float packed to planar image copy.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.aDst
- Planar \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_32f_C4P4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f>[] aDst, int nDstStep, NppiSize oSizeROI)
Four-channel 32-bit float packed to planar image copy.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.aDst
- Planar \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_8u_P3C3R(TypedPointer<Npp8u>[] aSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Three-channel 8-bit unsigned planar to packed image copy.
aSrc
- Planar \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_8u_P4C4R(TypedPointer<Npp8u>[] aSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four-channel 8-bit unsigned planar to packed image copy.
aSrc
- Planar \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_16u_P3C3R(TypedPointer<Npp16u>[] aSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Three-channel 16-bit unsigned planar to packed image copy.
aSrc
- Planar \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_16u_P4C4R(TypedPointer<Npp16u>[] aSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four-channel 16-bit unsigned planar to packed image copy.
aSrc
- Planar \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_16s_P3C3R(TypedPointer<Npp16s>[] aSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiCopy_16s_P4C4R(TypedPointer<Npp16s>[] aSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
Four-channel 16-bit signed planar to packed image copy.
aSrc
- Planar \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_32s_P3C3R(TypedPointer<Npp32s>[] aSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Three-channel 32-bit signed planar to packed image copy.
aSrc
- Planar \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_32s_P4C4R(TypedPointer<Npp32s>[] aSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four-channel 32-bit signed planar to packed image copy.
aSrc
- Planar \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_32f_P3C3R(TypedPointer<Npp32f>[] aSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three-channel 32-bit float planar to packed image copy.
aSrc
- Planar \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_32f_P4C4R(TypedPointer<Npp32f>[] aSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four-channel 32-bit float planar to packed image copy.
aSrc
- Planar \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiConvert_8u16u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Single channel 8-bit unsigned to 16-bit unsigned conversion.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 nppiConvert_8u32s_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiConvert_8u32s_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four channel 8-bit unsigned to 32-bit signed conversion, not affecting Alpha.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 nppiConvert_8u32f_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiConvert_8s32s_C1R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Single channel 8-bit signed to 32-bit signed conversion.
pSrc
- \ref 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 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.
pSrc
- \ref 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 nppiConvert_8s32s_C4R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiConvert_8s32s_AC4R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiConvert_8s32f_C1R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Single channel 8-bit signed to 32-bit floating-point conversion.
pSrc
- \ref 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 nppiConvert_8s32f_C3R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiConvert_8s32f_C4R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four channel 8-bit signed to 32-bit floating-point conversion.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 nppiConvert_16u32f_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiConvert_16u32f_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three channel 16-bit unsigned to 32-bit floating-point conversion.
pSrc
- \ref 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 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.
pSrc
- \ref 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 nppiConvert_16u32f_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four channel 16-bit unsigned to 32-bit floating-point conversion, not affecting Alpha.
pSrc
- \ref 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 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.
pSrc
- \ref 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 nppiConvert_16s32s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Three channel 16-bit signed to 32-bit signed conversion.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 nppiConvert_32u32f_C1R(TypedPointer<Npp32u> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Single channel 32-bit unsigned to 32-bit floating-point conversion.
pSrc
- \ref 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 nppiConvert_16u8u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Single channel 16-bit unsigned to 8-bit unsigned conversion.
pSrc
- \ref 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 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.
pSrc
- \ref 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 nppiConvert_16u8u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiConvert_16u8u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four channel 16-bit unsigned to 8-bit unsigned conversion, not affecting Alpha.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 nppiConvert_32s8u_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiConvert_32s8u_C3R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Three channel 32-bit signed to 8-bit unsigned conversion.
pSrc
- \ref 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 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.
pSrc
- \ref 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 nppiConvert_32s8u_AC4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiConvert_32s8s_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
Single channel 32-bit signed to 8-bit signed conversion.
pSrc
- \ref 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 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.
pSrc
- \ref 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 nppiConvert_32s8s_C4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
Four channel 32-bit signed to 8-bit signed conversion.
pSrc
- \ref 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 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.
pSrc
- \ref 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 nppiConvert_8u8s_C1RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
public static int nppiConvert_16u8s_C1RSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
public static int nppiConvert_16s8s_C1RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
public static int nppiConvert_16u16s_C1RSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
public static int nppiConvert_32u8u_C1RSfs(TypedPointer<Npp32u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
public static int nppiConvert_32u8s_C1RSfs(TypedPointer<Npp32u> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
public static int nppiConvert_32u16u_C1RSfs(TypedPointer<Npp32u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
public static int nppiConvert_32u16s_C1RSfs(TypedPointer<Npp32u> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
public static int nppiConvert_32u32s_C1RSfs(TypedPointer<Npp32u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
public static int nppiConvert_32s16u_C1RSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
public static int nppiConvert_32s16s_C1RSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
public static int nppiConvert_32f8u_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
Single channel 32-bit floating point to 8-bit unsigned conversion.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eRoundMode
- Flag specifying how fractional float values are rounded to integer values.
public static int nppiConvert_32f8u_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
Three channel 32-bit floating point to 8-bit unsigned conversion.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eRoundMode
- Flag specifying how fractional float values are rounded to integer values.
public static int nppiConvert_32f8u_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
Four channel 32-bit floating point to 8-bit unsigned conversion.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eRoundMode
- Flag specifying how fractional float values are rounded to integer values.
public static int nppiConvert_32f8u_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
Four channel 32-bit floating point to 8-bit unsigned conversion, not affecting Alpha.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eRoundMode
- Flag specifying how fractional float values are rounded to integer values.
public static int nppiConvert_32f8s_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
Single channel 32-bit floating point to 8-bit signed conversion.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eRoundMode
- Flag specifying how fractional float values are rounded to integer values.
public static int nppiConvert_32f8s_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
Three channel 32-bit floating point to 8-bit signed conversion.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eRoundMode
- Flag specifying how fractional float values are rounded to integer values.
public static int nppiConvert_32f8s_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
Four channel 32-bit floating point to 8-bit signed conversion.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eRoundMode
- Flag specifying how fractional float values are rounded to integer values.
public static int nppiConvert_32f8s_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
Four channel 32-bit floating point to 8-bit signed conversion, not affecting Alpha.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eRoundMode
- Flag specifying how fractional float values are rounded to integer values.
public static int nppiConvert_32f16u_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
public static int nppiConvert_32f16u_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
Three channel 32-bit floating point to 16-bit unsigned conversion.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eRoundMode
- Flag specifying how fractional float values are rounded to integer values.
public static int nppiConvert_32f16u_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
Four channel 32-bit floating point to 16-bit unsigned conversion.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eRoundMode
- Flag specifying how fractional float values are rounded to integer values.
public static int nppiConvert_32f16u_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
Four channel 32-bit floating point to 16-bit unsigned conversion, not affecting Alpha.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eRoundMode
- Flag specifying how fractional float values are rounded to integer values.
public static int nppiConvert_32f16s_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
Single channel 32-bit floating point to 16-bit signed conversion.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eRoundMode
- Flag specifying how fractional float values are rounded to integer values.
public static int nppiConvert_32f16s_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
public static int nppiConvert_32f16s_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
Four channel 32-bit floating point to 16-bit signed conversion.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eRoundMode
- Flag specifying how fractional float values are rounded to integer values.
public static int nppiConvert_32f16s_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
Four channel 32-bit floating point to 16-bit signed conversion.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eRoundMode
- Flag specifying how fractional float values are rounded to integer values.
public static int nppiConvert_32f8u_C1RSfs(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
public static int nppiConvert_32f8s_C1RSfs(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
Single channel 32-bit floating point to 8-bit signed conversion.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eRoundMode
- Flag specifying how fractional float values are rounded to integer values.nScaleFactor
- \ref integer_result_scaling.
public static int nppiConvert_32f16u_C1RSfs(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
Single channel 32-bit floating point to 16-bit unsigned conversion.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eRoundMode
- Flag specifying how fractional float values are rounded to integer values.nScaleFactor
- \ref integer_result_scaling.
public static int nppiConvert_32f16s_C1RSfs(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
Single channel 32-bit floating point to 16-bit signed conversion.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eRoundMode
- Flag specifying how fractional float values are rounded to integer values.nScaleFactor
- \ref integer_result_scaling.
public static int nppiConvert_32f32u_C1RSfs(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
Single channel 32-bit floating point to 32-bit unsigned conversion.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eRoundMode
- Flag specifying how fractional float values are rounded to integer values.nScaleFactor
- \ref integer_result_scaling.
public static int nppiConvert_32f32s_C1RSfs(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode, int nScaleFactor)
public static int nppiCopyConstBorder_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSrcSizeROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, byte nValue)
8-bit unsigned image copy width constant border color.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSrcSizeROI
- Size of the source region of pixels.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstSizeROI
- Size (width, height) of the destination region, i.e. the region that gets filled with
data from the source image (inner part) and constant border color (outer part).nTopBorderHeight
- Height (in pixels) of the top border. The height of the border at the bottom of the
destination ROI is implicitly defined by the size of the source ROI:
nBottomBorderHeight = oDstSizeROI.height - nTopBorderHeight - oSrcSizeROI.height.nLeftBorderWidth
- Width (in pixels) of the left border. The width of the border at the right side of the
destination ROI is implicitly defined by the size of the source ROI:
nRightBorderWidth = oDstSizeROI.width - nLeftBorderWidth - oSrcSizeROI.width.nValue
- The pixel value to be set for border pixels.
public static int nppiCopyConstBorder_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSrcSizeROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, byte[] aValue)
4channel 8-bit unsigned image copy with constant border color. See nppiCopyConstBorder_8u_C1R() for detailed documentation.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSrcSizeROI
- Size of the source region-of-interest.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstSizeROI
- Size of the destination region-of-interest.nTopBorderHeight
- Height of top border.nLeftBorderWidth
- Width of left border.aValue
- Vector of the RGBA values of the border pixels to be set.
public static int nppiCopyConstBorder_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSrcSizeROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, byte[] aValue)
4 channel 8-bit unsigned image copy with constant border color. See nppiCopyConstBorder_8u_C1R() for detailed documentation.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSrcSizeROI
- Size of the source region-of-interest.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstSizeROI
- Size of the destination region-of-interest.nTopBorderHeight
- Height of top border.nLeftBorderWidth
- Width of left border.aValue
- Vector of the RGB values of the border pixels. Because this method does not
affect the destination image's alpha channel, only three components of the border color
are needed.
public static int nppiCopyConstBorder_32s_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, NppiSize oSrcSizeROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, int nValue)
32-bit image copy with constant border color. See nppiCopyConstBorder_8u_C1R() for detailed documentation.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSrcSizeROI
- Size of the source region-of-interest.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstSizeROI
- Size of the destination region-of-interest.nTopBorderHeight
- Height of top border.nLeftBorderWidth
- Width of left border.nValue
- Border luminance value.
public static int nppiTranspose_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI)
8-bit image transpose.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- Pointer to the destination ROI.nDstStep
- \ref destination_image_line_step.oROI
- \ref roi_specification.
public static int nppiSwapChannels_8u_C4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int[] aDstOrder)
public static int nppiAddC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel image add constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_8u_C1IRSfs(byte nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiAddC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiAddC_8u_C3IRSfs(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image add constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel..pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image add constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel..pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_8u_AC4IRSfs(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiAddC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiAddC_8u_C4IRSfs(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel in place image add constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiAddC_16u_C1IRSfs(short nConstant, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiAddC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel image add constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16u_C3IRSfs(short[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel in place image add constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image add constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16u_AC4IRSfs(short[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiAddC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiAddC_16u_C4IRSfs(short[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel in place image add constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiAddC_16s_C1IRSfs(short nConstant, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiAddC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiAddC_16s_C3IRSfs(short[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel in place image add constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image add constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16s_AC4IRSfs(short[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel image add constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16s_C4IRSfs(short[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel in place image add constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image add constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16sc_C1IRSfs(Npp16sc nConstant, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image add constant, scale, then clamp to saturated value.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image add constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16sc_C3IRSfs(Npp16sc[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image add constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image add constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16sc_AC4IRSfs(Npp16sc[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel image add constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_32s_C1IRSfs(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel in place image add constant, scale, then clamp to saturated value.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel image add constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_32s_C3IRSfs(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel in place image add constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image add constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_32sc_C1IRSfs(Npp32sc nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image add constant, scale, then clamp to saturated value.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image add constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_32sc_C3IRSfs(Npp32sc[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image add constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image add constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_32sc_AC4IRSfs(Npp32sc[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_32f_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, float nConstant, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image add constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddC_32f_C1IR(float nConstant, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel in place image add constant.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddC_32f_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, float[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel image add constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddC_32f_C3IR(float[] aConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel in place image add constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddC_32f_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, float[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image add constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddC_32f_AC4IR(float[] aConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image add constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddC_32f_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, float[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image add constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddC_32f_C4IR(float[] aConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image add constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddC_32fc_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, Npp32fc nConstant, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddC_32fc_C1IR(Npp32fc nConstant, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddC_32fc_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, Npp32fc[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddC_32fc_C3IR(Npp32fc[] aConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddC_32fc_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, Npp32fc[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image add constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddC_32fc_AC4IR(Npp32fc[] aConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image add constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddC_32fc_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, Npp32fc[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddC_32fc_C4IR(Npp32fc[] aConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_8u_C1IRSfs(byte nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel in place image multiply by constant, scale, then clamp to saturated value.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_8u_C3IRSfs(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image multiply by constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_8u_AC4IRSfs(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_8u_C4IRSfs(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel in place image multiply by constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16u_C1IRSfs(short nConstant, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiMulC_16u_C3IRSfs(short[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16u_AC4IRSfs(short[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16u_C4IRSfs(short[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16s_C1IRSfs(short nConstant, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiMulC_16s_C3IRSfs(short[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16s_AC4IRSfs(short[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiMulC_16s_C4IRSfs(short[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16sc_C1IRSfs(Npp16sc nConstant, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiMulC_16sc_C3IRSfs(Npp16sc[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiMulC_16sc_AC4IRSfs(Npp16sc[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_32s_C1IRSfs(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel in place image multiply by constant, scale, then clamp to saturated value.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_32s_C3IRSfs(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel in place image multiply by constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_32sc_C1IRSfs(Npp32sc nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_32sc_C3IRSfs(Npp32sc[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_32sc_AC4IRSfs(Npp32sc[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_32f_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, float nConstant, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image multiply by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulC_32f_C1IR(float nConstant, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel in place image multiply by constant.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulC_32f_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, float[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel image multiply by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulC_32f_C3IR(float[] aConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel in place image multiply by constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulC_32f_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, float[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image multiply by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulC_32f_AC4IR(float[] aConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image multiply by constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulC_32f_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, float[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiMulC_32f_C4IR(float[] aConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image multiply by constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulC_32fc_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, Npp32fc nConstant, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulC_32fc_C1IR(Npp32fc nConstant, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulC_32fc_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, Npp32fc[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulC_32fc_C3IR(Npp32fc[] aConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulC_32fc_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, Npp32fc[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiMulC_32fc_AC4IR(Npp32fc[] aConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image multiply by constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulC_32fc_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, Npp32fc[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulC_32fc_C4IR(Npp32fc[] aConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulCScale_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image multiply by constant and scale by max bit width value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulCScale_8u_C1IR(byte nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel in place image multiply by constant and scale by max bit width value.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulCScale_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel image multiply by constant and scale by max bit width value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulCScale_8u_C3IR(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel 8-bit unsigned char in place image multiply by constant and scale by max bit width value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulCScale_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha image multiply by constant and scale by max bit width value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulCScale_8u_AC4IR(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha in place image multiply by constant, scale and scale by max bit width value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulCScale_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image multiply by constant and scale by max bit width value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulCScale_8u_C4IR(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image multiply by constant and scale by max bit width value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulCScale_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image multiply by constant and scale by max bit width value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulCScale_16u_C1IR(short nConstant, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulCScale_16u_C3R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiMulCScale_16u_C3IR(short[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulCScale_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha image multiply by constant and scale by max bit width value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulCScale_16u_AC4IR(short[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha in place image multiply by constant and scale by max bit width value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulCScale_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image multiply by constant and scale by max bit width value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulCScale_16u_C4IR(short[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSubC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_8u_C1IRSfs(byte nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel in place image subtract constant, scale, then clamp to saturated value.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_8u_C3IRSfs(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image subtract constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiSubC_8u_AC4IRSfs(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_8u_C4IRSfs(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel in place image subtract constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16u_C1IRSfs(short nConstant, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16u_C3IRSfs(short[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16u_AC4IRSfs(short[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16u_C4IRSfs(short[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16s_C1IRSfs(short nConstant, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiSubC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16s_C3IRSfs(short[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16s_AC4IRSfs(short[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiSubC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16s_C4IRSfs(short[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiSubC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16sc_C1IRSfs(Npp16sc nConstant, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16sc_C3IRSfs(Npp16sc[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiSubC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16sc_AC4IRSfs(Npp16sc[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_32s_C1IRSfs(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel in place image subtract constant, scale, then clamp to saturated value.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_32s_C3IRSfs(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel in place image subtract constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_32sc_C1IRSfs(Npp32sc nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_32sc_C3IRSfs(Npp32sc[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_32sc_AC4IRSfs(Npp32sc[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_32f_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, float nConstant, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image subtract constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSubC_32f_C1IR(float nConstant, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel in place image subtract constant.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSubC_32f_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, float[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel image subtract constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSubC_32f_C3IR(float[] aConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel in place image subtract constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSubC_32f_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, float[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image subtract constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSubC_32f_AC4IR(float[] aConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image subtract constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSubC_32f_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, float[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image subtract constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSubC_32f_C4IR(float[] aConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image subtract constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSubC_32fc_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, Npp32fc nConstant, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSubC_32fc_C1IR(Npp32fc nConstant, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSubC_32fc_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, Npp32fc[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiSubC_32fc_C3IR(Npp32fc[] aConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSubC_32fc_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, Npp32fc[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image subtract constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSubC_32fc_AC4IR(Npp32fc[] aConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image subtract constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSubC_32fc_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, Npp32fc[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSubC_32fc_C4IR(Npp32fc[] aConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDivC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_8u_C1IRSfs(byte nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiDivC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_8u_C3IRSfs(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image divided by constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_8u_AC4IRSfs(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiDivC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_8u_C4IRSfs(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel in place image divided by constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16u_C1IRSfs(short nConstant, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16u_C3IRSfs(short[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiDivC_16u_AC4IRSfs(short[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16u_C4IRSfs(short[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiDivC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16s_C1IRSfs(short nConstant, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16s_C3IRSfs(short[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiDivC_16s_AC4IRSfs(short[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16s_C4IRSfs(short[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16sc_C1IRSfs(Npp16sc nConstant, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16sc_C3IRSfs(Npp16sc[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, Npp16sc[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16sc_AC4IRSfs(Npp16sc[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiDivC_32s_C1IRSfs(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel in place image divided by constant, scale, then clamp to saturated value.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_32s_C3IRSfs(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel in place image divided by constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_32sc_C1IRSfs(Npp32sc nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_32sc_C3IRSfs(Npp32sc[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, Npp32sc[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_32sc_AC4IRSfs(Npp32sc[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_32f_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, float nConstant, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image divided by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDivC_32f_C1IR(float nConstant, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
public static int nppiDivC_32f_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, float[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel image divided by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDivC_32f_C3IR(float[] aConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel in place image divided by constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDivC_32f_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, float[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image divided by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDivC_32f_AC4IR(float[] aConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image divided by constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDivC_32f_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, float[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image divided by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDivC_32f_C4IR(float[] aConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image divided by constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDivC_32fc_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, Npp32fc nConstant, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDivC_32fc_C1IR(Npp32fc nConstant, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDivC_32fc_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, Npp32fc[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDivC_32fc_C3IR(Npp32fc[] aConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDivC_32fc_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, Npp32fc[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image divided by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDivC_32fc_AC4IR(Npp32fc[] aConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image divided by constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDivC_32fc_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, Npp32fc[] aConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDivC_32fc_C4IR(Npp32fc[] aConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAbsDiffC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nConstant)
One 8-bit unsigned char channel image absolute difference with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAbsDiffC_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short nConstant)
One 16-bit unsigned short channel image absolute difference with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAbsDiffC_32f_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float nConstant)
One 32-bit floating point channel image absolute difference with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAdd_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_8u_C1IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_8u_C3IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_8u_C4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_16u_C1RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiAdd_16u_C1IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_16u_C3RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_16u_C3IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_16u_C4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_16u_C4IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiAdd_16s_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiAdd_16s_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_16s_C4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiAdd_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
public static int nppiAdd_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image add. Add the pixel values of corresponding pixels in the ROI and write them to the output image.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAdd_32s_C1IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_32s_C3IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAdd_32f_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image addition.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAdd_32f_C1IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel in place image addition.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAdd_32f_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel image addition.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAdd_32f_C3IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
public static int nppiAdd_32f_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image addition.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAdd_32f_AC4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image addition.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAdd_32f_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image addition.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAdd_32f_C4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image addition.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAdd_32fc_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAdd_32fc_C1IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAdd_32fc_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAdd_32fc_C3IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAdd_32fc_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image addition.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAdd_32fc_AC4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image addition.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAdd_32fc_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAdd_32fc_C4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddSquare_8u32f_C1IMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddSquare_8u32f_C1IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image squared then added to in place floating point destination image.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddSquare_16u32f_C1IMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddSquare_16u32f_C1IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image squared then added to in place floating point destination image.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddSquare_32f_C1IMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddSquare_32f_C1IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image squared then added to in place floating point destination image.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddProduct_8u32f_C1IMR(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddProduct_8u32f_C1IR(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image product added to in place floating point destination image.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddProduct_16u32f_C1IMR(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddProduct_16u32f_C1IR(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image product added to in place floating point destination image.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddProduct_32f_C1IMR(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddProduct_32f_C1IR(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image product added to in place floating point destination image.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddWeighted_8u32f_C1IMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nAlpha)
One 8-bit unsigned char channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nAlpha
- Alpha weight to be applied to source image pixels (0.0F to 1.0F)
public static int nppiAddWeighted_8u32f_C1IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nAlpha)
One 8-bit unsigned char channel alpha weighted image added to in place floating point destination image.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nAlpha
- Alpha weight to be applied to source image pixels (0.0F to 1.0F)
public static int nppiAddWeighted_16u32f_C1IMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nAlpha)
One 16-bit unsigned short channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nAlpha
- Alpha weight to be applied to source image pixels (0.0F to 1.0F)
public static int nppiAddWeighted_16u32f_C1IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nAlpha)
One 16-bit unsigned short channel alpha weighted image added to in place floating point destination image.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nAlpha
- Alpha weight to be applied to source image pixels (0.0F to 1.0F)
public static int nppiAddWeighted_32f_C1IMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nAlpha)
One 32-bit floating point channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nAlpha
- Alpha weight to be applied to source image pixels (0.0F to 1.0F)
public static int nppiAddWeighted_32f_C1IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nAlpha)
One 32-bit floating point channel alpha weighted image added to in place floating point destination image.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nAlpha
- Alpha weight to be applied to source image pixels (0.0F to 1.0F)
public static int nppiMul_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_8u_C1IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_8u_C3IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_8u_C4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_16u_C1RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_16u_C1IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_16u_C3RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_16u_C3IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_16u_C4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_16u_C4IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_16s_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_16s_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_16s_C4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 1 channel 32-bit image multiplication. Multiply corresponding pixels in ROI.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMul_32s_C1IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_32s_C3IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMul_32f_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image multiplication.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMul_32f_C1IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel in place image multiplication.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMul_32f_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel image multiplication.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMul_32f_C3IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel in place image multiplication.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMul_32f_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image multiplication.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMul_32f_AC4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image multiplication.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMul_32f_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image multiplication.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMul_32f_C4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image multiplication.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMul_32fc_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMul_32fc_C1IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMul_32fc_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMul_32fc_C3IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMul_32fc_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiplication.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMul_32fc_AC4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiplication.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMul_32fc_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMul_32fc_C4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulScale_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulScale_8u_C1IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulScale_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulScale_8u_C3IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulScale_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha image multiplication then scale by maximum value for pixel bit width.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulScale_8u_AC4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha in place image multiplication then scale by maximum value for pixel bit width.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulScale_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulScale_8u_C4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulScale_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulScale_16u_C1IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulScale_16u_C3R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulScale_16u_C3IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulScale_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha image multiplication then scale by maximum value for pixel bit width.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulScale_16u_AC4IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha in place image multiplication then scale by maximum value for pixel bit width.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulScale_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulScale_16u_C4IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSub_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_8u_C1IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_8u_C3IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_8u_C4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_16u_C1RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_16u_C1IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_16u_C3RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_16u_C3IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_16u_C4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_16u_C4IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_16s_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_16s_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_16s_C4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image subtraction. Subtract pSrc1's pixels from corresponding pixels in pSrc2.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSub_32s_C1IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_32s_C3IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_32s_C4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_32s_C4IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSub_32f_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image subtraction.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSub_32f_C1IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel in place image subtraction.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSub_32f_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel image subtraction.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSub_32f_C3IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel in place image subtraction.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSub_32f_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image subtraction.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSub_32f_AC4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image subtraction.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSub_32f_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image subtraction.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSub_32f_C4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image subtraction.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSub_32fc_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSub_32fc_C1IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSub_32fc_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSub_32fc_C3IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSub_32fc_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtraction.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSub_32fc_AC4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtraction.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSub_32fc_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSub_32fc_C4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDiv_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_8u_C1IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_8u_C3IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_8u_C4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_16u_C1RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_16u_C1IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_16u_C3RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_16u_C3IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_16u_C4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_16u_C4IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_16s_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_16s_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_16s_C4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image division. Divide pixels in pSrc2 by pSrc1's pixels.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDiv_32s_C1IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_32s_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_32s_C3IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_32f_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image division.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDiv_32f_C1IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel in place image division.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDiv_32f_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel image division.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDiv_32f_C3IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel in place image division.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDiv_32f_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image division.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDiv_32f_AC4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image division.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDiv_32f_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image division.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDiv_32f_C4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image division.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDiv_32fc_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDiv_32fc_C1IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDiv_32fc_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDiv_32fc_C3IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDiv_32fc_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image division.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDiv_32fc_AC4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image division.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDiv_32fc_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDiv_32fc_C4IR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDiv_Round_8u_C1RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rndMode
- Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_Round_8u_C1IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rndMode
- Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_Round_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rndMode
- Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_Round_8u_C3IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
Three 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rndMode
- Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_Round_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
Four 8-bit unsigned char channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rndMode
- Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_Round_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
Four 8-bit unsigned char channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rndMode
- Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_Round_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
Four 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rndMode
- Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_Round_8u_C4IRSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
Four 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rndMode
- Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_Round_16u_C1RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
One 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rndMode
- Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_Round_16u_C1IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rndMode
- Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_Round_16u_C3RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
Three 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rndMode
- Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_Round_16u_C3IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
Three 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rndMode
- Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_Round_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
Four 16-bit unsigned short channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rndMode
- Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_Round_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
Four 16-bit unsigned short channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rndMode
- Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_Round_16u_C4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
Four 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rndMode
- Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_Round_16u_C4IRSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
Four 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rndMode
- Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_Round_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rndMode
- Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_Round_16s_C1IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rndMode
- Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_Round_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rndMode
- Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_Round_16s_C3IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
Three 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rndMode
- Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_Round_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
Four 16-bit signed short channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rndMode
- Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_Round_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
Four 16-bit signed short channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rndMode
- Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_Round_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rndMode
- Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)nScaleFactor
- \ref integer_result_scaling.
public static int nppiDiv_Round_16s_C4IRSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int rndMode, int nScaleFactor)
Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rndMode
- Result Rounding mode to be used (NPP_RND_ZERO, NPP_RND_NEAR, or NP_RND_FINANCIAL)nScaleFactor
- \ref integer_result_scaling.
public static int nppiAbs_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
One 16-bit signed short channel image absolute value.
pSrc
- \ref 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 nppiAbs_16s_C1IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit signed short channel in place image absolute value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAbs_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
Three 16-bit signed short channel image absolute value.
pSrc
- \ref 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 nppiAbs_16s_C3IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit signed short channel in place image absolute value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAbs_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit signed short channel image absolute value with unmodified alpha.
pSrc
- \ref 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 nppiAbs_16s_AC4IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit signed short channel in place image absolute value with unmodified alpha.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAbs_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit signed short channel image absolute value.
pSrc
- \ref 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 nppiAbs_16s_C4IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit signed short channel in place image absolute value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAbs_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image absolute value.
pSrc
- \ref 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 nppiAbs_32f_C1IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel in place image absolute value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAbs_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel image absolute value.
pSrc
- \ref 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 nppiAbs_32f_C3IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel in place image absolute value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAbs_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image absolute value with unmodified alpha.
pSrc
- \ref 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 nppiAbs_32f_AC4IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image absolute value with unmodified alpha.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAbs_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image absolute value.
pSrc
- \ref 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 nppiAbs_32f_C4IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image absolute value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAbsDiff_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel absolute difference of image1 minus image2.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAbsDiff_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channels absolute difference of image1 minus image2.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAbsDiff_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channels absolute difference of image1 minus image2.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAbsDiff_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel absolute difference of image1 minus image2.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAbsDiff_32f_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point channel absolute difference of image1 minus image2.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSqr_8u_C1RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqr_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqr_8u_C3RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqr_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqr_8u_AC4RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqr_8u_AC4IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqr_8u_C4RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqr_8u_C4IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqr_16u_C1RSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqr_16u_C1IRSfs(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqr_16u_C3RSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqr_16u_C3IRSfs(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqr_16u_AC4RSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqr_16u_AC4IRSfs(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqr_16u_C4RSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqr_16u_C4IRSfs(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqr_16s_C1RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqr_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqr_16s_C3RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqr_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqr_16s_AC4RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqr_16s_AC4IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqr_16s_C4RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqr_16s_C4IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqr_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image squared.
pSrc
- \ref 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 nppiSqr_32f_C1IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel in place image squared.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSqr_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel image squared.
pSrc
- \ref 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 nppiSqr_32f_C3IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel in place image squared.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSqr_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image squared with unmodified alpha.
pSrc
- \ref 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 nppiSqr_32f_AC4IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image squared with unmodified alpha.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSqr_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image squared.
pSrc
- \ref 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 nppiSqr_32f_C4IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image squared.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSqrt_8u_C1RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqrt_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqrt_8u_C3RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqrt_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqrt_8u_AC4RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqrt_8u_AC4IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqrt_16u_C1RSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqrt_16u_C1IRSfs(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqrt_16u_C3RSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqrt_16u_C3IRSfs(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqrt_16u_AC4RSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqrt_16u_AC4IRSfs(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqrt_16s_C1RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqrt_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqrt_16s_C3RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqrt_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqrt_16s_AC4RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqrt_16s_AC4IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSqrt_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image square root.
pSrc
- \ref 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 nppiSqrt_32f_C1IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel in place image square root.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSqrt_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel image square root.
pSrc
- \ref 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 nppiSqrt_32f_C3IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel in place image square root.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSqrt_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image square root with unmodified alpha.
pSrc
- \ref 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 nppiSqrt_32f_AC4IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image square root with unmodified alpha.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSqrt_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image square root.
pSrc
- \ref 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 nppiSqrt_32f_C4IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image square root.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLn_8u_C1RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiLn_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiLn_8u_C3RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiLn_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiLn_16u_C1RSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiLn_16u_C1IRSfs(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiLn_16u_C3RSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiLn_16u_C3IRSfs(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiLn_16s_C1RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiLn_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiLn_16s_C3RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiLn_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiLn_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image natural logarithm.
pSrc
- \ref 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 nppiLn_32f_C1IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel in place image natural logarithm.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLn_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel image natural logarithm.
pSrc
- \ref 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 nppiLn_32f_C3IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel in place image natural logarithm.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiExp_8u_C1RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiExp_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 8-bit unsigned char channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiExp_8u_C3RSfs(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiExp_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiExp_16u_C1RSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiExp_16u_C1IRSfs(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiExp_16u_C3RSfs(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiExp_16u_C3IRSfs(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiExp_16s_C1RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiExp_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiExp_16s_C3RSfs(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiExp_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiExp_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit floating point channel image exponential.
pSrc
- \ref 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 nppiExp_32f_C1IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit floating point channel in place image exponential.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiExp_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel image exponential.
pSrc
- \ref 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 nppiExp_32f_C3IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel in place image exponential.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image logical and with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_8u_C1IR(byte nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical and with constant.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical and with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_8u_C3IR(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical and with constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and with constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_8u_AC4IR(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical and with constant with unmodified alpha.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_8u_C4IR(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical and with constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image logical and with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_16u_C1IR(short nConstant, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical and with constant.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_16u_C3R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical and with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_16u_C3IR(short[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical and with constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and with constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_16u_AC4IR(short[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical and with constant with unmodified alpha.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_16u_C4IR(short[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical and with constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel image logical and with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_32s_C1IR(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical and with constant.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel image logical and with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_32s_C3IR(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical and with constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and with constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_32s_AC4IR(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical and with constant with unmodified alpha.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_32s_C4IR(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical and with constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image logical or with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_8u_C1IR(byte nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical or with constant.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical or with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_8u_C3IR(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical or with constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or with constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_8u_AC4IR(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or with constant with unmodified alpha.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_8u_C4IR(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or with constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image logical or with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_16u_C1IR(short nConstant, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical or with constant.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_16u_C3R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical or with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_16u_C3IR(short[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical or with constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or with constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_16u_AC4IR(short[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or with constant with unmodified alpha.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_16u_C4IR(short[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or with constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel image logical or with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_32s_C1IR(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical or with constant.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel image logical or with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_32s_C3IR(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical or with constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or with constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_32s_AC4IR(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or with constant with unmodified alpha.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_32s_C4IR(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or with constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image logical exclusive or with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_8u_C1IR(byte nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical exclusive or with constant.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical exclusive or with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_8u_C3IR(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical exclusive or with constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or with constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_8u_AC4IR(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or with constant with unmodified alpha.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_8u_C4IR(byte[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or with constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image logical exclusive or with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_16u_C1IR(short nConstant, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical exclusive or with constant.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_16u_C3R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical exclusive or with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_16u_C3IR(short[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical exclusive or with constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or with constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_16u_AC4IR(short[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or with constant with unmodified alpha.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_16u_C4IR(short[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or with constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel image logical exclusive or with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_32s_C1IR(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical exclusive or with constant.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel image logical exclusive or with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_32s_C3IR(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical exclusive or with constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or with constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_32s_AC4IR(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or with constant with unmodified alpha.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_32s_C4IR(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or with constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image right shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_8u_C1IR(int nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel in place image right shift by constant.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel image right shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_8u_C3IR(int[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image right shift by constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image right shift by constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_8u_AC4IR(int[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image right shift by constant with unmodified alpha.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image right shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_8u_C4IR(int[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image right shift by constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_8s_C1R(TypedPointer<Npp8s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
One 8-bit signed char channel image right shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_8s_C1IR(int nConstant, TypedPointer<Npp8s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit signed char channel in place image right shift by constant.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_8s_C3R(TypedPointer<Npp8s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
Three 8-bit signed char channel image right shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_8s_C3IR(int[] aConstants, TypedPointer<Npp8s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit signed char channel in place image right shift by constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_8s_AC4R(TypedPointer<Npp8s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit signed char channel image right shift by constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_8s_AC4IR(int[] aConstants, TypedPointer<Npp8s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit signed char channel in place image right shift by constant with unmodified alpha.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_8s_C4R(TypedPointer<Npp8s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit signed char channel image right shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_8s_C4IR(int[] aConstants, TypedPointer<Npp8s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit signed char channel in place image right shift by constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image right shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_16u_C1IR(int nConstant, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel in place image right shift by constant.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_16u_C3R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel image right shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_16u_C3IR(int[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image right shift by constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image right shift by constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_16u_AC4IR(int[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image right shift by constant with unmodified alpha.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image right shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_16u_C4IR(int[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image right shift by constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_16s_C1R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
One 16-bit signed short channel image right shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_16s_C1IR(int nConstant, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit signed short channel in place image right shift by constant.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_16s_C3R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
Three 16-bit signed short channel image right shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_16s_C3IR(int[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit signed short channel in place image right shift by constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_16s_AC4R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit signed short channel image right shift by constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_16s_AC4IR(int[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit signed short channel in place image right shift by constant with unmodified alpha.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_16s_C4R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit signed short channel image right shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_16s_C4IR(int[] aConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit signed short channel in place image right shift by constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel image right shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_32s_C1IR(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel in place image right shift by constant.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel image right shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_32s_C3IR(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel in place image right shift by constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image right shift by constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_32s_AC4IR(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image right shift by constant with unmodified alpha.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image right shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_32s_C4IR(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image right shift by constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image left shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_8u_C1IR(int nConstant, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel in place image left shift by constant.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel image left shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_8u_C3IR(int[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image left shift by constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image left shift by constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_8u_AC4IR(int[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image left shift by constant with unmodified alpha.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image left shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_8u_C4IR(int[] aConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image left shift by constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image left shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- ConstantpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_16u_C1IR(int nConstant, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel in place image left shift by constant.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_16u_C3R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel image left shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_16u_C3IR(int[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image left shift by constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image left shift by constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_16u_AC4IR(int[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image left shift by constant with unmodified alpha.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image left shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_16u_C4IR(int[] aConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image left shift by constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel image left shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nConstant
- Constant.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_32s_C1IR(int nConstant, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel in place image left shift by constant.
nConstant
- Constant.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel image left shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_32s_C3IR(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel in place image left shift by constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image left shift by constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_32s_AC4IR(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image left shift by constant with unmodified alpha.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int[] aConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image left shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.aConstants
- fixed size array of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_32s_C4IR(int[] aConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image left shift by constant.
aConstants
- fixed size array of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAnd_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image logical and.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAnd_8u_C1IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical and.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAnd_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical and.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAnd_8u_C3IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical and.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAnd_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAnd_8u_AC4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical and with unmodified alpha.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAnd_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAnd_8u_C4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical and.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAnd_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image logical and.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAnd_16u_C1IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical and.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAnd_16u_C3R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical and.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAnd_16u_C3IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical and.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAnd_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAnd_16u_AC4IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical and with unmodified alpha.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAnd_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAnd_16u_C4IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical and.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAnd_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel image logical and.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAnd_32s_C1IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical and.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAnd_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel image logical and.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAnd_32s_C3IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical and.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAnd_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAnd_32s_AC4IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical and with unmodified alpha.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAnd_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAnd_32s_C4IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical and.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOr_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image logical or.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOr_8u_C1IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical or.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOr_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical or.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOr_8u_C3IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical or.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOr_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOr_8u_AC4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or with unmodified alpha.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOr_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOr_8u_C4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOr_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image logical or.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOr_16u_C1IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical or.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOr_16u_C3R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical or.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOr_16u_C3IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical or.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOr_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOr_16u_AC4IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or with unmodified alpha.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOr_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOr_16u_C4IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOr_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel image logical or.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOr_32s_C1IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical or.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOr_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel image logical or.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOr_32s_C3IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical or.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOr_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOr_32s_AC4IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or with unmodified alpha.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOr_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOr_32s_C4IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXor_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image logical exclusive or.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXor_8u_C1IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical exclusive or.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXor_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical exclusive or.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXor_8u_C3IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical exclusive or.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXor_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXor_8u_AC4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or with unmodified alpha.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXor_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXor_8u_C4IR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXor_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image logical exclusive or.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXor_16u_C1IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical exclusive or.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXor_16u_C3R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical exclusive or.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXor_16u_C3IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical exclusive or.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXor_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXor_16u_AC4IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or with unmodified alpha.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXor_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXor_16u_C4IR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXor_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel image logical exclusive or.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXor_32s_C1IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical exclusive or.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXor_32s_C3R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel image logical exclusive or.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXor_32s_C3IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical exclusive or.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXor_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXor_32s_AC4IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or with unmodified alpha.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXor_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXor_32s_C4IR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiNot_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image logical not.
pSrc
- \ref 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 nppiNot_8u_C1IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical not.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiNot_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical not.
pSrc
- \ref 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 nppiNot_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical not.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiNot_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical not with unmodified alpha.
pSrc
- \ref 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 nppiNot_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical not with unmodified alpha.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiNot_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical not.
pSrc
- \ref 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 nppiNot_8u_C4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical not.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAlphaCompC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pSrc2, int nSrc2Step, byte nAlpha2, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
One 8-bit unsigned char channel image composition using constant alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nAlpha1
- Image alpha opacity (0 - max channel pixel value).pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.nAlpha2
- Image alpha opacity (0 - max channel pixel value).pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eAlphaOp
- alpha-blending operation..
public static int nppiAlphaCompC_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pSrc2, int nSrc2Step, byte nAlpha2, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
Three 8-bit unsigned char channel image composition using constant alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nAlpha1
- Image alpha opacity (0 - max channel pixel value).pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.nAlpha2
- Image alpha opacity (0 - max channel pixel value).pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eAlphaOp
- alpha-blending operation..
public static int nppiAlphaCompC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pSrc2, int nSrc2Step, byte nAlpha2, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
Four 8-bit unsigned char channel image composition using constant alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nAlpha1
- Image alpha opacity (0 - max channel pixel value).pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.nAlpha2
- Image alpha opacity (0 - max channel pixel value).pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eAlphaOp
- alpha-blending operation..
public static int nppiAlphaCompC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pSrc2, int nSrc2Step, byte nAlpha2, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
Four 8-bit unsigned char channel image composition with alpha using constant source alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nAlpha1
- Image alpha opacity (0 - max channel pixel value).pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.nAlpha2
- Image alpha opacity (0 - max channel pixel value).pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eAlphaOp
- alpha-blending operation..
public static int nppiAlphaCompC_8s_C1R(TypedPointer<Npp8s> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8s> pSrc2, int nSrc2Step, byte nAlpha2, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
One 8-bit signed char channel image composition using constant alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nAlpha1
- Image alpha opacity (0 - max channel pixel value).pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.nAlpha2
- Image alpha opacity (0 - max channel pixel value).pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eAlphaOp
- alpha-blending operation..
public static int nppiAlphaCompC_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nAlpha1, TypedPointer<Npp16u> pSrc2, int nSrc2Step, short nAlpha2, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
One 16-bit unsigned short channel image composition using constant alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nAlpha1
- Image alpha opacity (0 - max channel pixel value).pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.nAlpha2
- Image alpha opacity (0 - max channel pixel value).pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eAlphaOp
- alpha-blending operation..
public static int nppiAlphaCompC_16u_C3R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nAlpha1, TypedPointer<Npp16u> pSrc2, int nSrc2Step, short nAlpha2, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
Three 16-bit unsigned short channel image composition using constant alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nAlpha1
- Image alpha opacity (0 - max channel pixel value).pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.nAlpha2
- Image alpha opacity (0 - max channel pixel value).pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eAlphaOp
- alpha-blending operation..
public static int nppiAlphaCompC_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nAlpha1, TypedPointer<Npp16u> pSrc2, int nSrc2Step, short nAlpha2, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
Four 16-bit unsigned short channel image composition using constant alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nAlpha1
- Image alpha opacity (0 - max channel pixel value).pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.nAlpha2
- Image alpha opacity (0 - max channel pixel value).pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eAlphaOp
- alpha-blending operation..
public static int nppiAlphaCompC_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nAlpha1, TypedPointer<Npp16u> pSrc2, int nSrc2Step, short nAlpha2, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
Four 16-bit unsigned short channel image composition with alpha using constant source alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nAlpha1
- Image alpha opacity (0 - max channel pixel value).pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.nAlpha2
- Image alpha opacity (0 - max channel pixel value).pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eAlphaOp
- alpha-blending operation..
public static int nppiAlphaCompC_16s_C1R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short nAlpha1, TypedPointer<Npp16s> pSrc2, int nSrc2Step, short nAlpha2, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
One 16-bit signed short channel image composition using constant alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nAlpha1
- Image alpha opacity (0 - max channel pixel value).pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.nAlpha2
- Image alpha opacity (0 - max channel pixel value).pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eAlphaOp
- alpha-blending operation..
public static int nppiAlphaCompC_32u_C1R(TypedPointer<Npp32u> pSrc1, int nSrc1Step, int nAlpha1, TypedPointer<Npp32u> pSrc2, int nSrc2Step, int nAlpha2, TypedPointer<Npp32u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
One 32-bit unsigned integer channel image composition using constant alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nAlpha1
- Image alpha opacity (0 - max channel pixel value).pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.nAlpha2
- Image alpha opacity (0 - max channel pixel value).pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eAlphaOp
- alpha-blending operation..
public static int nppiAlphaCompC_32s_C1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nAlpha1, TypedPointer<Npp32s> pSrc2, int nSrc2Step, int nAlpha2, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
One 32-bit signed integer channel image composition using constant alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nAlpha1
- Image alpha opacity (0 - max channel pixel value).pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.nAlpha2
- Image alpha opacity (0 - max channel pixel value).pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eAlphaOp
- alpha-blending operation..
public static int nppiAlphaCompC_32f_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, float nAlpha1, TypedPointer<Npp32f> pSrc2, int nSrc2Step, float nAlpha2, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
One 32-bit floating point channel image composition using constant alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nAlpha1
- Image alpha opacity (0.0 - 1.0).pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.nAlpha2
- Image alpha opacity (0.0 - 1.0).pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eAlphaOp
- alpha-blending operation..
public static int nppiAlphaPremulC_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel image premultiplication using constant alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nAlpha1
- Image alpha opacity (0 - max channel pixel value).pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAlphaPremulC_8u_C1IR(byte nAlpha1, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 8-bit unsigned char channel in place image premultiplication using constant alpha.
nAlpha1
- Image alpha opacity (0 - max channel pixel value).pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAlphaPremulC_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel image premultiplication using constant alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nAlpha1
- Image alpha opacity (0 - max channel pixel value).pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAlphaPremulC_8u_C3IR(byte nAlpha1, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image premultiplication using constant alpha.
nAlpha1
- Image alpha opacity (0 - max channel pixel value).pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAlphaPremulC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image premultiplication using constant alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nAlpha1
- Image alpha opacity (0 - max channel pixel value).pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAlphaPremulC_8u_C4IR(byte nAlpha1, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image premultiplication using constant alpha.
nAlpha1
- Image alpha opacity (0 - max channel pixel value).pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAlphaPremulC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image premultiplication with alpha using constant alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nAlpha1
- Image alpha opacity (0 - max channel pixel value).pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAlphaPremulC_8u_AC4IR(byte nAlpha1, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image premultiplication with alpha using constant alpha.
nAlpha1
- Image alpha opacity (0 - max channel pixel value).pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAlphaPremulC_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nAlpha1, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel image premultiplication using constant alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nAlpha1
- Image alpha opacity (0 - max channel pixel value).pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAlphaPremulC_16u_C1IR(short nAlpha1, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
One 16-bit unsigned short channel in place image premultiplication using constant alpha.
nAlpha1
- Image alpha opacity (0 - max channel pixel value).pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAlphaPremulC_16u_C3R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nAlpha1, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel image premultiplication using constant alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nAlpha1
- Image alpha opacity (0 - max channel pixel value).pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAlphaPremulC_16u_C3IR(short nAlpha1, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image premultiplication using constant alpha.
nAlpha1
- Image alpha opacity (0 - max channel pixel value).pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAlphaPremulC_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nAlpha1, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image premultiplication using constant alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nAlpha1
- Image alpha opacity (0 - max channel pixel value).pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAlphaPremulC_16u_C4IR(short nAlpha1, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image premultiplication using constant alpha.
nAlpha1
- Image alpha opacity (0 - max channel pixel value).pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAlphaPremulC_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nAlpha1, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image premultiplication with alpha using constant alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.nAlpha1
- Image alpha opacity (0 - max channel pixel value).pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAlphaPremulC_16u_AC4IR(short nAlpha1, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image premultiplication with alpha using constant alpha.
nAlpha1
- Image alpha opacity (0 - max channel pixel value).pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAlphaComp_8u_AC1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
One 8-bit unsigned char channel image composition using image alpha values (0 - max channel pixel value).
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eAlphaOp
- alpha-blending operation..
public static int nppiAlphaComp_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
Four 8-bit unsigned char channel image composition using image alpha values (0 - max channel pixel value).
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eAlphaOp
- alpha-blending operation..
public static int nppiAlphaComp_8s_AC1R(TypedPointer<Npp8s> pSrc1, int nSrc1Step, TypedPointer<Npp8s> pSrc2, int nSrc2Step, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
One 8-bit signed char channel image composition using image alpha values (0 - max channel pixel value).
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eAlphaOp
- alpha-blending operation..
public static int nppiAlphaComp_16u_AC1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
One 16-bit unsigned short channel image composition using image alpha values (0 - max channel pixel value).
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eAlphaOp
- alpha-blending operation..
public static int nppiAlphaComp_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
Four 16-bit unsigned short channel image composition using image alpha values (0 - max channel pixel value).
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eAlphaOp
- alpha-blending operation..
public static int nppiAlphaComp_16s_AC1R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
One 16-bit signed short channel image composition using image alpha values (0 - max channel pixel value).
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eAlphaOp
- alpha-blending operation..
public static int nppiAlphaComp_32u_AC1R(TypedPointer<Npp32u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pSrc2, int nSrc2Step, TypedPointer<Npp32u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
One 32-bit unsigned integer channel image composition using image alpha values (0 - max channel pixel value).
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eAlphaOp
- alpha-blending operation..
public static int nppiAlphaComp_32u_AC4R(TypedPointer<Npp32u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pSrc2, int nSrc2Step, TypedPointer<Npp32u> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
Four 32-bit unsigned integer channel image composition using image alpha values (0 - max channel pixel value).
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eAlphaOp
- alpha-blending operation..
public static int nppiAlphaComp_32s_AC1R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
One 32-bit signed integer channel image composition using image alpha values (0 - max channel pixel value).
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eAlphaOp
- alpha-blending operation..
public static int nppiAlphaComp_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pSrc2, int nSrc2Step, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
Four 32-bit signed integer channel image composition using image alpha values (0 - max channel pixel value).
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eAlphaOp
- alpha-blending operation..
public static int nppiAlphaComp_32f_AC1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
One 32-bit floating point channel image composition using image alpha values (0.0 - 1.0).
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eAlphaOp
- alpha-blending operation..
public static int nppiAlphaComp_32f_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, int eAlphaOp)
Four 32-bit floating point channel image composition using image alpha values (0.0 - 1.0).
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eAlphaOp
- alpha-blending operation..
public static int nppiAlphaPremul_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image premultiplication with pixel alpha (0 - max channel pixel value).
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAlphaPremul_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image premultiplication with pixel alpha (0 - max channel pixel value).
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAlphaPremul_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image premultiplication with pixel alpha (0 - max channel pixel value).
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAlphaPremul_16u_AC4IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image premultiplication with pixel alpha (0 - max channel pixel value).
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRGBToYUV_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed YUV color conversion.
pSrc
- \ref 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 nppiRGBToYUV_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed YUV color conversion with alpha, not affecting alpha. images.
pSrc
- \ref 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 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.
pSrc
- \ref source_planar_image_pointer_array.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRGBToYUV_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YUV color conversion.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRGBToYUV_8u_AC4P4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned planar YUV color conversion with alpha. images.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiYUVToRGB_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed YUV to 3 channel 8-bit unsigned packed RGB color conversion.
pSrc
- \ref 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 nppiYUVToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 8-bit packed YUV with alpha to 4 channel 8-bit unsigned packed RGB color conversion with alpha, not affecting alpha. images.
pSrc
- \ref 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 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.
pSrc
- \ref source_planar_image_pointer_array.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiYUVToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YUV to 3 channel 8-bit unsigned packed RGB color conversion.
pSrc
- \ref source_planar_image_pointer_array.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRGBToYUV422_8u_C3C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed YUV422 color conversion.
pSrc
- \ref 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 nppiRGBToYUV422_8u_P3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar RGB to 3 channel 8-bit unsigned planar YUV422 color conversion. images.
pSrc
- \ref source_planar_image_pointer_array.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiRGBToYUV422_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
public static int nppiYUV422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
2 channel 8-bit unsigned packed YUV422 to 3 channel 8-bit unsigned packed RGB color conversion.
pSrc
- \ref 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 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.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDst
- \ref destination_planar_image_pointer_array.nDstStep
- \ref destination_planar_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiYUV422ToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiYUV422ToRGB_8u_P3AC4R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YUV422 to 4 channel 8-bit unsigned packed RGB color conversion with alpha.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRGBToYUV420_8u_P3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar RGB to 3 channel 8-bit unsigned planar YUV420 color conversion. images.
pSrc
- \ref source_planar_image_pointer_array.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiRGBToYUV420_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YUV420 color conversion.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiYUV420ToRGB_8u_P3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YUV420 to 3 channel 8-bit unsigned planar RGB color conversion.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDst
- \ref destination_planar_image_pointer_array.nDstStep
- \ref destination_planar_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiYUV420ToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YUV420 to 3 channel 8-bit unsigned packed RGB color conversion.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiYUV420ToRGB_8u_P3AC4R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YUV420 to 4 channel 8-bit unsigned packed RGB color conversion with alpha.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiBGRToYUV420_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
4 channel 8-bit unsigned pacmed BGR with alpha to 3 channel 8-bit unsigned planar YUV420 color conversion. images.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiYUV420ToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YUV420 to 3 channel 8-bit unsigned packed BGR color conversion.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRGBToYCbCr_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 3 channel unsigned 8-bit packed YCbCr color conversion.
pSrc
- \ref 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 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.
pSrc
- \ref 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 nppiRGBToYCbCr_8u_P3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiRGBToYCbCr_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 3 channel unsigned 8-bit planar YCbCr color conversion.
pSrc
- \ref 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 nppiRGBToYCbCr_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
4 channel 8-bit unsigned packed RGB with alpha to 3 channel 8-bit unsigned planar YCbCr color conversion.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiYCbCrToRGB_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed YCbCr to 3 channel 8-bit unsigned packed RGB color conversion.
pSrc
- \ref 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 nppiYCbCrToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 8-bit unsigned packed YCbCr with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion, not affecting alpha. Alpha channel is the last channel and is not processed.
pSrc
- \ref 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 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.
pSrc
- \ref source_planar_image_pointer_array.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiYCbCrToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr to 3 channel 8-bit unsigned packed RGB color conversion.
pSrc
- \ref source_planar_image_pointer_array.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiYCbCrToRGB_8u_P3C4R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
3 channel 8-bit unsigned planar YCbCr to 4 channel 8-bit unsigned packed RGB color conversion with constant alpha.
pSrc
- \ref source_planar_image_pointer_array.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nAval
- 8-bit unsigned alpha constant.
public static int nppiYCbCrToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr to 3 channel 8-bit unsigned packed BGR color conversion.
pSrc
- \ref source_planar_image_pointer_array.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiYCbCrToBGR_8u_P3C4R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
3 channel 8-bit unsigned planar YCbCr to 4 channel 8-bit unsigned packed BGR color conversion with constant alpha.
pSrc
- \ref source_planar_image_pointer_array.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nAval
- 8-bit unsigned alpha constant.
public static int nppiYCbCrToBGR_709CSC_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiYCbCrToBGR_709CSC_8u_P3C4R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
3 channel 8-bit unsigned planar YCbCr to 4 channel 8-bit unsigned packed BGR_709CSC color conversion with constant alpha.
pSrc
- \ref source_planar_image_pointer_array.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nAval
- 8-bit unsigned alpha constant.
public static int nppiRGBToYCbCr422_8u_C3C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed YCbCr422 color conversion. images.
pSrc
- \ref 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 nppiRGBToYCbCr422_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YCbCr422 color conversion. images.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiRGBToYCbCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar RGB to 2 channel 8-bit unsigned packed YCbCr422 color conversion. images.
pSrc
- \ref source_planar_image_pointer_array.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiYCbCr422ToRGB_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar RGB color conversion. images.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr422ToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr422 to 3 channel 8-bit unsigned packed RGB color conversion. images.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRGBToYCrCb422_8u_C3C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed YCrCb422 color conversion. images.
pSrc
- \ref 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 nppiRGBToYCrCb422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar RGB to 2 channel 8-bit unsigned packed YCrCb422 color conversion. images.
pSrc
- \ref source_planar_image_pointer_array.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiYCrCb422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned packed RGB color conversion. images.
pSrc
- \ref 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 nppiYCrCb422ToRGB_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned planar RGB color conversion. images.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiBGRToYCbCr422_8u_C3C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed BGR to 2 channel 8-bit unsigned packed YCrCb422 color conversion. images.
pSrc
- \ref 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 nppiBGRToYCbCr422_8u_AC4C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 8-bit unsigned packed BGR with alpha to 2 channel 8-bit unsigned packed YCrCb422 color conversion. images.
pSrc
- \ref 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 nppiBGRToYCbCr422_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr422 color conversion. images.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiBGRToYCbCr422_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
public static int nppiYCbCr422ToBGR_8u_C2C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned packed BGR color conversion. images.
pSrc
- \ref 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 nppiYCbCr422ToBGR_8u_C2C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
2 channel 8-bit unsigned packed YCrCb422 to 4 channel 8-bit unsigned packed BGR color conversion with constant alpha. images.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nAval
- 8-bit unsigned alpha constant.
public static int nppiYCbCr422ToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr422 to 3 channel 8-bit unsigned packed BGR color conversion. images.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRGBToCbYCr422_8u_C3C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 2 channel 8-bit unsigned packed CbYCr422 color conversion. images.
pSrc
- \ref 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 nppiRGBToCbYCr422Gamma_8u_C3C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiCbYCr422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
2 channel 8-bit unsigned packed CbYCrC22 to 3 channel 8-bit unsigned packed RGB color conversion. images.
pSrc
- \ref 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 nppiBGRToCbYCr422_8u_AC4C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiBGRToCbYCr422_709HDTV_8u_C3C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed BGR to 2 channel 8-bit unsigned packed CbYCr422_709HDTV color conversion. images.
pSrc
- \ref 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 nppiBGRToCbYCr422_709HDTV_8u_AC4C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiCbYCr422ToBGR_8u_C2C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
2 channel 8-bit unsigned packed CbYCr422 to 4 channel 8-bit unsigned packed BGR color conversion with alpha. images.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nAval
- 8-bit unsigned alpha constant.
public static int nppiCbYCr422ToBGR_709HDTV_8u_C2C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiCbYCr422ToBGR_709HDTV_8u_C2C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
2 channel 8-bit unsigned packed CbYCr422 to 4 channel 8-bit unsigned packed BGR_709HDTV color conversion with constant alpha. images.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nAval
- 8-bit unsigned alpha constant.
public static int nppiRGBToYCbCr420_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YCbCr420 color conversion. images.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr420ToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiRGBToYCrCb420_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
public static int nppiYCrCb420ToRGB_8u_P3C4R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
public static int nppiBGRToYCbCr420_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr420 color conversion. images.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiBGRToYCbCr420_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
4 channel 8-bit unsigned packed BGR with alpha to 3 channel 8-bit unsigned planar YCbCr420 color conversion. images.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiBGRToYCbCr420_709CSC_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr420_709CSC color conversion. images.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiBGRToYCbCr420_709CSC_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
public static int nppiBGRToYCbCr420_709HDTV_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
public static int nppiBGRToYCrCb420_709CSC_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCrCb420_709CSC color conversion. images.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiBGRToYCrCb420_709CSC_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
4 channel 8-bit unsigned packed BGR with alpha to 3 channel 8-bit unsigned planar YCrCb420_709CSC color conversion. images.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr420ToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned packed BGR color conversion.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr420ToBGR_8u_P3C4R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
3 channel 8-bit unsigned planar YCbCr420 to 4 channel 8-bit unsigned packed BGR color conversion with constant alpha.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nAval
- 8-bit unsigned alpha constant.
public static int nppiYCbCr420ToBGR_709CSC_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiYCbCr420ToBGR_709HDTV_8u_P3C4R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
3 channel 8-bit unsigned planar YCbCr420 to 4 channel 8-bit unsigned packed BGR_709HDTV color conversion with constant alpha.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nAval
- 8-bit unsigned alpha constant.
public static int nppiBGRToYCrCb420_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCrCb420 color conversion. images.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiBGRToYCrCb420_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
public static int nppiBGRToYCbCr411_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr411 color conversion. images.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiBGRToYCbCr411_8u_AC4P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
4 channel 8-bit unsigned packed BGR with alpha to 3 channel 8-bit unsigned planar YCbCr411 color conversion. images.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr411ToBGR_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned packed BGR color conversion.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr411ToBGR_8u_P3C4R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
3 channel 8-bit unsigned planar YCbCr411 to 4 channel 8-bit unsigned packed BGR color conversion with constant alpha.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nAval
- 8-bit unsigned alpha constant.
public static int nppiRGBToXYZ_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed XYZ color conversion.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 nppiLUVToRGB_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiLUVToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiBGRToLab_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned packed Lab color conversion.
pSrc
- \ref 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 nppiLabToBGR_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiRGBToYCC_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned packed YCC color conversion.
pSrc
- \ref 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 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.
pSrc
- \ref 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 nppiYCCToRGB_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiYCCToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 8-bit unsigned packed YCC with alpha to 4 channel 8-bit unsigned packed RGB with alpha color conversion.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiBGRToHLS_8u_AC4P4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
4 channel 8-bit unsigned packed BGR with alpha to 4 channel 8-bit unsigned planar HLS with alpha color conversion.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiBGRToHLS_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar BGR to 3 channel 8-bit unsigned packed HLS color conversion.
pSrc
- \ref source_planar_image_pointer_array.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiBGRToHLS_8u_AP4C4R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 8-bit unsigned planar BGR with alpha to 4 channel 8-bit unsigned packed HLS with alpha color conversion.
pSrc
- \ref source_planar_image_pointer_array.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiBGRToHLS_8u_P3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar BGR to 3 channel 8-bit unsigned planar HLS color conversion.
pSrc
- \ref source_planar_image_pointer_array.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiBGRToHLS_8u_AP4R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
4 channel 8-bit unsigned planar BGR with alpha to 4 channel 8-bit unsigned planar HLS with alpha color conversion.
pSrc
- \ref source_planar_image_pointer_array.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiHLSToBGR_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiHLSToBGR_8u_AC4P4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
4 channel 8-bit unsigned packed HLS with alpha to 4 channel 8-bit unsigned planar BGR with alpha color conversion.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiHLSToBGR_8u_P3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar HLS to 3 channel 8-bit unsigned planar BGR color conversion.
pSrc
- \ref source_planar_image_pointer_array.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiHLSToBGR_8u_AP4R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
4 channel 8-bit unsigned planar HLS with alpha to 4 channel 8-bit unsigned planar BGR with alpha color conversion.
pSrc
- \ref source_planar_image_pointer_array.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiHLSToBGR_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 8-bit unsigned packed HLS with alpha to 4 channel 8-bit unsigned packed BGR with alpha color conversion.
pSrc
- \ref 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 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.
pSrc
- \ref source_planar_image_pointer_array.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiHLSToBGR_8u_AP4C4R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 8-bit unsigned planar HLS with alpha to 4 channel 8-bit unsigned packed BGR with alpha color conversion.
pSrc
- \ref source_planar_image_pointer_array.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRGBToHSV_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiRGBToHSV_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 8-bit unsigned packed RGB with alpha to 4 channel 8-bit unsigned packed HSV with alpha color conversion.
pSrc
- \ref 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 nppiHSVToRGB_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed HSV to 3 channel 8-bit unsigned packed RGB color conversion.
pSrc
- \ref 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 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.
pSrc
- \ref 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 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.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDstY
- \ref destination_planar_image_pointer.nDstYStep
- \ref destination_planar_image_line_step.pDstCbCr
- \ref destination_planar_image_pointer.nDstCbCrStep
- \ref destination_planar_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr420ToYCbCr411_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
2 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
pSrcY
- \ref source_planar_image_pointer.nSrcYStep
- \ref source_planar_image_line_step.pSrcCbCr
- \ref source_planar_image_pointer.nSrcCbCrStep
- \ref source_planar_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr422_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion. images.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr422 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion. images.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr422ToYCrCb422_8u_C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned packed YCrCb422 sampling format conversion. images.
pSrc
- \ref 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 nppiYCbCr422ToYCrCb422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr422 to 2 channel 8-bit unsigned packed YCrCb422 sampling format conversion. images.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr422ToCbYCr422_8u_C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned packed CbYCr422 sampling format conversion. images.
pSrc
- \ref 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 nppiCbYCr422ToYCbCr411_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
public static int nppiYCbCr422ToYCbCr420_8u_P3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u>[] pDst, int[] nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr422 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion. images.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDst
- \ref destination_planar_image_pointer_array.nDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr422ToYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr422 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion. images.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDstY
- \ref destination_planar_image_pointer.nDstYStep
- \ref destination_planar_image_line_step.pDstCbCr
- \ref destination_planar_image_pointer.nDstCbCrStep
- \ref destination_planar_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr422ToYCbCr420_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion. images.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr422ToYCbCr420_8u_C2P2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion. images.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDstY
- \ref destination_planar_image_pointer.nDstYStep
- \ref destination_planar_image_line_step.pDstCbCr
- \ref destination_planar_image_pointer.nDstCbCrStep
- \ref destination_planar_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiYCrCb420ToYCbCr422_8u_P3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCrCb420 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion. images.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiYCrCb420ToYCbCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCrCb420 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion. images.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr422ToYCrCb420_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
public static int nppiYCbCr422ToYCbCr411_8u_P3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr422 to 3 channel 8-bit unsigned planar YCbCr411 sampling format conversion. images.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr422ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
public static int nppiYCbCr422ToYCbCr411_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar YCbCr411 sampling format conversion. images.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr422ToYCbCr411_8u_C2P2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCbCr422 to 2 channel 8-bit unsigned planar YCbCr411 sampling format conversion. images.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDstY
- \ref destination_planar_image_pointer.nDstYStep
- \ref destination_planar_image_line_step.pDstCbCr
- \ref destination_planar_image_pointer.nDstCbCrStep
- \ref destination_planar_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiYCrCb422ToYCbCr422_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion. images.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiYCrCb422ToYCbCr420_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
2 channel 8-bit unsigned packed YCrCb422 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion. images.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiYCrCb422ToYCbCr411_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
public static int nppiCbYCr422ToYCbCr422_8u_C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
2 channel 8-bit unsigned packed CbYCr422 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion. images.
pSrc
- \ref 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 nppiCbYCr422ToYCbCr422_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
2 channel 8-bit unsigned packed CbYCr422 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion. images.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiCbYCr422ToYCbCr420_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
2 channel 8-bit unsigned packed CbYCr422 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion. images.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiCbYCr422ToYCbCr420_8u_C2P2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
public static int nppiCbYCr422ToYCrCb420_8u_C2P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
2 channel 8-bit unsigned packed CbYCr422 to 3 channel 8-bit unsigned planar YCrCb420 sampling format conversion. images.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion. images.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDstY
- \ref destination_planar_image_pointer.nDstYStep
- \ref destination_planar_image_line_step.pDstCbCr
- \ref destination_planar_image_pointer.nDstCbCrStep
- \ref destination_planar_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr420_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
2 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
pSrcY
- \ref source_planar_image_pointer.nSrcYStep
- \ref source_planar_image_line_step.pSrcCbCr
- \ref source_planar_image_pointer.nSrcCbCrStep
- \ref source_planar_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr420ToYCbCr422_8u_P3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u>[] pDst, int[] nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion. images.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDst
- \ref destination_planar_image_pointer_array.nDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr420ToYCbCr422_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
public static int nppiYCbCr420ToYCbCr422_8u_P2C2R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
2 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
pSrcY
- \ref source_planar_image_pointer.nSrcYStep
- \ref source_planar_image_line_step.pSrcCbCr
- \ref source_planar_image_pointer.nSrcCbCrStep
- \ref source_planar_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr420ToCbYCr422_8u_P2C2R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
2 channel 8-bit unsigned planar YCbCr420 to 2 channel 8-bit unsigned packed CbYCr422 sampling format conversion.
pSrcY
- \ref source_planar_image_pointer.nSrcYStep
- \ref source_planar_image_line_step.pSrcCbCr
- \ref source_planar_image_pointer.nSrcCbCrStep
- \ref source_planar_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr420ToYCrCb420_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
2 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar YCrCb420 sampling format conversion.
pSrcY
- \ref source_planar_image_pointer.nSrcYStep
- \ref source_planar_image_line_step.pSrcCbCr
- \ref source_planar_image_pointer.nSrcCbCrStep
- \ref source_planar_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiYCrCb420ToCbYCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiYCrCb420ToYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCrCb420 to 2 channel 8-bit unsigned planar YCbCr420 sampling format conversion. images.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDstY
- \ref destination_planar_image_pointer.nDstYStep
- \ref destination_planar_image_line_step.pDstCbCr
- \ref destination_planar_image_pointer.nDstCbCrStep
- \ref destination_planar_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiYCrCb420ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCrCb420 to 2 channel 8-bit unsigned planar YCbCr411 sampling format conversion. images.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDstY
- \ref destination_planar_image_pointer.nDstYStep
- \ref destination_planar_image_line_step.pDstCbCr
- \ref destination_planar_image_pointer.nDstCbCrStep
- \ref destination_planar_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
public static int nppiYCbCr411_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr411 sampling format conversion.
pSrcY
- \ref source_planar_image_pointer.nSrcYStep
- \ref source_planar_image_line_step.pSrcCbCr
- \ref source_planar_image_pointer.nSrcCbCrStep
- \ref source_planar_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr411ToYCbCr422_8u_P3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u>[] pDst, int[] nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion. images.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDst
- \ref destination_planar_image_pointer_array.nDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr411ToYCbCr422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr411 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion. images.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr411ToYCbCr422_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr422 sampling format conversion.
pSrcY
- \ref source_planar_image_pointer.nSrcYStep
- \ref source_planar_image_line_step.pSrcCbCr
- \ref source_planar_image_pointer.nSrcCbCrStep
- \ref source_planar_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr411ToYCbCr422_8u_P2C2R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
2 channel 8-bit unsigned planar YCbCr411 to 2 channel 8-bit unsigned packed YCbCr422 sampling format conversion.
pSrcY
- \ref source_planar_image_pointer.nSrcYStep
- \ref source_planar_image_line_step.pSrcCbCr
- \ref source_planar_image_pointer.nSrcCbCrStep
- \ref source_planar_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr411ToYCrCb422_8u_P3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u>[] pDst, int[] nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCrCb422 sampling format conversion. images.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDst
- \ref destination_planar_image_pointer_array.nDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr411ToYCrCb422_8u_P3C2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr411 to 2 channel 8-bit unsigned packed YCrCb422 sampling format conversion. images.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr411ToYCbCr420_8u_P3R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u>[] pDst, int[] nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion. images.
pSrc
- \ref source_planar_image_pointer_array.rSrcStep
- \ref source_planar_image_line_step_array.pDst
- \ref destination_planar_image_pointer_array.nDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr411ToYCbCr420_8u_P3P2R(TypedPointer<Npp8u>[] pSrc, int[] rSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
public static int nppiYCbCr411ToYCbCr420_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCbCr420 sampling format conversion.
pSrcY
- \ref source_planar_image_pointer.nSrcYStep
- \ref source_planar_image_line_step.pSrcCbCr
- \ref source_planar_image_pointer.nSrcCbCrStep
- \ref source_planar_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiYCbCr411ToYCrCb420_8u_P2P3R(TypedPointer<Npp8u> pSrcY, int nSrcYStep, TypedPointer<Npp8u> pSrcCbCr, int nSrcCbCrStep, TypedPointer<Npp8u>[] pDst, int[] rDstStep, NppiSize oSizeROI)
2 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar YCrCb420 sampling format conversion.
pSrcY
- \ref source_planar_image_pointer.nSrcYStep
- \ref source_planar_image_line_step.pSrcCbCr
- \ref source_planar_image_pointer.nSrcCbCrStep
- \ref source_planar_image_line_step.pDst
- \ref destination_planar_image_pointer_array.rDstStep
- \ref destination_planar_image_line_step_array.oSizeROI
- \ref roi_specification.
public static int nppiGammaFwd_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed color not in place forward gamma correction.
pSrc
- \ref 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 nppiGammaFwd_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed color in place forward gamma correction.
pSrcDst
- in place packed pixel image pointer.nSrcDstStep
- in place packed pixel format image line step.oSizeROI
- \ref roi_specification.
public static int nppiGammaFwd_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 8-bit unsigned packed color with alpha not in place forward gamma correction.
pSrc
- \ref 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 nppiGammaFwd_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
4 channel 8-bit unsigned packed color with alpha in place forward gamma correction.
pSrcDst
- in place packed pixel format image pointer.nSrcDstStep
- in place packed pixel format image line step.oSizeROI
- \ref roi_specification.
public static int nppiGammaFwd_8u_P3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiGammaFwd_8u_IP3R(TypedPointer<Npp8u>[] pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar color in place forward gamma correction.
pSrcDst
- in place planar pixel format image pointer array.nSrcDstStep
- in place planar pixel format image line step.oSizeROI
- \ref roi_specification.
public static int nppiGammaInv_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed color not in place inverse gamma correction.
pSrc
- \ref 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 nppiGammaInv_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed color in place inverse gamma correction.
pSrcDst
- in place packed pixel format image pointer.nSrcDstStep
- in place packed pixel format image line step.oSizeROI
- \ref roi_specification.
public static int nppiGammaInv_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 8-bit unsigned packed color with alpha not in place inverse gamma correction.
pSrc
- \ref 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 nppiGammaInv_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
4 channel 8-bit unsigned packed color with alpha in place inverse gamma correction.
pSrcDst
- in place packed pixel format image pointer.nSrcDstStep
- in place packed pixel format image line step.oSizeROI
- \ref roi_specification.
public static int nppiGammaInv_8u_P3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiGammaInv_8u_IP3R(TypedPointer<Npp8u>[] pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar color in place inverse gamma correction.
pSrcDst
- in place planar pixel format image pointer array.nSrcDstStep
- in place planar pixel format image line step.oSizeROI
- \ref roi_specification.
public static int nppiCompColorKey_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nColorKeyConst)
1 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2.
pSrc1
- source1 packed pixel format image pointer.nSrc1Step
- source1 packed pixel format image line step.pSrc2
- source2 packed pixel format image pointer.nSrc2Step
- source2 packed pixel format image line step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nColorKeyConst
- color key constant
public static int nppiCompColorKey_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] nColorKeyConst)
3 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2.
pSrc1
- source1 packed pixel format image pointer.nSrc1Step
- source1 packed pixel format image line step.pSrc2
- source2 packed pixel format image pointer.nSrc2Step
- source2 packed pixel format image line step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nColorKeyConst
- color key constant array
public static int nppiCompColorKey_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] nColorKeyConst)
4 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2.
pSrc1
- source1 packed pixel format image pointer.nSrc1Step
- source1 packed pixel format image line step.pSrc2
- source2 packed pixel format image pointer.nSrc2Step
- source2 packed pixel format image line step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nColorKeyConst
- color key constant array
public static int nppiAlphaCompColorKey_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, byte nAlpha1, TypedPointer<Npp8u> pSrc2, int nSrc2Step, byte nAlpha2, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] nColorKeyConst, int nppAlphaOp)
4 channel 8-bit unsigned packed color complement color key replacement of source image 1 by source image 2 with alpha blending.
pSrc1
- source1 packed pixel format image pointer.nSrc1Step
- source1 packed pixel format image line step.nAlpha1
- source1 image alpha opacity (0 - max channel pixel value).pSrc2
- source2 packed pixel format image pointer.nSrc2Step
- source2 packed pixel format image line step.nAlpha2
- source2 image alpha opacity (0 - max channel pixel value).pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nColorKeyConst
- color key constant arraynppAlphaOp
- NppiAlphaOp alpha compositing operation selector (excluding premul ops).
public static int nppiColorTwist32f_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float[][] twist)
3 channel 8-bit unsigned color twist. An input color twist matrix with floating-point pixel values is applied within ROI.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.twist
- The color twist matrix with floating-point pixel values.
public static int nppiColorTwist32f_8u_P3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI, float[][] twist)
3 channel planar 8-bit unsigned color twist. An input color twist matrix with floating-point pixel values is applied within ROI.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.twist
- The color twist matrix with floating-point pixel values.
public static int nppiColorTwist32f_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float[][] twist)
4 channel 8-bit unsigned color twist, not affecting Alpha. An input color twist matrix with floating-point pixel values is applied with in ROI. Alpha channel is the last channel and is not processed.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.twist
- The color twist matrix with floating-point pixel values.
public static int nppiLUT_Linear_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp32s> pValues, TypedPointer<Npp32s> pLevels, int nLevels)
8-bit unsigned look-up-table color conversion. The LUT is derived from a set of user defined mapping points through linear interpolation. >>>>>>> ATTENTION ATTENTION <<<<<<< NOTE: As of the 5.0 release of NPP, the pValues and pLevels pointers need to be device memory pointers. >>>>>>> <<<<<<<
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.pValues
- Pointer to an array of user defined OUTPUT values (this is now a device memory pointer)pLevels
- Pointer to an array of user defined INPUT values (this is now a device memory pointer)nLevels
- Number of user defined input/output mapping points (levels)
public static int nppiLUT_Linear_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pValues, TypedPointer<Npp32s>[] pLevels, int[] nLevels)
3 channel 8-bit unsigned look-up-table color conversion. The LUT is derived from a set of user defined mapping points through linear interpolation. >>>>>>> ATTENTION ATTENTION <<<<<<< NOTE: As of the 5.0 release of NPP, the pValues and pLevels pointers need to be host memory pointers to arrays of device memory pointers. >>>>>>> <<<<<<<
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.pValues
- Host pointer to an array of 3 device memory pointers, one per color CHANNEL, pointing to user defined OUTPUT values.pLevels
- Host pointer to an array of 3 device memory pointers, one per color CHANNEL, pointing to user defined INPUT values.nLevels
- Host pointer to an array of 3 user defined input/output mapping points, one per color CHANNEL.
public static int nppiLUT_Linear_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pValues, TypedPointer<Npp32s>[] pLevels, int[] nLevels)
4 channel 8-bit unsigned look-up-table color conversion. The LUT is derived from a set of user defined mapping points through linear interpolation. >>>>>>> ATTENTION ATTENTION <<<<<<< NOTE: As of the 5.0 release of NPP, the pValues and pLevels pointers need to be host memory pointers to arrays of device memory pointers. >>>>>>> <<<<<<<
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.pValues
- Host pointer to an array of 4 device memory pointers, one per color CHANNEL, pointing to user defined OUTPUT values.pLevels
- Host pointer to an array of 4 device memory pointers, one per color CHANNEL, pointing to user defined INPUT values.nLevels
- Host pointer to an array of 4 user defined input/output mapping points, one per color CHANNEL.
public static int nppiLUT_Linear_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pValues, TypedPointer<Npp32s>[] pLevels, int[] nLevels)
4 channel 8-bit unsigned look-up-table color conversion, not affecting Alpha. The LUT is derived from a set of user defined mapping points through linear interpolation. Alpha channel is the last channel and is not processed. >>>>>>> ATTENTION ATTENTION <<<<<<< NOTE: As of the 5.0 release of NPP, the pValues and pLevels pointers need to be host memory pointers to arrays of device memory pointers. >>>>>>> <<<<<<<
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.pValues
- Host pointer to an array of 3 device memory pointers, one per color CHANNEL, pointing to user defined OUTPUT values.pLevels
- Host pointer to an array of 3 device memory pointers, one per color CHANNEL, pointing to user defined INPUT values.nLevels
- Host pointer to an array of 3 user defined input/output mapping points, one per color CHANNEL.
public static int nppiThreshold_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nThreshold, int eComparisonOperation)
1 channel 8-bit unsigned char threshold. If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_8u_C1IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte nThreshold, int eComparisonOperation)
public static int nppiThreshold_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold, int eComparisonOperation)
public static int nppiThreshold_16u_C1IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold, int eComparisonOperation)
1 channel 16-bit unsigned short in place threshold. If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold, int eComparisonOperation)
public static int nppiThreshold_16s_C1IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold, int eComparisonOperation)
1 channel 16-bit signed short in place threshold. If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float nThreshold, int eComparisonOperation)
1 channel 32-bit floating point threshold. If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_32f_C1IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nThreshold, int eComparisonOperation)
1 channel 32-bit floating point in place threshold. If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, int eComparisonOperation)
public static int nppiThreshold_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds, int eComparisonOperation)
3 channel 8-bit unsigned char in place threshold. If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, int eComparisonOperation)
3 channel 16-bit unsigned short threshold. If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_16u_C3IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, int eComparisonOperation)
3 channel 16-bit unsigned short in place threshold. If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, int eComparisonOperation)
3 channel 16-bit signed short threshold. If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_16s_C3IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, int eComparisonOperation)
3 channel 16-bit signed short in place threshold. If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float[] rThresholds, int eComparisonOperation)
3 channel 32-bit floating point threshold. If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_32f_C3IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float[] rThresholds, int eComparisonOperation)
3 channel 32-bit floating point in place threshold. If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, int eComparisonOperation)
4 channel 8-bit unsigned char image threshold, not affecting Alpha. If for a comparison operations OP the predicate (sourcePixel.channel OP nThreshold) is true, the channel value is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds, int eComparisonOperation)
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha. If for a comparison operations OP the predicate (sourcePixel.channel OP nThreshold) is true, the channel value is set to nThreshold, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, int eComparisonOperation)
public static int nppiThreshold_16u_AC4IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, int eComparisonOperation)
public static int nppiThreshold_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, int eComparisonOperation)
4 channel 16-bit signed short image threshold, not affecting Alpha. If for a comparison operations OP the predicate (sourcePixel.channel OP nThreshold) is true, the channel value is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_16s_AC4IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, int eComparisonOperation)
4 channel 16-bit signed short in place image threshold, not affecting Alpha. If for a comparison operations OP the predicate (sourcePixel.channel OP nThreshold) is true, the channel value is set to nThreshold, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float[] rThresholds, int eComparisonOperation)
4 channel 32-bit floating point image threshold, not affecting Alpha. If for a comparison operations OP the predicate (sourcePixel.channel OP nThreshold) is true, the channel value is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_32f_AC4IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float[] rThresholds, int eComparisonOperation)
4 channel 32-bit floating point in place image threshold, not affecting Alpha. If for a comparison operations OP the predicate (sourcePixel.channel OP nThreshold) is true, the channel value is set to nThreshold, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_GT_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nThreshold)
1 channel 8-bit unsigned char threshold. If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.
public static int nppiThreshold_GT_8u_C1IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte nThreshold)
1 channel 8-bit unsigned char in place threshold. If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.
public static int nppiThreshold_GT_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold)
1 channel 16-bit unsigned short threshold. If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.
public static int nppiThreshold_GT_16u_C1IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold)
public static int nppiThreshold_GT_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold)
1 channel 16-bit signed short threshold. If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.
public static int nppiThreshold_GT_16s_C1IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold)
public static int nppiThreshold_GT_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float nThreshold)
1 channel 32-bit floating point threshold. If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.
public static int nppiThreshold_GT_32f_C1IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nThreshold)
1 channel 32-bit floating point in place threshold. If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.
public static int nppiThreshold_GT_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds)
3 channel 8-bit unsigned char threshold. If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.
public static int nppiThreshold_GT_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds)
3 channel 8-bit unsigned char in place threshold. If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.
public static int nppiThreshold_GT_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds)
3 channel 16-bit unsigned short threshold. If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.
public static int nppiThreshold_GT_16u_C3IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds)
public static int nppiThreshold_GT_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds)
3 channel 16-bit signed short threshold. If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.
public static int nppiThreshold_GT_16s_C3IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds)
public static int nppiThreshold_GT_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float[] rThresholds)
public static int nppiThreshold_GT_32f_C3IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float[] rThresholds)
3 channel 32-bit floating point in place threshold. If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.
public static int nppiThreshold_GT_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds)
4 channel 8-bit unsigned char image threshold, not affecting Alpha. If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set value is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.
public static int nppiThreshold_GT_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds)
public static int nppiThreshold_GT_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds)
4 channel 16-bit unsigned short image threshold, not affecting Alpha. If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set value is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.
public static int nppiThreshold_GT_16u_AC4IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds)
4 channel 16-bit unsigned short in place image threshold, not affecting Alpha. If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set value is set to nThreshold, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.
public static int nppiThreshold_GT_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds)
4 channel 16-bit signed short image threshold, not affecting Alpha. If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set value is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.
public static int nppiThreshold_GT_16s_AC4IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds)
public static int nppiThreshold_GT_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float[] rThresholds)
4 channel 32-bit floating point image threshold, not affecting Alpha. If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set value is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.
public static int nppiThreshold_GT_32f_AC4IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float[] rThresholds)
public static int nppiThreshold_LT_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nThreshold)
1 channel 8-bit unsigned char threshold. If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.
public static int nppiThreshold_LT_8u_C1IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte nThreshold)
1 channel 8-bit unsigned char in place threshold. If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.
public static int nppiThreshold_LT_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold)
1 channel 16-bit unsigned short threshold. If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.
public static int nppiThreshold_LT_16u_C1IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold)
public static int nppiThreshold_LT_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold)
1 channel 16-bit signed short threshold. If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.
public static int nppiThreshold_LT_16s_C1IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold)
1 channel 16-bit signed short in place threshold. If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.
public static int nppiThreshold_LT_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float nThreshold)
1 channel 32-bit floating point threshold. If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.
public static int nppiThreshold_LT_32f_C1IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nThreshold)
1 channel 32-bit floating point in place threshold. If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.
public static int nppiThreshold_LT_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds)
3 channel 8-bit unsigned char threshold. If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.
public static int nppiThreshold_LT_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds)
3 channel 8-bit unsigned char in place threshold. If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.
public static int nppiThreshold_LT_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds)
3 channel 16-bit unsigned short threshold. If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.
public static int nppiThreshold_LT_16u_C3IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds)
3 channel 16-bit unsigned short in place threshold. If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.
public static int nppiThreshold_LT_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds)
3 channel 16-bit signed short threshold. If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.
public static int nppiThreshold_LT_16s_C3IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds)
3 channel 16-bit signed short in place threshold. If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.
public static int nppiThreshold_LT_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float[] rThresholds)
3 channel 32-bit floating point threshold. If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.
public static int nppiThreshold_LT_32f_C3IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float[] rThresholds)
3 channel 32-bit floating point in place threshold. If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.
public static int nppiThreshold_LT_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds)
4 channel 8-bit unsigned char image threshold, not affecting Alpha. If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set value is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.
public static int nppiThreshold_LT_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds)
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha. If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set value is set to nThreshold, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.
public static int nppiThreshold_LT_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds)
4 channel 16-bit unsigned short image threshold, not affecting Alpha. If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set value is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.
public static int nppiThreshold_LT_16u_AC4IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds)
public static int nppiThreshold_LT_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds)
4 channel 16-bit signed short image threshold, not affecting Alpha. If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set value is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.
public static int nppiThreshold_LT_16s_AC4IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds)
4 channel 16-bit signed short in place image threshold, not affecting Alpha. If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set value is set to nThreshold, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.
public static int nppiThreshold_LT_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float[] rThresholds)
4 channel 32-bit floating point image threshold, not affecting Alpha. If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set value is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.
public static int nppiThreshold_LT_32f_AC4IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float[] rThresholds)
public static int nppiThreshold_Val_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nThreshold, byte nValue, int eComparisonOperation)
1 channel 8-bit unsigned char threshold. If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set to nValue, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.nValue
- The threshold replacement value.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_Val_8u_C1IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte nThreshold, byte nValue, int eComparisonOperation)
1 channel 8-bit unsigned char in place threshold. If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set to nValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.nValue
- The threshold replacement value.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_Val_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold, short nValue, int eComparisonOperation)
1 channel 16-bit unsigned short threshold. If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set to nValue, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.nValue
- The threshold replacement value.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_Val_16u_C1IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold, short nValue, int eComparisonOperation)
1 channel 16-bit unsigned short in place threshold. If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set to nValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.nValue
- The threshold replacement value.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_Val_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold, short nValue, int eComparisonOperation)
1 channel 16-bit signed short threshold. If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set to nValue, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.nValue
- The threshold replacement value.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_Val_16s_C1IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold, short nValue, int eComparisonOperation)
1 channel 16-bit signed short in place threshold. If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set to nValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.nValue
- The threshold replacement value.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_Val_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float nThreshold, float nValue, int eComparisonOperation)
1 channel 32-bit floating point threshold. If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set to nValue, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.nValue
- The threshold replacement value.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_Val_32f_C1IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nThreshold, float nValue, int eComparisonOperation)
1 channel 32-bit floating point in place threshold. If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set to nValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.nValue
- The threshold replacement value.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_Val_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues, int eComparisonOperation)
3 channel 8-bit unsigned char threshold. If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set to nValue, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_Val_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues, int eComparisonOperation)
3 channel 8-bit unsigned char in place threshold. If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set to nValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_Val_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues, int eComparisonOperation)
public static int nppiThreshold_Val_16u_C3IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues, int eComparisonOperation)
3 channel 16-bit unsigned short in place threshold. If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set to nValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_Val_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues, int eComparisonOperation)
3 channel 16-bit signed short threshold. If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set to nValue, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_Val_16s_C3IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues, int eComparisonOperation)
3 channel 16-bit signed short in place threshold. If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set to nValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_Val_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float[] rThresholds, float[] rValues, int eComparisonOperation)
3 channel 32-bit floating point threshold. If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set to nValue, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_Val_32f_C3IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float[] rThresholds, float[] rValues, int eComparisonOperation)
3 channel 32-bit floating point in place threshold. If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set to nValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_Val_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues, int eComparisonOperation)
4 channel 8-bit unsigned char image threshold, not affecting Alpha. If for a comparison operations OP the predicate (sourcePixel.channel OP nThreshold) is true, the channel value is set to nValue, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_Val_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues, int eComparisonOperation)
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha. If for a comparison operations OP the predicate (sourcePixel.channel OP nThreshold) is true, the channel value is set to nValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_Val_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues, int eComparisonOperation)
4 channel 16-bit unsigned short image threshold, not affecting Alpha. If for a comparison operations OP the predicate (sourcePixel.channel OP nThreshold) is true, the channel value is set to nValue, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_Val_16u_AC4IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues, int eComparisonOperation)
4 channel 16-bit unsigned short in place image threshold, not affecting Alpha. If for a comparison operations OP the predicate (sourcePixel.channel OP nThreshold) is true, the channel value is set to nValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_Val_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues, int eComparisonOperation)
4 channel 16-bit signed short image threshold, not affecting Alpha. If for a comparison operations OP the predicate (sourcePixel.channel OP nThreshold) is true, the channel value is set to nValue, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_Val_16s_AC4IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues, int eComparisonOperation)
4 channel 16-bit signed short in place image threshold, not affecting Alpha. If for a comparison operations OP the predicate (sourcePixel.channel OP nThreshold) is true, the channel value is set to nValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_Val_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float[] rThresholds, float[] rValues, int eComparisonOperation)
4 channel 32-bit floating point image threshold, not affecting Alpha. If for a comparison operations OP the predicate (sourcePixel.channel OP nThreshold) is true, the channel value is set to nValue, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiThreshold_Val_32f_AC4IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float[] rThresholds, float[] rValues, int eComparisonOperation)
public static int nppiThreshold_GTVal_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nThreshold, byte nValue)
1 channel 8-bit unsigned char threshold. If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set to nValue, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.nValue
- The threshold replacement value.
public static int nppiThreshold_GTVal_8u_C1IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte nThreshold, byte nValue)
1 channel 8-bit unsigned char in place threshold. If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set to nValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.nValue
- The threshold replacement value.
public static int nppiThreshold_GTVal_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold, short nValue)
1 channel 16-bit unsigned short threshold. If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set to nValue, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.nValue
- The threshold replacement value.
public static int nppiThreshold_GTVal_16u_C1IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold, short nValue)
1 channel 16-bit unsigned short in place threshold. If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set to nValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.nValue
- The threshold replacement value.
public static int nppiThreshold_GTVal_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold, short nValue)
public static int nppiThreshold_GTVal_16s_C1IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold, short nValue)
1 channel 16-bit signed short in place threshold. If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set to nValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.nValue
- The threshold replacement value.
public static int nppiThreshold_GTVal_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float nThreshold, float nValue)
1 channel 32-bit floating point threshold. If for a comparison operations sourcePixel is greater than nThreshold is true, the pixel is set to nValue, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.nValue
- The threshold replacement value.
public static int nppiThreshold_GTVal_32f_C1IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nThreshold, float nValue)
public static int nppiThreshold_GTVal_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues)
3 channel 8-bit unsigned char threshold. If for a comparison operations sourcePixel is greater than rThreshold is true, the pixel is set to rValue, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.
public static int nppiThreshold_GTVal_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues)
3 channel 8-bit unsigned char in place threshold. If for a comparison operations sourcePixel is greater than rThreshold is true, the pixel is set to rValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.
public static int nppiThreshold_GTVal_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
3 channel 16-bit unsigned short threshold. If for a comparison operations sourcePixel is greater than rThreshold is true, the pixel is set to rValue, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.
public static int nppiThreshold_GTVal_16u_C3IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
public static int nppiThreshold_GTVal_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
3 channel 16-bit signed short threshold. If for a comparison operations sourcePixel is greater than rThreshold is true, the pixel is set to rValue, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.
public static int nppiThreshold_GTVal_16s_C3IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
3 channel 16-bit signed short in place threshold. If for a comparison operations sourcePixel is greater than rThreshold is true, the pixel is set to rValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.
public static int nppiThreshold_GTVal_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float[] rThresholds, float[] rValues)
3 channel 32-bit floating point threshold. If for a comparison operations sourcePixel is greater than rThreshold is true, the pixel is set to rValue, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.
public static int nppiThreshold_GTVal_32f_C3IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float[] rThresholds, float[] rValues)
3 channel 32-bit floating point in place threshold. If for a comparison operations sourcePixel is greater than rThreshold is true, the pixel is set to rValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.
public static int nppiThreshold_GTVal_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues)
public static int nppiThreshold_GTVal_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues)
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha. If for a comparison operations sourcePixel is greater than rThreshold is true, the pixel is set value is set to rValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.
public static int nppiThreshold_GTVal_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
4 channel 16-bit unsigned short image threshold, not affecting Alpha. If for a comparison operations sourcePixel is greater than rThreshold is true, the pixel is set value is set to rValue, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.
public static int nppiThreshold_GTVal_16u_AC4IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
4 channel 16-bit unsigned short in place image threshold, not affecting Alpha. If for a comparison operations sourcePixel is greater than rThreshold is true, the pixel is set value is set to rValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.
public static int nppiThreshold_GTVal_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
4 channel 16-bit signed short image threshold, not affecting Alpha. If for a comparison operations sourcePixel is greater than rThreshold is true, the pixel is set value is set to rValue, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.
public static int nppiThreshold_GTVal_16s_AC4IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
public static int nppiThreshold_GTVal_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float[] rThresholds, float[] rValues)
4 channel 32-bit floating point image threshold, not affecting Alpha. If for a comparison operations sourcePixel is greater than rThreshold is true, the pixel is set value is set to rValue, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.
public static int nppiThreshold_GTVal_32f_AC4IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float[] rThresholds, float[] rValues)
public static int nppiThreshold_LTVal_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nThreshold, byte nValue)
1 channel 8-bit unsigned char threshold. If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set to nValue, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.nValue
- The threshold replacement value.
public static int nppiThreshold_LTVal_8u_C1IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte nThreshold, byte nValue)
1 channel 8-bit unsigned char in place threshold. If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set to nValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.nValue
- The threshold replacement value.
public static int nppiThreshold_LTVal_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold, short nValue)
1 channel 16-bit unsigned short threshold. If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set to nValue, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.nValue
- The threshold replacement value.
public static int nppiThreshold_LTVal_16u_C1IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold, short nValue)
1 channel 16-bit unsigned short in place threshold. If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set to nValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.nValue
- The threshold replacement value.
public static int nppiThreshold_LTVal_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short nThreshold, short nValue)
1 channel 16-bit signed short threshold. If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set to nValue, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.nValue
- The threshold replacement value.
public static int nppiThreshold_LTVal_16s_C1IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThreshold, short nValue)
1 channel 16-bit signed short in place threshold. If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set to nValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.nValue
- The threshold replacement value.
public static int nppiThreshold_LTVal_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float nThreshold, float nValue)
public static int nppiThreshold_LTVal_32f_C1IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nThreshold, float nValue)
1 channel 32-bit floating point in place threshold. If for a comparison operations sourcePixel is less than nThreshold is true, the pixel is set to nValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nThreshold
- The threshold value.nValue
- The threshold replacement value.
public static int nppiThreshold_LTVal_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues)
public static int nppiThreshold_LTVal_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues)
3 channel 8-bit unsigned char in place threshold. If for a comparison operations sourcePixel is less than rThreshold is true, the pixel is set to rValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.
public static int nppiThreshold_LTVal_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
3 channel 16-bit unsigned short threshold. If for a comparison operations sourcePixel is less than rThreshold is true, the pixel is set to rValue, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.
public static int nppiThreshold_LTVal_16u_C3IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
3 channel 16-bit unsigned short in place threshold. If for a comparison operations sourcePixel is less than rThreshold is true, the pixel is set to rValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.
public static int nppiThreshold_LTVal_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
public static int nppiThreshold_LTVal_16s_C3IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
3 channel 16-bit signed short in place threshold. If for a comparison operations sourcePixel is less than rThreshold is true, the pixel is set to rValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.
public static int nppiThreshold_LTVal_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float[] rThresholds, float[] rValues)
public static int nppiThreshold_LTVal_32f_C3IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float[] rThresholds, float[] rValues)
public static int nppiThreshold_LTVal_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues)
4 channel 8-bit unsigned char image threshold, not affecting Alpha. If for a comparison operations sourcePixel is less than rThreshold is true, the pixel is set value is set to rValue, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.
public static int nppiThreshold_LTVal_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholds, byte[] rValues)
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha. If for a comparison operations sourcePixel is less than rThreshold is true, the pixel is set value is set to rValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.
public static int nppiThreshold_LTVal_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
4 channel 16-bit unsigned short image threshold, not affecting Alpha. If for a comparison operations sourcePixel is less than rThreshold is true, the pixel is set value is set to rValue, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.
public static int nppiThreshold_LTVal_16u_AC4IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
4 channel 16-bit unsigned short in place image threshold, not affecting Alpha. If for a comparison operations sourcePixel is less than rThreshold is true, the pixel is set value is set to rValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.
public static int nppiThreshold_LTVal_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
4 channel 16-bit signed short image threshold, not affecting Alpha. If for a comparison operations sourcePixel is less than rThreshold is true, the pixel is set value is set to rValue, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.
public static int nppiThreshold_LTVal_16s_AC4IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholds, short[] rValues)
4 channel 16-bit signed short in place image threshold, not affecting Alpha. If for a comparison operations sourcePixel is less than rThreshold is true, the pixel is set value is set to rValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.
public static int nppiThreshold_LTVal_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float[] rThresholds, float[] rValues)
4 channel 32-bit floating point image threshold, not affecting Alpha. If for a comparison operations sourcePixel is less than rThreshold is true, the pixel is set value is set to rValue, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.
public static int nppiThreshold_LTVal_32f_AC4IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float[] rThresholds, float[] rValues)
4 channel 32-bit floating point in place image threshold, not affecting Alpha. If for a comparison operations sourcePixel is less than rThreshold is true, the pixel is set value is set to rValue, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholds
- The threshold values, one per color channel.rValues
- The threshold replacement values, one per color channel.
public static int nppiThreshold_LTValGTVal_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte nThresholdLT, byte nValueLT, byte nThresholdGT, byte nValueGT)
1 channel 8-bit unsigned char threshold. If for a comparison operations sourcePixel is less than nThresholdLT is true, the pixel is set to nValueLT, else if sourcePixel is greater than nThresholdGT the pixel is set to nValueGT, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nThresholdLT
- The thresholdLT value.nValueLT
- The thresholdLT replacement value.nThresholdGT
- The thresholdGT value.nValueGT
- The thresholdGT replacement value.
public static int nppiThreshold_LTValGTVal_8u_C1IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte nThresholdLT, byte nValueLT, byte nThresholdGT, byte nValueGT)
1 channel 8-bit unsigned char in place threshold. If for a comparison operations sourcePixel is less than nThresholdLT is true, the pixel is set to nValueLT, else if sourcePixel is greater than nThresholdGT the pixel is set to nValueGT, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nThresholdLT
- The thresholdLT value.nValueLT
- The thresholdLT replacement value.nThresholdGT
- The thresholdGT value.nValueGT
- The thresholdGT replacement value.
public static int nppiThreshold_LTValGTVal_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short nThresholdLT, short nValueLT, short nThresholdGT, short nValueGT)
public static int nppiThreshold_LTValGTVal_16u_C1IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThresholdLT, short nValueLT, short nThresholdGT, short nValueGT)
public static int nppiThreshold_LTValGTVal_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short nThresholdLT, short nValueLT, short nThresholdGT, short nValueGT)
1 channel 16-bit signed short threshold. If for a comparison operations sourcePixel is less than nThresholdLT is true, the pixel is set to nValueLT, else if sourcePixel is greater than nThresholdGT the pixel is set to nValueGT, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nThresholdLT
- The thresholdLT value.nValueLT
- The thresholdLT replacement value.nThresholdGT
- The thresholdGT value.nValueGT
- The thresholdGT replacement value.
public static int nppiThreshold_LTValGTVal_16s_C1IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short nThresholdLT, short nValueLT, short nThresholdGT, short nValueGT)
1 channel 16-bit signed short in place threshold. If for a comparison operations sourcePixel is less than nThresholdLT is true, the pixel is set to nValueLT, else if sourcePixel is greater than nThresholdGT the pixel is set to nValueGT, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nThresholdLT
- The thresholdLT value.nValueLT
- The thresholdLT replacement value.nThresholdGT
- The thresholdGT value.nValueGT
- The thresholdGT replacement value.
public static int nppiThreshold_LTValGTVal_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float nThresholdLT, float nValueLT, float nThresholdGT, float nValueGT)
1 channel 32-bit floating point threshold. If for a comparison operations sourcePixel is less than nThresholdLT is true, the pixel is set to nValueLT, else if sourcePixel is greater than nThresholdGT the pixel is set to nValueGT, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nThresholdLT
- The thresholdLT value.nValueLT
- The thresholdLT replacement value.nThresholdGT
- The thresholdGT value.nValueGT
- The thresholdGT replacement value.
public static int nppiThreshold_LTValGTVal_32f_C1IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float nThresholdLT, float nValueLT, float nThresholdGT, float nValueGT)
public static int nppiThreshold_LTValGTVal_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholdsLT, byte[] rValuesLT, byte[] rThresholdsGT, byte[] rValuesGT)
3 channel 8-bit unsigned char threshold. If for a comparison operations sourcePixel is less than rThresholdLT is true, the pixel is set to rValueLT, else if sourcePixel is greater than rThresholdGT the pixel is set to rValueGT, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholdsLT
- The thresholdLT values, one per color channel.rValuesLT
- The thresholdLT replacement values, one per color channel.rThresholdsGT
- The thresholdGT values, one per channel.rValuesGT
- The thresholdGT replacement values, one per color channel.
public static int nppiThreshold_LTValGTVal_8u_C3IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholdsLT, byte[] rValuesLT, byte[] rThresholdsGT, byte[] rValuesGT)
3 channel 8-bit unsigned char in place threshold. If for a comparison operations sourcePixel is less than rThresholdLT is true, the pixel is set to rValueLT, else if sourcePixel is greater than rThresholdGT the pixel is set to rValueGT, otherwise it is set to sourcePixel.
pSrcDst
- \ref destination_image_pointer.nSrcDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholdsLT
- The thresholdLT values, one per color channel.rValuesLT
- The thresholdLT replacement values, one per color channel.rThresholdsGT
- The thresholdGT values, one per channel.rValuesGT
- The thresholdGT replacement values, one per color channel.
public static int nppiThreshold_LTValGTVal_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholdsLT, short[] rValuesLT, short[] rThresholdsGT, short[] rValuesGT)
public static int nppiThreshold_LTValGTVal_16u_C3IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholdsLT, short[] rValuesLT, short[] rThresholdsGT, short[] rValuesGT)
3 channel 16-bit unsigned short in place threshold. If for a comparison operations sourcePixel is less than rThresholdLT is true, the pixel is set to rValueLT, else if sourcePixel is greater than rThresholdGT the pixel is set to rValueGT, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholdsLT
- The thresholdLT values, one per color channel.rValuesLT
- The thresholdLT replacement values, one per color channel.rThresholdsGT
- The thresholdGT values, one per channel.rValuesGT
- The thresholdGT replacement values, one per color channel.
public static int nppiThreshold_LTValGTVal_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholdsLT, short[] rValuesLT, short[] rThresholdsGT, short[] rValuesGT)
3 channel 16-bit signed short threshold. If for a comparison operations sourcePixel is less than rThresholdLT is true, the pixel is set to rValueLT, else if sourcePixel is greater than rThresholdGT the pixel is set to rValueGT, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholdsLT
- The thresholdLT values, one per color channel.rValuesLT
- The thresholdLT replacement values, one per color channel.rThresholdsGT
- The thresholdGT values, one per channel.rValuesGT
- The thresholdGT replacement values, one per color channel.
public static int nppiThreshold_LTValGTVal_16s_C3IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholdsLT, short[] rValuesLT, short[] rThresholdsGT, short[] rValuesGT)
3 channel 16-bit signed short in place threshold. If for a comparison operations sourcePixel is less than rThresholdLT is true, the pixel is set to rValueLT, else if sourcePixel is greater than rThresholdGT the pixel is set to rValueGT, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholdsLT
- The thresholdLT values, one per color channel.rValuesLT
- The thresholdLT replacement values, one per color channel.rThresholdsGT
- The thresholdGT values, one per channel.rValuesGT
- The thresholdGT replacement values, one per color channel.
public static int nppiThreshold_LTValGTVal_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float[] rThresholdsLT, float[] rValuesLT, float[] rThresholdsGT, float[] rValuesGT)
3 channel 32-bit floating point threshold. If for a comparison operations sourcePixel is less than rThresholdLT is true, the pixel is set to rValueLT, else if sourcePixel is greater than rThresholdGT the pixel is set to rValueGT, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholdsLT
- The thresholdLT values, one per color channel.rValuesLT
- The thresholdLT replacement values, one per color channel.rThresholdsGT
- The thresholdGT values, one per channel.rValuesGT
- The thresholdGT replacement values, one per color channel.
public static int nppiThreshold_LTValGTVal_32f_C3IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float[] rThresholdsLT, float[] rValuesLT, float[] rThresholdsGT, float[] rValuesGT)
3 channel 32-bit floating point in place threshold. If for a comparison operations sourcePixel is less than rThresholdLT is true, the pixel is set to rValueLT, else if sourcePixel is greater than rThresholdGT the pixel is set to rValueGT, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholdsLT
- The thresholdLT values, one per color channel.rValuesLT
- The thresholdLT replacement values, one per color channel.rThresholdsGT
- The thresholdGT values, one per channel.rValuesGT
- The thresholdGT replacement values, one per color channel.
public static int nppiThreshold_LTValGTVal_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] rThresholdsLT, byte[] rValuesLT, byte[] rThresholdsGT, byte[] rValuesGT)
4 channel 8-bit unsigned char image threshold, not affecting Alpha. If for a comparison operations sourcePixel is less than rThresholdLT is true, the pixel is set value is set to rValueLT, else if sourcePixel is greater than rThresholdGT the pixel is set to rValueGT, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholdsLT
- The thresholdLT values, one per color channel.rValuesLT
- The thresholdLT replacement values, one per color channel.rThresholdsGT
- The thresholdGT values, one per channel.rValuesGT
- The thresholdGT replacement values, one per color channel.
public static int nppiThreshold_LTValGTVal_8u_AC4IR(TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, byte[] rThresholdsLT, byte[] rValuesLT, byte[] rThresholdsGT, byte[] rValuesGT)
4 channel 8-bit unsigned char in place image threshold, not affecting Alpha. If for a comparison operations sourcePixel is less than rThresholdLT is true, the pixel is set value is set to rValueLT, else if sourcePixel is greater than rThresholdGT the pixel is set to rValueGT, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholdsLT
- The thresholdLT values, one per color channel.rValuesLT
- The thresholdLT replacement values, one per color channel.rThresholdsGT
- The thresholdGT values, one per channel.rValuesGT
- The thresholdGT replacement values, one per color channel.
public static int nppiThreshold_LTValGTVal_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholdsLT, short[] rValuesLT, short[] rThresholdsGT, short[] rValuesGT)
4 channel 16-bit unsigned short image threshold, not affecting Alpha. If for a comparison operations sourcePixel is less than rThresholdLT is true, the pixel is set value is set to rValueLT, else if sourcePixel is greater than rThresholdGT the pixel is set to rValueGT, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholdsLT
- The thresholdLT values, one per color channel.rValuesLT
- The thresholdLT replacement values, one per color channel.rThresholdsGT
- The thresholdGT values, one per channel.rValuesGT
- The thresholdGT replacement values, one per color channel.
public static int nppiThreshold_LTValGTVal_16u_AC4IR(TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholdsLT, short[] rValuesLT, short[] rThresholdsGT, short[] rValuesGT)
4 channel 16-bit unsigned short in place image threshold, not affecting Alpha. If for a comparison operations sourcePixel is less than rThresholdLT is true, the pixel is set value is set to rValueLT, else if sourcePixel is greater than rThresholdGT the pixel is set to rValueGT, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholdsLT
- The thresholdLT values, one per color channel.rValuesLT
- The thresholdLT replacement values, one per color channel.rThresholdsGT
- The thresholdGT values, one per channel.rValuesGT
- The thresholdGT replacement values, one per color channel.
public static int nppiThreshold_LTValGTVal_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, short[] rThresholdsLT, short[] rValuesLT, short[] rThresholdsGT, short[] rValuesGT)
public static int nppiThreshold_LTValGTVal_16s_AC4IR(TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, short[] rThresholdsLT, short[] rValuesLT, short[] rThresholdsGT, short[] rValuesGT)
4 channel 16-bit signed short in place image threshold, not affecting Alpha. If for a comparison operations sourcePixel is less than rThresholdLT is true, the pixel is set value is set to rValueLT, else if sourcePixel is greater than rThresholdGT the pixel is set to rValueGT, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholdsLT
- The thresholdLT values, one per color channel.rValuesLT
- The thresholdLT replacement values, one per color channel.rThresholdsGT
- The thresholdGT values, one per channel.rValuesGT
- The thresholdGT replacement values, one per color channel.
public static int nppiThreshold_LTValGTVal_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float[] rThresholdsLT, float[] rValuesLT, float[] rThresholdsGT, float[] rValuesGT)
4 channel 32-bit floating point image threshold, not affecting Alpha. If for a comparison operations sourcePixel is less than rThresholdLT is true, the pixel is set value is set to rValueLT, else if sourcePixel is greater than rThresholdGT the pixel is set to rValueGT, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rThresholdsLT
- The thresholdLT values, one per color channel.rValuesLT
- The thresholdLT replacement values, one per color channel.rThresholdsGT
- The thresholdGT values, one per channel.rValuesGT
- The thresholdGT replacement values, one per color channel.
public static int nppiThreshold_LTValGTVal_32f_AC4IR(TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, float[] rThresholdsLT, float[] rValuesLT, float[] rThresholdsGT, float[] rValuesGT)
4 channel 32-bit floating point in place image threshold, not affecting Alpha. If for a comparison operations sourcePixel is less than rThresholdLT is true, the pixel is set value is set to rValueLT, else if sourcePixel is greater than rThresholdGT the pixel is set to rValueGT, otherwise it is set to sourcePixel.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.rThresholdsLT
- The thresholdLT values, one per color channel.rValuesLT
- The thresholdLT replacement values, one per color channel.rThresholdsGT
- The thresholdGT values, one per channel.rValuesGT
- The thresholdGT replacement values, one per color channel.
public static int nppiCompare_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
1 channel 8-bit unsigned char image compare. Compare pSrc1's pixels with corresponding pixels in pSrc2.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eComparisonOperation
- Specifies the comparison operation to be used in the pixel comparison.
public static int nppiCompare_8u_C3R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
3 channel 8-bit unsigned char image compare. Compare pSrc1's pixels with corresponding pixels in pSrc2.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eComparisonOperation
- Specifies the comparison operation to be used in the pixel comparison.
public static int nppiCompare_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
4 channel 8-bit unsigned char image compare. Compare pSrc1's pixels with corresponding pixels in pSrc2.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eComparisonOperation
- Specifies the comparison operation to be used in the pixel comparison.
public static int nppiCompare_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
4 channel 8-bit unsigned char image compare, not affecting Alpha. Compare pSrc1's pixels with corresponding pixels in pSrc2.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eComparisonOperation
- Specifies the comparison operation to be used in the pixel comparison.
public static int nppiCompare_16u_C1R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
1 channel 16-bit unsigned short image compare. Compare pSrc1's pixels with corresponding pixels in pSrc2.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eComparisonOperation
- Specifies the comparison operation to be used in the pixel comparison.
public static int nppiCompare_16u_C3R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
3 channel 16-bit unsigned short image compare. Compare pSrc1's pixels with corresponding pixels in pSrc2.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eComparisonOperation
- Specifies the comparison operation to be used in the pixel comparison.
public static int nppiCompare_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
public static int nppiCompare_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
4 channel 16-bit unsigned short image compare, not affecting Alpha. Compare pSrc1's pixels with corresponding pixels in pSrc2.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eComparisonOperation
- Specifies the comparison operation to be used in the pixel comparison.
public static int nppiCompare_16s_C1R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
1 channel 16-bit signed short image compare. Compare pSrc1's pixels with corresponding pixels in pSrc2.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eComparisonOperation
- Specifies the comparison operation to be used in the pixel comparison.
public static int nppiCompare_16s_C3R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
3 channel 16-bit signed short image compare. Compare pSrc1's pixels with corresponding pixels in pSrc2.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eComparisonOperation
- Specifies the comparison operation to be used in the pixel comparison.
public static int nppiCompare_16s_C4R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
4 channel 16-bit signed short image compare. Compare pSrc1's pixels with corresponding pixels in pSrc2.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eComparisonOperation
- Specifies the comparison operation to be used in the pixel comparison.
public static int nppiCompare_16s_AC4R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
4 channel 16-bit signed short image compare, not affecting Alpha. Compare pSrc1's pixels with corresponding pixels in pSrc2.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eComparisonOperation
- Specifies the comparison operation to be used in the pixel comparison.
public static int nppiCompare_32f_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
1 channel 32-bit floating point image compare. Compare pSrc1's pixels with corresponding pixels in pSrc2.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eComparisonOperation
- Specifies the comparison operation to be used in the pixel comparison.
public static int nppiCompare_32f_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
3 channel 32-bit floating point image compare. Compare pSrc1's pixels with corresponding pixels in pSrc2.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eComparisonOperation
- Specifies the comparison operation to be used in the pixel comparison.
public static int nppiCompare_32f_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
4 channel 32-bit floating point image compare. Compare pSrc1's pixels with corresponding pixels in pSrc2.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eComparisonOperation
- Specifies the comparison operation to be used in the pixel comparison.
public static int nppiCompare_32f_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
4 channel 32-bit signed floating point compare, not affecting Alpha. Compare pSrc1's pixels with corresponding pixels in pSrc2.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eComparisonOperation
- Specifies the comparison operation to be used in the pixel comparison.
public static int nppiCompareC_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, byte nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
1 channel 8-bit unsigned char image compare with constant value. Compare pSrc's pixels with constant value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.nConstant
- constant value.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eComparisonOperation
- Specifies the comparison operation to be used in the pixel comparison.
public static int nppiCompareC_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
3 channel 8-bit unsigned char image compare with constant value. Compare pSrc's pixels with constant value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per color channel..pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eComparisonOperation
- Specifies the comparison operation to be used in the pixel comparison.
public static int nppiCompareC_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
4 channel 8-bit unsigned char image compare with constant value. Compare pSrc's pixels with constant value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pConstants
- pointer to a list of constants, one per color channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eComparisonOperation
- Specifies the comparison operation to be used in the pixel comparison.
public static int nppiCompareC_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
public static int nppiCompareC_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, short nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
1 channel 16-bit unsigned short image compare with constant value. Compare pSrc's pixels with constant value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.nConstant
- constant valuepDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eComparisonOperation
- Specifies the comparison operation to be used in the pixel comparison.
public static int nppiCompareC_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
public static int nppiCompareC_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
4 channel 16-bit unsigned short image compare with constant value. Compare pSrc's pixels with constant value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pConstants
- pointer to a list of constants, one per color channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eComparisonOperation
- Specifies the comparison operation to be used in the pixel comparison.
public static int nppiCompareC_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
4 channel 16-bit unsigned short image compare, not affecting Alpha. Compare pSrc's pixels with constant value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pConstants
- pointer to a list of constants, one per color channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eComparisonOperation
- Specifies the comparison operation to be used in the pixel comparison.
public static int nppiCompareC_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, short nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
1 channel 16-bit signed short image compare with constant value. Compare pSrc's pixels with constant value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.nConstant
- constant value.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eComparisonOperation
- Specifies the comparison operation to be used in the pixel comparison.
public static int nppiCompareC_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
3 channel 16-bit signed short image compare with constant value. Compare pSrc's pixels with constant value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pConstants
- pointer to a list of constants, one per color channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eComparisonOperation
- Specifies the comparison operation to be used in the pixel comparison.
public static int nppiCompareC_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
4 channel 16-bit signed short image compare with constant value. Compare pSrc's pixels with constant value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pConstants
- pointer to a list of constants, one per color channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eComparisonOperation
- Specifies the comparison operation to be used in the pixel comparison.
public static int nppiCompareC_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
4 channel 16-bit signed short image compare, not affecting Alpha. Compare pSrc's pixels with constant value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pConstants
- pointer to a list of constants, one per color channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eComparisonOperation
- Specifies the comparison operation to be used in the pixel comparison.
public static int nppiCompareC_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, float nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
1 channel 32-bit floating point image compare with constant value. Compare pSrc's pixels with constant value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.nConstant
- constant valuepDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eComparisonOperation
- Specifies the comparison operation to be used in the pixel comparison.
public static int nppiCompareC_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
3 channel 32-bit floating point image compare with constant value. Compare pSrc's pixels with constant value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pConstants
- pointer to a list of constants, one per color channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eComparisonOperation
- Specifies the comparison operation to be used in the pixel comparison.
public static int nppiCompareC_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
4 channel 32-bit floating point image compare with constant value. Compare pSrc's pixels with constant value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pConstants
- pointer to a list of constants, one per color channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eComparisonOperation
- Specifies the comparison operation to be used in the pixel comparison.
public static int nppiCompareC_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
4 channel 32-bit signed floating point compare, not affecting Alpha. Compare pSrc's pixels with constant value.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pConstants
- pointer to a list of constants, one per color channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.eComparisonOperation
- Specifies the comparison operation to be used in the pixel comparison.
public static int nppiCompareEqualEps_32f_C1R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float nEpsilon)
1 channel 32-bit floating point image compare whether two images are equal within epsilon. Compare pSrc1's pixels with corresponding pixels in pSrc2 to determine whether they are equal with a difference of epsilon.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nEpsilon
- epsilon tolerance value to compare to pixel absolute differences
public static int nppiCompareEqualEps_32f_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float nEpsilon)
3 channel 32-bit floating point image compare whether two images are equal within epsilon. Compare pSrc1's pixels with corresponding pixels in pSrc2 to determine whether they are equal with a difference of epsilon.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nEpsilon
- epsilon tolerance value to compare to per color channel pixel absolute differences
public static int nppiCompareEqualEps_32f_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float nEpsilon)
public static int nppiCompareEqualEps_32f_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float nEpsilon)
4 channel 32-bit signed floating point compare whether two images are equal within epsilon, not affecting Alpha. Compare pSrc1's pixels with corresponding pixels in pSrc2 to determine whether they are equal with a difference of epsilon.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrc2Step
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nEpsilon
- epsilon tolerance value to compare to per color channel pixel absolute differences
public static int nppiCompareEqualEpsC_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, float nConstant, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float nEpsilon)
1 channel 32-bit floating point image compare whether image and constant are equal within epsilon. Compare pSrc's pixels with constant value to determine whether they are equal within a difference of epsilon.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.nConstant
- constant valuepDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nEpsilon
- epsilon tolerance value to compare to pixel absolute differences
public static int nppiCompareEqualEpsC_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float nEpsilon)
public static int nppiCompareEqualEpsC_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float nEpsilon)
4 channel 32-bit floating point image compare whether image and constant are equal within epsilon. Compare pSrc's pixels with constant value to determine whether they are equal within a difference of epsilon.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pConstants
- pointer to a list of constants, one per color channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nEpsilon
- epsilon tolerance value to compare to per color channel pixel absolute differences
public static int nppiCompareEqualEpsC_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, float nEpsilon)
4 channel 32-bit signed floating point compare whether image and constant are equal within epsilon, not affecting Alpha. Compare pSrc's pixels with constant value to determine whether they are equal within a difference of epsilon.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pConstants
- pointer to a list of constants, one per color channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nEpsilon
- epsilon tolerance value to compare to per color channel pixel absolute differences
public static int nppiDilate_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, NppiSize oMaskSize, NppiPoint oAnchor)
8-bit unsigned image dilation. Dilation computes the output pixel as the maximum pixel value of the pixels under the mask. Pixels who's corresponding mask values are zero to not participate in the maximum search.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.pMask
- Pointer to the start address of the mask arrayoMaskSize
- Width and Height mask array.oAnchor
- X and Y offsets of the mask origin frame of reference
w.r.t the source pixel.
public static int nppiDilate_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, NppiSize oMaskSize, NppiPoint oAnchor)
4 channel 8-bit unsigned image dilation. Dilation computes the output pixel as the maximum pixel value of the pixels under the mask. Pixels who's corresponding mask values are zero to not participate in the maximum search.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.pMask
- Pointer to the start address of the mask arrayoMaskSize
- Width and Height mask array.oAnchor
- X and Y offsets of the mask origin frame of reference
w.r.t the source pixel.
public static int nppiErode_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, NppiSize oMaskSize, NppiPoint oAnchor)
8-bit unsigned image erosion. Erosion computes the output pixel as the minimum pixel value of the pixels under the mask. Pixels who's corresponding mask values are zero to not participate in the maximum search.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.pMask
- Pointer to the start address of the mask arrayoMaskSize
- Width and Height mask array.oAnchor
- X and Y offsets of the mask origin frame of reference
w.r.t the source pixel.
public static int nppiErode_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, NppiSize oMaskSize, NppiPoint oAnchor)
public static int nppiFilterColumn_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, TypedPointer<Npp32s> pKernel, int nMaskSize, int nAnchor, int nDivisor)
public static int nppiFilterColumn_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, TypedPointer<Npp32s> pKernel, int nMaskSize, int nAnchor, int nDivisor)
public static int nppiFilterRow_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, TypedPointer<Npp32s> pKernel, int nMaskSize, int nAnchor, int nDivisor)
8-bit unsigned 1D (row) image convolution. Apply general linear Row convolution filter, with rescaling, in a 1D mask region around each source pixel for 1-channel 8 bit/pixel images. Result pixel is equal to the sum of the products between the kernel coefficients (pKernel array) and corresponding neighboring row pixel values in the source image defined by iKernelDim and iAnchorX, divided by iDivisor.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oROI
- \ref roi_specification.pKernel
- Pointer to the start address of the kernel coefficient array.
Coefficients are expected to be stored in reverse order.nMaskSize
- Length of the linear kernel array.nAnchor
- X offset of the kernel origin frame of reference w.r.t the
source pixel.nDivisor
- The factor by which the convolved summation from the Filter
operation should be divided. If equal to the sum of
coefficients, this will keep the maximum result value within
full scale.
public static int nppiFilterRow_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, TypedPointer<Npp32s> pKernel, int nMaskSize, int nAnchor, int nDivisor)
4 channel 8-bit unsigned 1D (row) image convolution. Apply general linear Row convolution filter, with rescaling, in a 1D mask region around each source pixel for 1-channel 8 bit/pixel images. Result pixel is equal to the sum of the products between the kernel coefficients (pKernel array) and corresponding neighboring row pixel values in the source image defined by iKernelDim and iAnchorX, divided by iDivisor.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oROI
- \ref roi_specification.pKernel
- Pointer to the start address of the kernel coefficient array.
Coefficients are expected to be stored in reverse order.nMaskSize
- Length of the linear kernel array.nAnchor
- X offset of the kernel origin frame of reference w.r.t the
source pixel.nDivisor
- The factor by which the convolved summation from the Filter
operation should be divided. If equal to the sum of
coefficients, this will keep the maximum result value within
full scale.
public static int nppiSumWindowColumn_8u32f_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oROI, int nMaskSize, int nAnchor)
8-bit unsigned 1D (column) sum to 32f. Apply Column Window Summation filter over a 1D mask region around each source pixel for 1-channel 8 bit/pixel input images with 32-bit floating point output. Result 32-bit floating point pixel is equal to the sum of the corresponding and neighboring column pixel values in a mask region of the source image defined by nMaskSize and nAnchor.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oROI
- \ref roi_specification.nMaskSize
- Length of the linear kernel array.nAnchor
- Y offset of the kernel origin frame of reference w.r.t the
source pixel.
public static int nppiSumWindowRow_8u32f_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oROI, int nMaskSize, int nAnchor)
8-bit unsigned 1D (row) sum to 32f. Apply Row Window Summation filter over a 1D mask region around each source pixel for 1-channel 8-bit pixel input images with 32-bit floating point output. Result 32-bit floating point pixel is equal to the sum of the corresponding and neighboring row pixel values in a mask region of the source image defined by iKernelDim and iAnchorX.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oROI
- \ref roi_specification.nMaskSize
- Length of the linear kernel array.nAnchor
- X offset of the kernel origin frame of reference w.r.t the
source pixel.
public static int nppiFilter_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp32s> pKernel, NppiSize oKernelSize, NppiPoint oAnchor, int nDivisor)
public static int nppiFilter_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp32s> pKernel, NppiSize oKernelSize, NppiPoint oAnchor, int nDivisor)
4 channel 8-bit unsigned convolution filter. Pixels under the mask are multiplied by the respective weights in the mask and the results are summed. Before writing the result pixel the sum is scaled back via division by nDivisor.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.pKernel
- Pointer to the start address of the kernel coefficient array.
Coeffcients are expected to be stored in reverse order.oKernelSize
- Width and Height of the rectangular kernel.oAnchor
- X and Y offsets of the kernel origin frame of reference
w.r.t the source pixel.nDivisor
- The factor by which the convolved summation from the Filter
operation should be divided. If equal to the sum of coefficients,
this will keep the maximum result value within full scale.
public static int nppiFilterBox_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, NppiSize oMaskSize, NppiPoint oAnchor)
8-bit unsigned box filter. Computes the average pixel values of the pixels under a rectangular mask.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.oMaskSize
- Width and Height of the neighborhood region for the local
Avg operation.oAnchor
- X and Y offsets of the kernel origin frame of reference w.r.t
the source pixel.
public static int nppiFilterBox_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, NppiSize oMaskSize, NppiPoint oAnchor)
4 channel 8-bit unsigned box filter. Computes the average pixel values of the pixels under a rectangular mask.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.oMaskSize
- Width and Height of the neighborhood region for the local
Avg operation.oAnchor
- X and Y offsets of the kernel origin frame of reference w.r.t
the source pixel.
public static int nppiFilterMax_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, NppiSize oMaskSize, NppiPoint oAnchor)
8-bit unsigned maximum filter. Result pixel value is the maximum of pixel values under the rectangular mask region.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.oMaskSize
- Width and Height of the neighborhood region for the local
Max operation.oAnchor
- X and Y offsets of the kernel origin frame of reference
w.r.t the source pixel.
public static int nppiFilterMax_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, NppiSize oMaskSize, NppiPoint oAnchor)
4 channel 8-bit unsigned maximum filter. Result pixel value is the maximum of pixel values under the rectangular mask region.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.oMaskSize
- Width and Height of the neighborhood region for the local
Max operation.oAnchor
- X and Y offsets of the kernel origin frame of reference
w.r.t the source pixel.
public static int nppiFilterMin_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, NppiSize oMaskSize, NppiPoint oAnchor)
8-bit unsigned minimum filter. Result pixel value is the minimum of pixel values under the rectangular mask region.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.oMaskSize
- Width and Height of the neighborhood region for the local
Max operation.oAnchor
- X and Y offsets of the kernel origin frame of reference
w.r.t the source pixel.
public static int nppiFilterMin_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, NppiSize oMaskSize, NppiPoint oAnchor)
4 channel 8-bit unsigned minimum filter. Result pixel value is the minimum of pixel values under the rectangular mask region.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.oMaskSize
- Width and Height of the neighborhood region for the local
Max operation.oAnchor
- X and Y offsets of the kernel origin frame of reference
w.r.t the source pixel.
public static int nppiSumGetBufferHostSize_8u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiSum_8u_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiSumGetBufferHostSize_8u64s_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiSum_8u64s_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiSumGetBufferHostSize_16u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiSumGetBufferHostSize_16s_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiSum_16s_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiSumGetBufferHostSize_32f_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiSum_32f_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiSumGetBufferHostSize_8u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiSum_8u_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiSumGetBufferHostSize_16u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiSumGetBufferHostSize_16s_C3R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiSumGetBufferHostSize_32f_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiSum_32f_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiSumGetBufferHostSize_8u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiSum_8u_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiSumGetBufferHostSize_16u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiSum_16u_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiSumGetBufferHostSize_16s_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiSumGetBufferHostSize_32f_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiSum_32f_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiSumGetBufferHostSize_8u64s_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiSum_8u64s_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiSumGetBufferHostSize_8u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiSum_8u_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiSumGetBufferHostSize_16u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiSum_16u_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiSumGetBufferHostSize_16s_C4R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiSumGetBufferHostSize_32f_C4R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiSum_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pSum)
1-channel 8-bit unsigned char image sum with 64-bit double precision result.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiSumGetBufferHostSize_8u_C1R to determine the minium number of bytes required.pSum
- Pointer to the computed sum.
public static int nppiSum_8u64s_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64s> pSum)
public static int nppiSum_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pSum)
public static int nppiSum_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pSum)
1-channel 16-bit signed short image sum with 64-bit double precision result.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiSumGetBufferHostSize_16s_C1R to determine the minium number of bytes required.pSum
- Pointer to the computed sum.
public static int nppiSum_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pSum)
public static int nppiSum_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
3-channel 8-bit unsigned char image sum with 64-bit double precision result.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiSumGetBufferHostSize_8u_C3R to determine the minium number of bytes required.aSum
- Array that contains computed sum for each channel.
public static int nppiSum_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
public static int nppiSum_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
3-channel 16-bit signed short image sum with 64-bit double precision result.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiSumGetBufferHostSize_16s_C3R to determine the minium number of bytes required.aSum
- Array that contains computed sum for each channel.
public static int nppiSum_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
public static int nppiSum_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
4-channel 8-bit unsigned char image sum with 64-bit double precision result. Alpha channel is the last channel and is not processed.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiSumGetBufferHostSize_8u_AC4R to determine the minium number of bytes required.aSum
- Array that contains computed sum for each channel (alpha channel is not computed).
public static int nppiSum_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
4-channel 16-bit unsigned short image sum with 64-bit double precision result. Alpha channel is the last channel and is not processed.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiSumGetBufferHostSize_16u_AC4R to determine the minium number of bytes required.aSum
- Array that contains computed sum for each channel (alpha channel is not computed).
public static int nppiSum_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
4-channel 16-bit signed short image sum with 64-bit double precision result. Alpha channel is the last channel and is not processed.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiSumGetBufferHostSize_16s_AC4R to determine the minium number of bytes required.aSum
- Array that contains computed sum for each channel (alpha channel is not computed).
public static int nppiSum_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
public static int nppiSum_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
4-channel 8-bit unsigned char image sum with 64-bit double precision result.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiSumGetBufferHostSize_8u_C4R to determine the minium number of bytes required.aSum
- Array that contains computed sum for each channel.
public static int nppiSum_8u64s_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, long[] aSum)
4-channel 8-bit unsigned char image sum with 64-bit long long result.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiSumGetBufferHostSize_8u64s_C4R to determine the minium number of bytes required.aSum
- Array that contains computed sum for each channel.
public static int nppiSum_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
4-channel 16-bit unsigned short image sum with 64-bit double precision result.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiSumGetBufferHostSize_16u_C4R to determine the minium number of bytes required.aSum
- Array that contains computed sum for each channel.
public static int nppiSum_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
4-channel 16-bit signed short image sum with 64-bit double precision result.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiSumGetBufferHostSize_16s_C4R to determine the minium number of bytes required.aSum
- Array that contains computed sum for each channel.
public static int nppiSum_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
4-channel 32-bit floating point image sum with 64-bit double precision result.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiSumGetBufferHostSize_32f_C4R to determine the minium number of bytes required.aSum
- Array that contains computed sum for each channel.
public static int nppiMinGetBufferHostSize_8u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMin_8u_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinGetBufferHostSize_16u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMin_16u_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinGetBufferHostSize_16s_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMin_16s_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinGetBufferHostSize_32f_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMin_32f_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinGetBufferHostSize_8u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiMinGetBufferHostSize_16u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMin_16u_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinGetBufferHostSize_16s_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMin_16s_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinGetBufferHostSize_32f_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMin_32f_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinGetBufferHostSize_8u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiMinGetBufferHostSize_16u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiMinGetBufferHostSize_16s_C4R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiMinGetBufferHostSize_32f_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMin_32f_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinGetBufferHostSize_8u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMin_8u_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinGetBufferHostSize_16u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMin_16u_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinGetBufferHostSize_16s_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiMinGetBufferHostSize_32f_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMin_32f_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMin_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp8u> pMin)
1-channel 8-bit unsigned char image min.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMinGetBufferHostSize_8u_C1R to determine the minium number of bytes required.pMin
- Device-memory pointer receiving the minimum result.
public static int nppiMin_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16u> pMin)
1-channel 16-bit unsigned short integer image min.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMinGetBufferHostSize_16u_C1R to determine the minium number of bytes required.pMin
- Device-memory pointer receiving the minimum result.
public static int nppiMin_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16s> pMin)
1-channel 16-bit signed short integer image min.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMinGetBufferHostSize_16s_C1R to determine the minium number of bytes required.pMin
- Device-memory pointer receiving the minimum result.
public static int nppiMin_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp32f> pMin)
1-channel 32-bit floating point image min.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMinGetBufferHostSize_32f_C1R to determine the minium number of bytes required.pMin
- Device-memory pointer receiving the minimum result.
public static int nppiMin_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMin)
3-channel 8-bit unsigned char image min.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMinGetBufferHostSize_8u_C3R to determine the minium number of bytes required.aMin
- Device-memory array receiving the minimum results, three elements for three channels.
public static int nppiMin_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin)
3-channel 16-bit unsigned short integer image min.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMinGetBufferHostSize_16u_C3R to determine the minium number of bytes required.aMin
- Device-memory array receiving the minimum results, three elements for three channels.
public static int nppiMin_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin)
public static int nppiMin_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMin)
3-channel 32-bit floating point image min.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMinGetBufferHostSize_32f_C3R to determine the minium number of bytes required.aMin
- Device-memory array receiving the minimum results, three elements for three channels.
public static int nppiMin_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMin)
4-channel 8-bit unsigned char image min.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMinGetBufferHostSize_8u_C4R to determine the minium number of bytes required.aMin
- Device-memory array receiving the minimum result, four elements for four channels.
public static int nppiMin_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin)
4-channel 16-bit unsigned short integer image min.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMinGetBufferHostSize_16u_C4R to determine the minium number of bytes required.aMin
- Device-memory array receiving the minimum result, four elements for four channels.
public static int nppiMin_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin)
4-channel 16-bit signed short integer image min.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMinGetBufferHostSize_16s_C4R to determine the minium number of bytes required.aMin
- Device-memory array receiving the minimum result, four elements for four channels.
public static int nppiMin_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMin)
4-channel 32-bit floating point image min.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMinGetBufferHostSize_32f_C4R to determine the minium number of bytes required.aMin
- Device-memory array receiving the minimum result, four elements for four channels.
public static int nppiMin_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMin)
4-channel 8-bit unsigned char image min (alpha channel is not processed).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMinGetBufferHostSize_8u_AC4R to determine the minium number of bytes required.aMin
- Device-memory array receiving the minimum result, three elements for the first three channels.
public static int nppiMin_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin)
4-channel 16-bit unsigned short integer image min (alpha channel is not processed).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMinGetBufferHostSize_16u_AC4R to determine the minium number of bytes required.aMin
- Device-memory array receiving the minimum result, three elements for the first three channels.
public static int nppiMin_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin)
4-channel 16-bit signed short integer image min (alpha channel is not processed).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMinGetBufferHostSize_16s_AC4R to determine the minium number of bytes required.aMin
- Device-memory array receiving the minimum result, three elements for the first three channels.
public static int nppiMin_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMin)
4-channel 32-bit floating point image min (alpha channel is not processed).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMinGetBufferHostSize_32f_AC4R to determine the minium number of bytes required.aMin
- Device-memory array receiving the minimum result, three elements for the first three channels.
public static int nppiMinIndxGetBufferHostSize_8u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiMinIndxGetBufferHostSize_16u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiMinIndxGetBufferHostSize_16s_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinIndx_16s_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinIndxGetBufferHostSize_32f_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinIndx_32f_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinIndxGetBufferHostSize_8u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinIndx_8u_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinIndxGetBufferHostSize_16u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinIndx_16u_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinIndxGetBufferHostSize_16s_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinIndx_16s_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinIndxGetBufferHostSize_32f_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinIndx_32f_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinIndxGetBufferHostSize_8u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinIndx_8u_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinIndxGetBufferHostSize_16u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiMinIndxGetBufferHostSize_16s_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinIndx_16s_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinIndxGetBufferHostSize_32f_C4R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiMinIndxGetBufferHostSize_8u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinIndx_8u_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinIndxGetBufferHostSize_16u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinIndx_8u_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinIndxGetBufferHostSize_16s_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiMinIndxGetBufferHostSize_32f_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinIndx_32f_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinIndx_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp8u> pMin, int[] pIndexX, int[] pIndexY)
1-channel 8-bit unsigned char image min with its X and Y coordinates.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMinIndxGetBufferHostSize_8u_C1R to determine the minium number of bytes required.pMin
- Device-memory pointer receiving the minimum result.pIndexX
- Device-memory pointer to the X coordinate of the image min value.pIndexY
- Device-memory pointer to the Y coordinate of the image min value.
public static int nppiMinIndx_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16u> pMin, int[] pIndexX, int[] pIndexY)
1-channel 16-bit unsigned short integer image min with its X and Y coordinates.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMinIndxGetBufferHostSize_16u_C1R to determine the minium number of bytes required.pMin
- Device-memory pointer receiving the minimum result.pIndexX
- Device-memory pointer to the X coordinate of the image min value.pIndexY
- Device-memory pointer to the Y coordinate of the image min value.
public static int nppiMinIndx_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16s> pMin, int[] pIndexX, int[] pIndexY)
1-channel 16-bit signed short integer image min with its X and Y coordinates.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMinIndxGetBufferHostSize_16s_C1R to determine the minium number of bytes required.pMin
- Device-memory pointer receiving the minimum result.pIndexX
- Device-memory pointer to the X coordinate of the image min value.pIndexY
- Device-memory pointer to the Y coordinate of the image min value.
public static int nppiMinIndx_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp32f> pMin, int[] pIndexX, int[] pIndexY)
1-channel 32-bit floating point image min with its X and Y coordinates.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMinIndxGetBufferHostSize_32f_C1R to determine the minium number of bytes required.pMin
- Device-memory pointer receiving the minimum result.pIndexX
- Device-memory pointer to the X coordinate of the image min value.pIndexY
- Device-memory pointer to the Y coordinate of the image min value.
public static int nppiMinIndx_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMin, int[] aIndexX, int[] aIndexY)
3-channel 8-bit unsigned char image min values with their X and Y coordinates.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMinIndxGetBufferHostSize_8u_C3R to determine the minium number of bytes required.aMin
- Device-memory array receiving the minimum result, three elements for three channels.aIndexX
- Device-memory array to the X coordinates of the image min values, three elements for three channels.aIndexY
- Device-memory array to the Y coordinates of the image min values, three elements for three channels.
public static int nppiMinIndx_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin, int[] aIndexX, int[] aIndexY)
public static int nppiMinIndx_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin, int[] aIndexX, int[] aIndexY)
public static int nppiMinIndx_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMin, int[] aIndexX, int[] aIndexY)
3-channel 32-bit floating point image min values with their X and Y coordinates.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMinIndxGetBufferHostSize_32f_C3R to determine the minium number of bytes required.aMin
- Device-memory array receiving the minimum result, three elements for three channels.aIndexX
- Device-memory array to the X coordinates of the image min values, three elements for three channels.aIndexY
- Device-memory array to the Y coordinates of the image min values, three elements for three channels.
public static int nppiMinIndx_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMin, int[] aIndexX, int[] aIndexY)
4-channel 8-bit unsigned char image min values with their X and Y coordinates.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMinIndxGetBufferHostSize_8u_C4R to determine the minium number of bytes required.aMin
- Device-memory array receiving the minimum result, four elements for four channels.aIndexX
- Device-memory array to the X coordinates of the image min values, four elements for four channels.aIndexY
- Device-memory array to the Y coordinates of the image min values, four elements for four channels.
public static int nppiMinIndx_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin, int[] aIndexX, int[] aIndexY)
4-channel 16-bit unsigned short integer image min values with their X and Y coordinates.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMinIndxGetBufferHostSize_16u_C4R to determine the minium number of bytes required.aMin
- Device-memory array receiving the minimum result, four elements for four channels.aIndexX
- Device-memory array to the X coordinates of the image min values, four elements for four channels.aIndexY
- Device-memory array to the Y coordinates of the image min values, four elements for four channels.
public static int nppiMinIndx_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin, int[] aIndexX, int[] aIndexY)
4-channel 16-bit signed short integer image min values with their X and Y coordinates.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMinIndxGetBufferHostSize_16s_C4R to determine the minium number of bytes required.aMin
- Device-memory array receiving the minimum result, four elements for four channels.aIndexX
- Device-memory array to the X coordinates of the image min values, four elements for four channels.aIndexY
- Device-memory array to the Y coordinates of the image min values, four elements for four channels.
public static int nppiMinIndx_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMin, int[] aIndexX, int[] aIndexY)
4-channel 32-bit floating point image min values with their X and Y coordinates.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMinIndxGetBufferHostSize_32f_C4R to determine the minium number of bytes required.aMin
- Device-memory array receiving the minimum result, four elements for four channels.aIndexX
- Device-memory array to the X coordinates of the image min values, four elements for four channels.aIndexY
- Device-memory array to the Y coordinates of the image min values, four elements for four channels.
public static int nppiMinIndx_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMin, int[] aIndexX, int[] aIndexY)
4-channel 8-bit unsigned char image min values with their X and Y coordinates (alpha channel is not processed).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMinIndxGetBufferHostSize_8u_AC4R to determine the minium number of bytes required.aMin
- Device-memory array receiving the minimum result, three elements for the three channels.aIndexX
- Device-memory array to the X coordinates of the image min values, three elements for the three channels.aIndexY
- Device-memory array to the Y coordinates of the image min values, three elements for the three channels.
public static int nppiMinIndx_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin, int[] aIndexX, int[] aIndexY)
public static int nppiMinIndx_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMin, int[] aIndexX, int[] aIndexY)
4-channel 16-bit signed short integer image min values with their X and Y coordinates (alpha channel is not processed).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMinIndxGetBufferHostSize_16s_AC4R to determine the minium number of bytes required.aMin
- Device-memory array receiving the minimum result, three elements for the three channels.aIndexX
- Device-memory array to the X coordinates of the image min values, three elements for the three channels.aIndexY
- Device-memory array to the Y coordinates of the image min values, three elements for the three channels.
public static int nppiMinIndx_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMin, int[] aIndexX, int[] aIndexY)
public static int nppiMaxGetBufferHostSize_8u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMax_8u_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMaxGetBufferHostSize_16u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMax_16u_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMaxGetBufferHostSize_16s_C1R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiMaxGetBufferHostSize_32f_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMax_32f_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMaxGetBufferHostSize_8u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMax_8u_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMaxGetBufferHostSize_16u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMax_16u_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMaxGetBufferHostSize_16s_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMax_16s_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMaxGetBufferHostSize_32f_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMax_32f_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMaxGetBufferHostSize_8u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMax_8u_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMaxGetBufferHostSize_16u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMax_16u_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMaxGetBufferHostSize_16s_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMax_16s_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMaxGetBufferHostSize_32f_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMax_32f_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMaxGetBufferHostSize_8u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMax_8u_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMaxGetBufferHostSize_16u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMax_16u_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMaxGetBufferHostSize_16s_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiMaxGetBufferHostSize_32f_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMax_32f_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMax_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp8u> pMax)
public static int nppiMax_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16u> pMax)
1-channel 16-bit unsigned short integer image max.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMaxGetBufferHostSize_16u_C1R to determine the minium number of bytes required.pMax
- Device-memory pointer receiving the maximum result.
public static int nppiMax_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16s> pMax)
1-channel 16-bit signed short integer image max.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMaxGetBufferHostSize_16s_C1R to determine the minium number of bytes required.pMax
- Device-memory pointer receiving the maximum result.
public static int nppiMax_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp32f> pMax)
1-channel 32-bit floating point image max.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMaxGetBufferHostSize_32f_C1R to determine the minium number of bytes required.pMax
- Device-memory pointer receiving the maximum result.
public static int nppiMax_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMax)
3-channel 8-bit unsigned char image max.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMaxGetBufferHostSize_8u_C3R to determine the minium number of bytes required.aMax
- Device-memory array receiving the maximum results, three elements for three channels.
public static int nppiMax_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax)
3-channel 16-bit unsigned short integer image max.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMaxGetBufferHostSize_16u_C3R to determine the minium number of bytes required.aMax
- Device-memory array receiving the maximum results, three elements for three channels.
public static int nppiMax_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax)
3-channel 16-bit signed short integer image max.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMaxGetBufferHostSize_16s_C3R to determine the minium number of bytes required.aMax
- Device-memory array receiving the maximum results, three elements for three channels.
public static int nppiMax_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMax)
3-channel 32-bit floating point image max.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMaxGetBufferHostSize_32f_C3R to determine the minium number of bytes required.aMax
- Device-memory array receiving the maximum results, three elements for three channels.
public static int nppiMax_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMax)
4-channel 8-bit unsigned char image max.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMaxGetBufferHostSize_8u_C4R to determine the minium number of bytes required.aMax
- Device-memory array receiving the maximum results, four elements for four channels.
public static int nppiMax_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax)
4-channel 16-bit unsigned short integer image max.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMaxGetBufferHostSize_16u_C4R to determine the minium number of bytes required.aMax
- Device-memory array receiving the maximum results, four elements for four channels.
public static int nppiMax_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax)
public static int nppiMax_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMax)
4-channel 32-bit floating point image max.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMaxGetBufferHostSize_32f_C4R to determine the minium number of bytes required.aMax
- Device-memory array receiving the maximum results, four elements for four channels.
public static int nppiMax_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMax)
4-channel 8-bit unsigned char image max (alpha channel is not processed).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMaxGetBufferHostSize_8u_AC4R to determine the minium number of bytes required.aMax
- Device-memory array receiving the maximum result, three elements for the first three channels.
public static int nppiMax_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax)
4-channel 16-bit unsigned short integer image max (alpha channel is not processed).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMaxGetBufferHostSize_16u_AC4R to determine the minium number of bytes required.aMax
- Device-memory array receiving the maximum result, three elements for the first three channels.
public static int nppiMax_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax)
4-channel 16-bit signed short integer image max (alpha channel is not processed).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMaxGetBufferHostSize_16s_AC4R to determine the minium number of bytes required.aMax
- Device-memory array receiving the maximum result, three elements for the first three channels.
public static int nppiMax_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMax)
4-channel 32-bit floating point image max (alpha channel is not processed).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMaxGetBufferHostSize_32f_AC4R to determine the minium number of bytes required.aMax
- Device-memory array receiving the maximum result, three elements for the first three channels.
public static int nppiMaxIndxGetBufferHostSize_8u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiMaxIndxGetBufferHostSize_16u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMaxIndx_16u_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMaxIndxGetBufferHostSize_16s_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMaxIndx_16s_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMaxIndxGetBufferHostSize_32f_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMaxIndx_32f_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMaxIndxGetBufferHostSize_8u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiMaxIndxGetBufferHostSize_16u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMaxIndx_16u_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMaxIndxGetBufferHostSize_16s_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMaxIndx_16s_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMaxIndxGetBufferHostSize_32f_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMaxIndx_32f_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMaxIndxGetBufferHostSize_8u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMaxIndx_8u_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMaxIndxGetBufferHostSize_16u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMaxIndx_16u_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMaxIndxGetBufferHostSize_16s_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMaxIndx_16s_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMaxIndxGetBufferHostSize_32f_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMaxIndx_32f_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMaxIndxGetBufferHostSize_8u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMaxIndx_8u_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMaxIndxGetBufferHostSize_16u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMaxIndx_16u_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMaxIndxGetBufferHostSize_16s_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMaxIndx_16s_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMaxIndxGetBufferHostSize_32f_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMaxIndx_32f_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMaxIndx_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp8u> pMax, int[] pIndexX, int[] pIndexY)
1-channel 8-bit unsigned char image max value with its X and Y coordinates.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMaxIndxGetBufferHostSize_8u_C1R to determine the minium number of bytes required.pMax
- Device-memory pointer receiving the maximum result.pIndexX
- Device-memory pointer to the X coordinate of the image max value.pIndexY
- Device-memory pointer to the Y coordinate of the image max value.
public static int nppiMaxIndx_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16u> pMax, int[] pIndexX, int[] pIndexY)
1-channel 16-bit unsigned short integer image max value with its X and Y coordinates.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMaxIndxGetBufferHostSize_16u_C1R to determine the minium number of bytes required.pMax
- Device-memory pointer receiving the maximum result.pIndexX
- Device-memory pointer to the X coordinate of the image max value.pIndexY
- Device-memory pointer to the Y coordinate of the image max value.
public static int nppiMaxIndx_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp16s> pMax, int[] pIndexX, int[] pIndexY)
1-channel 16-bit signed short integer image max value with its X and Y coordinates.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMaxIndxGetBufferHostSize_16s_C1R to determine the minium number of bytes required.pMax
- Device-memory pointer receiving the maximum result.pIndexX
- Device-memory pointer to the X coordinate of the image max value.pIndexY
- Device-memory pointer to the Y coordinate of the image max value.
public static int nppiMaxIndx_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp32f> pMax, int[] pIndexX, int[] pIndexY)
public static int nppiMaxIndx_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMax, int[] aIndexX, int[] aIndexY)
3-channel 8-bit unsigned char image max values with their X and Y coordinates.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMaxIndxGetBufferHostSize_8u_C3R to determine the minium number of bytes required.aMax
- Device-memory array receiving the maximum result, three elements for three channels.aIndexX
- Device-memory array to the X coordinates of the image max values, three elements for three channels.aIndexY
- Device-memory array to the Y coordinates of the image max values, three elements for three channels.
public static int nppiMaxIndx_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax, int[] aIndexX, int[] aIndexY)
3-channel 16-bit unsigned short integer image max values with their X and Y coordinates.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMaxIndxGetBufferHostSize_16u_C3R to determine the minium number of bytes required.aMax
- Device-memory array receiving the maximum result, three elements for three channels.aIndexX
- Device-memory array to the X coordinates of the image max values, three elements for three channels.aIndexY
- Device-memory array to the Y coordinates of the image max values, three elements for three channels.
public static int nppiMaxIndx_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax, int[] aIndexX, int[] aIndexY)
3-channel 16-bit signed short integer image max values with their X and Y coordinates.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMaxIndxGetBufferHostSize_16s_C3R to determine the minium number of bytes required.aMax
- Device-memory array receiving the maximum result, three elements for three channels.aIndexX
- Device-memory array to the X coordinates of the image max values, three elements for three channels.aIndexY
- Device-memory array to the Y coordinates of the image max values, three elements for three channels.
public static int nppiMaxIndx_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMax, int[] aIndexX, int[] aIndexY)
3-channel 32-bit floating point image max values with their X and Y coordinates.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMaxIndxGetBufferHostSize_32f_C3R to determine the minium number of bytes required.aMax
- Device-memory array receiving the maximum result, three elements for three channels.aIndexX
- Device-memory array to the X coordinates of the image max values, three elements for three channels.aIndexY
- Device-memory array to the Y coordinates of the image max values, three elements for three channels.
public static int nppiMaxIndx_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMax, int[] aIndexX, int[] aIndexY)
public static int nppiMaxIndx_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax, int[] aIndexX, int[] aIndexY)
4-channel 16-bit unsigned short integer image max values with their X and Y coordinates.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMaxIndxGetBufferHostSize_16u_C4R to determine the minium number of bytes required.aMax
- Device-memory array receiving the maximum result, four elements for four channels.aIndexX
- Device-memory array to the X coordinates of the image max values, four elements for four channels.aIndexY
- Device-memory array to the Y coordinates of the image max values, four elements for four channels.
public static int nppiMaxIndx_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax, int[] aIndexX, int[] aIndexY)
4-channel 16-bit signed short integer image max values with their X and Y coordinates.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMaxIndxGetBufferHostSize_16s_C4R to determine the minium number of bytes required.aMax
- Device-memory array receiving the maximum result, four elements for four channels.aIndexX
- Device-memory array to the X coordinates of the image max values, four elements for four channels.aIndexY
- Device-memory array to the Y coordinates of the image max values, four elements for four channels.
public static int nppiMaxIndx_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMax, int[] aIndexX, int[] aIndexY)
4-channel 32-bit floating point image max values with their X and Y coordinates.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMaxIndxGetBufferHostSize_32f_C4R to determine the minium number of bytes required.aMax
- Device-memory array receiving the maximum result, four elements for four channels.aIndexX
- Device-memory array to the X coordinates of the image max values, four elements for four channels.aIndexY
- Device-memory array to the Y coordinates of the image max values, four elements for four channels.
public static int nppiMaxIndx_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, byte[] aMax, int[] aIndexX, int[] aIndexY)
4-channel 8-bit unsigned char image max values with their X and Y coordinates (alpha channel is not processed).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMaxIndxGetBufferHostSize_8u_AC4R to determine the minium number of bytes required.aMax
- Device-memory array receiving the maximum result, three elements for the first three channels.aIndexX
- Device-memory array to the X coordinates of the image max values, three elements for the first three channels.aIndexY
- Device-memory array to the Y coordinates of the image max values, three elements for the first three channels.
public static int nppiMaxIndx_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax, int[] aIndexX, int[] aIndexY)
4-channel 16-bit unsigned short integer image max values with their X and Y coordinates (alpha channel is not processed).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMaxIndxGetBufferHostSize_16u_AC4R to determine the minium number of bytes required.aMax
- Device-memory array receiving the maximum result, three elements for the first three channels.aIndexX
- Device-memory array to the X coordinates of the image max values, three elements for the first three channels.aIndexY
- Device-memory array to the Y coordinates of the image max values, three elements for the first three channels.
public static int nppiMaxIndx_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, short[] aMax, int[] aIndexX, int[] aIndexY)
4-channel 16-bit signed short integer image max values with their X and Y coordinates (alpha channel is not processed).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMaxIndxGetBufferHostSize_16s_AC4R to determine the minium number of bytes required.aMax
- Device-memory array receiving the maximum result, three elements for the first three channels.aIndexX
- Device-memory array to the X coordinates of the image max values, three elements for the first three channels.aIndexY
- Device-memory array to the Y coordinates of the image max values, three elements for the first three channels.
public static int nppiMaxIndx_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, float[] aMax, int[] aIndexX, int[] aIndexY)
4-channel 32-bit floating point image max values with their X and Y coordinates (alpha channel is not processed).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMaxIndxGetBufferHostSize_32f_AC4R to determine the minium number of bytes required.aMax
- Device-memory array receiving the maximum result, three elements for the first three channels.aIndexX
- Device-memory array to the X coordinates of the image max values, three elements for the first three channels.aIndexY
- Device-memory array to the Y coordinates of the image max values, three elements for the first three channels.
public static int nppiMinMaxGetBufferHostSize_8u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinManx_8u_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinMaxGetBufferHostSize_16u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinManx_16u_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinMaxGetBufferHostSize_16s_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinManx_16s_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinMaxGetBufferHostSize_32f_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinManx_32f_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinMaxGetBufferHostSize_8u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiMinMaxGetBufferHostSize_16u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiMinMaxGetBufferHostSize_16s_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinManx_16s_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinMaxGetBufferHostSize_32f_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinManx_32f_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinMaxGetBufferHostSize_8u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinManx_8u_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinMaxGetBufferHostSize_16u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiMinMaxGetBufferHostSize_16s_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinManx_16s_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinMaxGetBufferHostSize_32f_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinManx_32f_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinMaxGetBufferHostSize_8u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinManx_8u_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinMaxGetBufferHostSize_16u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiMinMaxGetBufferHostSize_16s_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinManx_16s_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinMaxGetBufferHostSize_32f_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinManx_32f_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinMax_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMin, TypedPointer<Npp8u> pMax, TypedPointer<Npp8u> pDeviceBuffer)
public static int nppiMinMax_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp16u> pMin, TypedPointer<Npp16u> pMax, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 16-bit unsigned short image minimum and maximum values.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pMin
- Device-memory pointer receiving the minimum result.pMax
- Device-memory pointer receiving the maximum result.pDeviceBuffer
- Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_16u_C1R to determine
the minium number of bytes required.
public static int nppiMinMax_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp16s> pMin, TypedPointer<Npp16s> pMax, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 16-bit signed short image minimum and maximum values.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pMin
- Device-memory pointer receiving the minimum result.pMax
- Device-memory pointer receiving the maximum result.pDeviceBuffer
- Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_16s_C1R to determine
the minium number of bytes required.
public static int nppiMinMax_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32f> pMin, TypedPointer<Npp32f> pMax, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating point image minimum and maximum values.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pMin
- Device-memory pointer receiving the minimum result.pMax
- Device-memory pointer receiving the maximum result.pDeviceBuffer
- Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_32f_C1R to determine
the minium number of bytes required.
public static int nppiMinMax_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, byte[] aMin, byte[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit unsigned image minimum and maximum values.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aMin
- Device-memory array receiving the minimum result, three elements for three channels.aMax
- Device-memory array receiving the maximum result, three elements for three channels.pDeviceBuffer
- Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_8u_C3R to determine
the minium number of bytes required.
public static int nppiMinMax_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, short[] aMin, short[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 16-bit unsigned short image minimum and maximum values.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aMin
- Device-memory array receiving the minimum result, three elements for three channels.aMax
- Device-memory array receiving the maximum result, three elements for three channels.pDeviceBuffer
- Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_16u_C3R to determine
the minium number of bytes required.
public static int nppiMinMax_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, short[] aMin, short[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 16-bit signed short image minimum and maximum values.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aMin
- Device-memory array receiving the minimum result, three elements for three channels.aMax
- Device-memory array receiving the maximum result, three elements for three channels.pDeviceBuffer
- Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_16s_C3R to determine
the minium number of bytes required.
public static int nppiMinMax_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, float[] aMin, float[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
public static int nppiMinMax_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, byte[] aMin, byte[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 8-bit unsigned image minimum and maximum values (alpha channel is not calculated).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aMin
- Device-memory array receiving the minimum result, three elements for the first three channels.aMax
- Device-memory array receiving the maximum result, three elements for the first three channels.pDeviceBuffer
- Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_8u_AC4R to determine
the minium number of bytes required.
public static int nppiMinMax_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, short[] aMin, short[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit unsigned short image minimum and maximum values (alpha channel is not calculated).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aMin
- Device-memory array receiving the minimum result, three elements for the first three channels.aMax
- Device-memory array receiving the maximum result, three elements for the first three channels.pDeviceBuffer
- Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_16u_AC4R to determine
the minium number of bytes required.
public static int nppiMinMax_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, short[] aMin, short[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit signed short image minimum and maximum values (alpha channel is not calculated).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aMin
- Device-memory array receiving the minimum result, three elements for the first three channels.aMax
- Device-memory array receiving the maximum result, three elements for the first three channels.pDeviceBuffer
- Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_16s_AC4R to determine
the minium number of bytes required.
public static int nppiMinMax_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, float[] aMin, float[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 32-bit floating point image minimum and maximum values (alpha channel is not calculated).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aMin
- Device-memory array receiving the minimum result, three elements for the first three channels.aMax
- Device-memory array receiving the maximum result, three elements for the first three channels.pDeviceBuffer
- Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_32f_AC4R to determine
the minium number of bytes required.
public static int nppiMinMax_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, byte[] aMin, byte[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 8-bit unsigned image minimum and maximum values.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aMin
- Device-memory array receiving the minimum result, four elements for four channels.aMax
- Device-memory array receiving the maximum result, four elements for four channels.pDeviceBuffer
- Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_8u_C4R to determine
the minium number of bytes required.
public static int nppiMinMax_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, short[] aMin, short[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit unsigned short image minimum and maximum values.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aMin
- Device-memory array receiving the minimum result, four elements for four channels.aMax
- Device-memory array receiving the maximum result, four elements for four channels.pDeviceBuffer
- Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_16u_C4R to determine
the minium number of bytes required.
public static int nppiMinMax_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, short[] aMin, short[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit signed short image minimum and maximum values.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aMin
- Device-memory array receiving the minimum result, four elements for four channels.aMax
- Device-memory array receiving the maximum result, four elements for four channels.pDeviceBuffer
- Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_16s_C4R to determine
the minium number of bytes required.
public static int nppiMinMax_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, float[] aMin, float[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 32-bit floating point image minimum and maximum values.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aMin
- Device-memory array receiving the minimum result, four elements for four channels.aMax
- Device-memory array receiving the maximum result, four elements for four channels.pDeviceBuffer
- Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_32f_C4R to determine
the minium number of bytes required.
public static int nppiMinMaxIndxGetBufferHostSize_8u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_8u_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinMaxIndxGetBufferHostSize_8s_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_8s_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinMaxIndxGetBufferHostSize_16u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_16u_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinMaxIndxGetBufferHostSize_32f_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_32f_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinMaxIndxGetBufferHostSize_8u_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_8u_C1MR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinMaxIndxGetBufferHostSize_8s_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_8s_C1MR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinMaxIndxGetBufferHostSize_16u_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_16u_C1MR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinMaxIndxGetBufferHostSize_32f_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_32f_C1MR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinMaxIndxGetBufferHostSize_8u_C3CR(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiMinMaxIndxGetBufferHostSize_8s_C3CR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_8s_C3CR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinMaxIndxGetBufferHostSize_16u_C3CR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_16u_C3CR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinMaxIndxGetBufferHostSize_32f_C3CR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_32f_C3CR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinMaxIndxGetBufferHostSize_8u_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_8u_C3CMR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinMaxIndxGetBufferHostSize_8s_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_8s_C3CMR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinMaxIndxGetBufferHostSize_16u_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_16u_C3CMR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinMaxIndxGetBufferHostSize_32f_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMinMaxIndx_32f_C3CMR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMinMaxIndx_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMinValue, TypedPointer<Npp8u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 8-bit unsigned char image minimum and maximum values with their indices.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pMinValue
- Device-memory pointer receiving the minimum value.pMaxValue
- Device-memory pointer receiving the maximum value.pMinIndex
- Device-memory pointer receiving the indicies (X and Y coordinates) of the minimum value.pMaxIndex
- Device-memory pointer receiving the indicies (X and Y coordinates) of the maximum value.pDeviceBuffer
- Buffer to a scratch memory. Use \ref nppiMinMaxIndxGetBufferHostSize_8u_C1R to determine
the minium number of bytes required.
public static int nppiMinMaxIndx_8s_C1R(TypedPointer<Npp8s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8s> pMinValue, TypedPointer<Npp8s> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 8-bit signed char image minimum and maximum values with their indices.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pMinValue
- Device-memory pointer receiving the minimum value.pMaxValue
- Device-memory pointer receiving the maximum value.pMinIndex
- Device-memory pointer receiving the indicies (X and Y coordinates) of the minimum value.pMaxIndex
- Device-memory pointer receiving the indicies (X and Y coordinates) of the maximum value.pDeviceBuffer
- Buffer to a scratch memory. Use \ref nppiMinMaxIndxGetBufferHostSize_8s_C1R to determine
the minium number of bytes required.
public static int nppiMinMaxIndx_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp16u> pMinValue, TypedPointer<Npp16u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 16-bit unsigned short image minimum and maximum values with their indices.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pMinValue
- Device-memory pointer receiving the minimum value.pMaxValue
- Device-memory pointer receiving the maximum value.pMinIndex
- Device-memory pointer receiving the indicies (X and Y coordinates) of the minimum value.pMaxIndex
- Device-memory pointer receiving the indicies (X and Y coordinates) of the maximum value.pDeviceBuffer
- Buffer to a scratch memory. Use \ref nppiMinMaxIndxGetBufferHostSize_16u_C1R to determine
the minium number of bytes required.
public static int nppiMinMaxIndx_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32f> pMinValue, TypedPointer<Npp32f> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating point image minimum and maximum values with their indices.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pMinValue
- Device-memory pointer receiving the minimum value.pMaxValue
- Device-memory pointer receiving the maximum value.pMinIndex
- Device-memory pointer receiving the indicies (X and Y coordinates) of the minimum value.pMaxIndex
- Device-memory pointer receiving the indicies (X and Y coordinates) of the maximum value.pDeviceBuffer
- Buffer to a scratch memory. Use \ref nppiMinMaxIndxGetBufferHostSize_32f_C1R to determine
the minium number of bytes required.
public static int nppiMinMaxIndx_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMinValue, TypedPointer<Npp8u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 8-bit unsigned char image minimum and maximum values with their indices, \ref masked_operation.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.pMinValue
- Device-memory pointer receiving the minimum value.pMaxValue
- Device-memory pointer receiving the maximum value.pMinIndex
- Device-memory pointer receiving the indicies (X and Y coordinates) of the minimum value.pMaxIndex
- Device-memory pointer receiving the indicies (X and Y coordinates) of the maximum value.pDeviceBuffer
- Buffer to a scratch memory. Use \ref nppiMinMaxIndxGetBufferHostSize_8u_C1MR to determine
the minium number of bytes required.
public static int nppiMinMaxIndx_8s_C1MR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8s> pMinValue, TypedPointer<Npp8s> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 8-bit signed char image minimum and maximum values with their indices, \ref masked_operation.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.pMinValue
- Device-memory pointer receiving the minimum value.pMaxValue
- Device-memory pointer receiving the maximum value.pMinIndex
- Device-memory pointer receiving the indicies (X and Y coordinates) of the minimum value.pMaxIndex
- Device-memory pointer receiving the indicies (X and Y coordinates) of the maximum value.pDeviceBuffer
- Buffer to a scratch memory. Use \ref nppiMinMaxIndxGetBufferHostSize_8s_C1MR to determine
the minium number of bytes required.
public static int nppiMinMaxIndx_16u_C1MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp16u> pMinValue, TypedPointer<Npp16u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 16-bit unsigned short image minimum and maximum values with their indices, \ref masked_operation.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.pMinValue
- Device-memory pointer receiving the minimum value.pMaxValue
- Device-memory pointer receiving the maximum value.pMinIndex
- Device-memory pointer receiving the indicies (X and Y coordinates) of the minimum value.pMaxIndex
- Device-memory pointer receiving the indicies (X and Y coordinates) of the maximum value.pDeviceBuffer
- Buffer to a scratch memory. Use \ref nppiMinMaxIndxGetBufferHostSize_16u_C1MR to determine
the minium number of bytes required.
public static int nppiMinMaxIndx_32f_C1MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp32f> pMinValue, TypedPointer<Npp32f> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating point image minimum and maximum values with their indices, \ref masked_operation.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.pMinValue
- Device-memory pointer receiving the minimum value.pMaxValue
- Device-memory pointer receiving the maximum value.pMinIndex
- Device-memory pointer receiving the indicies (X and Y coordinates) of the minimum value.pMaxIndex
- Device-memory pointer receiving the indicies (X and Y coordinates) of the maximum value.pDeviceBuffer
- Buffer to a scratch memory. Use \ref nppiMinMaxIndxGetBufferHostSize_32f_C1MR to determine
the minium number of bytes required.
public static int nppiMinMaxIndx_8u_C3CR(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pMinValue, TypedPointer<Npp8u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
public static int nppiMinMaxIndx_8s_C3CR(TypedPointer<Npp8s> pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8s> pMinValue, TypedPointer<Npp8s> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
public static int nppiMinMaxIndx_16u_C3CR(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp16u> pMinValue, TypedPointer<Npp16u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 16-bit unsigned short image minimum and maximum values with their indices, \ref channel_of_interest.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.nCOI
- \ref channel_of_interest_number.pMinValue
- Device-memory pointer receiving the minimum value.pMaxValue
- Device-memory pointer receiving the maximum value.pMinIndex
- Device-memory pointer receiving the indicies (X and Y coordinates) of the minimum value.pMaxIndex
- Device-memory pointer receiving the indicies (X and Y coordinates) of the maximum value.pDeviceBuffer
- Buffer to a scratch memory. Use \ref nppiMinMaxIndxGetBufferHostSize_16u_C3CR to determine
the minium number of bytes required.
public static int nppiMinMaxIndx_32f_C3CR(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp32f> pMinValue, TypedPointer<Npp32f> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
public static int nppiMinMaxIndx_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pMinValue, TypedPointer<Npp8u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit unsigned char image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.nCOI
- \ref channel_of_interest_number.pMinValue
- Device-memory pointer receiving the minimum value.pMaxValue
- Device-memory pointer receiving the maximum value.pMinIndex
- Device-memory pointer receiving the indicies (X and Y coordinates) of the minimum value.pMaxIndex
- Device-memory pointer receiving the indicies (X and Y coordinates) of the maximum value.pDeviceBuffer
- Buffer to a scratch memory. Use \ref nppiMinMaxIndxGetBufferHostSize_8u_C3CMR to determine
the minium number of bytes required.
public static int nppiMinMaxIndx_8s_C3CMR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8s> pMinValue, TypedPointer<Npp8s> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit signed char image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.nCOI
- \ref channel_of_interest_number.pMinValue
- Device-memory pointer receiving the minimum value.pMaxValue
- Device-memory pointer receiving the maximum value.pMinIndex
- Device-memory pointer receiving the indicies (X and Y coordinates) of the minimum value.pMaxIndex
- Device-memory pointer receiving the indicies (X and Y coordinates) of the maximum value.pDeviceBuffer
- Buffer to a scratch memory. Use \ref nppiMinMaxIndxGetBufferHostSize_8s_C3CMR to determine
the minium number of bytes required.
public static int nppiMinMaxIndx_16u_C3CMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp16u> pMinValue, TypedPointer<Npp16u> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 16-bit unsigned short image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.nCOI
- \ref channel_of_interest_number.pMinValue
- Device-memory pointer receiving the minimum value.pMaxValue
- Device-memory pointer receiving the maximum value.pMinIndex
- Device-memory pointer receiving the indicies (X and Y coordinates) of the minimum value.pMaxIndex
- Device-memory pointer receiving the indicies (X and Y coordinates) of the maximum value.pDeviceBuffer
- Buffer to a scratch memory. Use \ref nppiMinMaxIndxGetBufferHostSize_16u_C3CMR to determine
the minium number of bytes required.
public static int nppiMinMaxIndx_32f_C3CMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp32f> pMinValue, TypedPointer<Npp32f> pMaxValue, NppiPoint[] pMinIndex, NppiPoint[] pMaxIndex, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 32-bit floating point image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.nCOI
- \ref channel_of_interest_number.pMinValue
- Device-memory pointer receiving the minimum value.pMaxValue
- Device-memory pointer receiving the maximum value.pMinIndex
- Device-memory pointer receiving the indicies (X and Y coordinates) of the minimum value.pMaxIndex
- Device-memory pointer receiving the indicies (X and Y coordinates) of the maximum value.pDeviceBuffer
- Buffer to a scratch memory. Use \ref nppiMinMaxIndxGetBufferHostSize_32f_C3CMR to determine
the minium number of bytes required.
public static int nppiMeanGetBufferHostSize_8u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_8u_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMeanGetBufferHostSize_16u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_16u_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMeanGetBufferHostSize_16s_C1R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiMeanGetBufferHostSize_32f_C1R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiMeanGetBufferHostSize_8u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_8u_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMeanGetBufferHostSize_16u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_16u_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMeanGetBufferHostSize_16s_C3R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiMeanGetBufferHostSize_32f_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_32f_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMeanGetBufferHostSize_8u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_8u_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMeanGetBufferHostSize_16u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiMeanGetBufferHostSize_16s_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_16s_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMeanGetBufferHostSize_32f_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_32f_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMeanGetBufferHostSize_8u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_8u_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMeanGetBufferHostSize_16u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_16u_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMeanGetBufferHostSize_16s_C4R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiMeanGetBufferHostSize_32f_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_32f_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMeanGetBufferHostSize_8u_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_8u_C1MR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMeanGetBufferHostSize_8s_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_8s_C1MR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMeanGetBufferHostSize_16u_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_16u_C1MR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMeanGetBufferHostSize_32f_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiMeanGetBufferHostSize_8u_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_8u_C3CMR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMeanGetBufferHostSize_8s_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_8s_C3CMR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMeanGetBufferHostSize_16u_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_16u_C3CMR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMeanGetBufferHostSize_32f_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_32f_C3CMR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMean_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
public static int nppiMean_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
1-channel 16-bit unsigned short integer image mean with 64-bit double precision result.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanGetBufferHostSize_16u_C1R to determine the minium number of bytes required.pMean
- Device-memory pointer receiving the mean result.
public static int nppiMean_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
1-channel 16-bit signed short integer image mean with 64-bit double precision result.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanGetBufferHostSize_16s_C1R to determine the minium number of bytes required.pMean
- Device-memory pointer receiving the mean result.
public static int nppiMean_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
1-channel 32-bit floating point image mean with 64-bit double precision result.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_bufferpMean
- Device-memory pointer receiving the mean result.
Use \ref nppiMeanGetBufferHostSize_32f_C1R to determine the minium number of bytes required.
public static int nppiMean_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
3-channel 8-bit unsigned char image mean with 64-bit double precision result.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanGetBufferHostSize_8u_C3R to determine the minium number of bytes required.aMean
- Array that contains computed mean, three elements for three channels.
public static int nppiMean_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
public static int nppiMean_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
public static int nppiMean_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
public static int nppiMean_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
4-channel 8-bit unsigned char image mean with 64-bit double precision result. Alpha channel is the last channel and is not processed.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanGetBufferHostSize_8u_AC4R to determine the minium number of bytes required.aMean
- Array that contains computed mean, three elements for the first three channels.
public static int nppiMean_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
4-channel 16-bit unsigned short image mean with 64-bit double precision result. Alpha channel is the last channel and is not processed.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanGetBufferHostSize_16u_AC4R to determine the minium number of bytes required.aMean
- Array that contains computed mean, three elements for the first three channels.
public static int nppiMean_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
4-channel 16-bit signed short image mean with 64-bit double precision result. Alpha channel is the last channel and is not processed.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanGetBufferHostSize_16s_AC4R to determine the minium number of bytes required.aMean
- Array that contains computed mean, three elements for the first three channels.
public static int nppiMean_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
4-channel 32-bit floating point image mean with 64-bit double precision result. Alpha channel is the last channel and is not processed.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanGetBufferHostSize_32f_AC4R to determine the minium number of bytes required.aMean
- Array that contains computed mean, three elements for the first three channels.
public static int nppiMean_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
4-channel 8-bit unsigned char image mean with 64-bit double precision result.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanGetBufferHostSize_8u_C4R to determine the minium number of bytes required.aMean
- Array that contains computed mean, four elements for four channels.
public static int nppiMean_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
4-channel 16-bit unsigned short image mean with 64-bit double precision result.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanGetBufferHostSize_16u_C4R to determine the minium number of bytes required.aMean
- Array that contains computed mean, four elements for four channels.
public static int nppiMean_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
4-channel 16-bit signed short image mean with 64-bit double precision result.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanGetBufferHostSize_16s_C4R to determine the minium number of bytes required.aMean
- Array that contains computed mean, four elements for four channels.
public static int nppiMean_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aMean)
4-channel 32-bit floating point image mean with 64-bit double precision result.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanGetBufferHostSize_32f_C4R to determine the minium number of bytes required.aMean
- Array that contains computed mean, four elements for four channels.
public static int nppiMean_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
1-channel 8-bit unsigned char image mean with 64-bit double precision result, \ref masked_operation.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanGetBufferHostSize_8u_C1MR to determine the minium number of bytes required.pMean
- Device-memory pointer receiving the mean result.
public static int nppiMean_8s_C1MR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
1-channel 8-bit signed char image mean with 64-bit double precision result, \ref masked_operation.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanGetBufferHostSize_8s_C1MR to determine the minium number of bytes required.pMean
- Device-memory pointer receiving the mean result.
public static int nppiMean_16u_C1MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
1-channel 16-bit unsigned short integer image mean with 64-bit double precision result, \ref masked_operation.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanGetBufferHostSize_16u_C1MR to determine the minium number of bytes required.pMean
- Device-memory pointer receiving the mean result.
public static int nppiMean_32f_C1MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
1-channel 32-bit floating point image mean with 64-bit double precision result, \ref masked_operation.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanGetBufferHostSize_32f_C1MR to determine the minium number of bytes required.pMean
- Device-memory pointer receiving the mean result.
public static int nppiMean_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
3-channel 8-bit unsigned char image mean with 64-bit double precision result, \ref masked_operation, \ref channel_of_interest.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.nCOI
- \ref channel_of_interest_number.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanGetBufferHostSize_8u_C3CMR to determine the minium number of bytes required.pMean
- Device-memory pointer receiving the mean result.
public static int nppiMean_8s_C3CMR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
public static int nppiMean_16u_C3CMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
3-channel 16-bit unsigned short integer image mean with 64-bit double precision result, \ref masked_operation, \ref channel_of_interest.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.nCOI
- \ref channel_of_interest_number.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanGetBufferHostSize_16u_C3CMR to determine the minium number of bytes required.pMean
- Device-memory pointer receiving the mean result.
public static int nppiMean_32f_C3CMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean)
3-channel 32-bit floating point image mean with 64-bit double precision result, \ref masked_operation, \ref channel_of_interest.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.nCOI
- \ref channel_of_interest_number.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanGetBufferHostSize_32f_C3CMR to determine the minium number of bytes required.pMean
- Device-memory pointer receiving the mean result.
public static int nppiMeanStdDevGetBufferHostSize_8u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiMeanStdDevGetBufferHostSize_8s_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_StdDev_8s_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMeanStdDevGetBufferHostSize_16u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_StdDev_16u_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMeanStdDevGetBufferHostSize_32f_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_StdDev_32f_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMeanStdDevGetBufferHostSize_8u_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_StdDev_8u_C1MR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMeanStdDevGetBufferHostSize_8s_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_StdDev_8s_C1MR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMeanStdDevGetBufferHostSize_16u_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_StdDev_16u_C1MR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMeanStdDevGetBufferHostSize_32f_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiMeanStdDevGetBufferHostSize_8u_C3CR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_StdDev_8u_C3CR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMeanStdDevGetBufferHostSize_8s_C3CR(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiMeanStdDevGetBufferHostSize_16u_C3CR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_StdDev_16u_C3CR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMeanStdDevGetBufferHostSize_32f_C3CR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_StdDev_32f_C3CR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMeanStdDevGetBufferHostSize_8u_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiMeanStdDevGetBufferHostSize_8s_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_StdDev_8s_C3CMR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMeanStdDevGetBufferHostSize_16u_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_StdDev_16u_C3CMR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMeanStdDevGetBufferHostSize_32f_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiMean_StdDev_32f_C3CMR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiMean_StdDev_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
public static int nppiMean_StdDev_8s_C1R(TypedPointer<Npp8s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
1-channel 8-bit signed char image mean and standard deviation.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanStdDevGetBufferHostSize_8s_C1R to determine the minium number of bytes required.pMean
- Contains computed mean.pStdDev
- Contains computed standard deviation.
public static int nppiMean_StdDev_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
1-channel 16-bit unsigned short int image mean and standard deviation.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanStdDevGetBufferHostSize_16u_C1R to determine the minium number of bytes required.pMean
- Contains computed mean.pStdDev
- Contains computed standard deviation.
public static int nppiMean_StdDev_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
public static int nppiMean_StdDev_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
1-channel 8-bit unsigned char image mean and standard deviation, \ref masked_operation.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanStdDevGetBufferHostSize_8u_C1MR to determine the minium number of bytes required.pMean
- Contains computed mean.pStdDev
- Contains computed standard deviation.
public static int nppiMean_StdDev_8s_C1MR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
1-channel 8-bit signed char image mean and standard deviation, \ref masked_operation.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanStdDevGetBufferHostSize_8s_C1MR to determine the minium number of bytes required.pMean
- Contains computed mean.pStdDev
- Contains computed standard deviation.
public static int nppiMean_StdDev_16u_C1MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
1-channel 16-bit unsigned short int image mean and standard deviation, \ref masked_operation.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanStdDevGetBufferHostSize_16u_C1MR to determine the minium number of bytes required.pMean
- Contains computed mean.pStdDev
- Contains computed standard deviation.
public static int nppiMean_StdDev_32f_C1MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
1-channel 32-bit floating-point image mean and standard deviation, \ref masked_operation.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanStdDevGetBufferHostSize_32f_C1MR to determine the minium number of bytes required.pMean
- Contains computed mean.pStdDev
- Contains computed standard deviation.
public static int nppiMean_StdDev_8u_C3CR(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
3-channel 8-bit unsigned char image mean and standard deviation, \ref channel_of_interest.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.nCOI
- \ref channel_of_interest_number.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanStdDevGetBufferHostSize_8u_C3CR to determine the minium number of bytes required.pMean
- Contains computed mean.pStdDev
- Contains computed standard deviation.
public static int nppiMean_StdDev_8s_C3CR(TypedPointer<Npp8s> pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
3-channel 8-bit signed char image mean and standard deviation, \ref channel_of_interest.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.nCOI
- \ref channel_of_interest_number.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanStdDevGetBufferHostSize_8s_C3CR to determine the minium number of bytes required.pMean
- Contains computed mean.pStdDev
- Contains computed standard deviation.
public static int nppiMean_StdDev_16u_C3CR(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
3-channel 16-bit unsigned short int image mean and standard deviation, \ref channel_of_interest.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.nCOI
- \ref channel_of_interest_number.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanStdDevGetBufferHostSize_16u_C3CR to determine the minium number of bytes required.pMean
- Contains computed mean.pStdDev
- Contains computed standard deviation.
public static int nppiMean_StdDev_32f_C3CR(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
3-channel 32-bit floating-point image mean and standard deviation, \ref channel_of_interest.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.nCOI
- \ref channel_of_interest_number.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanStdDevGetBufferHostSize_32f_C3CR to determine the minium number of bytes required.pMean
- Contains computed mean.pStdDev
- Contains computed standard deviation.
public static int nppiMean_StdDev_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
3-channel 8-bit unsigned char image mean and standard deviation, \ref masked_operation, \ref channel_of_interest.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.nCOI
- \ref channel_of_interest_number.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanStdDevGetBufferHostSize_8u_C3CMR to determine the minium number of bytes required.pMean
- Contains computed mean.pStdDev
- Contains computed standard deviation.
public static int nppiMean_StdDev_8s_C3CMR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
3-channel 8-bit signed char image mean and standard deviation, \ref masked_operation, \ref channel_of_interest.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.nCOI
- \ref channel_of_interest_number.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanStdDevGetBufferHostSize_8s_C3CMR to determine the minium number of bytes required.pMean
- Contains computed mean.pStdDev
- Contains computed standard deviation.
public static int nppiMean_StdDev_16u_C3CMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
3-channel 16-bit unsigned short int image mean and standard deviation, \ref masked_operation, \ref channel_of_interest.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.nCOI
- \ref channel_of_interest_number.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanStdDevGetBufferHostSize_16u_C3CMR to determine the minium number of bytes required.pMean
- Contains computed mean.pStdDev
- Contains computed standard deviation.
public static int nppiMean_StdDev_32f_C3CMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
3-channel 32-bit floating-point image mean and standard deviation, \ref masked_operation, \ref channel_of_interest.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.nCOI
- \ref channel_of_interest_number.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer
Use \ref nppiMeanStdDevGetBufferHostSize_32f_C3CMR to determine the minium number of bytes required.pMean
- Contains computed mean.pStdDev
- Contains computed standard deviation.
public static int nppiNormInfGetBufferHostSize_8u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_8u_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormInfGetBufferHostSize_16u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_16u_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormInfGetBufferHostSize_16s_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_16s_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormInfGetBufferHostSize_32s_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_32s_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormInfGetBufferHostSize_32f_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_32f_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormInfGetBufferHostSize_8u_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_8u_C1MR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormInfGetBufferHostSize_8s_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_8s_C1MR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormInfGetBufferHostSize_16u_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_16u_C1MR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormInfGetBufferHostSize_32f_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_32f_C1MR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormInfGetBufferHostSize_8u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_8u_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormInfGetBufferHostSize_16u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_16u_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormInfGetBufferHostSize_16s_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_16s_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormInfGetBufferHostSize_32f_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_32f_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormInfGetBufferHostSize_8u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_8u_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormInfGetBufferHostSize_16u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiNormInfGetBufferHostSize_16s_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_16s_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormInfGetBufferHostSize_32f_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_32f_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormInfGetBufferHostSize_8u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_8u_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormInfGetBufferHostSize_16u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_16u_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormInfGetBufferHostSize_16s_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_16s_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormInfGetBufferHostSize_32f_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_32f_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormInfGetBufferHostSize_8u_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_8u_C3CMR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormInfGetBufferHostSize_8s_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_8s_C3CMR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormInfGetBufferHostSize_16u_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_16u_C3CMR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormInfGetBufferHostSize_32f_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormInf_32f_C3CMR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNorm_Inf_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 8-bit unsigned char image infinity norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormInfGetBufferHostSize_8u_C1R to compute the required size (in bytes).
public static int nppiNorm_Inf_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 16-bit unsigned short image infinity norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormInfGetBufferHostSize_16u_C1R to compute the required size (in bytes).
public static int nppiNorm_Inf_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 16-bit signed short image infinity norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormInfGetBufferHostSize_16s_C1R to compute the required size (in bytes).
public static int nppiNorm_Inf_32s_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit signed int image infinity norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormInfGetBufferHostSize_32s_C1R to compute the required size (in bytes).
public static int nppiNorm_Inf_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating-point image infinity norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormInfGetBufferHostSize_32f_C1R to compute the required size (in bytes).
public static int nppiNorm_Inf_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 8-bit unsigned char image infinity norm, \ref masked_operation.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormInfGetBufferHostSize_8u_C1MR to compute the required size (in bytes).
public static int nppiNorm_Inf_8s_C1MR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 8-bit signed char image infinity norm, \ref masked_operation.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormInfGetBufferHostSize_8s_C1MR to compute the required size (in bytes).
public static int nppiNorm_Inf_16u_C1MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 16-bit unsigned short image infinity norm, \ref masked_operation.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormInfGetBufferHostSize_16u_C1MR to compute the required size (in bytes).
public static int nppiNorm_Inf_32f_C1MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating-point image infinity norm, \ref masked_operation.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormInfGetBufferHostSize_32f_C1MR to compute the required size (in bytes).
public static int nppiNorm_Inf_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit unsigned char image infinity norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of three channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormInfGetBufferHostSize_8u_C3R to compute the required size (in bytes).
public static int nppiNorm_Inf_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 16-bit unsigned short image infinity norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of three channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormInfGetBufferHostSize_16u_C3R to compute the required size (in bytes).
public static int nppiNorm_Inf_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 16-bit signed short image infinity norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of three channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormInfGetBufferHostSize_16s_C3R to compute the required size (in bytes).
public static int nppiNorm_Inf_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 32-bit floating-point image infinity norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of three channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormInfGetBufferHostSize_32f_C3R to compute the required size (in bytes).
public static int nppiNorm_Inf_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 8-bit unsigned char image infinity norm (alpha channel is not computed).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of three channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormInfGetBufferHostSize_8u_AC4R to compute the required size (in bytes).
public static int nppiNorm_Inf_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit unsigned short image infinity norm (alpha channel is not computed).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of three channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormInfGetBufferHostSize_16u_AC4R to compute the required size (in bytes).
public static int nppiNorm_Inf_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit signed short image infinity norm (alpha channel is not computed).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of three channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormInfGetBufferHostSize_16s_AC4R to compute the required size (in bytes).
public static int nppiNorm_Inf_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 32-bit floating-point image infinity norm (alpha channel is not computed).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of three channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormInfGetBufferHostSize_32f_AC4R to compute the required size (in bytes).
public static int nppiNorm_Inf_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 8-bit unsigned char image infinity norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of four channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormInfGetBufferHostSize_8u_C4R to compute the required size (in bytes).
public static int nppiNorm_Inf_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit unsigned short image infinity norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of four channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormInfGetBufferHostSize_16u_C4R to compute the required size (in bytes).
public static int nppiNorm_Inf_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit signed short image infinity norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of four channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormInfGetBufferHostSize_16s_C4R to compute the required size (in bytes).
public static int nppiNorm_Inf_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 32-bit floating-point image infinity norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of four channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormInfGetBufferHostSize_32f_C4R to compute the required size (in bytes).
public static int nppiNorm_Inf_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit unsigned char image infinity norm, \ref masked_operation, \ref channel_of_interest.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.nCOI
- \ref channel_of_interest_number.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormInfGetBufferHostSize_8u_C3CMR to compute the required size (in bytes).
public static int nppiNorm_Inf_8s_C3CMR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit signed char image infinity norm, \ref masked_operation, \ref channel_of_interest.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.nCOI
- \ref channel_of_interest_number.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormInfGetBufferHostSize_8s_C3CMR to compute the required size (in bytes).
public static int nppiNorm_Inf_16u_C3CMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 16-bit unsigned short image infinity norm, \ref masked_operation, \ref channel_of_interest.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.nCOI
- \ref channel_of_interest_number.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormInfGetBufferHostSize_16u_C3CMR to compute the required size (in bytes).
public static int nppiNorm_Inf_32f_C3CMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 32-bit floating-point image infinity norm, \ref masked_operation, \ref channel_of_interest.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.nCOI
- \ref channel_of_interest_number.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormInfGetBufferHostSize_32f_C3CMR to compute the required size (in bytes).
public static int nppiNormL1GetBufferHostSize_8u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_8u_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL1GetBufferHostSize_16u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_16u_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL1GetBufferHostSize_16s_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_16s_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL1GetBufferHostSize_32f_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_32f_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL1GetBufferHostSize_8u_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_8u_C1MR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL1GetBufferHostSize_8s_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiNormL1GetBufferHostSize_16u_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_16u_C1MR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL1GetBufferHostSize_32f_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_32f_C1MR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL1GetBufferHostSize_8u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_8u_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL1GetBufferHostSize_16u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_16u_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL1GetBufferHostSize_16s_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_16s_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL1GetBufferHostSize_32f_C3R(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiNormL1GetBufferHostSize_8u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_8u_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL1GetBufferHostSize_16u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_16u_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL1GetBufferHostSize_16s_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_16s_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL1GetBufferHostSize_32f_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_32f_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL1GetBufferHostSize_8u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_8u_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL1GetBufferHostSize_16u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_16u_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL1GetBufferHostSize_16s_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_16s_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL1GetBufferHostSize_32f_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_32f_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL1GetBufferHostSize_8u_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_8u_C3CMR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL1GetBufferHostSize_8s_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_8s_C3CMR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL1GetBufferHostSize_16u_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL1_16u_C3CMR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL1GetBufferHostSize_32f_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
public static int nppiNorm_L1_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
public static int nppiNorm_L1_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 16-bit unsigned short image L1 norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL1GetBufferHostSize_16u_C1R to compute the required size (in bytes).
public static int nppiNorm_L1_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 16-bit signed short image L1 norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL1GetBufferHostSize_16s_C1R to compute the required size (in bytes).
public static int nppiNorm_L1_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating-point image L1 norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL1GetBufferHostSize_32f_C1R to compute the required size (in bytes).
public static int nppiNorm_L1_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 8-bit unsigned char image L1 norm, \ref masked_operation
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL1GetBufferHostSize_8u_C1MR to compute the required size (in bytes).
public static int nppiNorm_L1_8s_C1MR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 8-bit signed char image L1 norm, \ref masked_operation
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL1GetBufferHostSize_8s_C1MR to compute the required size (in bytes).
public static int nppiNorm_L1_16u_C1MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 16-bit unsigned short image L1 norm, \ref masked_operation
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL1GetBufferHostSize_16u_C1MR to compute the required size (in bytes).
public static int nppiNorm_L1_32f_C1MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating-point image L1 norm, \ref masked_operation.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL1GetBufferHostSize_32f_C1MR to compute the required size (in bytes).
public static int nppiNorm_L1_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit unsigned char image L1 norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of three channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL1GetBufferHostSize_8u_C3R to compute the required size (in bytes).
public static int nppiNorm_L1_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 16-bit unsigned short image L1 norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of three channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL1GetBufferHostSize_16u_C3R to compute the required size (in bytes).
public static int nppiNorm_L1_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 16-bit signed short image L1 norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of three channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL1GetBufferHostSize_16s_C3R to compute the required size (in bytes).
public static int nppiNorm_L1_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 32-bit floating-point image L1 norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of three channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL1GetBufferHostSize_32f_C3R to compute the required size (in bytes).
public static int nppiNorm_L1_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
public static int nppiNorm_L1_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit unsigned short image L1 norm (alpha channel is not computed).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of three channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL1GetBufferHostSize_16u_AC4R to compute the required size (in bytes).
public static int nppiNorm_L1_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit signed short image L1 norm (alpha channel is not computed).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of three channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL1GetBufferHostSize_16s_AC4R to compute the required size (in bytes).
public static int nppiNorm_L1_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 32-bit floating-point image L1 norm (alpha channel is not computed).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of three channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL1GetBufferHostSize_32f_AC4R to compute the required size (in bytes).
public static int nppiNorm_L1_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 8-bit unsigned char image L1 norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of four channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL1GetBufferHostSize_8u_C4R to compute the required size (in bytes).
public static int nppiNorm_L1_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit unsigned short image L1 norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of four channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL1GetBufferHostSize_16u_C4R to compute the required size (in bytes).
public static int nppiNorm_L1_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit signed short image L1 norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of four channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL1GetBufferHostSize_16s_C4R to compute the required size (in bytes).
public static int nppiNorm_L1_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 32-bit floating-point image L1 norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of four channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL1GetBufferHostSize_32f_C4R to compute the required size (in bytes).
public static int nppiNorm_L1_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit unsigned char image L1 norm, \ref masked_operation, \ref channel_of_interest.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.nCOI
- \ref channel_of_interest_number.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL1GetBufferHostSize_8u_C3CMR to compute the required size (in bytes).
public static int nppiNorm_L1_8s_C3CMR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit signed char image L1 norm, \ref masked_operation, \ref channel_of_interest.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.nCOI
- \ref channel_of_interest_number.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL1GetBufferHostSize_8s_C3CMR to compute the required size (in bytes).
public static int nppiNorm_L1_16u_C3CMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 16-bit unsigned short image L1 norm, \ref masked_operation, \ref channel_of_interest.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.nCOI
- \ref channel_of_interest_number.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL1GetBufferHostSize_16u_C3CMR to compute the required size (in bytes).
public static int nppiNorm_L1_32f_C3CMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 32-bit floating-point image L1 norm, \ref masked_operation, \ref channel_of_interest.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.nCOI
- \ref channel_of_interest_number.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL1GetBufferHostSize_32f_C3CMR to compute the required size (in bytes).
public static int nppiNormL2GetBufferHostSize_8u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_8u_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL2GetBufferHostSize_16u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_16u_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL2GetBufferHostSize_16s_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_16s_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL2GetBufferHostSize_32f_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_32f_C1R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL2GetBufferHostSize_8u_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_8u_C1MR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL2GetBufferHostSize_8s_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_8s_C1MR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL2GetBufferHostSize_16u_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_16u_C1MR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL2GetBufferHostSize_32f_C1MR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_32f_C1MR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL2GetBufferHostSize_8u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_8u_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL2GetBufferHostSize_16u_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_16u_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL2GetBufferHostSize_16s_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_16s_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL2GetBufferHostSize_32f_C3R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_32f_C3R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL2GetBufferHostSize_8u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_8u_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL2GetBufferHostSize_16u_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_16u_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL2GetBufferHostSize_16s_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_16s_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL2GetBufferHostSize_32f_AC4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_32f_AC4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL2GetBufferHostSize_8u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_8u_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL2GetBufferHostSize_16u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_16u_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL2GetBufferHostSize_16s_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_16s_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL2GetBufferHostSize_32f_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_32f_C4R.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL2GetBufferHostSize_8u_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_8u_C3CMR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL2GetBufferHostSize_8s_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_8s_C3CMR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL2GetBufferHostSize_16u_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_16u_C3CMR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNormL2GetBufferHostSize_32f_C3CMR(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for nppiNormL2_32f_C3CMR.
oSizeROI
- \ref roi_specification.hpBufferSize
- Required buffer size. Important: hpBufferSize is a
host pointer. \ref general_scratch_buffer.
public static int nppiNorm_L2_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 8-bit unsigned char image L2 norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL2GetBufferHostSize_8u_C1R to compute the required size (in bytes).
public static int nppiNorm_L2_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 16-bit unsigned short image L2 norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL2GetBufferHostSize_16u_C1R to compute the required size (in bytes).
public static int nppiNorm_L2_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 16-bit signed short image L2 norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL2GetBufferHostSize_16s_C1R to compute the required size (in bytes).
public static int nppiNorm_L2_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating-point image L2 norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL2GetBufferHostSize_32f_C1R to compute the required size (in bytes).
public static int nppiNorm_L2_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
\ref masked_operation 1-channel 8-bit unsigned char image L2 norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL2GetBufferHostSize_8u_C1MR to compute the required size (in bytes).
public static int nppiNorm_L2_8s_C1MR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
\ref masked_operation 1-channel 8-bit signed char image L2 norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL2GetBufferHostSize_8s_C1MR to compute the required size (in bytes).
public static int nppiNorm_L2_16u_C1MR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
\ref masked_operation 1-channel 16-bit unsigned short image L2 norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL2GetBufferHostSize_16u_C1MR to compute the required size (in bytes).
public static int nppiNorm_L2_32f_C1MR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
\ref masked_operation 1-channel 32-bit floating-point image L2 norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL2GetBufferHostSize_32f_C1MR to compute the required size (in bytes).
public static int nppiNorm_L2_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit unsigned char image L2 norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of three channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL2GetBufferHostSize_8u_C3R to compute the required size (in bytes).
public static int nppiNorm_L2_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 16-bit unsigned short image L2 norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of three channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL2GetBufferHostSize_16u_C3R to compute the required size (in bytes).
public static int nppiNorm_L2_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 16-bit signed short image L2 norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of three channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL2GetBufferHostSize_16s_C3R to compute the required size (in bytes).
public static int nppiNorm_L2_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 32-bit floating-point image L2 norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of three channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL2GetBufferHostSize_32f_C3R to compute the required size (in bytes).
public static int nppiNorm_L2_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 8-bit unsigned char image L2 norm (alpha channel is not computed).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of three channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL2GetBufferHostSize_8u_AC4R to compute the required size (in bytes).
public static int nppiNorm_L2_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit unsigned short image L2 norm (alpha channel is not computed).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of three channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL2GetBufferHostSize_16u_AC4R to compute the required size (in bytes).
public static int nppiNorm_L2_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit signed short image L2 norm (alpha channel is not computed).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of three channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL2GetBufferHostSize_16s_AC4R to compute the required size (in bytes).
public static int nppiNorm_L2_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 32-bit floating-point image L2 norm (alpha channel is not computed).
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of three channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL2GetBufferHostSize_32f_AC4R to compute the required size (in bytes).
public static int nppiNorm_L2_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 8-bit unsigned char image L2 norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of four channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL2GetBufferHostSize_8u_C4R to compute the required size (in bytes).
public static int nppiNorm_L2_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit unsigned short image L2 norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of four channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL2GetBufferHostSize_16u_C4R to compute the required size (in bytes).
public static int nppiNorm_L2_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 16-bit signed short image L2 norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of four channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL2GetBufferHostSize_16s_C4R to compute the required size (in bytes).
public static int nppiNorm_L2_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, double[] aNorm, TypedPointer<Npp8u> pDeviceBuffer)
4-channel 32-bit floating-point image L2 norm.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aNorm
- Array that contains the norm values of four channels.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL2GetBufferHostSize_32f_C4R to compute the required size (in bytes).
public static int nppiNorm_L2_8u_C3CMR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit unsigned char image L2 norm, \ref masked_operation, \ref channel_of_interest.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.nCOI
- \ref channel_of_interest_number.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL2GetBufferHostSize_8u_C3CMR to compute the required size (in bytes).
public static int nppiNorm_L2_8s_C3CMR(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 8-bit signed char image L2 norm, \ref masked_operation, \ref channel_of_interest.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.nCOI
- \ref channel_of_interest_number.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL2GetBufferHostSize_8s_C3CMR to compute the required size (in bytes).
public static int nppiNorm_L2_16u_C3CMR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 16-bit unsigned short image L2 norm, \ref masked_operation, \ref channel_of_interest.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.nCOI
- \ref channel_of_interest_number.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL2GetBufferHostSize_16u_C3CMR to compute the required size (in bytes).
public static int nppiNorm_L2_32f_C3CMR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, TypedPointer<Npp64f> pNorm, TypedPointer<Npp8u> pDeviceBuffer)
3-channel 32-bit floating-point image L2 norm, \ref masked_operation, \ref channel_of_interest.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.nCOI
- \ref channel_of_interest_number.pNorm
- Pointer to the norm value.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer.
Use \ref nppiNormL2GetBufferHostSize_32f_C3CMR to compute the required size (in bytes).
public static int nppiNormDiff_L1_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrcStep1, TypedPointer<Npp8u> pSrc2, int nSrcStep2, NppiSize oSizeROI, TypedPointer<Npp64f> pRetVal)
8-bit unsigned L1 norm of pixel differences.
pSrc1
- \ref source_image_pointer.nSrcStep1
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrcStep2
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pRetVal
- Contains computed L1-norm of differences. This is a host pointer.
public static int nppiNormDiff_L2_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrcStep1, TypedPointer<Npp8u> pSrc2, int nSrcStep2, NppiSize oSizeROI, TypedPointer<Npp64f> pRetVal)
8-bit unsigned L2 norm of pixel differences.
pSrc1
- \ref source_image_pointer.nSrcStep1
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrcStep2
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pRetVal
- Contains computed L1-norm of differences. This is a host pointer.
public static int nppiNormDiff_Inf_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrcStep1, TypedPointer<Npp8u> pSrc2, int nSrcStep2, NppiSize oSizeROI, TypedPointer<Npp64f> pRetVal)
8-bit unsigned Infinity Norm of pixel differences.
pSrc1
- \ref source_image_pointer.nSrcStep1
- \ref source_image_line_step.pSrc2
- \ref source_image_pointer.nSrcStep2
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.*pRetVal
- Contains computed L1-norm of differences. This is a host pointer.
public static int nppiSqrIntegral_8u32s32f_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, TypedPointer<Npp32f> pSqr, int nSqrStep, NppiSize oSrcROI, int val, float valSqr, int integralImageNewHeight)
SqrIntegral Transforms an image to integral and integral of pixel squares representation. This function assumes that the integral and integral of squares images.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.pSqr
- \ref destination_image_pointer.nSqrStep
- \ref destination_image_line_step.oSrcROI
- \ref roi_specification.val
- The value to add to pDst image pixelsvalSqr
- The value to add to pSqr image pixelsintegralImageNewHeight
- Extended height of output surfaces (needed by
transpose in primitive)
public static int nppiRectStdDev_32s32f_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp64f> pSqr, int nSqrStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, NppiRect rect)
RectStdDev Computes the standard deviation of integral images
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pSqr
- \ref destination_image_pointer.nSqrStep
- \ref destination_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.rect
- rectangular window
public static int nppiEvenLevelsHost_32s(TypedPointer<Npp32s> hpLevels, int nLevels, int nLowerLevel, int nUpperLevel)
Compute levels with even distribution.
hpLevels
- A host pointer to array which receives the levels being
computed. The array needs to be of size nLevels.nLevels
- The number of levels being computed. nLevels must be at least
2, otherwise an NPP_HISTO_NUMBER_OF_LEVELS_ERROR error is returned.nLowerLevel
- Lower boundary value of the lowest level.nUpperLevel
- Upper boundary value of the greatest level.
public static int nppiHistogramEvenGetBufferSize_8u_C1R(NppiSize oSizeROI, int nLevels, int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_8u_C1R.
oSizeROI
- \ref roi_specification.nLevels
- Number of levels in the histogram.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiHistogramEven_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, int nLevels, int nLowerLevel, int nUpperLevel, TypedPointer<Npp8u> pBuffer)
8-bit unsigned histogram with evenly distributed bins.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pHist
- Pointer to array that receives the computed histogram.
The array must be of size nLevels-1.nLevels
- Number of levels.nLowerLevel
- Lower boundary of lowest level bin.nUpperLevel
- Upper boundary of highest level bin.pBuffer
- Pointer to appropriately sized (nppiHistogramEvenGetBufferSize_8u_C1R)
scratch buffer.
public static int nppiHistogramEvenGetBufferSize_8u_C3R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_8u_C3R.
oSizeROI
- \ref roi_specification.nLevels
- Number of levels in the histogram.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiHistogramEven_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
3 channel 8-bit unsigned histogram with evenly distributed bins.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pHist
- Array of pointers which are receiving computed histograms per color channel.
Array pointed by pHist[i] be of size nLevels[i]-1.nLevels
- Array containing number of levels per color channel.nLowerLevel
- Array containing lower-level of lowest bin per color channel.nUpperLevel
- Array containing upper-level of highest bin per color channel.pBuffer
- Pointer to appropriately sized (nppiHistogramEvenGetBufferSize_8u_C3R)
scratch buffer.
public static int nppiHistogramEvenGetBufferSize_8u_C4R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_8u_C4R.
oSizeROI
- ROI size.nLevels
- Array containing number of levels per color channel.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiHistogramEven_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
4 channel 8-bit unsigned histogram with evenly distributed bins.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pHist
- Array of pointers which are receiving computed histograms per color channel.
Array pointed by pHist[i] be of size nLevels[i]-1.nLevels
- Array containing number of levels per color channel.nLowerLevel
- Array containing lower-level of lowest bin per color channel.nUpperLevel
- Array containing upper-level of highest bin per color channel.pBuffer
- Pointer to appropriately sized (nppiHistogramEvenGetBufferSize_8u_C4R)
scratch buffer.
public static int nppiHistogramEvenGetBufferSize_8u_AC4R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_8u_AC4R.
oSizeROI
- ROI size.nLevels
- Array containing number of levels per color channel.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiHistogramEven_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
4 channel (alpha as the last channel) 8-bit unsigned histogram with evenly distributed bins. Alpha channel is ignored during histogram computation.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pHist
- Array of pointers which are receiving computed histograms per color channel.
Array pointed by pHist[i] be of size nLevels[i]-1.nLevels
- Array containing number of levels per color channel.nLowerLevel
- Array containing lower-level of lowest bin per color channel.nUpperLevel
- Array containing upper-level of highest bin per color channel.pBuffer
- Pointer to appropriately sized (nppiHistogramEvenGetBufferSize_8u_AC4R)
scratch buffer.
public static int nppiHistogramEvenGetBufferSize_16u_C1R(NppiSize oSizeROI, int nLevels, int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_16u_C1R.
oSizeROI
- \ref roi_specification.nLevels
- Number of levels in the histogram.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiHistogramEven_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, int nLevels, int nLowerLevel, int nUpperLevel, TypedPointer<Npp8u> pBuffer)
public static int nppiHistogramEvenGetBufferSize_16u_C3R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_16u_C3R.
oSizeROI
- ROI size.nLevels
- Array containing number of levels per color channel.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiHistogramEven_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
3 channel 16-bit unsigned histogram with evenly distributed bins.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pHist
- Array of pointers which are receiving computed histograms per color channel.
Array pointed by pHist[i] be of size nLevels[i]-1.nLevels
- Array containing number of levels per color channel.nLowerLevel
- Array containing lower-level of lowest bin per color channel.nUpperLevel
- Array containing upper-level of highest bin per color channel.pBuffer
- Pointer to appropriately sized (nppiHistogramEvenGetBufferSize_16u_C3R)
scratch buffer.
public static int nppiHistogramEvenGetBufferSize_16u_C4R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_16u_C4R.
oSizeROI
- ROI size.nLevels
- Array containing number of levels per color channel.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiHistogramEven_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
4 channel 16-bit unsigned histogram with evenly distributed bins.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pHist
- Array of pointers which are receiving computed histograms per color channel.
Array pointed by pHist[i] be of size nLevels[i]-1.nLevels
- Array containing number of levels per color channel.nLowerLevel
- Array containing lower-level of lowest bin per color channel.nUpperLevel
- Array containing upper-level of highest bin per color channel.pBuffer
- Pointer to appropriately sized (nppiHistogramEvenGetBufferSize_16u_C4R)
scratch buffer.
public static int nppiHistogramEvenGetBufferSize_16u_AC4R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_16u_AC4R.
oSizeROI
- ROI size.nLevels
- Array containing number of levels per color channel.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiHistogramEven_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
4 channel (alpha as the last channel) 16-bit unsigned histogram with evenly distributed bins. Alpha channel is ignored during histogram computation.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pHist
- Array of pointers which are receiving computed histograms per color channel.
Array pointed by pHist[i] be of size nLevels[i]-1.nLevels
- Array containing number of levels per color channel.nLowerLevel
- Array containing lower-level of lowest bin per color channel.nUpperLevel
- Array containing upper-level of highest bin per color channel.pBuffer
- Pointer to appropriately sized (nppiHistogramEvenGetBufferSize_16u_AC4R)
scratch buffer.
public static int nppiHistogramEvenGetBufferSize_16s_C1R(NppiSize oSizeROI, int nLevels, int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_16s_C1R.
oSizeROI
- \ref roi_specification.nLevels
- Number of levels in the histogram.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiHistogramEven_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, int nLevels, int nLowerLevel, int nUpperLevel, TypedPointer<Npp8u> pBuffer)
16-bit signed histogram with evenly distributed bins.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pHist
- Pointer to array that receives the computed histogram.
The array must be of size nLevels-1.nLevels
- Number of levels.nLowerLevel
- Lower boundary of lowest level bin.nUpperLevel
- Upper boundary of highest level bin.pBuffer
- Pointer to appropriately sized (nppiHistogramEvenGetBufferSize_16s_C1R)
scratch buffer.
public static int nppiHistogramEvenGetBufferSize_16s_C3R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_16s_C3R.
oSizeROI
- ROI size.nLevels
- Array containing number of levels per color channel.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiHistogramEven_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
public static int nppiHistogramEvenGetBufferSize_16s_C4R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_16s_C4R.
oSizeROI
- ROI size.nLevels
- Array containing number of levels per color channel.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiHistogramEven_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
4 channel 16-bit signed histogram with evenly distributed bins.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pHist
- Array of pointers which are receiving computed histograms per color channel.
Array pointed by pHist[i] be of size nLevels[i]-1.nLevels
- Array containing number of levels per color channel.nLowerLevel
- Array containing lower-level of lowest bin per color channel.nUpperLevel
- Array containing upper-level of highest bin per color channel.pBuffer
- Pointer to appropriately sized (nppiHistogramEvenGetBufferSize_16s_C4R)
scratch buffer.
public static int nppiHistogramEvenGetBufferSize_16s_AC4R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_16s_AC4R.
oSizeROI
- ROI size.nLevels
- Array containing number of levels per color channel.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiHistogramEven_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, int[] nLevels, int[] nLowerLevel, int[] nUpperLevel, TypedPointer<Npp8u> pBuffer)
4 channel (alpha as the last channel) 16-bit signed histogram with evenly distributed bins. Alpha channel is ignored during histogram computation.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pHist
- Array of pointers which are receiving computed histograms per color channel.
Array pointed by pHist[i] be of size nLevels[i]-1.nLevels
- Array containing number of levels per color channel.nLowerLevel
- Array containing lower-level of lowest bin per color channel.nUpperLevel
- Array containing upper-level of highest bin per color channel.pBuffer
- Pointer to appropriately sized (nppiHistogramEvenGetBufferSize_16s_AC4R)
scratch buffer.
public static int nppiHistogramRangeGetBufferSize_8u_C1R(NppiSize oSizeROI, int nLevels, int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_8u_C1R.
oSizeROI
- \ref roi_specification.nLevels
- Number of levels in the histogram.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiHistogramRange_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, TypedPointer<Npp32s> pLevels, int nLevels, TypedPointer<Npp8u> pBuffer)
8-bit unsigned histogram with bins determined by pLevels array.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pHist
- Pointer to array that receives the computed histogram.
The array must be of size nLevels-1.pLevels
- Pointer to array containing the level sizes of the bins.
The array must be of size nLevels.nLevels
- Number of levels in histogram.pBuffer
- Pointer to appropriately sized (nppiHistogramRangeGetBufferSize_8u_C1R)
scratch buffer.
public static int nppiHistogramRangeGetBufferSize_8u_C3R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_8u_C3R.
oSizeROI
- ROI size.nLevels
- Array containing number of levels per color channel.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiHistogramRange_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
3 channel 8-bit unsigned histogram with bins determined by pLevels.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pHist
- Array of pointers which are receiving the computed histograms per color channel.
Array pointed by pHist[i] must be of size nLevels[i]-1.nLevels
- Array containing number of levels per color channel.pLevels
- Array containing pointers to level-arrays per color channel.
Array pointed by pLevel[i] must be of size nLevels[i].pBuffer
- Pointer to appropriately sized (nppiHistogramRangeGetBufferSize_8u_C3R)
scratch buffer.
public static int nppiHistogramRangeGetBufferSize_8u_C4R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_8u_C4R.
oSizeROI
- ROI size.nLevels
- Array containing number of levels per color channel.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiHistogramRange_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
4 channel 8-bit unsigned histogram with bins determined by pLevels.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pHist
- Array of pointers which are receiving the computed histograms per color channel.
Array pointed by pHist[i] must be of size nLevels[i]-1.nLevels
- Array containing number of levels per color channel.pLevels
- Array containing pointers to level-arrays per color channel.
Array pointed by pLevel[i] must be of size nLevels[i].pBuffer
- Pointer to appropriately sized (nppiHistogramRangeGetBufferSize_8u_C4R)
scratch buffer.
public static int nppiHistogramRangeGetBufferSize_8u_AC4R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_8u_AC4R.
oSizeROI
- ROI size.nLevels
- Array containing number of levels per color channel.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiHistogramRange_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
4 channel (alpha as a last channel) 8-bit unsigned histogram with bins determined by pLevels. Alpha channel is ignored during the histograms computations.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pHist
- Array of pointers which are receiving the computed histograms per color channel.
Array pointed by pHist[i] must be of size nLevels[i]-1.nLevels
- Array containing number of levels per color channel.pLevels
- Array containing pointers to level-arrays per color channel.
Array pointed by pLevel[i] must be of size nLevels[i].pBuffer
- Pointer to appropriately sized (nppiHistogramRangeGetBufferSize_8u_AC4R)
scratch buffer.
public static int nppiHistogramRangeGetBufferSize_16u_C1R(NppiSize oSizeROI, int nLevels, int[] hpBufferSize)
public static int nppiHistogramRange_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, TypedPointer<Npp32s> pLevels, int nLevels, TypedPointer<Npp8u> pBuffer)
16-bit unsigned histogram with bins determined by pLevels array.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pHist
- Pointer to array that receives the computed histogram.
The array must be of size nLevels-1.pLevels
- Pointer to array containing the level sizes of the bins.
The array must be of size nLevels.nLevels
- Number of levels in histogram.pBuffer
- Pointer to appropriately sized (nppiHistogramRangeGetBufferSize_16u_C1R)
scratch buffer.
public static int nppiHistogramRangeGetBufferSize_16u_C3R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_16u_C3R.
oSizeROI
- ROI size.nLevels
- Array containing number of levels per color channel.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiHistogramRange_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
3 channel 16-bit unsigned histogram with bins determined by pLevels.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pHist
- Array of pointers which are receiving the computed histograms per color channel.
Array pointed by pHist[i] must be of size nLevels[i]-1.nLevels
- Array containing number of levels per color channel.pLevels
- Array containing pointers to level-arrays per color channel.
Array pointed by pLevel[i] must be of size nLevels[i].pBuffer
- Pointer to appropriately sized (nppiHistogramRangeGetBufferSize_16u_C3R)
scratch buffer.
public static int nppiHistogramRangeGetBufferSize_16u_C4R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_16u_C4R.
oSizeROI
- ROI size.nLevels
- Array containing number of levels per color channel.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiHistogramRange_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
4 channel 16-bit unsigned histogram with bins determined by pLevels.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pHist
- Array of pointers which are receiving the computed histograms per color channel.
Array pointed by pHist[i] must be of size nLevels[i]-1.nLevels
- Array containing number of levels per color channel.pLevels
- Array containing pointers to level-arrays per color channel.
Array pointed by pLevel[i] must be of size nLevels[i].pBuffer
- Pointer to appropriately sized (nppiHistogramRangeGetBufferSize_16u_C4R)
scratch buffer.
public static int nppiHistogramRangeGetBufferSize_16u_AC4R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_16u_AC4R.
oSizeROI
- ROI size.nLevels
- Array containing number of levels per color channel.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiHistogramRange_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
public static int nppiHistogramRangeGetBufferSize_16s_C1R(NppiSize oSizeROI, int nLevels, int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_16s_C1R.
oSizeROI
- \ref roi_specification.nLevels
- Number of levels in the histogram.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiHistogramRange_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, TypedPointer<Npp32s> pLevels, int nLevels, TypedPointer<Npp8u> pBuffer)
16-bit signed histogram with bins determined by pLevels array.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pHist
- Pointer to array that receives the computed histogram.
The array must be of size nLevels-1.pLevels
- Pointer to array containing the level sizes of the bins.
The array must be of size nLevels.nLevels
- Number of levels in histogram.pBuffer
- Pointer to appropriately sized (nppiHistogramRangeGetBufferSize_16_C1R)
scratch buffer.
public static int nppiHistogramRangeGetBufferSize_16s_C3R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_16s_C3R.
oSizeROI
- ROI size.nLevels
- Array containing number of levels per color channel.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiHistogramRange_16s_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
3 channel 16-bit signed histogram with bins determined by pLevels.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pHist
- Array of pointers which are receiving the computed histograms per color channel.
Array pointed by pHist[i] must be of size nLevels[i]-1.nLevels
- Array containing number of levels per color channel.pLevels
- Array containing pointers to level-arrays per color channel.
Array pointed by pLevel[i] must be of size nLevels[i].pBuffer
- Pointer to appropriately sized (nppiHistogramRangeGetBufferSize_16_C3R)
scratch buffer.
public static int nppiHistogramRangeGetBufferSize_16s_C4R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_16s_C4R.
oSizeROI
- ROI size.nLevels
- Array containing number of levels per color channel.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiHistogramRange_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
4 channel 16-bit signed histogram with bins determined by pLevels.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pHist
- Array of pointers which are receiving the computed histograms per color channel.
Array pointed by pHist[i] must be of size nLevels[i]-1.nLevels
- Array containing number of levels per color channel.pLevels
- Array containing pointers to level-arrays per color channel.
Array pointed by pLevel[i] must be of size nLevels[i].pBuffer
- Pointer to appropriately sized (nppiHistogramRangeGetBufferSize_16s_C4R)
scratch buffer.
public static int nppiHistogramRangeGetBufferSize_16s_AC4R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_16s_AC4R.
oSizeROI
- ROI size.nLevels
- Array containing number of levels per color channel.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiHistogramRange_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32s>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
4 channel (alpha as a last channel) 16-bit signed histogram with bins determined by pLevels. Alpha channel is ignored during the histograms computations.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pHist
- Array of pointers which are receiving the computed histograms per color channel.
Array pointed by pHist[i] must be of size nLevels[i]-1.nLevels
- Array containing number of levels per color channel.pLevels
- Array containing pointers to level-arrays per color channel.
Array pointed by pLevel[i] must be of size nLevels[i].pBuffer
- Pointer to appropriately sized (nppiHistogramRangeGetBufferSize_16_AC4R)
scratch buffer.
public static int nppiHistogramRangeGetBufferSize_32f_C1R(NppiSize oSizeROI, int nLevels, int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_32f_C1R.
oSizeROI
- \ref roi_specification.nLevels
- Number of levels in the histogram.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiHistogramRange_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s> pHist, TypedPointer<Npp32f> pLevels, int nLevels, TypedPointer<Npp8u> pBuffer)
32-bit float histogram with bins determined by pLevels array.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pHist
- Pointer to array that receives the computed histogram.
The array must be of size nLevels-1.pLevels
- Pointer to array containing the level sizes of the bins.
The array must be of size nLevels.nLevels
- Number of levels in histogram.pBuffer
- Pointer to appropriately sized (nppiHistogramRangeGetBufferSize_32f_C1R)
scratch buffer.
public static int nppiHistogramRangeGetBufferSize_32f_C3R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_32f_C3R.
oSizeROI
- ROI size.nLevels
- Array containing number of levels per color channel.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiHistogramRange_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32f>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
3 channel 32-bit float histogram with bins determined by pLevels.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pHist
- Array of pointers which are receiving the computed histograms per color channel.
Array pointed by pHist[i] must be of size nLevels[i]-1.nLevels
- Array containing number of levels per color channel.pLevels
- Array containing pointers to level-arrays per color channel.
Array pointed by pLevel[i] must be of size nLevels[i].pBuffer
- Pointer to appropriately sized (nppiHistogramRangeGetBufferSize_32f_C3R)
scratch buffer.
public static int nppiHistogramRangeGetBufferSize_32f_C4R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_32f_C4R.
oSizeROI
- ROI size.nLevels
- Array containing number of levels per color channel.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiHistogramRange_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32f>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
4 channel 32-bit float histogram with bins determined by pLevels.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pHist
- Array of pointers which are receiving the computed histograms per color channel.
Array pointed by pHist[i] must be of size nLevels[i]-1.nLevels
- Array containing number of levels per color channel.pLevels
- Array containing pointers to level-arrays per color channel.
Array pointed by pLevel[i] must be of size nLevels[i].pBuffer
- Pointer to appropriately sized (nppiHistogramRangeGetBufferSize_32f_C4R)
scratch buffer.
public static int nppiHistogramRangeGetBufferSize_32f_AC4R(NppiSize oSizeROI, int[] nLevels, int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_32f_AC4R.
oSizeROI
- ROI size.nLevels
- Array containing number of levels per color channel.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiHistogramRange_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp32s>[] pHist, TypedPointer<Npp32f>[] pLevels, int[] nLevels, TypedPointer<Npp8u> pBuffer)
4 channel (alpha as a last channel) 32-bit float histogram with bins determined by pLevels. Alpha channel is ignored during the histograms computations.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pHist
- Array of pointers which are receiving the computed histograms per color channel.
Array pointed by pHist[i] must be of size nLevels[i]-1.nLevels
- Array containing number of levels per color channel.pLevels
- Array containing pointers to level-arrays per color channel.
Array pointed by pLevel[i] must be of size nLevels[i].pBuffer
- Pointer to appropriately sized (nppiHistogramRangeGetBufferSize_32f_AC4R)
scratch buffer.
public static int nppiMagnitude_32fc32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
32-bit floating point complex to 32-bit floating point magnitude. Converts complex-number pixel image to single channel image computing the result pixels as the magnitude of the complex values.
pSrc
- \ref 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 nppiMagnitudeSqr_32fc32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
public static int nppiResize_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize dstROISize, double xFactor, double yFactor, int eInterpolation)
8-bit unsigned image resize.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSrcSize
- Size in pixels of the source imageoSrcROI
- Region of interest in the source image.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.dstROISize
- Size in pixels of the destination imagexFactor
- Factors by which x dimension is changedyFactor
- Factors by which y dimension is changedeInterpolation
- The type of eInterpolation to perform resampling
public static int nppiResize_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize dstROISize, double xFactor, double yFactor, int eInterpolation)
4 channel 8-bit unsigned image resize.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSrcSize
- Size in pixels of the source imageoSrcROI
- Region of interest in the source image.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.dstROISize
- Size in pixels of the destination imagexFactor
- Factors by which x dimension is changedyFactor
- Factors by which y dimension is changedeInterpolation
- The type of interpolation to perform resampling
public static int nppiGetRotateQuad(NppiRect oSrcROI, double[][] aQuad, double nAngle, double nShiftX, double nShiftY)
Compute shape of rotated image.
oSrcROI
- Region-of-interest of the source image.aQuad
- Array of 2D points. These points are the locations of the corners
of the rotated ROI.nAngle
- The rotation nAngle.nShiftX
- Post-rotation shift in x-directionnShiftY
- Post-rotation shift in y-direction
public static int nppiGetRotateBound(NppiRect oSrcROI, double[][] aBoundingBox, double nAngle, double nShiftX, double nShiftY)
public static int nppiRotate_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
8-bit unsigned image rotate.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSrcSize
- Size in pixels of the source imageoSrcROI
- Region of interest in the source image.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Region of interest in the destination image.nAngle
- The angle of rotation in degrees.nShiftX
- Shift along horizontal axisnShiftY
- Shift along vertical axiseInterpolation
- The type of interpolation to perform resampling
public static int nppiRotate_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
3 channel 8-bit unsigned image rotate.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSrcSize
- Size in pixels of the source imageoSrcROI
- Region of interest in the source image.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Region of interest in the destination image.nAngle
- The angle of rotation in degrees.nShiftX
- Shift along horizontal axisnShiftY
- Shift along vertical axiseInterpolation
- The type of interpolation to perform resampling
public static int nppiRotate_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
public static int nppiRotate_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
4 channel 8-bit unsigned image rotate ignoring alpha channel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSrcSize
- Size in pixels of the source imageoSrcROI
- Region of interest in the source image.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Region of interest in the destination image.nAngle
- The angle of rotation in degrees.nShiftX
- Shift along horizontal axisnShiftY
- Shift along vertical axiseInterpolation
- The type of interpolation to perform resampling
public static int nppiRotate_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
16-bit unsigned image rotate.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSrcSize
- Size in pixels of the source imageoSrcROI
- Region of interest in the source image.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Region of interest in the destination image.nAngle
- The angle of rotation in degrees.nShiftX
- Shift along horizontal axisnShiftY
- Shift along vertical axiseInterpolation
- The type of interpolation to perform resampling
public static int nppiRotate_16u_C3R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
public static int nppiRotate_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
4 channel 16-bit unsigned image rotate.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSrcSize
- Size in pixels of the source imageoSrcROI
- Region of interest in the source image.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Region of interest in the destination image.nAngle
- The angle of rotation in degrees.nShiftX
- Shift along horizontal axisnShiftY
- Shift along vertical axiseInterpolation
- The type of interpolation to perform resampling
public static int nppiRotate_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
public static int nppiRotate_32f_C1R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
32-bit float image rotate.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSrcSize
- Size in pixels of the source imageoSrcROI
- Region of interest in the source image.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Region of interest in the destination image.nAngle
- The angle of rotation in degrees.nShiftX
- Shift along horizontal axisnShiftY
- Shift along vertical axiseInterpolation
- The type of interpolation to perform resampling
public static int nppiRotate_32f_C3R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
public static int nppiRotate_32f_C4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
4 channel 32-bit float image rotate.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSrcSize
- Size in pixels of the source imageoSrcROI
- Region of interest in the source image.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Region of interest in the destination image.nAngle
- The angle of rotation in degrees.nShiftX
- Shift along horizontal axisnShiftY
- Shift along vertical axiseInterpolation
- The type of interpolation to perform resampling
public static int nppiRotate_32f_AC4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
4 channel 32-bit float image rotate ignoring alpha channel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSrcSize
- Size in pixels of the source imageoSrcROI
- Region of interest in the source image.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Region of interest in the destination image.nAngle
- The angle of rotation in degrees.nShiftX
- Shift along horizontal axisnShiftY
- Shift along vertical axiseInterpolation
- The type of interpolation to perform resampling
public static int nppiMirror_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, int flip)
public static int nppiMirror_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, int flip)
3 channel 8-bit unsigned image mirror.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oROI
- \ref roi_specification.flip
- Specifies the axis about which the image is to be mirrored.
public static int nppiMirror_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, int flip)
4 channel 8-bit unsigned image mirror.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- Distance in bytes between starts of consecutive lines of the
destination image.oROI
- \ref roi_specification.flip
- Specifies the axis about which the image is to be mirrored.
public static int nppiMirror_8u_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, int flip)
4 channel 8-bit unsigned image mirror not affecting alpha.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- Distance in bytes between starts of consecutive lines of the
destination image.oROI
- \ref roi_specification.flip
- Specifies the axis about which the image is to be mirrored.
public static int nppiMirror_16u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oROI, int flip)
16-bit unsigned image mirror.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oROI
- \ref roi_specification.flip
- Specifies the axis about which the image is to be mirrored.
public static int nppiMirror_16u_C3R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oROI, int flip)
public static int nppiMirror_16u_C4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oROI, int flip)
4 channel 16-bit unsigned image mirror.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- Distance in bytes between starts of consecutive lines of the
destination image.oROI
- \ref roi_specification.flip
- Specifies the axis about which the image is to be mirrored.
public static int nppiMirror_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oROI, int flip)
4 channel 16-bit unsigned image mirror not affecting alpha.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- Distance in bytes between starts of consecutive lines of the
destination image.oROI
- \ref roi_specification.flip
- Specifies the axis about which the image is to be mirrored.
public static int nppiMirror_32s_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oROI, int flip)
public static int nppiMirror_32s_C3R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oROI, int flip)
3 channel 32-bit image mirror.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oROI
- \ref roi_specification.flip
- Specifies the axis about which the image is to be mirrored.
public static int nppiMirror_32s_C4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oROI, int flip)
4 channel 32-bit image mirror.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- Distance in bytes between starts of consecutive lines of the
destination image.oROI
- \ref roi_specification.flip
- Specifies the axis about which the image is to be mirrored.
public static int nppiMirror_32s_AC4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oROI, int flip)
4 channel 32-bit image mirror not affecting alpha.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- Distance in bytes between starts of consecutive lines of the
destination image.oROI
- \ref roi_specification.flip
- Specifies the axis about which the image is to be mirrored.
public static int nppiMirror_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oROI, int flip)
32-bit float image mirror.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oROI
- \ref roi_specification.flip
- Specifies the axis about which the image is to be mirrored.
public static int nppiMirror_32f_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oROI, int flip)
3 channel 32-bit float image mirror.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oROI
- \ref roi_specification.flip
- Specifies the axis about which the image is to be mirrored.
public static int nppiMirror_32f_C4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oROI, int flip)
4 channel 32-bit float image mirror.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- Distance in bytes between starts of consecutive lines of the
destination image.oROI
- \ref roi_specification.flip
- Specifies the axis about which the image is to be mirrored.
public static int nppiMirror_32f_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oROI, int flip)
4 channel 32-bit float image mirror not affecting alpha.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- Distance in bytes between starts of consecutive lines of the
destination image.oROI
- \ref roi_specification.flip
- Specifies the axis about which the image is to be mirrored.
public static int nppiGetAffineTransform(NppiRect oSrcROI, double[][] aQuad, double[][] aCoeffs)
Computes affine transform coefficients based on source ROI and destination quadrilateral. The function computes the coefficients of an affine transformation that maps the given source ROI (axis aligned rectangle with integer coordinates) to a quadrilateral in the destination image. An affine transform in 2D is fully determined by the mapping of just three vertices. This function's API allows for passing a complete quadrilateral effectively making the prolem overdetermined. What this means in practice is, that for certain quadrilaterals it is not possible to find an affine transform that would map all four corners of the source ROI to the four vertices of that quadrilateral. The function circumvents this problem by only looking at the first three vertices of the destination image quadrilateral to determine the affine transformation's coefficients. If the destination quadrilateral is indeed one that cannot be mapped using an affine transformation the functions informs the user of this situation by returning a ::NPP_AFFINE_QUAD_INCORRECT_WARNING.
oSrcROI
- The source ROI. This rectangle needs to be at least one pixel wide and
high. If either width or hight are less than one an ::NPP_RECT_ERROR is returned.aQuad
- The destination quadrilateral.aCoeffs
- The resulting affine transform coefficients.
public static int nppiGetAffineQuad(NppiRect oSrcROI, double[][] aQuad, double[][] aCoeffs)
Compute shape of transformed image. This method computes the quadrilateral in the destination image that the source ROI is transformed into by the affine transformation expressed by the coefficients array (aCoeffs).
oSrcROI
- The source ROI.aQuad
- The resulting destination quadrangle.aCoeffs
- The afine transform coefficients.
public static int nppiGetAffineBound(NppiRect oSrcROI, double[][] aBound, double[][] aCoeffs)
Compute bounding-box of transformed image. The method effectively computes the bounding box (axis aligned rectangle) of the transformed source ROI (see nppiGetAffineQuad()).
oSrcROI
- The source ROI.aBound
- The resulting bounding box.aCoeffs
- The afine transform coefficients.
public static int nppiWarpAffine_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Single-channel 8-bit unsigned affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffine_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel 8-bit unsigned affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffine_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel 8-bit unsigned affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffine_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel 8-bit unsigned affine warp, ignoring alpha channel.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffine_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
public static int nppiWarpAffine_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel planar 8-bit unsigned affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffine_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Single-channel 16-bit unsigned affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffine_16u_C3R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel 16-bit unsigned affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffine_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel 16-bit unsigned affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffine_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel 16-bit unsigned affine warp, ignoring alpha channel.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffine_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel planar 16-bit unsigned affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffine_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel planar 16-bit unsigned affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffine_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Single-channel 32-bit signed affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffine_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel 32-bit signed affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffine_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
public static int nppiWarpAffine_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
public static int nppiWarpAffine_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel planar 32-bit signed affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffine_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel planar 32-bit signed affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffine_32f_C1R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Single-channel 32-bit floating-point affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffine_32f_C3R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel 32-bit floating-point affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffine_32f_C4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
public static int nppiWarpAffine_32f_AC4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel 32-bit floating-point affine warp, ignoring alpha channel.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffine_32f_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel planar 32-bit floating-point affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffine_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
public static int nppiWarpAffine_64f_C1R(TypedPointer<Npp64f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp64f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Single-channel 64-bit floating-point affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffine_64f_C3R(TypedPointer<Npp64f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp64f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel 64-bit floating-point affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffine_64f_C4R(TypedPointer<Npp64f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp64f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel 64-bit floating-point affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffine_64f_AC4R(TypedPointer<Npp64f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp64f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
public static int nppiWarpAffine_64f_P3R(TypedPointer<Npp64f>[] aSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp64f>[] aDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel planar 64-bit floating-point affine warp.
aSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffine_64f_P4R(TypedPointer<Npp64f>[] aSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp64f>[] aDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel planar 64-bit floating-point affine warp.
aSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineBack_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Single-channel 8-bit unsigned integer backwards affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineBack_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel 8-bit unsigned integer backwards affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineBack_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel 8-bit unsigned integer backwards affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineBack_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
public static int nppiWarpAffineBack_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel planar 8-bit unsigned integer backwards affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineBack_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel planar 8-bit unsigned integer backwards affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineBack_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Single-channel 16-bit unsigned integer backwards affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineBack_16u_C3R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel 16-bit unsigned integer backwards affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineBack_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel 16-bit unsigned integer backwards affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineBack_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel 16-bit unsigned integer backwards affine warp, ignoring alpha channel.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineBack_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel planar 16-bit unsigned integer backwards affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineBack_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel planar 16-bit unsigned integer backwards affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineBack_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Single-channel 32-bit signed integer backwards affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineBack_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel 32-bit signed integer backwards affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineBack_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel 32-bit signed integer backwards affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineBack_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
public static int nppiWarpAffineBack_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel planar 32-bit signed integer backwards affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineBack_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel planar 32-bit signed integer backwards affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineBack_32f_C1R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
public static int nppiWarpAffineBack_32f_C3R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel 32-bit floating-point backwards affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineBack_32f_C4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
public static int nppiWarpAffineBack_32f_AC4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel 32-bit floating-point backwards affine warp, ignoring alpha channel.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineBack_32f_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel planar 32-bit floating-point backwards affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineBack_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel planar 32-bit floating-point backwards affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineQuad_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Single-channel 32-bit floating-point quad-based affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineQuad_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Three-channel 8-bit unsigned integer quad-based affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineQuad_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
public static int nppiWarpAffineQuad_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Four-channel 8-bit unsigned integer quad-based affine warp, ignoring alpha channel.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineQuad_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Three-channel planar 8-bit unsigned integer quad-based affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineQuad_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
public static int nppiWarpAffineQuad_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Single-channel 16-bit unsigned integer quad-based affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineQuad_16u_C3R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Three-channel 16-bit unsigned integer quad-based affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineQuad_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Four-channel 16-bit unsigned integer quad-based affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineQuad_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Four-channel 16-bit unsigned integer quad-based affine warp, ignoring alpha channel.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineQuad_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Three-channel planar 16-bit unsigned integer quad-based affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineQuad_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Four-channel planar 16-bit unsigned integer quad-based affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineQuad_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
public static int nppiWarpAffineQuad_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
public static int nppiWarpAffineQuad_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Four-channel 32-bit signed integer quad-based affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineQuad_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Four-channel 32-bit signed integer quad-based affine warp, ignoring alpha channel.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineQuad_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Three-channel planar 32-bit signed integer quad-based affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineQuad_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Four-channel planar 32-bit signed integer quad-based affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineQuad_32f_C1R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Single-channel 32-bit floating-point quad-based affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineQuad_32f_C3R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Three-channel 32-bit floating-point quad-based affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineQuad_32f_C4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Four-channel 32-bit floating-point quad-based affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineQuad_32f_AC4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
public static int nppiWarpAffineQuad_32f_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Three-channel planar 32-bit floating-point quad-based affine warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineQuad_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
public static int nppiGetPerspectiveTransform(NppiRect oSrcROI, double[][] quad, double[][] aCoeffs)
Calculates perspective transform coefficients given source rectangular ROI and its destination quadrangle projection
oSrcROI
- Source ROIquad
- Destination quadrangleaCoeffs
- Perspective transform coefficients
public static int nppiGetPerspectiveQuad(NppiRect oSrcROI, double[][] quad, double[][] aCoeffs)
Calculates perspective transform projection of given source rectangular ROI
oSrcROI
- Source ROIquad
- Destination quadrangleaCoeffs
- Perspective transform coefficients
public static int nppiGetPerspectiveBound(NppiRect oSrcROI, double[][] bound, double[][] aCoeffs)
public static int nppiWarpPerspective_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
public static int nppiWarpPerspective_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel 8-bit unsigned integer perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspective_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel 8-bit unsigned integer perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspective_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
public static int nppiWarpPerspective_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel planar 8-bit unsigned integer perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspective_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel planar 8-bit unsigned integer perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspective_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Single-channel 16-bit unsigned integer perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspective_16u_C3R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel 16-bit unsigned integer perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspective_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
public static int nppiWarpPerspective_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
public static int nppiWarpPerspective_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel planar 16-bit unsigned integer perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspective_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel planar 16-bit unsigned integer perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspective_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Single-channel 32-bit signed integer perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspective_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel 32-bit signed integer perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspective_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
public static int nppiWarpPerspective_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel 32-bit signed integer perspective warp, igoring alpha channel.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspective_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
public static int nppiWarpPerspective_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel planar 32-bit signed integer perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspective_32f_C1R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
public static int nppiWarpPerspective_32f_C3R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel 32-bit floating-point perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspective_32f_C4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel 32-bit floating-point perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspective_32f_AC4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel 32-bit floating-point perspective warp, ignoring alpha channel.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspective_32f_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel planar 32-bit floating-point perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspective_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
public static int nppiWarpPerspectiveBack_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Single-channel 8-bit unsigned integer backwards perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveBack_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel 8-bit unsigned integer backwards perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveBack_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel 8-bit unsigned integer backwards perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveBack_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel 8-bit unsigned integer backwards perspective warp, igoring alpha channel.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveBack_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel planar 8-bit unsigned integer backwards perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveBack_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
public static int nppiWarpPerspectiveBack_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Single-channel 16-bit unsigned integer backwards perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveBack_16u_C3R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel 16-bit unsigned integer backwards perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveBack_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
public static int nppiWarpPerspectiveBack_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel 16-bit unsigned integer backwards perspective warp, ignoring alpha channel.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveBack_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
public static int nppiWarpPerspectiveBack_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
public static int nppiWarpPerspectiveBack_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Single-channel 32-bit signed integer backwards perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveBack_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel 32-bit signed integer backwards perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveBack_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel 32-bit signed integer backwards perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveBack_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel 32-bit signed integer backwards perspective warp, ignoring alpha channel.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveBack_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel planar 32-bit signed integer backwards perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveBack_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel planar 32-bit signed integer backwards perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveBack_32f_C1R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Single-channel 32-bit floating-point backwards perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveBack_32f_C3R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel 32-bit floating-point backwards perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveBack_32f_C4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel 32-bit floating-point backwards perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveBack_32f_AC4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Four-channel 32-bit floating-point backwards perspective warp, ignorning alpha channel.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveBack_32f_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
Three-channel planar 32-bit floating-point backwards perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaCoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveBack_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
public static int nppiWarpPerspectiveQuad_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Single-channel 8-bit unsigned integer quad-based perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveQuad_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Three-channel 8-bit unsigned integer quad-based perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveQuad_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Four-channel 8-bit unsigned integer quad-based perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveQuad_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Four-channel 8-bit unsigned integer quad-based perspective warp, ignoring alpha channel.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveQuad_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Three-channel planar 8-bit unsigned integer quad-based perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveQuad_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Four-channel planar 8-bit unsigned integer quad-based perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveQuad_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Single-channel 16-bit unsigned integer quad-based perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveQuad_16u_C3R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Three-channel 16-bit unsigned integer quad-based perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveQuad_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Four-channel 16-bit unsigned integer quad-based perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveQuad_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Four-channel 16-bit unsigned integer quad-based perspective warp, ignoring alpha channel.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveQuad_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Three-channel planar 16-bit unsigned integer quad-based perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveQuad_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Four-channel planar 16-bit unsigned integer quad-based perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveQuad_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Single-channel 32-bit signed integer quad-based perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveQuad_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Three-channel 32-bit signed integer quad-based perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveQuad_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Four-channel 32-bit signed integer quad-based perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveQuad_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Four-channel 32-bit signed integer quad-based perspective warp, ignoring alpha channel.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveQuad_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Three-channel planar 32-bit signed integer quad-based perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveQuad_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Four-channel planar 32-bit signed integer quad-based perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveQuad_32f_C1R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Single-channel 32-bit floating-point quad-based perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveQuad_32f_C3R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Three-channel 32-bit floating-point quad-based perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveQuad_32f_C4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Four-channel 32-bit floating-point quad-based perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveQuad_32f_AC4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Four-channel 32-bit floating-point quad-based perspective warp, ignoring alpha channel.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveQuad_32f_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Three-channel planar 32-bit floating-point quad-based perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspectiveQuad_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
Four-channel planar 32-bit floating-point quad-based perspective warp.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.oSrcROI
- Source ROIaSrcQuad
- Source quad.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oDstROI
- Destination ROIaDstQuad
- Destination quad.eInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiQuantFwdRawTableInit_JPEG_8u(TypedPointer<Npp8u> hpQuantRawTable, int nQualityFactor)
Apply quality factor to raw 8-bit quantization table. This is effectively and in-place method that modifies a given raw quantization table based on a quality factor. Note that this method is a host method and that the pointer to the raw quantization table is a host pointer.
hpQuantRawTable
- Raw quantization table.nQualityFactor
- Quality factor for the table. Range is [1:100].
public static int nppiQuantFwdTableInit_JPEG_8u16u(TypedPointer<Npp8u> hpQuantRawTable, TypedPointer<Npp16u> hpQuantFwdRawTable)
public static int nppiQuantInvTableInit_JPEG_8u16u(TypedPointer<Npp8u> hpQuantRawTable, TypedPointer<Npp16u> hpQuantFwdRawTable)
Initializes a quantization table for nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R(). The nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R() method uses a quantization table in a 16-bit format allowing for faster processing. In addition it converts the data order from zigzag layout to original row-order layout. Typically raw quantization tables are stored in zigzag format. This method is a host method and consumes and produces host data. I.e. the pointers passed to this function must be host pointers. The resulting table needs to be transferred to device memory in order to be used with nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R() function.
hpQuantRawTable
- Raw quantization table.hpQuantFwdRawTable
- Inverse quantization table.
public static int nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, TypedPointer<Npp16u> pQuantFwdTable, NppiSize oSizeROI)
Forward DCT, quantization and level shift part of the JPEG encoding. Input is expected in 8x8 macro blocks and output is expected to be in 64x1 macro blocks.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.pQuantFwdTable
- Forward quantization tables for JPEG encoding created
using nppiQuantInvTableInit_JPEG_8u16u().oSizeROI
- \ref roi_specification.
public static int nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, TypedPointer<Npp16u> pQuantInvTable, NppiSize oSizeROI)
Inverse DCT, de-quantization and level shift part of the JPEG decoding. Input is expected in 64x1 macro blocks and output is expected to be in 8x8 macro blocks.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.pQuantInvTable
- Inverse quantization tables for JPEG decoding created
using nppiQuantInvTableInit_JPEG_8u16u().oSizeROI
- \ref roi_specification.
public static int nppiGraphcutGetSize(NppiSize oSize, int[] pBufSize)
Calculates the size of the temporary buffer for graph-cut with 4 neighborhood labeling.
oSize
- Graph size.pBufSize
- Pointer to variable that returns the size of the
temporary buffer.
nppiGraphcutInitAlloc(), nppiGraphcut_32s8u().
public static int nppiGraphcut8GetSize(NppiSize oSize, int[] pBufSize)
Calculates the size of the temporary buffer for graph-cut with 8 neighborhood labeling.
oSize
- Graph size.pBufSize
- Pointer to variable that returns the size of the
temporary buffer.
nppiGraphcut8InitAlloc(), nppiGraphcut8_32s8u().
public static int nppiGraphcutInitAlloc(NppiSize oSize, NppiGraphcutState[] ppState, TypedPointer<Npp8u> pDeviceMem)
public static int nppiGraphcut8InitAlloc(NppiSize oSize, NppiGraphcutState[] ppState, TypedPointer<Npp8u> pDeviceMem)
Allocates and initializes the graph-cut state structure and additional resources for graph-cut with 8 neighborhood labeling.
oSize
- Graph sizeppState
- Pointer to pointer to graph-cut state structure.pDeviceMem
- to the sufficient amount of device memory. The CUDA runtime or NPP memory allocators
must be used to allocate this memory. The minimum amount of device memory required
to run graph-cut on a for a specific image size is computed by nppiGraphcut8GetSize().
nppiGraphcut8_32s8u(), nppiGraphcut8GetSize().
public static int nppiGraphcutFree(NppiGraphcutState pState)
Frees the additional resources of the graph-cut state structure.
pState
- Pointer to graph-cut state structure.
nppiGraphcutInitAlloc
,
nppiGraphcut8InitAlloc
public static int nppiGraphcut_32s8u(TypedPointer<Npp32s> pTerminals, TypedPointer<Npp32s> pLeftTransposed, TypedPointer<Npp32s> pRightTransposed, TypedPointer<Npp32s> pTop, TypedPointer<Npp32s> pBottom, int nStep, int nTransposedStep, NppiSize size, TypedPointer<Npp8u> pLabel, int nLabelStep, NppiGraphcutState pState)
public static int nppiGraphcut8_32s8u(TypedPointer<Npp32s> pTerminals, TypedPointer<Npp32s> pLeftTransposed, TypedPointer<Npp32s> pRightTransposed, TypedPointer<Npp32s> pTop, TypedPointer<Npp32s> pTopLeft, TypedPointer<Npp32s> pTopRight, TypedPointer<Npp32s> pBottom, TypedPointer<Npp32s> pBottomLeft, TypedPointer<Npp32s> pBottomRight, int nStep, int nTransposedStep, NppiSize size, TypedPointer<Npp8u> pLabel, int nLabelStep, NppiGraphcutState pState)
Graphcut of a flow network (32bit signed integer edge capacities). The function computes the minimal cut (graphcut) of a 2D regular 8-connected graph. The inputs are the capacities of the horizontal (in transposed form), vertical and terminal (source and sink) edges. The capacities to source and sink are stored as capacity differences in the terminals array ( terminals(x) = source(x) - sink(x) ). The implementation assumes that the edge capacities for boundary edges that would connect to nodes outside the specified domain are set to 0 (for example left(0,*) == 0). If this is not fulfilled the computed labeling may be wrong! The computed binary labeling is encoded as unsigned 8bit values (0 and >0).
pTerminals
- Pointer to differences of terminal edge capacities
(terminal(x) = source(x) - sink(x))pLeftTransposed
- Pointer to transposed left edge capacities
(left(0,*) must be 0)pRightTransposed
- Pointer to transposed right edge capacities
(right(width-1,*) must be 0)pTop
- Pointer to top edge capacities (top(*,0) must be 0)pTopLeft
- Pointer to top left edge capacities (topleft(*,0)
& topleft(0,*) must be 0)pTopRight
- Pointer to top right edge capacities (topright(*,0)
& topright(width-1,*) must be 0)pBottom
- Pointer to bottom edge capacities (bottom(*,height-1)
must be 0)pBottomLeft
- Pointer to bottom left edge capacities
(bottomleft(*,height-1) && bottomleft(0,*) must be 0)pBottomRight
- Pointer to bottom right edge capacities
(bottomright(*,height-1) && bottomright(width-1,*) must be 0)nStep
- Step in bytes between any pair of sequential rows of edge
capacitiesnTransposedStep
- Step in bytes between any pair of sequential
rows of tranposed edge capacitiessize
- Graph sizepLabel
- Pointer to destination label imagenLabelStep
- Step in bytes between any pair of sequential rows of
label imagepState
- Pointer to graph-cut state structure. This structure must be
initialized allocated and initialized using nppiGraphcut8InitAlloc().
nppiGraphcut8InitAlloc(), nppiGraphcutFree(), nppiGraphcut8GetSize().
public static int nppiGraphcut_32f8u(TypedPointer<Npp32f> pTerminals, TypedPointer<Npp32f> pLeftTransposed, TypedPointer<Npp32f> pRightTransposed, TypedPointer<Npp32f> pTop, TypedPointer<Npp32f> pBottom, int nStep, int nTransposedStep, NppiSize size, TypedPointer<Npp8u> pLabel, int nLabelStep, NppiGraphcutState pState)
Graphcut of a flow network (32bit float edge capacities). The function computes the minimal cut (graphcut) of a 2D regular 4-connected graph. The inputs are the capacities of the horizontal (in transposed form), vertical and terminal (source and sink) edges. The capacities to source and sink are stored as capacity differences in the terminals array ( terminals(x) = source(x) - sink(x) ). The implementation assumes that the edge capacities for boundary edges that would connect to nodes outside the specified domain are set to 0 (for example left(0,*) == 0). If this is not fulfilled the computed labeling may be wrong! The computed binary labeling is encoded as unsigned 8bit values (0 and >0).
pTerminals
- Pointer to differences of terminal edge capacities
(terminal(x) = source(x) - sink(x))pLeftTransposed
- Pointer to transposed left edge capacities
(left(0,*) must be 0)pRightTransposed
- Pointer to transposed right edge capacities
(right(width-1,*) must be 0)pTop
- Pointer to top edge capacities (top(*,0) must be 0)pBottom
- Pointer to bottom edge capacities (bottom(*,height-1)
must be 0)nStep
- Step in bytes between any pair of sequential rows of edge
capacitiesnTransposedStep
- Step in bytes between any pair of sequential
rows of tranposed edge capacitiessize
- Graph sizepLabel
- Pointer to destination label imagenLabelStep
- Step in bytes between any pair of sequential rows of
label imagepState
- Pointer to graph-cut state structure. This structure must be
initialized allocated and initialized using nppiGraphcutInitAlloc().
nppiGraphcutInitAlloc(), nppiGraphcutFree(), nppiGraphcutGetSize().
public static int nppiGraphcut8_32f8u(TypedPointer<Npp32f> pTerminals, TypedPointer<Npp32f> pLeftTransposed, TypedPointer<Npp32f> pRightTransposed, TypedPointer<Npp32f> pTop, TypedPointer<Npp32f> pTopLeft, TypedPointer<Npp32f> pTopRight, TypedPointer<Npp32f> pBottom, TypedPointer<Npp32f> pBottomLeft, TypedPointer<Npp32f> pBottomRight, int nStep, int nTransposedStep, NppiSize size, TypedPointer<Npp8u> pLabel, int nLabelStep, NppiGraphcutState pState)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |