|
||||||||||
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 NPPI. Most of the documentation is extracted from the NPPI header files.
Method Summary | |
---|---|
static void |
initialize()
Initializes the native library. |
static int |
nppiAbs_16s_AC4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel in place image absolute value with unmodified alpha. |
static int |
nppiAbs_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel image absolute value with unmodified alpha. |
static int |
nppiAbs_16s_C1IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit signed short channel in place image absolute value. |
static int |
nppiAbs_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit signed short channel image absolute value. |
static int |
nppiAbs_16s_C3IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit signed short channel in place image absolute value. |
static int |
nppiAbs_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit signed short channel image absolute value. |
static int |
nppiAbs_16s_C4IR(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel in place image absolute value. |
static int |
nppiAbs_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel image absolute value. |
static int |
nppiAbs_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image absolute value with unmodified alpha. |
static int |
nppiAbs_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image absolute value with unmodified alpha. |
static int |
nppiAbs_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image absolute value. |
static int |
nppiAbs_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image absolute value. |
static int |
nppiAbs_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image absolute value. |
static int |
nppiAbs_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image absolute value. |
static int |
nppiAbs_32f_C4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image absolute value. |
static int |
nppiAbs_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image absolute value. |
static int |
nppiAbsDiff_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel absolute difference of image1 minus image2. |
static int |
nppiAbsDiff_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel absolute difference of image1 minus image2. |
static int |
nppiAbsDiff_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel absolute difference of image1 minus image2. |
static int |
nppiAbsDiffC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nConstant)
One 16-bit unsigned short channel image absolute difference with constant. |
static int |
nppiAbsDiffC_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nConstant)
One 32-bit floating point channel image absolute difference with constant. |
static int |
nppiAbsDiffC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte nConstant)
One 8-bit unsigned char channel image absolute difference with constant. |
static int |
nppiAdd_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_32f_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image addition. |
static int |
nppiAdd_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image addition. |
static int |
nppiAdd_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image addition. |
static int |
nppiAdd_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image addition. |
static int |
nppiAdd_32f_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image addition. |
static int |
nppiAdd_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image addition. |
static int |
nppiAdd_32f_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image addition. |
static int |
nppiAdd_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image addition. |
static int |
nppiAdd_32fc_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image addition. |
static int |
nppiAdd_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image addition. |
static int |
nppiAdd_32fc_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition. |
static int |
nppiAdd_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition. |
static int |
nppiAdd_32fc_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition. |
static int |
nppiAdd_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition. |
static int |
nppiAdd_32fc_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition. |
static int |
nppiAdd_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition. |
static int |
nppiAdd_32s_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image add. |
static int |
nppiAdd_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_32s_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_8u_C1IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_8u_C3IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_8u_C4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAdd_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiAddC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16s_C1IRSfs(short nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16sc_C1IRSfs(Npp16sc nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16u_AC4IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16u_C1IRSfs(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16u_C3IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16u_C4IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_32f_AC4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image add constant. |
static int |
nppiAddC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image add constant. |
static int |
nppiAddC_32f_C1IR(float nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image add constant. |
static int |
nppiAddC_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image add constant. |
static int |
nppiAddC_32f_C3IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image add constant. |
static int |
nppiAddC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image add constant. |
static int |
nppiAddC_32f_C4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image add constant. |
static int |
nppiAddC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image add constant. |
static int |
nppiAddC_32fc_AC4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image add constant. |
static int |
nppiAddC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image add constant. |
static int |
nppiAddC_32fc_C1IR(Npp32fc nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant. |
static int |
nppiAddC_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant. |
static int |
nppiAddC_32fc_C3IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant. |
static int |
nppiAddC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant. |
static int |
nppiAddC_32fc_C4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant. |
static int |
nppiAddC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant. |
static int |
nppiAddC_32s_C1IRSfs(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_32sc_C1IRSfs(Npp32sc nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_8u_AC4IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_8u_C1IRSfs(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_8u_C3IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_8u_C4IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image add constant, scale, then clamp to saturated value. |
static int |
nppiAddC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image add constant, scale, then clamp to saturated value. |
static int |
nppiAddProduct_16u32f_C1IMR(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
nppiAddProduct_16u32f_C1IR(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image product added to in place floating point destination image. |
static int |
nppiAddProduct_32f_C1IMR(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
nppiAddProduct_32f_C1IR(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image product added to in place floating point destination image. |
static int |
nppiAddProduct_8u32f_C1IMR(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
nppiAddProduct_8u32f_C1IR(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image product added to in place floating point destination image. |
static int |
nppiAddSquare_16u32f_C1IMR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
nppiAddSquare_16u32f_C1IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image squared then added to in place floating point destination image. |
static int |
nppiAddSquare_32f_C1IMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
nppiAddSquare_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image squared then added to in place floating point destination image. |
static int |
nppiAddSquare_8u32f_C1IMR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
nppiAddSquare_8u32f_C1IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image squared then added to in place floating point destination image. |
static int |
nppiAddWeighted_16u32f_C1IMR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nAlpha)
One 16-bit unsigned short channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
nppiAddWeighted_16u32f_C1IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nAlpha)
One 16-bit unsigned short channel alpha weighted image added to in place floating point destination image. |
static int |
nppiAddWeighted_32f_C1IMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nAlpha)
One 32-bit floating point channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
nppiAddWeighted_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nAlpha)
One 32-bit floating point channel alpha weighted image added to in place floating point destination image. |
static int |
nppiAddWeighted_8u32f_C1IMR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nAlpha)
One 8-bit unsigned char channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero). |
static int |
nppiAddWeighted_8u32f_C1IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nAlpha)
One 8-bit unsigned char channel alpha weighted image added to in place floating point destination image. |
static int |
nppiAlphaComp_16s_AC1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 16-bit signed short channel image composition using image alpha values (0 - max channel pixel value). |
static int |
nppiAlphaComp_16u_AC1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 16-bit unsigned short channel image composition using image alpha values (0 - max channel pixel value). |
static int |
nppiAlphaComp_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 16-bit unsigned short channel image composition using image alpha values (0 - max channel pixel value). |
static int |
nppiAlphaComp_32f_AC1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit floating point channel image composition using image alpha values (0.0 - 1.0). |
static int |
nppiAlphaComp_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 32-bit floating point channel image composition using image alpha values (0.0 - 1.0). |
static int |
nppiAlphaComp_32s_AC1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit signed integer channel image composition using image alpha values (0 - max channel pixel value). |
static int |
nppiAlphaComp_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 32-bit signed integer channel image composition using image alpha values (0 - max channel pixel value). |
static int |
nppiAlphaComp_32u_AC1R(TypedPointer<Npp32u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pSrc2,
int nSrc2Step,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit unsigned integer channel image composition using image alpha values (0 - max channel pixel value). |
static int |
nppiAlphaComp_32u_AC4R(TypedPointer<Npp32u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pSrc2,
int nSrc2Step,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 32-bit unsigned integer channel image composition using image alpha values (0 - max channel pixel value). |
static int |
nppiAlphaComp_8s_AC1R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 8-bit signed char channel image composition using image alpha values (0 - max channel pixel value). |
static int |
nppiAlphaComp_8u_AC1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 8-bit unsigned char channel image composition using image alpha values (0 - max channel pixel value). |
static int |
nppiAlphaComp_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 8-bit unsigned char channel image composition using image alpha values (0 - max channel pixel value). |
static int |
nppiAlphaCompC_16s_C1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
short nAlpha2,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 16-bit signed short channel image composition using constant alpha. |
static int |
nppiAlphaCompC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
short nAlpha2,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 16-bit unsigned short channel image composition with alpha using constant source alpha. |
static int |
nppiAlphaCompC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
short nAlpha2,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 16-bit unsigned short channel image composition using constant alpha. |
static int |
nppiAlphaCompC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
short nAlpha2,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Three 16-bit unsigned short channel image composition using constant alpha. |
static int |
nppiAlphaCompC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
short nAlpha2,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 16-bit unsigned short channel image composition using constant alpha. |
static int |
nppiAlphaCompC_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float nAlpha1,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
float nAlpha2,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit floating point channel image composition using constant alpha. |
static int |
nppiAlphaCompC_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nAlpha1,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
int nAlpha2,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit signed integer channel image composition using constant alpha. |
static int |
nppiAlphaCompC_32u_C1R(TypedPointer<Npp32u> pSrc1,
int nSrc1Step,
int nAlpha1,
TypedPointer<Npp32u> pSrc2,
int nSrc2Step,
int nAlpha2,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 32-bit unsigned integer channel image composition using constant alpha. |
static int |
nppiAlphaCompC_8s_C1R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8s> pSrc2,
int nSrc2Step,
byte nAlpha2,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 8-bit signed char channel image composition using constant alpha. |
static int |
nppiAlphaCompC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
byte nAlpha2,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 8-bit unsigned char channel image composition with alpha using constant source alpha. |
static int |
nppiAlphaCompC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
byte nAlpha2,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
One 8-bit unsigned char channel image composition using constant alpha. |
static int |
nppiAlphaCompC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
byte nAlpha2,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Three 8-bit unsigned char channel image composition using constant alpha. |
static int |
nppiAlphaCompC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
byte nAlpha2,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eAlphaOp)
Four 8-bit unsigned char channel image composition using constant alpha. |
static int |
nppiAlphaPremul_16u_AC4IR(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image premultiplication with pixel alpha (0 - max channel pixel value). |
static int |
nppiAlphaPremul_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image premultiplication with pixel alpha (0 - max channel pixel value). |
static int |
nppiAlphaPremul_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image premultiplication with pixel alpha (0 - max channel pixel value). |
static int |
nppiAlphaPremul_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image premultiplication with pixel alpha (0 - max channel pixel value). |
static int |
nppiAlphaPremulC_16u_AC4IR(short nAlpha1,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image premultiplication with alpha using constant alpha. |
static int |
nppiAlphaPremulC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image premultiplication with alpha using constant alpha. |
static int |
nppiAlphaPremulC_16u_C1IR(short nAlpha1,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image premultiplication using constant alpha. |
static int |
nppiAlphaPremulC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image premultiplication using constant alpha. |
static int |
nppiAlphaPremulC_16u_C3IR(short nAlpha1,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image premultiplication using constant alpha. |
static int |
nppiAlphaPremulC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image premultiplication using constant alpha. |
static int |
nppiAlphaPremulC_16u_C4IR(short nAlpha1,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image premultiplication using constant alpha. |
static int |
nppiAlphaPremulC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nAlpha1,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image premultiplication using constant alpha. |
static int |
nppiAlphaPremulC_8u_AC4IR(byte nAlpha1,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image premultiplication with alpha using constant alpha. |
static int |
nppiAlphaPremulC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image premultiplication with alpha using constant alpha. |
static int |
nppiAlphaPremulC_8u_C1IR(byte nAlpha1,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image premultiplication using constant alpha. |
static int |
nppiAlphaPremulC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image premultiplication using constant alpha. |
static int |
nppiAlphaPremulC_8u_C3IR(byte nAlpha1,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image premultiplication using constant alpha. |
static int |
nppiAlphaPremulC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image premultiplication using constant alpha. |
static int |
nppiAlphaPremulC_8u_C4IR(byte nAlpha1,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image premultiplication using constant alpha. |
static int |
nppiAlphaPremulC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nAlpha1,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image premultiplication using constant alpha. |
static int |
nppiAnd_16u_AC4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical and with unmodified alpha. |
static int |
nppiAnd_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and with unmodified alpha. |
static int |
nppiAnd_16u_C1IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical and. |
static int |
nppiAnd_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical and. |
static int |
nppiAnd_16u_C3IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical and. |
static int |
nppiAnd_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical and. |
static int |
nppiAnd_16u_C4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical and. |
static int |
nppiAnd_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and. |
static int |
nppiAnd_32s_AC4IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical and with unmodified alpha. |
static int |
nppiAnd_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and with unmodified alpha. |
static int |
nppiAnd_32s_C1IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical and. |
static int |
nppiAnd_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical and. |
static int |
nppiAnd_32s_C3IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical and. |
static int |
nppiAnd_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical and. |
static int |
nppiAnd_32s_C4IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical and. |
static int |
nppiAnd_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and. |
static int |
nppiAnd_8u_AC4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical and with unmodified alpha. |
static int |
nppiAnd_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and with unmodified alpha. |
static int |
nppiAnd_8u_C1IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical and. |
static int |
nppiAnd_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical and. |
static int |
nppiAnd_8u_C3IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical and. |
static int |
nppiAnd_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical and. |
static int |
nppiAnd_8u_C4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical and. |
static int |
nppiAnd_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and. |
static int |
nppiAndC_16u_AC4IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical and with constant with unmodified alpha. |
static int |
nppiAndC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and with constant with unmodified alpha. |
static int |
nppiAndC_16u_C1IR(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical and with constant. |
static int |
nppiAndC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical and with constant. |
static int |
nppiAndC_16u_C3IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical and with constant. |
static int |
nppiAndC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical and with constant. |
static int |
nppiAndC_16u_C4IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical and with constant. |
static int |
nppiAndC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and with constant. |
static int |
nppiAndC_32s_AC4IR(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical and with constant with unmodified alpha. |
static int |
nppiAndC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and with constant with unmodified alpha. |
static int |
nppiAndC_32s_C1IR(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical and with constant. |
static int |
nppiAndC_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical and with constant. |
static int |
nppiAndC_32s_C3IR(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical and with constant. |
static int |
nppiAndC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical and with constant. |
static int |
nppiAndC_32s_C4IR(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical and with constant. |
static int |
nppiAndC_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and with constant. |
static int |
nppiAndC_8u_AC4IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical and with constant with unmodified alpha. |
static int |
nppiAndC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and with constant with unmodified alpha. |
static int |
nppiAndC_8u_C1IR(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical and with constant. |
static int |
nppiAndC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical and with constant. |
static int |
nppiAndC_8u_C3IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical and with constant. |
static int |
nppiAndC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical and with constant. |
static int |
nppiAndC_8u_C4IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical and with constant. |
static int |
nppiAndC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and with constant. |
static int |
nppiColorTwist32f_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] twist)
4 channel 8-bit unsigned color twist, not affecting Alpha. |
static int |
nppiColorTwist32f_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] twist)
3 channel 8-bit unsigned color twist. |
static int |
nppiColorTwist32f_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI,
float[][] twist)
3 channel planar 8-bit unsigned color twist. |
static int |
nppiCompare_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
32-bit floating point image compare. |
static int |
nppiCompare_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 8-bit unsigned image compare, not affecting Alpha. |
static int |
nppiCompare_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 8-bit unsigned image compare. |
static int |
nppiConvert_16s32f_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit singedto 32-bit floating point conversion. |
static int |
nppiConvert_16s32s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit to 32-bit conversion. |
static int |
nppiConvert_16s8u_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit signed to 8-bit unsigned conversion, not affecting Alpha. |
static int |
nppiConvert_16s8u_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit signed to 8-bit unsigned conversion. |
static int |
nppiConvert_16s8u_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit signed to 8-bit unsignedconversion, not affecting Alpha. |
static int |
nppiConvert_16u32f_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit unsigned to 32-bit floating point conversion. |
static int |
nppiConvert_16u32s_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit unsigned to 32-bit signed conversion. |
static int |
nppiConvert_16u8u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned to 8-bit unsigned conversion, not affecting Alpha. |
static int |
nppiConvert_16u8u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit unsigned to 8-bit unsigned conversion. |
static int |
nppiConvert_16u8u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned to 8-bit unsigned conversion. |
static int |
nppiConvert_32f16s_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
32-bit floating point to 16-bit conversion. |
static int |
nppiConvert_32f16u_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
32-bit floating point to 16-bit unsigned conversion. |
static int |
nppiConvert_32f8u_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
32-bit floating point to 8-bit unsigned conversion. |
static int |
nppiConvert_8u16s_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned to 16-bit signed conversion, not affecting Alpha. |
static int |
nppiConvert_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit unsigned to 16-bit signed conversion. |
static int |
nppiConvert_8u16s_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned to 16-bit signed conversion. |
static int |
nppiConvert_8u16u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned to 16-bit unsigned conversion, not affecting Alpha. |
static int |
nppiConvert_8u16u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit unsigned to 16-bit unsigned conversion. |
static int |
nppiConvert_8u16u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned to 16-bit unsigned conversion. |
static int |
nppiConvert_8u32f_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit unsigned to 32-bit floating point conversion. |
static int |
nppiCopy_16s_AC4MR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 16-bit signed image copy, ignoring alpha. |
static int |
nppiCopy_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit image copy, not affecting Alpha. |
static int |
nppiCopy_16s_C1C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to three-channel 16-bit signed image copy. |
static int |
nppiCopy_16s_C1C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to four-channel 16-bit signed image copy. |
static int |
nppiCopy_16s_C1MR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 16-bit signed image copy. |
static int |
nppiCopy_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit image copy. |
static int |
nppiCopy_16s_C3C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel to single-channel 16-bit signed image copy. |
static int |
nppiCopy_16s_C3CR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 16-bit signed image copy for three-channel images. |
static int |
nppiCopy_16s_C3MR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation three channel 16-bit signed image copy. |
static int |
nppiCopy_16s_C3P3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 16-bit signed packed to planar image copy. |
static int |
nppiCopy_16s_C4C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel to single-channel 16-bit signed image copy. |
static int |
nppiCopy_16s_C4CR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 16-bit signed image copy for four-channel images. |
static int |
nppiCopy_16s_C4MR(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 16-bit signed image copy. |
static int |
nppiCopy_16s_C4P4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit signed packed to planar image copy. |
static int |
nppiCopy_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit image copy. |
static int |
nppiCopy_16s_P3C3R(TypedPointer<Npp16s>[] aSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 16-bit signed planar to packed image copy. |
static int |
nppiCopy_16s_P4C4R(TypedPointer<Npp16s>[] aSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit signed planar to packed image copy. |
static int |
nppiCopy_16sc_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit complex image copy, ignoring alpha. |
static int |
nppiCopy_16sc_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex image copy. |
static int |
nppiCopy_16sc_C2R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Two-channel 16-bit complex image copy. |
static int |
nppiCopy_16sc_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 16-bit complex image copy. |
static int |
nppiCopy_16sc_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit complex image copy. |
static int |
nppiCopy_16u_AC4MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 16-bit unsigned image copy, ignoring alpha. |
static int |
nppiCopy_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned image copy, not affecting Alpha channel. |
static int |
nppiCopy_16u_C1C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to three-channel 16-bit unsigned image copy. |
static int |
nppiCopy_16u_C1C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to four-channel 16-bit unsigned image copy. |
static int |
nppiCopy_16u_C1MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 16-bit unsigned image copy. |
static int |
nppiCopy_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit unsigned image copy. |
static int |
nppiCopy_16u_C3C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel to single-channel 16-bit unsigned image copy. |
static int |
nppiCopy_16u_C3CR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 16-bit unsigned image copy for three-channel images. |
static int |
nppiCopy_16u_C3MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation three channel 16-bit unsigned image copy. |
static int |
nppiCopy_16u_C3P3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 16-bit unsigned packed to planar image copy. |
static int |
nppiCopy_16u_C4C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel to single-channel 16-bit unsigned image copy. |
static int |
nppiCopy_16u_C4CR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 16-bit unsigned image copy for four-channel images. |
static int |
nppiCopy_16u_C4MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 16-bit unsigned image copy. |
static int |
nppiCopy_16u_C4P4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit unsigned packed to planar image copy. |
static int |
nppiCopy_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned image copy. |
static int |
nppiCopy_16u_P3C3R(TypedPointer<Npp16u>[] aSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 16-bit unsigned planar to packed image copy. |
static int |
nppiCopy_16u_P4C4R(TypedPointer<Npp16u>[] aSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 16-bit unsigned planar to packed image copy. |
static int |
nppiCopy_32f_AC4MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 32-bit float image copy, ignoring alpha. |
static int |
nppiCopy_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit floating point image copy, not affecting Alpha. |
static int |
nppiCopy_32f_C1C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to three-channel 32-bit float image copy. |
static int |
nppiCopy_32f_C1C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to four-channel 32-bit float image copy. |
static int |
nppiCopy_32f_C1MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 32-bit float image copy. |
static int |
nppiCopy_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit floating point image copy. |
static int |
nppiCopy_32f_C3C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel to single-channel 32-bit float image copy. |
static int |
nppiCopy_32f_C3CR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 32-bit float image copy for three-channel images. |
static int |
nppiCopy_32f_C3MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation three channel 32-bit float image copy. |
static int |
nppiCopy_32f_C3P3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 32-bit float packed to planar image copy. |
static int |
nppiCopy_32f_C4C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel to single-channel 32-bit float image copy. |
static int |
nppiCopy_32f_C4CR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 32-bit float image copy for four-channel images. |
static int |
nppiCopy_32f_C4MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 32-bit float image copy. |
static int |
nppiCopy_32f_C4P4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit float packed to planar image copy. |
static int |
nppiCopy_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit floating point image copy. |
static int |
nppiCopy_32f_P3C3R(TypedPointer<Npp32f>[] aSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 32-bit float planar to packed image copy. |
static int |
nppiCopy_32f_P4C4R(TypedPointer<Npp32f>[] aSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit float planar to packed image copy. |
static int |
nppiCopy_32fc_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit floating-point complex image copy, ignoring alpha. |
static int |
nppiCopy_32fc_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit floating-point complex image copy. |
static int |
nppiCopy_32fc_C2R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Two-channel 32-bit floating-point complex image copy. |
static int |
nppiCopy_32fc_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 32-bit floating-point complex image copy. |
static int |
nppiCopy_32fc_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit floating-point complex image copy. |
static int |
nppiCopy_32s_AC4MR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 32-bit signed image copy, ignoring alpha. |
static int |
nppiCopy_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit image copy, not affecting Alpha. |
static int |
nppiCopy_32s_C1C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to three-channel 32-bit signed image copy. |
static int |
nppiCopy_32s_C1C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to four-channel 32-bit signed image copy. |
static int |
nppiCopy_32s_C1MR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 32-bit signed image copy. |
static int |
nppiCopy_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit image copy. |
static int |
nppiCopy_32s_C3C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel to single-channel 32-bit signed image copy. |
static int |
nppiCopy_32s_C3CR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 32-bit signed image copy for three-channel images. |
static int |
nppiCopy_32s_C3MR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation three channel 32-bit signed image copy. |
static int |
nppiCopy_32s_C3P3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 32-bit signed packed to planar image copy. |
static int |
nppiCopy_32s_C4C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel to single-channel 32-bit signed image copy. |
static int |
nppiCopy_32s_C4CR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 32-bit signed image copy for four-channel images. |
static int |
nppiCopy_32s_C4MR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 32-bit signed image copy. |
static int |
nppiCopy_32s_C4P4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit signed packed to planar image copy. |
static int |
nppiCopy_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit image copy. |
static int |
nppiCopy_32s_P3C3R(TypedPointer<Npp32s>[] aSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 32-bit signed planar to packed image copy. |
static int |
nppiCopy_32s_P4C4R(TypedPointer<Npp32s>[] aSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit signed planar to packed image copy. |
static int |
nppiCopy_32sc_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit complex image copy, ignoring alpha. |
static int |
nppiCopy_32sc_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit complex image copy. |
static int |
nppiCopy_32sc_C2R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Two-channel 32-bit complex image copy. |
static int |
nppiCopy_32sc_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 32-bit complex image copy. |
static int |
nppiCopy_32sc_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 32-bit complex image copy. |
static int |
nppiCopy_8s_AC4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 8-bit image copy, ignoring alpha channel. |
static int |
nppiCopy_8s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit image copy. |
static int |
nppiCopy_8s_C2R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Two-channel 8-bit image copy. |
static int |
nppiCopy_8s_C3R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 8-bit image copy. |
static int |
nppiCopy_8s_C4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 8-bit image copy. |
static int |
nppiCopy_8u_AC4MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 8-bit unsigned image copy, ignoring alpha. |
static int |
nppiCopy_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned image copy, not affecting Alpha channel. |
static int |
nppiCopy_8u_C1C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to three-channel 8-bit unsigned image copy. |
static int |
nppiCopy_8u_C1C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Single-channel to four-channel 8-bit unsigned image copy. |
static int |
nppiCopy_8u_C1MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation 8-bit unsigned image copy. |
static int |
nppiCopy_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit unsigned image copy. |
static int |
nppiCopy_8u_C3C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel to single-channel 8-bit unsigned image copy. |
static int |
nppiCopy_8u_C3CR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 8-bit unsigned image copy for three-channel images. |
static int |
nppiCopy_8u_C3MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation three channel 8-bit unsigned image copy. |
static int |
nppiCopy_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 8-bit unsigned packed to planar image copy. |
static int |
nppiCopy_8u_C4C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel to single-channel 8-bit unsigned image copy. |
static int |
nppiCopy_8u_C4CR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Select-channel 8-bit unsigned image copy for four-channel images. |
static int |
nppiCopy_8u_C4MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
\ref masked_operation four channel 8-bit unsigned image copy. |
static int |
nppiCopy_8u_C4P4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] aDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 8-bit unsigned packed to planar image copy. |
static int |
nppiCopy_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned image copy. |
static int |
nppiCopy_8u_P3C3R(TypedPointer<Npp8u>[] aSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three-channel 8-bit unsigned planar to packed image copy. |
static int |
nppiCopy_8u_P4C4R(TypedPointer<Npp8u>[] aSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four-channel 8-bit unsigned planar to packed image copy. |
static int |
nppiCopyConstBorder_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
int nValue)
32-bit image copy with constant border color. |
static int |
nppiCopyConstBorder_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
byte[] aValue)
4 channel 8-bit unsigned image copy with constant border color. |
static int |
nppiCopyConstBorder_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
byte nValue)
8-bit unsigned image copy width constant border color. |
static int |
nppiCopyConstBorder_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSizeROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int nTopBorderHeight,
int nLeftBorderWidth,
byte[] aValue)
4channel 8-bit unsigned image copy with constant border color. |
static int |
nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
TypedPointer<Npp16u> pQuantFwdTable,
NppiSize oSizeROI)
Forward DCT, quantization and level shift part of the JPEG encoding. |
static int |
nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
TypedPointer<Npp16u> pQuantInvTable,
NppiSize oSizeROI)
Inverse DCT, de-quantization and level shift part of the JPEG decoding. |
static int |
nppiDilate_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
8-bit unsigned image dilation. |
static int |
nppiDilate_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
4 channel 8-bit unsigned image dilation. |
static int |
nppiDiv_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_32f_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image division. |
static int |
nppiDiv_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image division. |
static int |
nppiDiv_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image division. |
static int |
nppiDiv_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image division. |
static int |
nppiDiv_32f_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image division. |
static int |
nppiDiv_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image division. |
static int |
nppiDiv_32f_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image division. |
static int |
nppiDiv_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image division. |
static int |
nppiDiv_32fc_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image division. |
static int |
nppiDiv_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image division. |
static int |
nppiDiv_32fc_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division. |
static int |
nppiDiv_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division. |
static int |
nppiDiv_32fc_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division. |
static int |
nppiDiv_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division. |
static int |
nppiDiv_32fc_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division. |
static int |
nppiDiv_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division. |
static int |
nppiDiv_32s_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image division. |
static int |
nppiDiv_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_32s_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_8u_C1IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_8u_C3IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_8u_C4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit unsigned short channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit unsigned short channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 8-bit unsigned char channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 8-bit unsigned char channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_8u_C1IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_8u_C3IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_8u_C4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDiv_Round_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int rndMode,
int nScaleFactor)
Four 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiDivC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16s_C1IRSfs(short nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16sc_C1IRSfs(Npp16sc nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16u_AC4IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16u_C1IRSfs(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16u_C3IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16u_C4IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_32f_AC4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image divided by constant. |
static int |
nppiDivC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image divided by constant. |
static int |
nppiDivC_32f_C1IR(float nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image divided by constant. |
static int |
nppiDivC_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image divided by constant. |
static int |
nppiDivC_32f_C3IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image divided by constant. |
static int |
nppiDivC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image divided by constant. |
static int |
nppiDivC_32f_C4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image divided by constant. |
static int |
nppiDivC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image divided by constant. |
static int |
nppiDivC_32fc_AC4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image divided by constant. |
static int |
nppiDivC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image divided by constant. |
static int |
nppiDivC_32fc_C1IR(Npp32fc nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant. |
static int |
nppiDivC_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant. |
static int |
nppiDivC_32fc_C3IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant. |
static int |
nppiDivC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant. |
static int |
nppiDivC_32fc_C4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant. |
static int |
nppiDivC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant. |
static int |
nppiDivC_32s_C1IRSfs(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_32sc_C1IRSfs(Npp32sc nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_8u_AC4IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_8u_C1IRSfs(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_8u_C3IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_8u_C4IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image divided by constant, scale, then clamp to saturated value. |
static int |
nppiDivC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value. |
static int |
nppiErode_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
8-bit unsigned image erosion. |
static int |
nppiErode_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
4 channel 8-bit unsigned image erosion. |
static int |
nppiEvenLevelsHost_32s(TypedPointer<Npp32s> hpLevels,
int nLevels,
int nLowerLevel,
int nUpperLevel)
Compute levels with even distribution. |
static int |
nppiExp_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiExp_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiExp_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiExp_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiExp_16u_C1IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiExp_16u_C1RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiExp_16u_C3IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiExp_16u_C3RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiExp_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image exponential. |
static int |
nppiExp_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image exponential. |
static int |
nppiExp_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image exponential. |
static int |
nppiExp_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image exponential. |
static int |
nppiExp_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiExp_8u_C1RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiExp_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiExp_8u_C3RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiFilter_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
8-bit unsigned convolution filter. |
static int |
nppiFilter_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
4 channel 8-bit unsigned convolution filter. |
static int |
nppiFilterBox_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
8-bit unsigned box filter. |
static int |
nppiFilterBox_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
4 channel 8-bit unsigned box filter. |
static int |
nppiFilterColumn_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
8-bit unsigned 1D (column) image convolution. |
static int |
nppiFilterColumn_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
4 channel 8-bit unsigned 1D (column) image convolution. |
static int |
nppiFilterMax_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
8-bit unsigned maximum filter. |
static int |
nppiFilterMax_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
4 channel 8-bit unsigned maximum filter. |
static int |
nppiFilterMin_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
8-bit unsigned minimum filter. |
static int |
nppiFilterMin_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
4 channel 8-bit unsigned minimum filter. |
static int |
nppiFilterRow_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
8-bit unsigned 1D (row) image convolution. |
static int |
nppiFilterRow_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor)
4 channel 8-bit unsigned 1D (row) image convolution. |
static void |
nppiFree(jcuda.Pointer pData)
Free method for any 2D allocated memory. |
static int |
nppiGetAffineBound(NppiRect srcRoi,
double[][] bound,
double[][] coeffs)
Calculates bounding box of the affine transform projection of the given source rectangular ROI |
static int |
nppiGetAffineQuad(NppiRect srcRoi,
double[][] quad,
double[][] coeffs)
Calculates affine transform projection of given source rectangular ROI |
static int |
nppiGetAffineTransform(NppiRect srcRoi,
double[][] quad,
double[][] coeffs)
Calculates affine transform coefficients given source rectangular ROI and its destination quadrangle projection |
static int |
nppiGetPerspectiveBound(NppiRect srcRoi,
double[][] bound,
double[][] coeffs)
Calculates bounding box of the perspective transform projection of the given source rectangular ROI |
static int |
nppiGetPerspectiveQuad(NppiRect srcRoi,
double[][] quad,
double[][] coeffs)
Calculates perspective transform projection of given source rectangular ROI |
static int |
nppiGetPerspectiveTransform(NppiRect srcRoi,
double[][] quad,
double[][] coeffs)
Calculates perspective transform coefficients given source rectangular ROI and its destination quadrangle projection |
static int |
nppiGetRotateBound(NppiRect oSrcROI,
double[][] aBoundingBox,
double nAngle,
double nShiftX,
double nShiftY)
Compute bounding-box of rotated image. |
static int |
nppiGetRotateQuad(NppiRect oSrcROI,
double[][] aQuad,
double nAngle,
double nShiftX,
double nShiftY)
Compute shape of rotated image. |
static int |
nppiGraphcut_32s8u(TypedPointer<Npp32s> pTerminals,
TypedPointer<Npp32s> pLeftTransposed,
TypedPointer<Npp32s> pRightTransposed,
TypedPointer<Npp32s> pTop,
TypedPointer<Npp32s> pBottom,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit signed integer edge capacities). |
static int |
nppiGraphcut8_32s8u(TypedPointer<Npp32s> pTerminals,
TypedPointer<Npp32s> pLeftTransposed,
TypedPointer<Npp32s> pRightTransposed,
TypedPointer<Npp32s> pTop,
TypedPointer<Npp32s> pTopLeft,
TypedPointer<Npp32s> pTopRight,
TypedPointer<Npp32s> pBottom,
TypedPointer<Npp32s> pBottomLeft,
TypedPointer<Npp32s> pBottomRight,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit signed integer edge capacities). |
static int |
nppiGraphcut8GetSize(NppiSize oSize,
int[] pBufSize)
Calculates the size of the temporary buffer for graph-cut with 8 neighborhood labeling. |
static int |
nppiGraphcut8InitAlloc(NppiSize oSize,
NppiGraphcutState[] ppState,
TypedPointer<Npp8u> pDeviceMem)
Allocates and initializes the graph-cut state structure and additional resources for graph-cut with 8 neighborhood labeling. |
static int |
nppiGraphcutFree(NppiGraphcutState pState)
Frees the additional resources of the graph-cut state structure. |
static int |
nppiGraphcutGetSize(NppiSize oSize,
int[] pBufSize)
Calculates the size of the temporary buffer for graph-cut with 4 neighborhood labeling. |
static int |
nppiGraphcutInitAlloc(NppiSize oSize,
NppiGraphcutState[] ppState,
TypedPointer<Npp8u> pDeviceMem)
Initializes graph-cut state structure and allocates additional resources for graph-cut with 8 neighborhood labeling. |
static int |
nppiHistogramEven_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as the last channel) 16-bit signed histogram with evenly distributed bins. |
static int |
nppiHistogramEven_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
int nLevels,
int nLowerLevel,
int nUpperLevel,
TypedPointer<Npp8u> pBuffer)
16-bit signed histogram with evenly distributed bins. |
static int |
nppiHistogramEven_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel 16-bit signed histogram with evenly distributed bins. |
static int |
nppiHistogramEven_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as the last channel) 16-bit unsigned histogram with evenly distributed bins. |
static int |
nppiHistogramEven_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
int nLevels,
int nLowerLevel,
int nUpperLevel,
TypedPointer<Npp8u> pBuffer)
16-bit unsigned histogram with evenly distributed bins. |
static int |
nppiHistogramEven_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel 16-bit unsigned histogram with evenly distributed bins. |
static int |
nppiHistogramEven_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as the last channel) 8-bit unsigned histogram with evenly distributed bins. |
static int |
nppiHistogramEven_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
int nLevels,
int nLowerLevel,
int nUpperLevel,
TypedPointer<Npp8u> pBuffer)
8-bit unsigned histogram with evenly distributed bins. |
static int |
nppiHistogramEven_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
int[] nLevels,
int[] nLowerLevel,
int[] nUpperLevel,
TypedPointer<Npp8u> pBuffer)
4 channel 8-bit unsigned histogram with evenly distributed bins. |
static int |
nppiHistogramEvenGetBufferSize_16s_AC4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_16s_AC4R. |
static int |
nppiHistogramEvenGetBufferSize_16s_C1R(NppiSize oSizeROI,
int nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_16s_C1R. |
static int |
nppiHistogramEvenGetBufferSize_16s_C4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_16s_C4R. |
static int |
nppiHistogramEvenGetBufferSize_16u_AC4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_16u_AC4R. |
static int |
nppiHistogramEvenGetBufferSize_16u_C1R(NppiSize oSizeROI,
int nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_16u_C1R. |
static int |
nppiHistogramEvenGetBufferSize_16u_C4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_16u_C4R. |
static int |
nppiHistogramEvenGetBufferSize_8u_AC4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_8u_AC4R. |
static int |
nppiHistogramEvenGetBufferSize_8u_C1R(NppiSize oSizeROI,
int nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_8u_C1R. |
static int |
nppiHistogramEvenGetBufferSize_8u_C4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramEven_8u_C4R. |
static int |
nppiHistogramRange_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as a last channel) 16-bit signed histogram with bins determined by pLevels. |
static int |
nppiHistogramRange_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32s> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
16-bit signed histogram with bins determined by pLevels array. |
static int |
nppiHistogramRange_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel 16-bit signed histogram with bins determined by pLevels. |
static int |
nppiHistogramRange_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as a last channel) 16-bit unsigned histogram with bins determined by pLevels. |
static int |
nppiHistogramRange_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32s> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
16-bit unsigned histogram with bins determined by pLevels array. |
static int |
nppiHistogramRange_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel 16-bit unsigned histogram with bins determined by pLevels. |
static int |
nppiHistogramRange_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as a last channel) 32-bit float histogram with bins determined by pLevels. |
static int |
nppiHistogramRange_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32f> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
32-bit float histogram with bins determined by pLevels array. |
static int |
nppiHistogramRange_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel 32-bit float histogram with bins determined by pLevels. |
static int |
nppiHistogramRange_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel (alpha as a last channel) 8-bit unsigned histogram with bins determined by pLevels. |
static int |
nppiHistogramRange_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pHist,
TypedPointer<Npp32s> pLevels,
int nLevels,
TypedPointer<Npp8u> pBuffer)
8-bit unsigned histogram with bins determined by pLevels array. |
static int |
nppiHistogramRange_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
4 channel 8-bit unsigned histogram with bins determined by pLevels. |
static int |
nppiHistogramRangeGetBufferSize_16s_AC4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_16s_AC4R. |
static int |
nppiHistogramRangeGetBufferSize_16s_C1R(NppiSize oSizeROI,
int nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_16s_C1R. |
static int |
nppiHistogramRangeGetBufferSize_16s_C4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_16s_C4R. |
static int |
nppiHistogramRangeGetBufferSize_16u_AC4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_16u_AC4R. |
static int |
nppiHistogramRangeGetBufferSize_16u_C1R(NppiSize oSizeROI,
int nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_16u_C1R. |
static int |
nppiHistogramRangeGetBufferSize_16u_C4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_16u_C4R. |
static int |
nppiHistogramRangeGetBufferSize_32f_AC4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_32f_AC4R. |
static int |
nppiHistogramRangeGetBufferSize_32f_C1R(NppiSize oSizeROI,
int nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_32f_C1R. |
static int |
nppiHistogramRangeGetBufferSize_32f_C4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_32f_C4R. |
static int |
nppiHistogramRangeGetBufferSize_8u_AC4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_8u_AC4R. |
static int |
nppiHistogramRangeGetBufferSize_8u_C1R(NppiSize oSizeROI,
int nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_8u_C1R. |
static int |
nppiHistogramRangeGetBufferSize_8u_C4R(NppiSize oSizeROI,
int[] nLevels,
int[] hpBufferSize)
Scratch-buffer size for nppiHistogramRange_8u_C4R. |
static int |
nppiLn_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiLn_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiLn_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiLn_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiLn_16u_C1IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiLn_16u_C1RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiLn_16u_C3IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiLn_16u_C3RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiLn_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image natural logarithm. |
static int |
nppiLn_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image natural logarithm. |
static int |
nppiLn_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image natural logarithm. |
static int |
nppiLn_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image natural logarithm. |
static int |
nppiLn_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiLn_8u_C1RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiLn_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiLn_8u_C3RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiLShiftC_16u_AC4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image left shift by constant with unmodified alpha. |
static int |
nppiLShiftC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image left shift by constant with unmodified alpha. |
static int |
nppiLShiftC_16u_C1IR(int nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image left shift by constant. |
static int |
nppiLShiftC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image left shift by constant. |
static int |
nppiLShiftC_16u_C3IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image left shift by constant. |
static int |
nppiLShiftC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image left shift by constant. |
static int |
nppiLShiftC_16u_C4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image left shift by constant. |
static int |
nppiLShiftC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image left shift by constant. |
static int |
nppiLShiftC_32s_AC4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image left shift by constant with unmodified alpha. |
static int |
nppiLShiftC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image left shift by constant with unmodified alpha. |
static int |
nppiLShiftC_32s_C1IR(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image left shift by constant. |
static int |
nppiLShiftC_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image left shift by constant. |
static int |
nppiLShiftC_32s_C3IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image left shift by constant. |
static int |
nppiLShiftC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image left shift by constant. |
static int |
nppiLShiftC_32s_C4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image left shift by constant. |
static int |
nppiLShiftC_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image left shift by constant. |
static int |
nppiLShiftC_8u_AC4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image left shift by constant with unmodified alpha. |
static int |
nppiLShiftC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image left shift by constant with unmodified alpha. |
static int |
nppiLShiftC_8u_C1IR(int nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image left shift by constant. |
static int |
nppiLShiftC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image left shift by constant. |
static int |
nppiLShiftC_8u_C3IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image left shift by constant. |
static int |
nppiLShiftC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image left shift by constant. |
static int |
nppiLShiftC_8u_C4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image left shift by constant. |
static int |
nppiLShiftC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image left shift by constant. |
static int |
nppiLUT_Linear_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
4 channel 8-bit unsigned look-up-table color conversion, not affecting Alpha. |
static int |
nppiLUT_Linear_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pValues,
TypedPointer<Npp32s> pLevels,
int nLevels)
8-bit unsigned look-up-table color conversion. |
static int |
nppiLUT_Linear_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pValues,
TypedPointer<Npp32s>[] pLevels,
int[] nLevels)
3 channel 8-bit unsigned look-up-table color conversion. |
static int |
nppiMagnitude_32fc32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit floating point complex to 32-bit floating point magnitude. |
static int |
nppiMagnitudeSqr_32fc32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit floating point complex to 32-bit floating point squared magnitude. |
static TypedPointer<Npp16s> |
nppiMalloc_16s_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
16-bit signed image memory allocator. |
static TypedPointer<Npp16s> |
nppiMalloc_16s_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
|
static TypedPointer<Npp16s> |
nppiMalloc_16s_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 16-bit signed image memory allocator. |
static TypedPointer<Npp16s> |
nppiMalloc_16sc_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
1 channel 16-bit signed complex image memory allocator. |
static TypedPointer<Npp16s> |
nppiMalloc_16sc_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
2 channel 16-bit signed complex image memory allocator. |
static TypedPointer<Npp16s> |
nppiMalloc_16sc_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
3 channel 16-bit signed complex image memory allocator. |
static TypedPointer<Npp16s> |
nppiMalloc_16sc_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 16-bit signed complex image memory allocator. |
static TypedPointer<Npp16u> |
nppiMalloc_16u_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
16-bit unsigned image memory allocator. |
static TypedPointer<Npp16u> |
nppiMalloc_16u_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
2 channel 16-bit unsigned image memory allocator. |
static TypedPointer<Npp16u> |
nppiMalloc_16u_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
3 channel 16-bit unsigned image memory allocator. |
static TypedPointer<Npp16u> |
nppiMalloc_16u_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 16-bit unsigned image memory allocator. |
static TypedPointer<Npp32f> |
nppiMalloc_32f_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
32-bit floating point image memory allocator. |
static TypedPointer<Npp32f> |
nppiMalloc_32f_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
2 channel 32-bit floating point image memory allocator. |
static TypedPointer<Npp32f> |
nppiMalloc_32f_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
3 channel 32-bit floating point image memory allocator. |
static TypedPointer<Npp32f> |
nppiMalloc_32f_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 32-bit floating point image memory allocator. |
static TypedPointer<Npp32f> |
nppiMalloc_32fc_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
|
static TypedPointer<Npp32f> |
nppiMalloc_32fc_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
2 channel 32-bit float complex image memory allocator. |
static TypedPointer<Npp32f> |
nppiMalloc_32fc_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
3 channel 32-bit float complex image memory allocator. |
static TypedPointer<Npp32f> |
nppiMalloc_32fc_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 32-bit float complex image memory allocator. |
static TypedPointer<Npp32s> |
nppiMalloc_32s_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
32-bit signed image memory allocator. |
static TypedPointer<Npp32s> |
nppiMalloc_32s_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
3 channel 32-bit signed image memory allocator. |
static TypedPointer<Npp32s> |
nppiMalloc_32s_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 32-bit signed image memory allocator. |
static TypedPointer<Npp32s> |
nppiMalloc_32sc_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
32-bit integer complex image memory allocator. |
static TypedPointer<Npp32s> |
nppiMalloc_32sc_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
2 channel 32-bit integer complex image memory allocator. |
static TypedPointer<Npp32s> |
nppiMalloc_32sc_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
3 channel 32-bit integer complex image memory allocator. |
static TypedPointer<Npp32s> |
nppiMalloc_32sc_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 32-bit integer complex image memory allocator. |
static TypedPointer<Npp8u> |
nppiMalloc_8u_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
8-bit unsigned image memory allocator. |
static TypedPointer<Npp8u> |
nppiMalloc_8u_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
2 channel 8-bit unsigned image memory allocator. |
static TypedPointer<Npp8u> |
nppiMalloc_8u_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
3 channel 8-bit unsigned image memory allocator. |
static TypedPointer<Npp8u> |
nppiMalloc_8u_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 8-bit unsigned image memory allocator. |
static int |
nppiMean_StdDev_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
8-bit unsigned mean standard deviation. |
static int |
nppiMeanStdDev8uC1RGetBufferHostSize(NppiSize oSizeROI,
int[] hpBufferSize)
Device scratch buffer size (in bytes) for mean and standard deviation of image. |
static int |
nppiMinMax_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMin,
TypedPointer<Npp8u> pMax,
TypedPointer<Npp8u> pDeviceBuffer)
8-bit unsigned pixel minimum and maximum. |
static int |
nppiMinMax_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
byte[] aMin,
byte[] aMax,
TypedPointer<Npp8u> pDeviceBuffer)
4 channel 8-bit unsigned pixel minimum and maximum. |
static int |
nppiMinMaxGetBufferSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Scratch-buffer size for nppiMinManx_8u_C1R. |
static int |
nppiMinMaxGetBufferSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Scratch-buffer size for nppiMinManx_8u_C4R. |
static int |
nppiMirror_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 16-bit unsigned image mirror not affecting alpha. |
static int |
nppiMirror_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
16-bit unsigned image mirror. |
static int |
nppiMirror_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
3 channel 16-bit unsigned image mirror. |
static int |
nppiMirror_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 16-bit unsigned image mirror. |
static int |
nppiMirror_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 32-bit float image mirror not affecting alpha. |
static int |
nppiMirror_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int flip)
32-bit float image mirror. |
static int |
nppiMirror_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int flip)
3 channel 32-bit float image mirror. |
static int |
nppiMirror_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 32-bit float image mirror. |
static int |
nppiMirror_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 32-bit image mirror not affecting alpha. |
static int |
nppiMirror_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oROI,
int flip)
32-bit image mirror. |
static int |
nppiMirror_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oROI,
int flip)
3 channel 32-bit image mirror. |
static int |
nppiMirror_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 32-bit image mirror. |
static int |
nppiMirror_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 8-bit unsigned image mirror not affecting alpha. |
static int |
nppiMirror_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
8-bit unsigned image mirror. |
static int |
nppiMirror_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
3 channel 8-bit unsigned image mirror. |
static int |
nppiMirror_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI,
int flip)
4 channel 8-bit unsigned image mirror. |
static int |
nppiMul_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_32f_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image multiplication. |
static int |
nppiMul_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image multiplication. |
static int |
nppiMul_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image multiplication. |
static int |
nppiMul_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image multiplication. |
static int |
nppiMul_32f_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image multiplication. |
static int |
nppiMul_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image multiplication. |
static int |
nppiMul_32f_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image multiplication. |
static int |
nppiMul_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image multiplication. |
static int |
nppiMul_32fc_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiplication. |
static int |
nppiMul_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiplication. |
static int |
nppiMul_32fc_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication. |
static int |
nppiMul_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication. |
static int |
nppiMul_32fc_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication. |
static int |
nppiMul_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication. |
static int |
nppiMul_32fc_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication. |
static int |
nppiMul_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication. |
static int |
nppiMul_32s_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 1 channel 32-bit image multiplication. |
static int |
nppiMul_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_32s_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_8u_C1IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_8u_C3IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_8u_C4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMul_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiMulC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16s_C1IRSfs(short nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16sc_C1IRSfs(Npp16sc nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16u_AC4IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16u_C1IRSfs(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16u_C3IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16u_C4IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_32f_AC4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image multiply by constant. |
static int |
nppiMulC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image multiply by constant. |
static int |
nppiMulC_32f_C1IR(float nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image multiply by constant. |
static int |
nppiMulC_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image multiply by constant. |
static int |
nppiMulC_32f_C3IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image multiply by constant. |
static int |
nppiMulC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image multiply by constant. |
static int |
nppiMulC_32f_C4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image multiply by constant. |
static int |
nppiMulC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image multiply by constant. |
static int |
nppiMulC_32fc_AC4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image multiply by constant. |
static int |
nppiMulC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image multiply by constant. |
static int |
nppiMulC_32fc_C1IR(Npp32fc nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant. |
static int |
nppiMulC_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant. |
static int |
nppiMulC_32fc_C3IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant. |
static int |
nppiMulC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant. |
static int |
nppiMulC_32fc_C4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant. |
static int |
nppiMulC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant. |
static int |
nppiMulC_32s_C1IRSfs(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_32sc_C1IRSfs(Npp32sc nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_8u_AC4IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_8u_C1IRSfs(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_8u_C3IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_8u_C4IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value. |
static int |
nppiMulCScale_16u_AC4IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha in place image multiply by constant and scale by max bit width value. |
static int |
nppiMulCScale_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha image multiply by constant and scale by max bit width value. |
static int |
nppiMulCScale_16u_C1IR(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value. |
static int |
nppiMulCScale_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image multiply by constant and scale by max bit width value. |
static int |
nppiMulCScale_16u_C3IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value. |
static int |
nppiMulCScale_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image multiply by constant and scale by max bit width value. |
static int |
nppiMulCScale_16u_C4IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value. |
static int |
nppiMulCScale_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image multiply by constant and scale by max bit width value. |
static int |
nppiMulCScale_8u_AC4IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha in place image multiply by constant, scale and scale by max bit width value. |
static int |
nppiMulCScale_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha image multiply by constant and scale by max bit width value. |
static int |
nppiMulCScale_8u_C1IR(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image multiply by constant and scale by max bit width value. |
static int |
nppiMulCScale_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image multiply by constant and scale by max bit width value. |
static int |
nppiMulCScale_8u_C3IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel 8-bit unsigned char in place image multiply by constant and scale by max bit width value. |
static int |
nppiMulCScale_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image multiply by constant and scale by max bit width value. |
static int |
nppiMulCScale_8u_C4IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image multiply by constant and scale by max bit width value. |
static int |
nppiMulCScale_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image multiply by constant and scale by max bit width value. |
static int |
nppiMulScale_16u_AC4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha in place image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_16u_C1IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_16u_C3IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_16u_C4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_8u_AC4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha in place image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_8u_C1IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_8u_C3IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_8u_C4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiMulScale_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width. |
static int |
nppiNormDiff_Inf_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrcStep1,
TypedPointer<Npp8u> pSrc2,
int nSrcStep2,
NppiSize oSizeROI,
TypedPointer<Npp64f> pRetVal)
8-bit unsigned Infinity Norm of pixel differences. |
static int |
nppiNormDiff_L1_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrcStep1,
TypedPointer<Npp8u> pSrc2,
int nSrcStep2,
NppiSize oSizeROI,
TypedPointer<Npp64f> pRetVal)
8-bit unsigned L1 norm of pixel differences. |
static int |
nppiNormDiff_L2_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrcStep1,
TypedPointer<Npp8u> pSrc2,
int nSrcStep2,
NppiSize oSizeROI,
TypedPointer<Npp64f> pRetVal)
8-bit unsigned L2 norm of pixel differences. |
static int |
nppiNot_8u_AC4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical not with unmodified alpha. |
static int |
nppiNot_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical not with unmodified alpha. |
static int |
nppiNot_8u_C1IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical not. |
static int |
nppiNot_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical not. |
static int |
nppiNot_8u_C3IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical not. |
static int |
nppiNot_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical not. |
static int |
nppiNot_8u_C4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical not. |
static int |
nppiNot_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical not. |
static int |
nppiOr_16u_AC4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or with unmodified alpha. |
static int |
nppiOr_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or with unmodified alpha. |
static int |
nppiOr_16u_C1IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical or. |
static int |
nppiOr_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical or. |
static int |
nppiOr_16u_C3IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical or. |
static int |
nppiOr_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical or. |
static int |
nppiOr_16u_C4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or. |
static int |
nppiOr_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or. |
static int |
nppiOr_32s_AC4IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or with unmodified alpha. |
static int |
nppiOr_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or with unmodified alpha. |
static int |
nppiOr_32s_C1IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical or. |
static int |
nppiOr_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical or. |
static int |
nppiOr_32s_C3IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical or. |
static int |
nppiOr_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical or. |
static int |
nppiOr_32s_C4IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or. |
static int |
nppiOr_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or. |
static int |
nppiOr_8u_AC4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or with unmodified alpha. |
static int |
nppiOr_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or with unmodified alpha. |
static int |
nppiOr_8u_C1IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical or. |
static int |
nppiOr_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical or. |
static int |
nppiOr_8u_C3IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical or. |
static int |
nppiOr_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical or. |
static int |
nppiOr_8u_C4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or. |
static int |
nppiOr_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or. |
static int |
nppiOrC_16u_AC4IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or with constant with unmodified alpha. |
static int |
nppiOrC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or with constant with unmodified alpha. |
static int |
nppiOrC_16u_C1IR(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical or with constant. |
static int |
nppiOrC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical or with constant. |
static int |
nppiOrC_16u_C3IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical or with constant. |
static int |
nppiOrC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical or with constant. |
static int |
nppiOrC_16u_C4IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or with constant. |
static int |
nppiOrC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or with constant. |
static int |
nppiOrC_32s_AC4IR(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or with constant with unmodified alpha. |
static int |
nppiOrC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or with constant with unmodified alpha. |
static int |
nppiOrC_32s_C1IR(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical or with constant. |
static int |
nppiOrC_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical or with constant. |
static int |
nppiOrC_32s_C3IR(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical or with constant. |
static int |
nppiOrC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical or with constant. |
static int |
nppiOrC_32s_C4IR(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or with constant. |
static int |
nppiOrC_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or with constant. |
static int |
nppiOrC_8u_AC4IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or with constant with unmodified alpha. |
static int |
nppiOrC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or with constant with unmodified alpha. |
static int |
nppiOrC_8u_C1IR(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical or with constant. |
static int |
nppiOrC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical or with constant. |
static int |
nppiOrC_8u_C3IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical or with constant. |
static int |
nppiOrC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical or with constant. |
static int |
nppiOrC_8u_C4IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or with constant. |
static int |
nppiOrC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or with constant. |
static int |
nppiQuantFwdRawTableInit_JPEG_8u(TypedPointer<Npp8u> hpQuantRawTable,
int nQualityFactor)
Apply quality factor to raw 8-bit quantization table. |
static int |
nppiQuantFwdTableInit_JPEG_8u16u(TypedPointer<Npp8u> hpQuantRawTable,
TypedPointer<Npp16u> hpQuantFwdRawTable)
Initializes a quantization table for nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R(). |
static int |
nppiQuantInvTableInit_JPEG_8u16u(TypedPointer<Npp8u> hpQuantRawTable,
TypedPointer<Npp16u> hpQuantFwdRawTable)
Initializes a quantization table for nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R(). |
static int |
nppiRectStdDev_32s32f_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp64f> pSqr,
int nSqrStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiRect rect)
RectStdDev Computes the standard deviation of integral images |
static int |
nppiReductionGetBufferHostSize_8u_C1R(NppiSize oSizeROI,
int[] hpBufferSize)
Scratch-buffer size for nppiSum_8u_C1R. |
static int |
nppiReductionGetBufferHostSize_8u_C4R(NppiSize oSizeROI,
int[] hpBufferSize)
Scratch-buffer size for nppiSum_8u_C4R. |
static int |
nppiResize_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize dstROISize,
double xFactor,
double yFactor,
int eInterpolation)
8-bit unsigned image resize. |
static int |
nppiResize_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize dstROISize,
double xFactor,
double yFactor,
int eInterpolation)
4 channel 8-bit unsigned image resize. |
static int |
nppiRGBToYCbCr_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned RGB to YCbCr color conversion, ignoring Alpha. |
static int |
nppiRGBToYCbCr_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to packed YCbCr color conversion. |
static int |
nppiRGBToYCbCr_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel planar 8-bit unsigned RGB to YCbCr color conversion. |
static int |
nppiRGBToYCbCr420_8u_C3P3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to planar YCbCr420 color conversion. |
static int |
nppiRGBToYCbCr422_8u_C3C2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned RGB to 2 channel chroma packed YCbCr422 color conversion. |
static int |
nppiRotate_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
4 channel 16-bit unsigned image rotate ignoring alpha channel. |
static int |
nppiRotate_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
16-bit unsigned image rotate. |
static int |
nppiRotate_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
3 channel 16-bit unsigned image rotate. |
static int |
nppiRotate_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
4 channel 16-bit unsigned image rotate. |
static int |
nppiRotate_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
4 channel 32-bit float image rotate ignoring alpha channel. |
static int |
nppiRotate_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
32-bit float image rotate. |
static int |
nppiRotate_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
3 channel 32-bit float image rotate. |
static int |
nppiRotate_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
4 channel 32-bit float image rotate. |
static int |
nppiRotate_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
4 channel 8-bit unsigned image rotate ignoring alpha channel. |
static int |
nppiRotate_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
8-bit unsigned image rotate. |
static int |
nppiRotate_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
3 channel 8-bit unsigned image rotate. |
static int |
nppiRotate_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
4 channel 8-bit unsigned image rotate. |
static int |
nppiRShiftC_16s_AC4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel in place image right shift by constant with unmodified alpha. |
static int |
nppiRShiftC_16s_AC4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel image right shift by constant with unmodified alpha. |
static int |
nppiRShiftC_16s_C1IR(int nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit signed short channel in place image right shift by constant. |
static int |
nppiRShiftC_16s_C1R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit signed short channel image right shift by constant. |
static int |
nppiRShiftC_16s_C3IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit signed short channel in place image right shift by constant. |
static int |
nppiRShiftC_16s_C3R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit signed short channel image right shift by constant. |
static int |
nppiRShiftC_16s_C4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel in place image right shift by constant. |
static int |
nppiRShiftC_16s_C4R(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit signed short channel image right shift by constant. |
static int |
nppiRShiftC_16u_AC4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image right shift by constant with unmodified alpha. |
static int |
nppiRShiftC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image right shift by constant with unmodified alpha. |
static int |
nppiRShiftC_16u_C1IR(int nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image right shift by constant. |
static int |
nppiRShiftC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image right shift by constant. |
static int |
nppiRShiftC_16u_C3IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image right shift by constant. |
static int |
nppiRShiftC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image right shift by constant. |
static int |
nppiRShiftC_16u_C4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image right shift by constant. |
static int |
nppiRShiftC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image right shift by constant. |
static int |
nppiRShiftC_32s_AC4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image right shift by constant with unmodified alpha. |
static int |
nppiRShiftC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image right shift by constant with unmodified alpha. |
static int |
nppiRShiftC_32s_C1IR(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image right shift by constant. |
static int |
nppiRShiftC_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image right shift by constant. |
static int |
nppiRShiftC_32s_C3IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image right shift by constant. |
static int |
nppiRShiftC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image right shift by constant. |
static int |
nppiRShiftC_32s_C4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image right shift by constant. |
static int |
nppiRShiftC_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image right shift by constant. |
static int |
nppiRShiftC_8s_AC4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit signed char channel in place image right shift by constant with unmodified alpha. |
static int |
nppiRShiftC_8s_AC4R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit signed char channel image right shift by constant with unmodified alpha. |
static int |
nppiRShiftC_8s_C1IR(int nConstant,
TypedPointer<Npp8s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit signed char channel in place image right shift by constant. |
static int |
nppiRShiftC_8s_C1R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit signed char channel image right shift by constant. |
static int |
nppiRShiftC_8s_C3IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit signed char channel in place image right shift by constant. |
static int |
nppiRShiftC_8s_C3R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit signed char channel image right shift by constant. |
static int |
nppiRShiftC_8s_C4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit signed char channel in place image right shift by constant. |
static int |
nppiRShiftC_8s_C4R(TypedPointer<Npp8s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit signed char channel image right shift by constant. |
static int |
nppiRShiftC_8u_AC4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image right shift by constant with unmodified alpha. |
static int |
nppiRShiftC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image right shift by constant with unmodified alpha. |
static int |
nppiRShiftC_8u_C1IR(int nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image right shift by constant. |
static int |
nppiRShiftC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image right shift by constant. |
static int |
nppiRShiftC_8u_C3IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image right shift by constant. |
static int |
nppiRShiftC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image right shift by constant. |
static int |
nppiRShiftC_8u_C4IR(TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image right shift by constant. |
static int |
nppiRShiftC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp32u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image right shift by constant. |
static int |
nppiSet_16s_AC4MR(short[] aValues,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 16-bit image set method, not affecting Alpha channel. |
static int |
nppiSet_16s_AC4R(short[] aValues,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit image set method, not affecting Alpha channel. |
static int |
nppiSet_16s_C1MR(short nValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 16-bit image set. |
static int |
nppiSet_16s_C1R(short nValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit image set. |
static int |
nppiSet_16s_C2R(short[] aValues,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 16-bit image set. |
static int |
nppiSet_16s_C4CR(short nValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned image set affecting only single channel. |
static int |
nppiSet_16s_C4MR(short[] aValues,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 16-bit image set. |
static int |
nppiSet_16s_C4R(short[] aValues,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit image set. |
static int |
nppiSet_16sc_AC4R(Npp16sc[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex integer four-channel image set ignoring alpha. |
static int |
nppiSet_16sc_C1R(Npp16sc oValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex integer image set. |
static int |
nppiSet_16sc_C2R(Npp16sc[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex integer two-channel image set. |
static int |
nppiSet_16sc_C3R(Npp16sc[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex integer three-channel image set. |
static int |
nppiSet_16sc_C4R(Npp16sc[] aValue,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit complex integer four-channel image set. |
static int |
nppiSet_16u_AC4MR(short[] aValues,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 16-bit unsigned image set method, not affecting Alpha channel. |
static int |
nppiSet_16u_AC4R(short[] aValues,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned image set method, not affecting Alpha channel. |
static int |
nppiSet_16u_C1MR(short nValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 16-bit unsigned image set. |
static int |
nppiSet_16u_C1R(short nValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
16-bit unsigned image set. |
static int |
nppiSet_16u_C2R(short[] aValues,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 16-bit unsigned image set. |
static int |
nppiSet_16u_C4CR(short nValue,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned image set affecting only single channel. |
static int |
nppiSet_16u_C4MR(short[] aValues,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 16-bit unsigned image set. |
static int |
nppiSet_16u_C4R(short[] aValues,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit unsigned image set. |
static int |
nppiSet_32f_AC4MR(float[] aValues,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 32-bit floating point image set method, not affecting Alpha channel. |
static int |
nppiSet_32f_AC4R(float[] aValues,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit floating point image set method, not affecting Alpha channel. |
static int |
nppiSet_32f_C1MR(float nValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 32-bit floating point image set. |
static int |
nppiSet_32f_C1R(float nValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit floating point image set. |
static int |
nppiSet_32f_C4CR(float nValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit floating point image set affecting only single channel. |
static int |
nppiSet_32f_C4MR(float[] aValues,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 32-bit floating point image set. |
static int |
nppiSet_32f_C4R(float[] aValues,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit floating point image set. |
static int |
nppiSet_32fc_AC4R(Npp32fc[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit complex four-channel image set ignoring alpha. |
static int |
nppiSet_32fc_C1R(Npp32fc oValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit complex image set. |
static int |
nppiSet_32fc_C2R(Npp32fc[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Two channel 32-bit complex image set. |
static int |
nppiSet_32fc_C3R(Npp32fc[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 32-bit complex image set. |
static int |
nppiSet_32fc_C4R(Npp32fc[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit complex image set. |
static int |
nppiSet_32s_AC4MR(int[] aValues,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 16-bit image set method, not affecting Alpha channel. |
static int |
nppiSet_32s_AC4R(int[] aValues,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 16-bit image set method, not affecting Alpha channel. |
static int |
nppiSet_32s_C1MR(int nValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 32-bit image set. |
static int |
nppiSet_32s_C1R(int nValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit image set. |
static int |
nppiSet_32s_C4CR(int nValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit unsigned image set affecting only single channel. |
static int |
nppiSet_32s_C4MR(int[] aValues,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 32-bit image set. |
static int |
nppiSet_32s_C4R(int[] aValues,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit image set. |
static int |
nppiSet_32sc_AC4R(Npp32sc[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit complex integer four-channel image set ignoring alpha. |
static int |
nppiSet_32sc_C1R(Npp32sc oValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit complex integer image set. |
static int |
nppiSet_32sc_C2R(Npp32sc[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Two channel 32-bit complex integer image set. |
static int |
nppiSet_32sc_C3R(Npp32sc[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 32-bit complex integer image set. |
static int |
nppiSet_32sc_C4R(Npp32sc[] aValue,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit complex integer image set. |
static int |
nppiSet_8s_AC4R(byte[] aValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit four-channel image set ignoring alpha channel. |
static int |
nppiSet_8s_C1R(byte nValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit image set. |
static int |
nppiSet_8s_C2R(byte[] aValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit two-channel image set. |
static int |
nppiSet_8s_C3R(byte[] aValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit three-channel image set. |
static int |
nppiSet_8s_C4R(byte[] aValue,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit four-channel image set. |
static int |
nppiSet_8u_AC4MR(byte[] aValues,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 8-bit unsigned image set method, not affecting Alpha channel. |
static int |
nppiSet_8u_AC4R(byte[] aValues,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned image set method, not affecting Alpha channel. |
static int |
nppiSet_8u_C1MR(byte nValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 8-bit unsigned image set. |
static int |
nppiSet_8u_C1R(byte nValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
8-bit unsigned image set. |
static int |
nppiSet_8u_C4CR(byte nValue,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned image set affecting only single channel. |
static int |
nppiSet_8u_C4MR(byte[] aValues,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
int nMaskStep)
Masked 4 channel 8-bit unsigned image set. |
static int |
nppiSet_8u_C4R(byte[] aValues,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned image set. |
static int |
nppiSqr_16s_AC4IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16s_AC4RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16s_C4IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16s_C4RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16u_AC4IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16u_AC4RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16u_C1IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16u_C1RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16u_C3IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16u_C3RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16u_C4IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_16u_C4RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image squared with unmodified alpha. |
static int |
nppiSqr_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image squared with unmodified alpha. |
static int |
nppiSqr_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image squared. |
static int |
nppiSqr_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image squared. |
static int |
nppiSqr_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image squared. |
static int |
nppiSqr_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image squared. |
static int |
nppiSqr_32f_C4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image squared. |
static int |
nppiSqr_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image squared. |
static int |
nppiSqr_8u_AC4IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_8u_AC4RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_8u_C1RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_8u_C3RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_8u_C4IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqr_8u_C4RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrIntegral_8u32s32f_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
TypedPointer<Npp32f> pSqr,
int nSqrStep,
NppiSize oSrcROI,
int val,
float valSqr,
int integralImageNewHeight)
SqrIntegral Transforms an image to integral and integral of pixel squares representation. |
static int |
nppiSqrt_16s_AC4IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_16s_AC4RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_16s_C1IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_16s_C1RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_16s_C3IRSfs(TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_16s_C3RSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_16u_AC4IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_16u_AC4RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_16u_C1IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_16u_C1RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_16u_C3IRSfs(TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_16u_C3RSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image square root with unmodified alpha. |
static int |
nppiSqrt_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image square root with unmodified alpha. |
static int |
nppiSqrt_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image square root. |
static int |
nppiSqrt_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image square root. |
static int |
nppiSqrt_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image square root. |
static int |
nppiSqrt_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image square root. |
static int |
nppiSqrt_32f_C4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image square root. |
static int |
nppiSqrt_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image square root. |
static int |
nppiSqrt_8u_AC4IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_8u_AC4RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_8u_C1IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_8u_C1RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_8u_C3IRSfs(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSqrt_8u_C3RSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16s_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16s_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16s_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16s_C4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16sc_AC4IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16sc_C1IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16sc_C3IRSfs(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pSrc2,
int nSrc2Step,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16u_AC4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16u_C1IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16u_C3IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16u_C4IRSfs(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_32f_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image subtraction. |
static int |
nppiSub_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image subtraction. |
static int |
nppiSub_32f_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image subtraction. |
static int |
nppiSub_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image subtraction. |
static int |
nppiSub_32f_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image subtraction. |
static int |
nppiSub_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image subtraction. |
static int |
nppiSub_32f_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image subtraction. |
static int |
nppiSub_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image subtraction. |
static int |
nppiSub_32fc_AC4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtraction. |
static int |
nppiSub_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtraction. |
static int |
nppiSub_32fc_C1IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction. |
static int |
nppiSub_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction. |
static int |
nppiSub_32fc_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction. |
static int |
nppiSub_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction. |
static int |
nppiSub_32fc_C4IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction. |
static int |
nppiSub_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction. |
static int |
nppiSub_32s_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image subtraction. |
static int |
nppiSub_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_32s_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_32sc_AC4IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_32sc_C1IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_32sc_C3IRSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_8u_AC4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_8u_C1IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_8u_C3IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_8u_C4IRSfs(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSub_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value. |
static int |
nppiSubC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16s_C1IRSfs(short nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16s_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16sc_C1IRSfs(Npp16sc nConstant,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16sc_C1RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
Npp16sc nConstant,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16sc_C3RSfs(TypedPointer<Npp16s> pSrc1,
int nSrc1Step,
TypedPointer<Npp16s> pConstants,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16u_AC4IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16u_C1IRSfs(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16u_C3IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16u_C3RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16u_C4IRSfs(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_32f_AC4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image subtract constant. |
static int |
nppiSubC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image subtract constant. |
static int |
nppiSubC_32f_C1IR(float nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image subtract constant. |
static int |
nppiSubC_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel image subtract constant. |
static int |
nppiSubC_32f_C3IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image subtract constant. |
static int |
nppiSubC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image subtract constant. |
static int |
nppiSubC_32f_C4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image subtract constant. |
static int |
nppiSubC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image subtract constant. |
static int |
nppiSubC_32fc_AC4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image subtract constant. |
static int |
nppiSubC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image subtract constant. |
static int |
nppiSubC_32fc_C1IR(Npp32fc nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant. |
static int |
nppiSubC_32fc_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc nConstant,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant. |
static int |
nppiSubC_32fc_C3IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant. |
static int |
nppiSubC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant. |
static int |
nppiSubC_32fc_C4IR(TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant. |
static int |
nppiSubC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant. |
static int |
nppiSubC_32s_C1IRSfs(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_32s_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_32sc_C1IRSfs(Npp32sc nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_32sc_C1RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
Npp32sc nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_32sc_C3RSfs(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_8u_AC4IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_8u_C1IRSfs(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_8u_C1RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
One 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_8u_C3IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_8u_C3RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Three 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_8u_C4IRSfs(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel in place image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSubC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int nScaleFactor)
Four 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value. |
static int |
nppiSum_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] pSum)
8-bit unsigned image sum with 64-bit double precision result. |
static int |
nppiSum_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum)
4 channel 8-bit unsigned image sum with 64-bit double precision result. |
static int |
nppiSum_8u64s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
long[] pSum)
8-bit unsigned image sum with 64-bit long long result. |
static int |
nppiSum_8u64s_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
long[] aSum)
4 channel 8-bit unsigned image sum with 64-bit long long result. |
static int |
nppiSumWindowColumn_8u32f_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int nMaskSize,
int nAnchor)
8-bit unsigned 1D (column) sum to 32f. |
static int |
nppiSumWindowRow_8u32f_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int nMaskSize,
int nAnchor)
8-bit unsigned 1D (row) sum to 32f. |
static int |
nppiSwapChannels_8u_C4IR(TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
int[] aDstOrder)
4 channel 8-bit unsigned swap channels, in-place. |
static int |
nppiThreshold_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThreshold,
int eComparisonOperation)
32-bit floating point threshold. |
static int |
nppiThreshold_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
byte[] aThresholds,
int eComparisonOperation)
4 channel 8-bit unsigned image threshold, not affecting Alpha. |
static int |
nppiTranspose_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oROI)
8-bit image transpose. |
static int |
nppiWarpAffine_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, four channels RGBA) |
static int |
nppiWarpAffine_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, single channel). |
static int |
nppiWarpAffine_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, three channels) |
static int |
nppiWarpAffine_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, four channels) |
static int |
nppiWarpAffine_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, three planes) |
static int |
nppiWarpAffine_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, four planes) |
static int |
nppiWarpAffine_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit float, four channels RGBA). |
static int |
nppiWarpAffine_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit float, single channel). |
static int |
nppiWarpAffine_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit float, three channels). |
static int |
nppiWarpAffine_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit float, four channels). |
static int |
nppiWarpAffine_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit float, three planes). |
static int |
nppiWarpAffine_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit float, four planes). |
static int |
nppiWarpAffine_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit signed integer, four channels RGBA). |
static int |
nppiWarpAffine_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit signed integer, single channel). |
static int |
nppiWarpAffine_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int interpolation)
Affine transform of an image (32bit signed integer, three channels). |
static int |
nppiWarpAffine_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit signed integer, four channels). |
static int |
nppiWarpAffine_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit signed integer, three planes). |
static int |
nppiWarpAffine_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit signed integer, four planes). |
static int |
nppiWarpAffine_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, four channels RGBA). |
static int |
nppiWarpAffine_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, single channel). |
static int |
nppiWarpAffine_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, three channels). |
static int |
nppiWarpAffine_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, four channels). |
static int |
nppiWarpAffine_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, three planes). |
static int |
nppiWarpAffine_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, four planes). |
static int |
nppiWarpAffineBack_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, four channels RGBA) |
static int |
nppiWarpAffineBack_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, single channel). |
static int |
nppiWarpAffineBack_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, three channels) |
static int |
nppiWarpAffineBack_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, four channels) |
static int |
nppiWarpAffineBack_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, three planes) |
static int |
nppiWarpAffineBack_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, four planes) |
static int |
nppiWarpAffineBack_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit float, four channels RGBA). |
static int |
nppiWarpAffineBack_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit float, single channel). |
static int |
nppiWarpAffineBack_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit float, three channels). |
static int |
nppiWarpAffineBack_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit float, four channels). |
static int |
nppiWarpAffineBack_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit float, three planes). |
static int |
nppiWarpAffineBack_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit float, four planes). |
static int |
nppiWarpAffineBack_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit signed integer, four channels RGBA). |
static int |
nppiWarpAffineBack_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit signed integer, single channel). |
static int |
nppiWarpAffineBack_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit signed integer, three channels). |
static int |
nppiWarpAffineBack_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit signed integer, four channels). |
static int |
nppiWarpAffineBack_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit signed integer, three planes). |
static int |
nppiWarpAffineBack_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit signed integer, four planes). |
static int |
nppiWarpAffineBack_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, four channels RGBA). |
static int |
nppiWarpAffineBack_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, single channel). |
static int |
nppiWarpAffineBack_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, three channels). |
static int |
nppiWarpAffineBack_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, four channels). |
static int |
nppiWarpAffineBack_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, three planes). |
static int |
nppiWarpAffineBack_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, four planes). |
static int |
nppiWarpAffineQuad_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, four channels RGBA). |
static int |
nppiWarpAffineQuad_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, single channel). |
static int |
nppiWarpAffineQuad_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, three channels). |
static int |
nppiWarpAffineQuad_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, four channels). |
static int |
nppiWarpAffineQuad_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, three planes). |
static int |
nppiWarpAffineQuad_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, four planes). |
static int |
nppiWarpAffineQuad_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit float, four channels RGBA). |
static int |
nppiWarpAffineQuad_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit float, single channel). |
static int |
nppiWarpAffineQuad_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit float, three channels). |
static int |
nppiWarpAffineQuad_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit float, four channels). |
static int |
nppiWarpAffineQuad_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit float, three planes). |
static int |
nppiWarpAffineQuad_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit float, four planes). |
static int |
nppiWarpAffineQuad_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit signed integer, four channels RGBA). |
static int |
nppiWarpAffineQuad_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit signed integer, single channel). |
static int |
nppiWarpAffineQuad_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit signed integer, three channels). |
static int |
nppiWarpAffineQuad_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit signed integer, four channels). |
static int |
nppiWarpAffineQuad_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit signed integer, three planes). |
static int |
nppiWarpAffineQuad_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit signed integer, four planes). |
static int |
nppiWarpAffineQuad_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, four channels RGBA). |
static int |
nppiWarpAffineQuad_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, single channel). |
static int |
nppiWarpAffineQuad_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, three channels). |
static int |
nppiWarpAffineQuad_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, four channels). |
static int |
nppiWarpAffineQuad_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, three planes). |
static int |
nppiWarpAffineQuad_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, four planes). |
static int |
nppiWarpPerspective_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four channels RGBA) |
static int |
nppiWarpPerspective_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, single channel). |
static int |
nppiWarpPerspective_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, three channels) |
static int |
nppiWarpPerspective_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four channels) |
static int |
nppiWarpPerspective_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, three planes) |
static int |
nppiWarpPerspective_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four planes) |
static int |
nppiWarpPerspective_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit float, four channels RGBA). |
static int |
nppiWarpPerspective_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit float, single channel). |
static int |
nppiWarpPerspective_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit float, three channels). |
static int |
nppiWarpPerspective_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit float, four channels). |
static int |
nppiWarpPerspective_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit float, three planes). |
static int |
nppiWarpPerspective_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit float, four planes). |
static int |
nppiWarpPerspective_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit signed integer, four channels RGBA). |
static int |
nppiWarpPerspective_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit signed integer, single channel). |
static int |
nppiWarpPerspective_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit signed integer, three channels). |
static int |
nppiWarpPerspective_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit signed integer, four channels). |
static int |
nppiWarpPerspective_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit signed integer, three planes). |
static int |
nppiWarpPerspective_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit signed integer, four planes). |
static int |
nppiWarpPerspective_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four channels RGBA). |
static int |
nppiWarpPerspective_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, single channel). |
static int |
nppiWarpPerspective_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, three channels). |
static int |
nppiWarpPerspective_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four channels). |
static int |
nppiWarpPerspective_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, three planes). |
static int |
nppiWarpPerspective_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four planes). |
static int |
nppiWarpPerspectiveBack_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, four channels RGBA) |
static int |
nppiWarpPerspectiveBack_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, single channel). |
static int |
nppiWarpPerspectiveBack_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, three channels) |
static int |
nppiWarpPerspectiveBack_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, four channels) |
static int |
nppiWarpPerspectiveBack_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, three planes) |
static int |
nppiWarpPerspectiveBack_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, four planes) |
static int |
nppiWarpPerspectiveBack_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit float, four channels RGBA). |
static int |
nppiWarpPerspectiveBack_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit float, single channel). |
static int |
nppiWarpPerspectiveBack_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit float, three channels). |
static int |
nppiWarpPerspectiveBack_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit float, four channels). |
static int |
nppiWarpPerspectiveBack_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit float, three planes). |
static int |
nppiWarpPerspectiveBack_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit float, four planes). |
static int |
nppiWarpPerspectiveBack_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, four channels RGBA). |
static int |
nppiWarpPerspectiveBack_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, single channel). |
static int |
nppiWarpPerspectiveBack_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, three channels). |
static int |
nppiWarpPerspectiveBack_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, four channels). |
static int |
nppiWarpPerspectiveBack_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, three planes). |
static int |
nppiWarpPerspectiveBack_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, four planes). |
static int |
nppiWarpPerspectiveBack_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, four channels RGBA). |
static int |
nppiWarpPerspectiveBack_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, single channel). |
static int |
nppiWarpPerspectiveBack_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, three channels). |
static int |
nppiWarpPerspectiveBack_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, four channels). |
static int |
nppiWarpPerspectiveBack_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, three planes). |
static int |
nppiWarpPerspectiveBack_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, four planes). |
static int |
nppiWarpPerspectiveQuad_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four channels RGBA). |
static int |
nppiWarpPerspectiveQuad_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, single channel). |
static int |
nppiWarpPerspectiveQuad_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, three channels). |
static int |
nppiWarpPerspectiveQuad_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four channels). |
static int |
nppiWarpPerspectiveQuad_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, three planes). |
static int |
nppiWarpPerspectiveQuad_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four planes). |
static int |
nppiWarpPerspectiveQuad_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit float, four channels RGBA). |
static int |
nppiWarpPerspectiveQuad_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit float, single channel). |
static int |
nppiWarpPerspectiveQuad_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit float, three channels). |
static int |
nppiWarpPerspectiveQuad_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit float, four channels). |
static int |
nppiWarpPerspectiveQuad_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit float, three planes). |
static int |
nppiWarpPerspectiveQuad_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit float, four planes). |
static int |
nppiWarpPerspectiveQuad_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit signed integer, four channels RGBA). |
static int |
nppiWarpPerspectiveQuad_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit signed integer, single channel). |
static int |
nppiWarpPerspectiveQuad_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit signed integer, three channels). |
static int |
nppiWarpPerspectiveQuad_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit signed integer, four channels). |
static int |
nppiWarpPerspectiveQuad_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit signed integer, three planes). |
static int |
nppiWarpPerspectiveQuad_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit signed integer, four planes). |
static int |
nppiWarpPerspectiveQuad_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four channels RGBA). |
static int |
nppiWarpPerspectiveQuad_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, single channel). |
static int |
nppiWarpPerspectiveQuad_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, three channels). |
static int |
nppiWarpPerspectiveQuad_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four channels). |
static int |
nppiWarpPerspectiveQuad_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, three planes). |
static int |
nppiWarpPerspectiveQuad_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four planes). |
static int |
nppiXor_16u_AC4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or with unmodified alpha. |
static int |
nppiXor_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or with unmodified alpha. |
static int |
nppiXor_16u_C1IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical exclusive or. |
static int |
nppiXor_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical exclusive or. |
static int |
nppiXor_16u_C3IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical exclusive or. |
static int |
nppiXor_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical exclusive or. |
static int |
nppiXor_16u_C4IR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or. |
static int |
nppiXor_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pSrc2,
int nSrc2Step,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or. |
static int |
nppiXor_32s_AC4IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or with unmodified alpha. |
static int |
nppiXor_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or with unmodified alpha. |
static int |
nppiXor_32s_C1IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical exclusive or. |
static int |
nppiXor_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical exclusive or. |
static int |
nppiXor_32s_C3IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical exclusive or. |
static int |
nppiXor_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical exclusive or. |
static int |
nppiXor_32s_C4IR(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or. |
static int |
nppiXor_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pSrc2,
int nSrc2Step,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or. |
static int |
nppiXor_8u_AC4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or with unmodified alpha. |
static int |
nppiXor_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or with unmodified alpha. |
static int |
nppiXor_8u_C1IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical exclusive or. |
static int |
nppiXor_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical exclusive or. |
static int |
nppiXor_8u_C3IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical exclusive or. |
static int |
nppiXor_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical exclusive or. |
static int |
nppiXor_8u_C4IR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or. |
static int |
nppiXor_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or. |
static int |
nppiXorC_16u_AC4IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or with constant with unmodified alpha. |
static int |
nppiXorC_16u_AC4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or with constant with unmodified alpha. |
static int |
nppiXorC_16u_C1IR(short nConstant,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel in place image logical exclusive or with constant. |
static int |
nppiXorC_16u_C1R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
short nConstant,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 16-bit unsigned short channel image logical exclusive or with constant. |
static int |
nppiXorC_16u_C3IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical exclusive or with constant. |
static int |
nppiXorC_16u_C3R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 16-bit unsigned short channel image logical exclusive or with constant. |
static int |
nppiXorC_16u_C4IR(TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or with constant. |
static int |
nppiXorC_16u_C4R(TypedPointer<Npp16u> pSrc1,
int nSrc1Step,
TypedPointer<Npp16u> pConstants,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or with constant. |
static int |
nppiXorC_32s_AC4IR(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or with constant with unmodified alpha. |
static int |
nppiXorC_32s_AC4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or with constant with unmodified alpha. |
static int |
nppiXorC_32s_C1IR(int nConstant,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel in place image logical exclusive or with constant. |
static int |
nppiXorC_32s_C1R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
int nConstant,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
One 32-bit signed integer channel image logical exclusive or with constant. |
static int |
nppiXorC_32s_C3IR(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical exclusive or with constant. |
static int |
nppiXorC_32s_C3R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit signed integer channel image logical exclusive or with constant. |
static int |
nppiXorC_32s_C4IR(TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or with constant. |
static int |
nppiXorC_32s_C4R(TypedPointer<Npp32s> pSrc1,
int nSrc1Step,
TypedPointer<Npp32s> pConstants,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or with constant. |
static int |
nppiXorC_8u_AC4IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or with constant with unmodified alpha. |
static int |
nppiXorC_8u_AC4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or with constant with unmodified alpha. |
static int |
nppiXorC_8u_C1IR(byte nConstant,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel in place image logical exclusive or with constant. |
static int |
nppiXorC_8u_C1R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
byte nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
One 8-bit unsigned char channel image logical exclusive or with constant. |
static int |
nppiXorC_8u_C3IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical exclusive or with constant. |
static int |
nppiXorC_8u_C3R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 8-bit unsigned char channel image logical exclusive or with constant. |
static int |
nppiXorC_8u_C4IR(TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or with constant. |
static int |
nppiXorC_8u_C4R(TypedPointer<Npp8u> pSrc1,
int nSrc1Step,
TypedPointer<Npp8u> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or with constant. |
static int |
nppiYCbCr420ToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc,
int[] nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr420 to packed RGB color conversion. |
static int |
nppiYCbCr420ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[] pSrc,
int[] aSrcStep,
TypedPointer<Npp8u> pDstY,
int nDstYStep,
TypedPointer<Npp8u> pDstCbCr,
int nDstCbCrStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr:420 to YCbCr:411 resampling. |
static int |
nppiYCbCr420ToYCbCr422_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int[] nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr:420 to YCbCr:422 resampling. |
static int |
nppiYCbCr422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
2 channel 8-bit unsigned YCbCr422 to 3 channel packed RGB color conversion. |
static int |
nppiYCbCr422ToYCbCr411_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int[] nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr:422 to YCbCr:411 resampling. |
static int |
nppiYCbCr422ToYCbCr420_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int[] nSrcStep,
TypedPointer<Npp8u>[] pDst,
int[] nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr:422 to YCbCr:420 resampling. |
static int |
nppiYCbCrToRGB_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 8-bit unsigned packed YCbCr to RGB color conversion, not affecting Alpha. |
static int |
nppiYCbCrToRGB_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned packed YCbCr to RGB color conversion. |
static int |
nppiYCbCrToRGB_8u_P3R(TypedPointer<Npp8u>[] pSrc,
int nSrcStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr to RGB color conversion. |
static void |
setExceptionsEnabled(boolean enabled)
Enables or disables exceptions. |
static void |
setLogLevel(jcuda.LogLevel logLevel)
Set the specified log level for the JNppi library. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void initialize()
public static void setLogLevel(jcuda.LogLevel logLevel)
logLevel
- The log level to use.public static void setExceptionsEnabled(boolean enabled)
NppStatus
from the native method.
If exceptions are enabled, a CudaException with a detailed error
message will be thrown if a method is about to return a result code
that indicates an error
enabled
- Whether exceptions are enabledpublic static TypedPointer<Npp8u> nppiMalloc_8u_C1(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
8-bit unsigned image memory allocator.
nWidthPixels
- Image width.nHeightPixels
- Image height.pStepBytes
- \ref line_step.
public static TypedPointer<Npp8u> nppiMalloc_8u_C2(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
2 channel 8-bit unsigned image memory allocator.
nWidthPixels
- Image width.nHeightPixels
- Image height.pStepBytes
- \ref line_step.
public static TypedPointer<Npp8u> nppiMalloc_8u_C3(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
3 channel 8-bit unsigned image memory allocator.
nWidthPixels
- Image width.nHeightPixels
- Image height.pStepBytes
- \ref line_step.
public static TypedPointer<Npp8u> nppiMalloc_8u_C4(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
4 channel 8-bit unsigned image memory allocator.
nWidthPixels
- Image width.nHeightPixels
- Image height.pStepBytes
- \ref line_step.
public static TypedPointer<Npp16u> nppiMalloc_16u_C1(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
16-bit unsigned image memory allocator.
nWidthPixels
- Image width.nHeightPixels
- Image height.pStepBytes
- \ref line_step.
public static TypedPointer<Npp16u> nppiMalloc_16u_C2(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
2 channel 16-bit unsigned image memory allocator.
nWidthPixels
- Image width.nHeightPixels
- Image height.pStepBytes
- \ref line_step.
public static TypedPointer<Npp16u> nppiMalloc_16u_C3(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
3 channel 16-bit unsigned image memory allocator.
nWidthPixels
- Image width.nHeightPixels
- Image height.pStepBytes
- \ref line_step.
public static TypedPointer<Npp16u> nppiMalloc_16u_C4(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
4 channel 16-bit unsigned image memory allocator.
nWidthPixels
- Image width.nHeightPixels
- Image height.pStepBytes
- \ref line_step.
public static TypedPointer<Npp16s> nppiMalloc_16s_C1(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
16-bit signed image memory allocator.
nWidthPixels
- Image width.nHeightPixels
- Image height.pStepBytes
- \ref line_step.
public static TypedPointer<Npp16s> nppiMalloc_16s_C2(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
public static TypedPointer<Npp16s> nppiMalloc_16s_C4(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
4 channel 16-bit signed image memory allocator.
nWidthPixels
- Image width.nHeightPixels
- Image height.pStepBytes
- \ref line_step.
public static TypedPointer<Npp16s> nppiMalloc_16sc_C1(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
1 channel 16-bit signed complex image memory allocator.
nWidthPixels
- Image width.nHeightPixels
- Image height.pStepBytes
- \ref line_step.
public static TypedPointer<Npp16s> nppiMalloc_16sc_C2(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
2 channel 16-bit signed complex image memory allocator.
nWidthPixels
- Image width.nHeightPixels
- Image height.pStepBytes
- \ref line_step.
public static TypedPointer<Npp16s> nppiMalloc_16sc_C3(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
3 channel 16-bit signed complex image memory allocator.
nWidthPixels
- Image width.nHeightPixels
- Image height.pStepBytes
- \ref line_step.
public static TypedPointer<Npp16s> nppiMalloc_16sc_C4(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
4 channel 16-bit signed complex image memory allocator.
nWidthPixels
- Image width.nHeightPixels
- Image height.pStepBytes
- \ref line_step.
public static TypedPointer<Npp32s> nppiMalloc_32s_C1(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
32-bit signed image memory allocator.
nWidthPixels
- Image width.nHeightPixels
- Image height.pStepBytes
- \ref line_step.
public static TypedPointer<Npp32s> nppiMalloc_32s_C3(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
3 channel 32-bit signed image memory allocator.
nWidthPixels
- Image width.nHeightPixels
- Image height.pStepBytes
- \ref line_step.
public static TypedPointer<Npp32s> nppiMalloc_32s_C4(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
4 channel 32-bit signed image memory allocator.
nWidthPixels
- Image width.nHeightPixels
- Image height.pStepBytes
- \ref line_step.
public static TypedPointer<Npp32s> nppiMalloc_32sc_C1(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
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)
public static TypedPointer<Npp32f> nppiMalloc_32fc_C2(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
2 channel 32-bit float complex image memory allocator.
nWidthPixels
- Image width.nHeightPixels
- Image height.pStepBytes
- \ref line_step.
public static TypedPointer<Npp32f> nppiMalloc_32fc_C3(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
3 channel 32-bit float complex image memory allocator.
nWidthPixels
- Image width.nHeightPixels
- Image height.pStepBytes
- \ref line_step.
public static TypedPointer<Npp32f> nppiMalloc_32fc_C4(int nWidthPixels, int nHeightPixels, int[] pStepBytes)
4 channel 32-bit float complex image memory allocator.
nWidthPixels
- Image width.nHeightPixels
- Image height.pStepBytes
- \ref line_step.
public static void nppiFree(jcuda.Pointer pData)
Free method for any 2D allocated memory. This method should be used to free memory allocated with any of the nppiMalloc_methods.
- Parameters:
pData
- A pointer to memory allocated using nppiMalloc_.
public static int nppiSet_8s_C1R(byte nValue, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
8-bit image set.
nValue
- The pixel value to be set.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSet_8s_C2R(byte[] aValue, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
8-bit two-channel image set.
aValue
- The pixel value to be set.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSet_8s_C3R(byte[] aValue, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
8-bit three-channel image set.
aValue
- The pixel value to be set.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSet_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)
8-bit four-channel image set ignoring alpha channel.
aValue
- The pixel value to be set.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSet_8u_C1R(byte nValue, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
8-bit unsigned image set.
nValue
- The pixel value to be set.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSet_8u_C1MR(byte nValue, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
Masked 8-bit unsigned image set. The 8-bit mask image affects setting of the respective pixels in the destination image. If the mask value is zero (0) the pixel is not set, if the mask is non-zero, the corresponding destination pixel is set to specified value.
nValue
- The pixel value to be set.pDst
- Pointer \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.pMask
- Pointer to the mask image. This is a single channel 8-bit unsigned int image.nMaskStep
- Number of bytes between line starts of successive lines in the mask image.
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)
2 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_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)
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.
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)
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_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)
16-bit complex integer image set.
oValue
- New pixel value.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSet_16sc_C2R(Npp16sc[] aValue, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
16-bit complex integer two-channel image set.
aValue
- 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)
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_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)
4 channel 32-bit floating point image set affecting only single channel. For RGBA images, this method allows setting of a single of the four (RGBA) values without changing the contents of the other three channels. The channel is selected via the pDst pointer. The pointer needs to point to the actual first value to be set, e.g. in order to set the R-channel (first channel), one would pass pDst unmodified, since its value actually points to the r channel. If one wanted to modify the B channel (second channel), one would pass pDst + 2 to the function.
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_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)
Three-channel 8-bit image copy.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_8s_C4R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
Four-channel 8-bit image copy.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_8s_AC4R(TypedPointer<Npp8s> pSrc, int nSrcStep, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
Four-channel 8-bit image copy, ignoring alpha channel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
8-bit unsigned image copy.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_8u_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)
4 channel 16-bit unsigned image copy.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_16u_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 16-bit unsigned image copy, not affecting Alpha channel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_16s_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
16-bit image copy.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_16s_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 16-bit image copy.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_16s_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 16-bit image copy, not affecting Alpha.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_16sc_C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
16-bit complex image copy.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_16sc_C2R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
Two-channel 16-bit complex image copy.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_16sc_C3R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
Three-channel 16-bit complex image copy.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_16sc_C4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
Four-channel 16-bit complex image copy.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_16sc_AC4R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
Four-channel 16-bit complex image copy, ignoring alpha.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_32s_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
32-bit image copy.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_32s_C4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 32-bit image copy.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_32s_AC4R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 32-bit image copy, not affecting Alpha.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_32sc_C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
32-bit complex image copy.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_32sc_C2R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
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)
4 channel 32-bit floating point image copy, not affecting Alpha.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_32fc_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
32-bit floating-point complex image copy.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_32fc_C2R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Two-channel 32-bit floating-point complex image copy.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_32fc_C3R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
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)
Four-channel 32-bit floating-point complex image copy.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_32fc_AC4R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four-channel 32-bit floating-point complex image copy, ignoring alpha.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_8u_C1MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
\ref masked_operation 8-bit unsigned image copy.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.pMask
- \ref mask_image_pointer.nMaskStep
- \ref mask_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_8u_C3MR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMask, int nMaskStep)
\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)
Select-channel 8-bit unsigned image copy for three-channel images.
pSrc
- \ref select_source_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref select_destination_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_8u_C4CR(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Select-channel 8-bit unsigned image copy for four-channel images.
pSrc
- \ref select_source_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref select_destination_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_16s_C3CR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
Select-channel 16-bit signed image copy for three-channel images.
pSrc
- \ref select_source_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref select_destination_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_16s_C4CR(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
Select-channel 16-bit signed image copy for four-channel images.
pSrc
- \ref select_source_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref select_destination_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_16u_C3CR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Select-channel 16-bit unsigned image copy for three-channel images.
pSrc
- \ref select_source_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref select_destination_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_16u_C4CR(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Select-channel 16-bit unsigned image copy for four-channel images.
pSrc
- \ref select_source_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref select_destination_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_32s_C3CR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Select-channel 32-bit signed image copy for three-channel images.
pSrc
- \ref select_source_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref select_destination_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_32s_C4CR(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Select-channel 32-bit signed image copy for four-channel images.
pSrc
- \ref select_source_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref select_destination_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_32f_C3CR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Select-channel 32-bit float image copy for three-channel images.
pSrc
- \ref select_source_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref select_destination_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_32f_C4CR(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Select-channel 32-bit float image copy for four-channel images.
pSrc
- \ref select_source_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref select_destination_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_8u_C3C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Three-channel to single-channel 8-bit unsigned image copy.
pSrc
- \ref select_source_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_8u_C4C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four-channel to single-channel 8-bit unsigned image copy.
pSrc
- \ref select_source_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_16s_C3C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
Three-channel to single-channel 16-bit signed image copy.
pSrc
- \ref select_source_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_16s_C4C1R(TypedPointer<Npp16s> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
Four-channel to single-channel 16-bit signed image copy.
pSrc
- \ref select_source_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_16u_C3C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Three-channel to single-channel 16-bit unsigned image copy.
pSrc
- \ref select_source_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_16u_C4C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four-channel to single-channel 16-bit unsigned image copy.
pSrc
- \ref select_source_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_32s_C3C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Three-channel to single-channel 32-bit signed image copy.
pSrc
- \ref select_source_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_32s_C4C1R(TypedPointer<Npp32s> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four-channel to single-channel 32-bit signed image copy.
pSrc
- \ref select_source_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_32f_C3C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three-channel to single-channel 32-bit float image copy.
pSrc
- \ref select_source_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_32f_C4C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four-channel to single-channel 32-bit float image copy.
pSrc
- \ref select_source_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiCopy_8u_C1C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
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)
Three-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_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)
Four-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_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)
Four-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_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)
Three-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_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)
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_16u8u_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
16-bit unsigned to 8-bit unsigned conversion. For detailed documentation see nppiConvert_8u16u_C1R().
pSrc
- \ref 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)
4 channel 8-bit unsigned to 16-bit unsigned conversion. For detailed documentation see nppiConvert_8u16u_C1R().
pSrc
- \ref 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)
4 channel 16-bit unsigned to 8-bit unsigned conversion. For detailed documentation see nppiConvert_8u16u_C1R().
pSrc
- \ref 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)
4 channel 8-bit unsigned to 16-bit unsigned conversion, not affecting Alpha. For detailed documentation see nppiConvert_8u16u_C1R().
pSrc
- \ref 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_AC4R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
4 channel 16-bit unsigned to 8-bit unsigned conversion, not affecting Alpha. For detailed documentation see nppiConvert_8u16u_C1R().
pSrc
- \ref 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)
8-bit unsigned to 16-bit signed conversion. For detailed documentation see nppiConvert_8u16u_C1R().
pSrc
- \ref 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)
4 channel 16-bit signed to 8-bit unsigned conversion. For detailed documentation see nppiConvert_8u16u_C1R().
pSrc
- \ref 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)
4 channel 8-bit unsigned to 16-bit signed conversion. For detailed documentation see nppiConvert_8u16u_C1R().
pSrc
- \ref 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)
4 channel 16-bit signed to 8-bit unsignedconversion, not affecting Alpha. For detailed documentation see nppiConvert_8u16u_C1R().
pSrc
- \ref 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)
4 channel 8-bit unsigned to 16-bit signed conversion, not affecting Alpha. For detailed documentation see nppiConverte_8u16u_C1R().
pSrc
- \ref 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)
4 channel 16-bit signed to 8-bit unsigned conversion, not affecting Alpha. For detailed documentation see nppiConverte_8u16u_C1R().
pSrc
- \ref 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)
16-bit singedto 32-bit floating point conversion. For detailed documentation see nppiConverte_8u16u_C1R().
pSrc
- \ref 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_32f16s_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
32-bit floating point to 16-bit conversion. For detailed documentation see nppiConverte_8u16u_C1R().
pSrc
- \ref 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_8u32f_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
8-bit unsigned to 32-bit floating point conversion. For detailed documentation see nppiConverte_8u16u_C1R().
pSrc
- \ref 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)
16-bit unsigned to 32-bit floating point conversion. For detailed documentation see nppiConverte_8u16u_C1R().
pSrc
- \ref 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_32f16u_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
32-bit floating point to 16-bit unsigned conversion. For detailed documentation see nppiConverte_8u16u_C1R().
pSrc
- \ref 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_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eRoundMode)
32-bit floating point to 8-bit unsigned conversion. For detailed documentation see nppiConverte_8u16u_C1R().
pSrc
- \ref 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_16u32s_C1R(TypedPointer<Npp16u> pSrc, int nSrcStep, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
16-bit unsigned to 32-bit signed conversion. For detailed documentation see nppiConverte_8u16u_C1R().
pSrc
- \ref 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)
16-bit to 32-bit conversion. For detailed documentation see nppiConvert_8u16u_C1R().
pSrc
- \ref 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 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)
4 channel 8-bit unsigned swap channels, in-place.
pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.aDstOrder
- Integer array describing how channel values are permutated. The n-th entry
of the array contains the number of the channel that is stored in the n-th channel of
the output image. E.g. Given an RGBA image, aDstOrder = [3,2,1,0] converts this to ABGR
channel order.
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)
One 8-bit unsigned char 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_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel image add constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel..pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_8u_C3IRSfs(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image add constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel..pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image add constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel..pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_8u_AC4IRSfs(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel..pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel image add constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel..pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_8u_C4IRSfs(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel in place image add constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16u_C1RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel image add constant, scale, then clamp to saturated value.
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_16u_C1IRSfs(short nConstant, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit unsigned short channel in place image add constant, scale, then clamp to saturated value.
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_16u_C3RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel image add constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16u_C3IRSfs(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel in place image add constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image add constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16u_AC4IRSfs(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel image add constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16u_C4IRSfs(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel in place image add constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16s_C1RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, short nConstant, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel image add constant, scale, then clamp to saturated value.
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_16s_C1IRSfs(short nConstant, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
One 16-bit signed short channel in place image add constant, scale, then clamp to saturated value.
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_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel image add constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel in place image add constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image add constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel image add constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel in place image add constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
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, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image add constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image add constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image add constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
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, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel image add constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel in place image add constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
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, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image add constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image add constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image add constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiAddC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
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, TypedPointer<Npp32f> pConstants, 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.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddC_32f_C3IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel in place image add constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddC_32f_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image add constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddC_32f_AC4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image add constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddC_32f_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image add constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddC_32f_C4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image add constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
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, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddC_32fc_C3IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddC_32fc_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image add constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddC_32fc_AC4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image add constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddC_32fc_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAddC_32fc_C4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
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, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_8u_C3IRSfs(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image multiply by constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_8u_AC4IRSfs(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_8u_C4IRSfs(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel in place image multiply by constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
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, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16u_C3IRSfs(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16u_AC4IRSfs(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16u_C4IRSfs(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
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, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
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, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
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, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel in place image multiply by constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
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, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiMulC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
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, TypedPointer<Npp32f> pConstants, 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.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulC_32f_C3IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel in place image multiply by constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulC_32f_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image multiply by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulC_32f_AC4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image multiply by constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulC_32f_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image multiply by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulC_32f_C4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image multiply by constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
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, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulC_32fc_C3IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulC_32fc_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image multiply by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulC_32fc_AC4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image multiply by constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulC_32fc_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulC_32fc_C4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
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, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel image multiply by constant and scale by max bit width value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulCScale_8u_C3IR(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel 8-bit unsigned char in place image multiply by constant and scale by max bit width value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulCScale_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha image multiply by constant and scale by max bit width value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulCScale_8u_AC4IR(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel with unmodified alpha in place image multiply by constant, scale and scale by max bit width value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulCScale_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image multiply by constant and scale by max bit width value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulCScale_8u_C4IR(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image multiply by constant and scale by max bit width value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
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, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel image multiply by constant and scale by max bit width value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulCScale_16u_C3IR(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulCScale_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha image multiply by constant and scale by max bit width value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulCScale_16u_AC4IR(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel with unmodified alpha in place image multiply by constant and scale by max bit width value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulCScale_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image multiply by constant and scale by max bit width value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiMulCScale_16u_C4IR(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
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, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_8u_C3IRSfs(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image subtract constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_8u_AC4IRSfs(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_8u_C4IRSfs(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel in place image subtract constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
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, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16u_C3IRSfs(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16u_AC4IRSfs(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16u_C4IRSfs(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
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)
One 16-bit signed 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_16s_C3RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
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, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
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, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel in place image subtract constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
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, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiSubC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
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, TypedPointer<Npp32f> pConstants, 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.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSubC_32f_C3IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel in place image subtract constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSubC_32f_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image subtract constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSubC_32f_AC4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image subtract constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSubC_32f_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image subtract constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSubC_32f_C4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image subtract constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
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, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSubC_32fc_C3IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSubC_32fc_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image subtract constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSubC_32fc_AC4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image subtract constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSubC_32fc_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiSubC_32fc_C4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
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)
One 8-bit unsigned char 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_8u_C3RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_8u_C3IRSfs(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 8-bit unsigned char channel 8-bit unsigned char in place image divided by constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_8u_AC4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_8u_AC4IRSfs(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_8u_C4RSfs(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_8u_C4IRSfs(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 8-bit unsigned char channel in place image divided by constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
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, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16u_C3IRSfs(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16u_AC4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16u_AC4IRSfs(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16u_C4RSfs(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16u_C4IRSfs(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
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, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16s_C3IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16s_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16s_AC4IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16s_C4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16s_C4IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
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, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16sc_C3IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16sc_AC4RSfs(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_16sc_AC4IRSfs(TypedPointer<Npp16s> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_32s_C1RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, int nConstant, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
One 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value.
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_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, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_32s_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed integer channel in place image divided by constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
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, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_32sc_C3IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_32sc_AC4RSfs(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
public static int nppiDivC_32sc_AC4IRSfs(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI, int nScaleFactor)
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.nScaleFactor
- \ref integer_result_scaling.
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)
One 32-bit floating point 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_32f_C3R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel image divided by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDivC_32f_C3IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit floating point channel in place image divided by constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDivC_32f_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image divided by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDivC_32f_AC4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image divided by constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDivC_32f_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel image divided by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDivC_32f_C4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit floating point channel in place image divided by constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
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, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDivC_32fc_C3IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDivC_32fc_AC4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image divided by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDivC_32fc_AC4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image divided by constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDivC_32fc_C4R(TypedPointer<Npp32f> pSrc1, int nSrc1Step, TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiDivC_32fc_C4IR(TypedPointer<Npp32f> pConstants, TypedPointer<Npp32f> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
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, int 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)
One 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_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)
One 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_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)
Three 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_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)
Four 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_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)
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_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)
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_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_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_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, TypedPointer<Npp8u> pConstants, 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.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_8u_C3IR(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical and with constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and with constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_8u_AC4IR(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical and with constant with unmodified alpha.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical and with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_8u_C4IR(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical and with constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
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, TypedPointer<Npp16u> pConstants, 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.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_16u_C3IR(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical and with constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and with constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_16u_AC4IR(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical and with constant with unmodified alpha.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical and with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_16u_C4IR(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical and with constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
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, TypedPointer<Npp32s> pConstants, 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.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_32s_C3IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical and with constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and with constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_32s_AC4IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical and with constant with unmodified alpha.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical and with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiAndC_32s_C4IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical and with constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
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, TypedPointer<Npp8u> pConstants, 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.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_8u_C3IR(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical or with constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or with constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_8u_AC4IR(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or with constant with unmodified alpha.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical or with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_8u_C4IR(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical or with constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
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, TypedPointer<Npp16u> pConstants, 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.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_16u_C3IR(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical or with constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or with constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_16u_AC4IR(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or with constant with unmodified alpha.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical or with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_16u_C4IR(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical or with constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
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, TypedPointer<Npp32s> pConstants, 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.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_32s_C3IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical or with constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or with constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_32s_AC4IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or with constant with unmodified alpha.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical or with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiOrC_32s_C4IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical or with constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
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, TypedPointer<Npp8u> pConstants, 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.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_8u_C3IR(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image logical exclusive or with constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or with constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_8u_AC4IR(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or with constant with unmodified alpha.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image logical exclusive or with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_8u_C4IR(TypedPointer<Npp8u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image logical exclusive or with constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
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, TypedPointer<Npp16u> pConstants, 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.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_16u_C3IR(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image logical exclusive or with constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or with constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_16u_AC4IR(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or with constant with unmodified alpha.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image logical exclusive or with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_16u_C4IR(TypedPointer<Npp16u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image logical exclusive or with constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
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, TypedPointer<Npp32s> pConstants, 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.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_32s_C3IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel in place image logical exclusive or with constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or with constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_32s_AC4IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or with constant with unmodified alpha.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image logical exclusive or with constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiXorC_32s_C4IR(TypedPointer<Npp32s> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image logical exclusive or with constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
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, TypedPointer<Npp32u> pConstants, 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.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_8u_C3IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image right shift by constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image right shift by constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_8u_AC4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image right shift by constant with unmodified alpha.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image right shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_8u_C4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image right shift by constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
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, TypedPointer<Npp32u> pConstants, 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.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_8s_C3IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp8s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit signed char channel in place image right shift by constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_8s_AC4R(TypedPointer<Npp8s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit signed char channel image right shift by constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_8s_AC4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp8s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit signed char channel in place image right shift by constant with unmodified alpha.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_8s_C4R(TypedPointer<Npp8s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp8s> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit signed char channel image right shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_8s_C4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp8s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit signed char channel in place image right shift by constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
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, TypedPointer<Npp32u> pConstants, 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.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_16u_C3IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image right shift by constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image right shift by constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_16u_AC4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image right shift by constant with unmodified alpha.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image right shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_16u_C4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image right shift by constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
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, TypedPointer<Npp32u> pConstants, 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.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_16s_C3IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit signed short channel in place image right shift by constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_16s_AC4R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit signed short channel image right shift by constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_16s_AC4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit signed short channel in place image right shift by constant with unmodified alpha.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_16s_C4R(TypedPointer<Npp16s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp16s> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit signed short channel image right shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_16s_C4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp16s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit signed short channel in place image right shift by constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
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, TypedPointer<Npp32u> pConstants, 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.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_32s_C3IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel in place image right shift by constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image right shift by constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_32s_AC4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image right shift by constant with unmodified alpha.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image right shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiRShiftC_32s_C4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image right shift by constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
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, TypedPointer<Npp32u> pConstants, 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.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_8u_C3IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 8-bit unsigned char channel in place image left shift by constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_8u_AC4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image left shift by constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_8u_AC4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image left shift by constant with unmodified alpha.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel image left shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_8u_C4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp8u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 8-bit unsigned char channel in place image left shift by constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
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, TypedPointer<Npp32u> pConstants, 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.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_16u_C3IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 16-bit unsigned short channel in place image left shift by constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_16u_AC4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image left shift by constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_16u_AC4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image left shift by constant with unmodified alpha.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_16u_C4R(TypedPointer<Npp16u> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp16u> pDst, int nDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel image left shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_16u_C4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp16u> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 16-bit unsigned short channel in place image left shift by constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
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, TypedPointer<Npp32u> pConstants, 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.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_32s_C3IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Three 32-bit signed integer channel in place image left shift by constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_32s_AC4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image left shift by constant with unmodified alpha.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_32s_AC4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image left shift by constant with unmodified alpha.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_32s_C4R(TypedPointer<Npp32s> pSrc1, int nSrc1Step, TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pDst, int nDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel image left shift by constant.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pConstants
- pointer to a list of constant values, one per channel.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.
public static int nppiLShiftC_32s_C4IR(TypedPointer<Npp32u> pConstants, TypedPointer<Npp32s> pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
Four 32-bit signed integer channel in place image left shift by constant.
pConstants
- pointer to a list of constant values, one per channel.pSrcDst
- \ref in_place_image_pointer.nSrcDstStep
- \ref in_place_image_line_step.oSizeROI
- \ref roi_specification.
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 nppiThreshold_32f_C1R(TypedPointer<Npp32f> pSrc, int nSrcStep, TypedPointer<Npp32f> pDst, int nDstStep, NppiSize oSizeROI, float nThreshold, int eComparisonOperation)
32-bit floating point threshold. If for a comparison operations OP the predicate (sourcePixel OP nThreshold) is true, the pixel is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref 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_AC4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, byte[] aThresholds, int eComparisonOperation)
4 channel 8-bit unsigned image threshold, not affecting Alpha. If for a comparison operations OP the predicate (sourcePixel.channel OP nThreshold) is true, the channel value is set to nThreshold, otherwise it is set to sourcePixel.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.aThresholds
- The threshold values, one per color channel.eComparisonOperation
- The type of comparison operation to be used. The only valid
values are: NPP_CMP_LESS and NPP_CMP_GREATER.
public static int nppiCompare_8u_C4R(TypedPointer<Npp8u> pSrc1, int nSrc1Step, TypedPointer<Npp8u> pSrc2, int nSrc2Step, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI, int eComparisonOperation)
4 channel 8-bit unsigned image compare. Compare pSrc1's pixels with corresponding pixels in pSrc2.
pSrc1
- \ref source_image_pointer.nSrc1Step
- \ref source_image_line_step.pSrc2
- \ref 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 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)
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 nppiMeanStdDev8uC1RGetBufferHostSize(NppiSize oSizeROI, int[] hpBufferSize)
Device scratch buffer size (in bytes) for mean and standard deviation of image. This primitive provides the correct buffer size for nppiMean_StdDev_8u_C1R.
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)
8-bit unsigned mean 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_bufferpMean
- Contains computed mean.pStdDev
- Contains computed standard deviation.
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 nppiReductionGetBufferHostSize_8u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Scratch-buffer size for nppiSum_8u_C1R.
oSizeROI
- ROI size.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiReductionGetBufferHostSize_8u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Scratch-buffer size for nppiSum_8u_C4R.
oSizeROI
- ROI size.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiSum_8u64s_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, long[] pSum)
8-bit unsigned image sum with 64-bit long long result.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer*pSum
- Contains computed sum.
public static int nppiSum_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] pSum)
8-bit unsigned image sum with 64-bit double precision result.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pDeviceBuffer
- Pointer to the required device memory allocation, \ref general_scratch_buffer*pSum
- Contains computed sum.
public static int nppiSum_8u64s_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, long[] aSum)
4 channel 8-bit unsigned image sum with 64-bit long long result.
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_bufferaSum
- Array contains computed sum for each channel.
public static int nppiSum_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, double[] aSum)
4 channel 8-bit unsigned image sum with 64-bit double precision result.
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_bufferaSum
- Array contains computed sum for each channel.
public static int nppiMinMaxGetBufferSize_8u_C1R(NppiSize oSizeROI, int[] hpBufferSize)
Scratch-buffer size for nppiMinManx_8u_C1R.
oSizeROI
- ROI size.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiMinMax_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pMin, TypedPointer<Npp8u> pMax, TypedPointer<Npp8u> pDeviceBuffer)
8-bit unsigned pixel minimum and maximum.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.pMin
- Device-memory pointer receiving the minimum result.pMax
- Device-memory pointer receiving the maximum result.pDeviceBuffer
- Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferSize_8u_C1R to determine
the minium number of bytes required.
public static int nppiMinMaxGetBufferSize_8u_C4R(NppiSize oSizeROI, int[] hpBufferSize)
Scratch-buffer size for nppiMinManx_8u_C4R.
oSizeROI
- ROI size.hpBufferSize
- Host pointer where required buffer size is returned.
public static int nppiMinMax_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, byte[] aMin, byte[] aMax, TypedPointer<Npp8u> pDeviceBuffer)
4 channel 8-bit unsigned pixel minimum and maximum.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.oSizeROI
- \ref roi_specification.aMin
- Device-pointer (array) receiving the minimum result.aMax
- Device-pointer (array) receiving the maximum result.pDeviceBuffer
- Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferSize_8u_C4R to determine
the minium number of bytes required.
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_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)
16-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_16u_C1R)
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_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_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)
Scratch-buffer size for nppiHistogramRange_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 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_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)
4 channel (alpha as a last channel) 16-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_16u_AC4R)
scratch buffer.
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_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_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 nppiFilterColumn_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, TypedPointer<Npp32s> pKernel, int nMaskSize, int nAnchor, int nDivisor)
8-bit unsigned 1D (column) image convolution. Apply convolution filter with user specified 1D column of weights. Result pixel is equal to the sum of the products between the kernel coefficients (pKernel array) and corresponding neighboring column pixel values in the source image defined by nKernelDim and nAnchorY, divided by nDivisor.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oROI
- \ref roi_specification.pKernel
- Pointer to the start address of the kernel coefficient array.
Coefficients are expected to be stored in reverse order.nMaskSize
- Length of the linear kernel array.nAnchor
- Y offset of the kernel origin frame of reference w.r.t the
source pixel.nDivisor
- The factor by which the convolved summation from the Filter
operation should be divided. If equal to the sum of
coefficients, this will keep the maximum result value within
full scale.
public static int nppiFilterColumn_8u_C4R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oROI, TypedPointer<Npp32s> pKernel, int nMaskSize, int nAnchor, int nDivisor)
4 channel 8-bit unsigned 1D (column) image convolution. Apply convolution filter with user specified 1D column of weights. Result pixel is equal to the sum of the products between the kernel coefficients (pKernel array) and corresponding neighboring column pixel values in the source image defined by nKernelDim and nAnchorY, divided by nDivisor.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oROI
- \ref roi_specification.pKernel
- Pointer to the start address of the kernel coefficient array.
Coefficients are expected to be stored in reverse order.nMaskSize
- Length of the linear kernel array.nAnchor
- Y offset of the kernel origin frame of reference w.r.t the
source pixel.nDivisor
- The factor by which the convolved summation from the Filter
operation should be divided. If equal to the sum of
coefficients, this will keep the maximum result value within
full scale.
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)
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 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 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)
4 channel 8-bit unsigned image erosion. Erosion computes the output pixel as the minimum pixel value of the pixels under the mask. Pixels who's corresponding mask values are zero to not participate in the maximum search.
pSrc
- \ref 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 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)
32-bit floating point complex to 32-bit floating point squared magnitude. Converts complex-number pixel image to single channel image computing the result pixels as the squared magnitude of the complex values. The squared magnitude is an itermediate result of magnitude computation and can thus be computed faster than actual magnitude. If magnitudes are required for sorting/comparing only, using this function instead of nppiMagnitude_32fc32f_C1R can be a worthwhile performance optimization.
pSrc
- \ref 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 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)
Initializes a quantization table for nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R(). The method creates a 16-bit version of the raw table and converts the data order from zigzag layout to original row-order layout since raw quantization tables are typically stored in zigzag format. This method is a host method. It consumes and produces host data. I.e. the pointers passed to this function must be host pointers. The resulting table needs to be transferred to device memory in order to be used with nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R() function.
hpQuantRawTable
- Host pointer to raw quantization table as returned by
nppiQuantFwdRawTableInit_JPEG_8u(). The raw quantization table is assumed to be in
zigzag order.hpQuantFwdRawTable
- Forward quantization table for use with nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R().
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 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)
Compute bounding-box of rotated image.
oSrcROI
- Region-of-interest of the source image.aBoundingBox
- Two 2D points representing the bounding-box of the rotated image. All four points
from nppiGetRotateQuad are contained inside the axis-aligned rectangle spanned by the the two
points of this bounding box.nAngle
- The rotation angle.nShiftX
- Post-rotation shift in x-direction.nShiftY
- Post-rotation shift in y-direction.
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)
4 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_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)
3 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_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)
4 channel 16-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_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)
3 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_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)
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_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)
3 channel 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_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)
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_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 srcRoi, double[][] quad, double[][] coeffs)
Calculates affine transform coefficients given source rectangular ROI and its destination quadrangle projection
srcRoi
- Source ROIquad
- Destination quadranglecoeffs
- Affine transform coefficients
public static int nppiGetAffineQuad(NppiRect srcRoi, double[][] quad, double[][] coeffs)
Calculates affine transform projection of given source rectangular ROI
srcRoi
- Source ROIquad
- Destination quadranglecoeffs
- Affine transform coefficients
public static int nppiGetAffineBound(NppiRect srcRoi, double[][] bound, double[][] coeffs)
Calculates bounding box of the affine transform projection of the given source rectangular ROI
srcRoi
- Source ROIbound
- Bounding box of the transformed source ROIcoeffs
- Affine transform coefficients
public static int nppiWarpAffine_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Affine transform of an image (8bit unsigned integer, single channel). This function operates using given transform coefficients that can be obtained by using nppiGetAffineTransform function or set explicitly. The function operates on source and destination regions of interest. The affine warp function transforms the source image pixel coordinates \f$(x,y)\f$ according to the following formulas: \f[ X_{new} = C_{00} * x + C_{01} * y + C_{02} \qquad Y_{new} = C_{10} * x + C_{11} * y + C_{12} \qquad \f] The transformed part of the source image is resampled using the specified interpolation method and written to the destination ROI. The functions nppiGetAffineQuad and nppiGetAffineBound can help with destination ROI specification. NPPI specific recommendation: The function operates using 2 types of kernels: fast and accurate. The fast method is about 4 times faster than its accurate variant, but does not perform memory access checks and requires the destination ROI to be 64 bytes aligned. Hence any destination ROI is chunked into 3 vertical stripes: the first and the third are processed by accurate kernels and the central one is processed by the fast one. In order to get the maximum available speed of execution, the projection of destination ROI onto image addresses must be 64 bytes aligned. This is always true if the values (int)((void *)(pDst + dstRoi.x)) and (int)((void *)(pDst + dstRoi.x + dstRoi.width)) are multiples of 64. Another rule of thumb is to specify destination ROI in such way that left and right sides of the projected image are separated from the ROI by at least 63 bytes from each side. However, this requires the whole ROI to be part of allocated memory. In case when the conditions above are not satisfied, the function may decrease in speed slightly and will return NPP_MISALIGNED_DST_ROI_WARNING warning.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.srcRoi
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.dstRoi
- Destination ROIcoeffs
- 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 srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Affine transform of an image (8bit unsigned integer, three channels).
public static int nppiWarpAffine_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Affine transform of an image (8bit unsigned integer, four channels).
public static int nppiWarpAffine_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Affine transform of an image (8bit unsigned integer, four channels RGBA).
public static int nppiWarpAffine_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Affine transform of an image (8bit unsigned integer, three planes).
public static int nppiWarpAffine_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Affine transform of an image (8bit unsigned integer, four planes).
public static int nppiWarpAffineBack_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, single channel). This function operates using given transform coefficients that can be obtained by using nppiGetAffineTransform function or set explicitly. Thus there is no need to invert coefficients in your application before calling WarpAffineBack. The function operates on source and destination regions of interest. The affine warp function transforms the source image pixel coordinates \f$(x,y)\f$ according to the following formulas: \f[ C_{00} * X_{new} + C_{01} * Y_{new} + C_{02} = x \qquad C_{10} * X_{new} + C_{11} * Y_{new} + C_{12} = y \f] The transformed part of the source image is resampled using the specified interpolation method and written to the destination ROI. The functions nppiGetAffineQuad and nppiGetAffineBound can help with destination ROI specification. NPPI specific recommendation: The function operates using 2 types of kernels: fast and accurate. The fast method is about 4 times faster than its accurate variant, but doesn't perform memory access checks and requires the destination ROI to be 64 bytes aligned. Hence any destination ROI is chunked into 3 vertical stripes: the first and the third are processed by accurate kernels and the central one is processed by the fast one. In order to get the maximum available speed of execution, the projection of destination ROI onto image addresses must be 64 bytes aligned. This is always true if the values (int)((void *)(pDst + dstRoi.x)) and (int)((void *)(pDst + dstRoi.x + dstRoi.width)) are multiples of 64. Another rule of thumb is to specify destination ROI in such way that left and right sides of the projected image are separated from the ROI by at least 63 bytes from each side. However, this requires the whole ROI to be part of allocated memory. In case when the conditions above are not satisfied, the function may decrease in speed slightly and will return NPP_MISALIGNED_DST_ROI_WARNING warning.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.srcRoi
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.dstRoi
- Destination ROIcoeffs
- 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 srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, three channels).
public static int nppiWarpAffineBack_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, four channels).
public static int nppiWarpAffineBack_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, four channels RGBA).
public static int nppiWarpAffineBack_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, three planes).
public static int nppiWarpAffineBack_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, four planes).
public static int nppiWarpAffineQuad_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Affine transform of an image (8bit unsigned integer, single channel). This function performs affine warping of a the specified quadrangle in the source image to the specified quadrangle in the destination image. The function nppiWarpAffineQuad uses the same formulas for pixel mapping as in nppiWarpAffine function. The transform coefficients are computed internally. The transformed part of the source image is resampled using the specified eInterpolation method and written to the destination ROI. NPPI specific recommendation: The function operates using 2 types of kernels: fast and accurate. The fast method is about 4 times faster than its accurate variant, but does not perform memory access checks and requires the destination ROI to be 64 bytes aligned. Hence any destination ROI is chunked into 3 vertical stripes: the first and the third are processed by accurate kernels and the central one is processed by the fast one. In order to get the maximum available speed of execution, the projection of destination ROI onto image addresses must be 64 bytes aligned. This is always true if the values (int)((void *)(pDst + dstRoi.x)) and (int)((void *)(pDst + dstRoi.x + dstRoi.width)) are multiples of 64. Another rule of thumb is to specify destination ROI in such way that left and right sides of the projected image are separated from the ROI by at least 63 bytes from each side. However, this requires the whole ROI to be part of allocated memory. In case when the conditions above are not satisfied, the function may decrease in speed slightly and will return NPP_MISALIGNED_DST_ROI_WARNING warning.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.srcRoi
- Source ROIsrcQuad
- Source quadranglepDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.dstRoi
- Destination ROIdstQuad
- Destination quadrangleeInterpolation
- 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 srcRoi, double[][] srcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Affine transform of an image (8bit unsigned integer, three channels).
public static int nppiWarpAffineQuad_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Affine transform of an image (8bit unsigned integer, four channels).
public static int nppiWarpAffineQuad_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Affine transform of an image (8bit unsigned integer, four channels RGBA).
public static int nppiWarpAffineQuad_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Affine transform of an image (8bit unsigned integer, three planes).
public static int nppiWarpAffineQuad_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Affine transform of an image (8bit unsigned integer, four planes).
public static int nppiWarpAffine_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Affine transform of an image (16bit unsigned integer, single channel). This function operates using given transform coefficients that can be obtained by using nppiGetAffineTransform function or set explicitly. The function operates on source and destination regions of interest. The affine warp function transforms the source image pixel coordinates \f$(x,y)\f$ according to the following formulas: \f[ X_{new} = C_{00} * x + C_{01} * y + C_{02} \qquad Y_{new} = C_{10} * x + C_{11} * y + C_{12} \qquad \f] The transformed part of the source image is resampled using the specified interpolation method and written to the destination ROI. The functions nppiGetAffineQuad and nppiGetAffineBound can help with destination ROI specification. NPPI specific recommendation: The function operates using 2 types of kernels: fast and accurate. The fast method is about 4 times faster than its accurate variant, but does not perform memory access checks and requires the destination ROI to be 64 bytes aligned. Hence any destination ROI is chunked into 3 vertical stripes: the first and the third are processed by accurate kernels and the central one is processed by the fast one. In order to get the maximum available speed of execution, the projection of destination ROI onto image addresses must be 64 bytes aligned. This is always true if the values (int)((void *)(pDst + dstRoi.x)) and (int)((void *)(pDst + dstRoi.x + dstRoi.width)) are multiples of 64. Another rule of thumb is to specify destination ROI in such way that left and right sides of the projected image are separated from the ROI by at least 63 bytes from each side. However, this requires the whole ROI to be part of allocated memory. In case when the conditions above are not satisfied, the function may decrease in speed slightly and will return NPP_MISALIGNED_DST_ROI_WARNING warning.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.srcRoi
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.dstRoi
- Destination ROIcoeffs
- 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 srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Affine transform of an image (16bit unsigned integer, three channels)
public static int nppiWarpAffine_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Affine transform of an image (16bit unsigned integer, four channels)
public static int nppiWarpAffine_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Affine transform of an image (16bit unsigned integer, four channels RGBA)
public static int nppiWarpAffine_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Affine transform of an image (16bit unsigned integer, three planes)
public static int nppiWarpAffine_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Affine transform of an image (16bit unsigned integer, four planes)
public static int nppiWarpAffineBack_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, single channel). This function operates using given transform coefficients that can be obtained by using nppiGetAffineTransform function or set explicitly. Thus there is no need to invert coefficients in your application before calling WarpAffineBack. The function operates on source and destination regions of interest. The affine warp function transforms the source image pixel coordinates \f$(x,y)\f$ according to the following formulas: \f[ C_{00} * X_{new} + C_{01} * Y_{new} + C_{02} = x \qquad C_{10} * X_{new} + C_{11} * Y_{new} + C_{12} = y \f] The transformed part of the source image is resampled using the specified interpolation method and written to the destination ROI. The functions nppiGetAffineQuad and nppiGetAffineBound can help with destination ROI specification. NPPI specific recommendation: The function operates using 2 types of kernels: fast and accurate. The fast method is about 4 times faster than its accurate variant, but doesn't perform memory access checks and requires the destination ROI to be 64 bytes aligned. Hence any destination ROI is chunked into 3 vertical stripes: the first and the third are processed by accurate kernels and the central one is processed by the fast one. In order to get the maximum available speed of execution, the projection of destination ROI onto image addresses must be 64 bytes aligned. This is always true if the values (int)((void *)(pDst + dstRoi.x)) and (int)((void *)(pDst + dstRoi.x + dstRoi.width)) are multiples of 64. Another rule of thumb is to specify destination ROI in such way that left and right sides of the projected image are separated from the ROI by at least 63 bytes from each side. However, this requires the whole ROI to be part of allocated memory. In case when the conditions above are not satisfied, the function may decrease in speed slightly and will return NPP_MISALIGNED_DST_ROI_WARNING warning.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.srcRoi
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.dstRoi
- Destination ROIcoeffs
- 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 srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, three channels)
public static int nppiWarpAffineBack_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, four channels)
public static int nppiWarpAffineBack_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, four channels RGBA)
public static int nppiWarpAffineBack_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, three planes)
public static int nppiWarpAffineBack_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, four planes)
public static int nppiWarpAffineQuad_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Affine transform of an image (16bit unsigned integer, single channel). This function performs affine warping of a the specified quadrangle in the source image to the specified quadrangle in the destination image. The function nppiWarpAffineQuad uses the same formulas for pixel mapping as in nppiWarpAffine function. The transform coefficients are computed internally. The transformed part of the source image is resampled using the specified interpolation method and written to the destination ROI. NPPI specific recommendation: The function operates using 2 types of kernels: fast and accurate. The fast method is about 4 times faster than its accurate variant, but doesn't perform memory access checks and requires the destination ROI to be 64 bytes aligned. Hence any destination ROI is chunked into 3 vertical stripes: the first and the third are processed by accurate kernels and the central one is processed by the fast one. In order to get the maximum available speed of execution, the projection of destination ROI onto image addresses must be 64 bytes aligned. This is always true if the values (int)((void *)(pDst + dstRoi.x)) and (int)((void *)(pDst + dstRoi.x + dstRoi.width)) are multiples of 64. Another rule of thumb is to specify destination ROI in such way that left and right sides of the projected image are separated from the ROI by at least 63 bytes from each side. However, this requires the whole ROI to be part of allocated memory. In case when the conditions above are not satisfied, the function may decrease in speed slightly and will return NPP_MISALIGNED_DST_ROI_WARNING warning.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.srcRoi
- Source ROIsrcQuad
- Source quadranglepDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.dstRoi
- Destination ROIdstQuad
- Destination quadrangleeInterpolation
- 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 srcRoi, double[][] srcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Affine transform of an image (16bit unsigned integer, three channels).
public static int nppiWarpAffineQuad_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Affine transform of an image (16bit unsigned integer, four channels).
public static int nppiWarpAffineQuad_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Affine transform of an image (16bit unsigned integer, four channels RGBA).
public static int nppiWarpAffineQuad_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Affine transform of an image (16bit unsigned integer, three planes).
public static int nppiWarpAffineQuad_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Affine transform of an image (16bit unsigned integer, four planes).
public static int nppiWarpAffine_32f_C1R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Affine transform of an image (32bit float, single channel). This function operates using given transform coefficients that can be obtained by using nppiGetAffineTransform function or set explicitly. The function operates on source and destination regions of interest. The affine warp function transforms the source image pixel coordinates \f$(x,y)\f$ according to the following formulas: \f[ X_{new} = C_{00} * x + C_{01} * y + C_{02} \qquad Y_{new} = C_{10} * x + C_{11} * y + C_{12} \qquad \f] The transformed part of the source image is resampled using the specified interpolation method and written to the destination ROI. The functions nppiGetAffineQuad and nppiGetAffineBound can help with destination ROI specification.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.srcRoi
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.dstRoi
- Destination ROIcoeffs
- 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 srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Affine transform of an image (32bit float, three channels).
public static int nppiWarpAffine_32f_C4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Affine transform of an image (32bit float, four channels).
public static int nppiWarpAffine_32f_AC4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Affine transform of an image (32bit float, four channels RGBA).
public static int nppiWarpAffine_32f_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Affine transform of an image (32bit float, three planes).
public static int nppiWarpAffine_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Affine transform of an image (32bit float, four planes).
public static int nppiWarpAffineBack_32f_C1R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse affine transform of an image (32bit float, single channel). This function operates using given transform coefficients that can be obtained by using nppiGetAffineTransform function or set explicitly. Thus there is no need to invert coefficients in your application before calling WarpAffineBack. The function operates on source and destination regions of interest. The affine warp function transforms the source image pixel coordinates \f$(x,y)\f$ according to the following formulas: \f[ C_{00} * X_{new} + C_{01} * Y_{new} + C_{02} = x \qquad C_{10} * X_{new} + C_{11} * Y_{new} + C_{12} = y \f] The transformed part of the source image is resampled using the specified interpolation method and written to the destination ROI. The functions nppiGetAffineQuad and nppiGetAffineBound can help with destination ROI specification.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.srcRoi
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.dstRoi
- Destination ROIcoeffs
- Affine transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineBack_32f_C3R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse affine transform of an image (32bit float, three channels).
public static int nppiWarpAffineBack_32f_C4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse affine transform of an image (32bit float, four channels).
public static int nppiWarpAffineBack_32f_AC4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse affine transform of an image (32bit float, four channels RGBA).
public static int nppiWarpAffineBack_32f_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse affine transform of an image (32bit float, three planes).
public static int nppiWarpAffineBack_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse affine transform of an image (32bit float, four planes).
public static int nppiWarpAffineQuad_32f_C1R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Affine transform of an image (32bit float, single channel). This function performs affine warping of a the specified quadrangle in the source image to the specified quadrangle in the destination image. The function nppiWarpAffineQuad uses the same formulas for pixel mapping as in nppiWarpAffine function. The transform coefficients are computed internally. The transformed part of the source image is resampled using the specified interpolation method and written to the destination ROI.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.srcRoi
- Source ROIsrcQuad
- Source quadranglepDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.dstRoi
- Destination ROIdstQuad
- Destination quadrangleeInterpolation
- 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 srcRoi, double[][] srcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Affine transform of an image (32bit float, three channels).
public static int nppiWarpAffineQuad_32f_C4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Affine transform of an image (32bit float, four channels).
public static int nppiWarpAffineQuad_32f_AC4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Affine transform of an image (32bit float, four channels RGBA).
public static int nppiWarpAffineQuad_32f_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Affine transform of an image (32bit float, three planes).
public static int nppiWarpAffineQuad_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Affine transform of an image (32bit float, four planes).
public static int nppiWarpAffine_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Affine transform of an image (32bit signed integer, single channel). This function operates using given transform coefficients that can be obtained by using nppiGetAffineTransform function or set explicitly. The function operates on source and destination regions of interest. The affine warp function transforms the source image pixel coordinates \f$(x,y)\f$ according to the following formulas: \f[ X_{new} = C_{00} * x + C_{01} * y + C_{02} \qquad Y_{new} = C_{10} * x + C_{11} * y + C_{12} \qquad \f] The transformed part of the source image is resampled using the specified interpolation method and written to the destination ROI. The functions nppiGetAffineQuad and nppiGetAffineBound can help with destination ROI specification.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.srcRoi
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.dstRoi
- Destination ROIcoeffs
- 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 srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int interpolation)
Affine transform of an image (32bit signed integer, three channels).
public static int nppiWarpAffine_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Affine transform of an image (32bit signed integer, four channels).
public static int nppiWarpAffine_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Affine transform of an image (32bit signed integer, four channels RGBA).
public static int nppiWarpAffine_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Affine transform of an image (32bit signed integer, three planes).
public static int nppiWarpAffine_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Affine transform of an image (32bit signed integer, four planes).
public static int nppiWarpAffineBack_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse affine transform of an image (32bit signed integer, single channel). This function operates using given transform coefficients that can be obtained by using nppiGetAffineTransform function or set explicitly. Thus there is no need to invert coefficients in your application before calling WarpAffineBack. The function operates on source and destination regions of interest. The affine warp function transforms the source image pixel coordinates \f$(x,y)\f$ according to the following formulas: \f[ C_{00} * X_{new} + C_{01} * Y_{new} + C_{02} = x \qquad C_{10} * X_{new} + C_{11} * Y_{new} + C_{12} = y \f] The transformed part of the source image is resampled using the specified interpolation method and written to the destination ROI. The functions nppiGetAffineQuad and nppiGetAffineBound can help with destination ROI specification.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.srcRoi
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.dstRoi
- Destination ROIcoeffs
- 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 srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse affine transform of an image (32bit signed integer, three channels).
public static int nppiWarpAffineBack_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse affine transform of an image (32bit signed integer, four channels).
public static int nppiWarpAffineBack_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse affine transform of an image (32bit signed integer, four channels RGBA).
public static int nppiWarpAffineBack_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse affine transform of an image (32bit signed integer, three planes).
public static int nppiWarpAffineBack_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse affine transform of an image (32bit signed integer, four planes).
public static int nppiWarpAffineQuad_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Affine transform of an image (32bit signed integer, single channel). This function performs affine warping of a the specified quadrangle in the source image to the specified quadrangle in the destination image. The function nppiWarpAffineQuad uses the same formulas for pixel mapping as in nppiWarpAffine function. The transform coefficients are computed internally. The transformed part of the source image is resampled using the specified interpolation method and written to the destination ROI.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.srcRoi
- Source ROIsrcQuad
- Source quadranglepDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.dstRoi
- Destination ROIdstQuad
- Destination quadrangleeInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpAffineQuad_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Affine transform of an image (32bit signed integer, three channels).
public static int nppiWarpAffineQuad_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Affine transform of an image (32bit signed integer, four channels).
public static int nppiWarpAffineQuad_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Affine transform of an image (32bit signed integer, four channels RGBA).
public static int nppiWarpAffineQuad_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Affine transform of an image (32bit signed integer, three planes).
public static int nppiWarpAffineQuad_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Affine transform of an image (32bit signed integer, four planes).
public static int nppiGetPerspectiveTransform(NppiRect srcRoi, double[][] quad, double[][] coeffs)
Calculates perspective transform coefficients given source rectangular ROI and its destination quadrangle projection
srcRoi
- Source ROIquad
- Destination quadranglecoeffs
- Perspective transform coefficients
public static int nppiGetPerspectiveQuad(NppiRect srcRoi, double[][] quad, double[][] coeffs)
Calculates perspective transform projection of given source rectangular ROI
srcRoi
- Source ROIquad
- Destination quadranglecoeffs
- Perspective transform coefficients
public static int nppiGetPerspectiveBound(NppiRect srcRoi, double[][] bound, double[][] coeffs)
Calculates bounding box of the perspective transform projection of the given source rectangular ROI
srcRoi
- Source ROIbound
- Bounding box of the transformed source ROIcoeffs
- Perspective transform coefficients
public static int nppiWarpPerspective_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Perspective transform of an image (8bit unsigned integer, single channel). This function operates using given transform coefficients that can be obtained by using nppiGetPerspectiveTransform function or set explicitly. The function operates on source and destination regions of interest. The perspective warp function transforms the source image pixel coordinates \f$(x,y)\f$ according to the following formulas: \f[ X_{new} = \frac{C_{00} * x + C_{01} * y + C_{02}}{C_{20} * x + C_{21} * y + C_{22}} \qquad Y_{new} = \frac{C_{10} * x + C_{11} * y + C_{12}}{C_{20} * x + C_{21} * y + C_{22}} \f] The transformed part of the source image is resampled using the specified interpolation method and written to the destination ROI. The functions nppiGetPerspectiveQuad and nppiGetPerspectiveBound can help with destination ROI specification. NPPI specific recommendation: The function operates using 2 types of kernels: fast and accurate. The fast method is about 4 times faster than its accurate variant, but does not perform memory access checks and requires the destination ROI to be 64 bytes aligned. Hence any destination ROI is chunked into 3 vertical stripes: the first and the third are processed by accurate kernels and the central one is processed by the fast one. In order to get the maximum available speed of execution, the projection of destination ROI onto image addresses must be 64 bytes aligned. This is always true if the values (int)((void *)(pDst + dstRoi.x)) and (int)((void *)(pDst + dstRoi.x + dstRoi.width)) are multiples of 64. Another rule of thumb is to specify destination ROI in such way that left and right sides of the projected image are separated from the ROI by at least 63 bytes from each side. However, this requires the whole ROI to be part of allocated memory. In case when the conditions above are not satisfied, the function may decrease in speed slightly and will return NPP_MISALIGNED_DST_ROI_WARNING warning.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.srcRoi
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.dstRoi
- Destination ROIcoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspective_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Perspective transform of an image (8bit unsigned integer, three channels).
public static int nppiWarpPerspective_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four channels).
public static int nppiWarpPerspective_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four channels RGBA).
public static int nppiWarpPerspective_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Perspective transform of an image (8bit unsigned integer, three planes).
public static int nppiWarpPerspective_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four planes).
public static int nppiWarpPerspectiveBack_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, single channel). This function operates using given transform coefficients that can be obtained by using nppiGetPerspectiveTransform function or set explicitly. Thus there is no need to invert coefficients in your application before calling WarpPerspectiveBack. The function operates on source and destination regions of interest. The perspective warp function transforms the source image pixel coordinates \f$(x,y)\f$ according to the following formulas: \f[ \frac{C_{00} * X_{new} + C_{01} * Y_{new} + C_{02}}{C_{20} * X_{new} + C_{21} * Y_{new} + C_{22}} = x \qquad \frac{C_{10} * X_{new} + C_{11} * Y_{new} + C_{12}}{C_{20} * X_{new} + C_{21} * Y_{new} + C_{22}} = y \f] The transformed part of the source image is resampled using the specified interpolation method and written to the destination ROI. The functions nppiGetPerspectiveQuad and nppiGetPerspectiveBound can help with destination ROI specification. NPPI specific recommendation: The function operates using 2 types of kernels: fast and accurate. The fast method is about 4 times faster than its accurate variant, but does not perform memory access checks and requires the destination ROI to be 64 bytes aligned. Hence any destination ROI is chunked into 3 vertical stripes: the first and the third are processed by accurate kernels and the central one is processed by the fast one. In order to get the maximum available speed of execution, the projection of destination ROI onto image addresses must be 64 bytes aligned. This is always true if the values (int)((void *)(pDst + dstRoi.x)) and (int)((void *)(pDst + dstRoi.x + dstRoi.width)) are multiples of 64. Another rule of thumb is to specify destination ROI in such way that left and right sides of the projected image are separated from the ROI by at least 63 bytes from each side. However, this requires the whole ROI to be part of allocated memory. In case when the conditions above are not satisfied, the function may decrease in speed slightly and will return NPP_MISALIGNED_DST_ROI_WARNING warning.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.srcRoi
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.dstRoi
- Destination ROIcoeffs
- 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 srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, three channels).
public static int nppiWarpPerspectiveBack_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, four channels).
public static int nppiWarpPerspectiveBack_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, four channels RGBA).
public static int nppiWarpPerspectiveBack_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, three planes).
public static int nppiWarpPerspectiveBack_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, four planes).
public static int nppiWarpPerspectiveQuad_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Perspective transform of an image (8bit unsigned integer, single channel). This function performs perspective warping of a the specified quadrangle in the source image to the specified quadrangle in the destination image. The function nppiWarpPerspectiveQuad uses the same formulas for pixel mapping as in nppiWarpPerspective function. The transform coefficients are computed internally. The transformed part of the source image is resampled using the specified interpolation method and written to the destination ROI. NPPI specific recommendation: The function operates using 2 types of kernels: fast and accurate. The fast method is about 4 times faster than its accurate variant, but does not perform memory access checks and requires the destination ROI to be 64 bytes aligned. Hence any destination ROI is chunked into 3 vertical stripes: the first and the third are processed by accurate kernels and the central one is processed by the fast one. In order to get the maximum available speed of execution, the projection of destination ROI onto image addresses must be 64 bytes aligned. This is always true if the values (int)((void *)(pDst + dstRoi.x)) and (int)((void *)(pDst + dstRoi.x + dstRoi.width)) are multiples of 64. Another rule of thumb is to specify destination ROI in such way that left and right sides of the projected image are separated from the ROI by at least 63 bytes from each side. However, this requires the whole ROI to be part of allocated memory. In case when the conditions above are not satisfied, the function may decrease in speed slightly and will return NPP_MISALIGNED_DST_ROI_WARNING warning.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.srcRoi
- Source ROIsrcQuad
- Source quadranglepDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.dstRoi
- Destination ROIdstQuad
- Destination quadrangleeInterpolation
- 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 srcRoi, double[][] srcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Perspective transform of an image (8bit unsigned integer, three channels).
public static int nppiWarpPerspectiveQuad_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four channels).
public static int nppiWarpPerspectiveQuad_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four channels RGBA).
public static int nppiWarpPerspectiveQuad_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Perspective transform of an image (8bit unsigned integer, three planes).
public static int nppiWarpPerspectiveQuad_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four planes).
public static int nppiWarpPerspective_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Perspective transform of an image (16bit unsigned integer, single channel). This function operates using given transform coefficients that can be obtained by using nppiGetPerspectiveTransform function or set explicitly. The function operates on source and destination regions of interest. The perspective warp function transforms the source image pixel coordinates \f$(x,y)\f$ according to the following formulas: \f[ X_{new} = \frac{C_{00} * x + C_{01} * y + C_{02}}{C_{20} * x + C_{21} * y + C_{22}} \qquad Y_{new} = \frac{C_{10} * x + C_{11} * y + C_{12}}{C_{20} * x + C_{21} * y + C_{22}} \f] The transformed part of the source image is resampled using the specified interpolation method and written to the destination ROI. The functions nppiGetPerspectiveQuad and nppiGetPerspectiveBound can help with destination ROI specification. NPPI specific recommendation: The function operates using 2 types of kernels: fast and accurate. The fast method is about 4 times faster than its accurate variant, but does not perform memory access checks and requires the destination ROI to be 64 bytes aligned. Hence any destination ROI is chunked into 3 vertical stripes: the first and the third are processed by accurate kernels and the central one is processed by the fast one. In order to get the maximum available speed of execution, the projection of destination ROI onto image addresses must be 64 bytes aligned. This is always true if the values (int)((void *)(pDst + dstRoi.x)) and (int)((void *)(pDst + dstRoi.x + dstRoi.width)) are multiples of 64. Another rule of thumb is to specify destination ROI in such way that left and right sides of the projected image are separated from the ROI by at least 63 bytes from each side. However, this requires the whole ROI to be part of allocated memory. In case when the conditions above are not satisfied, the function may decrease in speed slightly and will return NPP_MISALIGNED_DST_ROI_WARNING warning.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.srcRoi
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.dstRoi
- Destination ROIcoeffs
- 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 srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Perspective transform of an image (16bit unsigned integer, three channels)
public static int nppiWarpPerspective_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four channels)
public static int nppiWarpPerspective_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four channels RGBA)
public static int nppiWarpPerspective_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Perspective transform of an image (16bit unsigned integer, three planes)
public static int nppiWarpPerspective_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four planes)
public static int nppiWarpPerspectiveBack_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, single channel). This function operates using given transform coefficients that can be obtained by using nppiGetPerspectiveTransform function or set explicitly. Thus there is no need to invert coefficients in your application before calling WarpPerspectiveBack. The function operates on source and destination regions of interest. The perspective warp function transforms the source image pixel coordinates \f$(x,y)\f$ according to the following formulas: \f[ \frac{C_{00} * X_{new} + C_{01} * Y_{new} + C_{02}}{C_{20} * X_{new} + C_{21} * Y_{new} + C_{22}} = x \qquad \frac{C_{10} * X_{new} + C_{11} * Y_{new} + C_{12}}{C_{20} * X_{new} + C_{21} * Y_{new} + C_{22}} = y \f] The transformed part of the source image is resampled using the specified interpolation method and written to the destination ROI. The functions nppiGetPerspectiveQuad and nppiGetPerspectiveBound can help with destination ROI specification. NPPI specific recommendation: The function operates using 2 types of kernels: fast and accurate. The fast method is about 4 times faster than its accurate variant, but does not perform memory access checks and requires the destination ROI to be 64 bytes aligned. Hence any destination ROI is chunked into 3 vertical stripes: the first and the third are processed by accurate kernels and the central one is processed by the fast one. In order to get the maximum available speed of execution, the projection of destination ROI onto image addresses must be 64 bytes aligned. This is always true if the values (int)((void *)(pDst + dstRoi.x)) and (int)((void *)(pDst + dstRoi.x + dstRoi.width)) are multiples of 64. Another rule of thumb is to specify destination ROI in such way that left and right sides of the projected image are separated from the ROI by at least 63 bytes from each side. However, this requires the whole ROI to be part of allocated memory. In case when the conditions above are not satisfied, the function may decrease in speed slightly and will return NPP_MISALIGNED_DST_ROI_WARNING warning.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.srcRoi
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.dstRoi
- Destination ROIcoeffs
- 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 srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, three channels)
public static int nppiWarpPerspectiveBack_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, four channels)
public static int nppiWarpPerspectiveBack_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, four channels RGBA)
public static int nppiWarpPerspectiveBack_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, three planes)
public static int nppiWarpPerspectiveBack_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, four planes)
public static int nppiWarpPerspectiveQuad_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Perspective transform of an image (16bit unsigned integer, single channel). This function performs perspective warping of a the specified quadrangle in the source image to the specified quadrangle in the destination image. The function nppiWarpPerspectiveQuad uses the same formulas for pixel mapping as in nppiWarpPerspective function. The transform coefficients are computed internally. The transformed part of the source image is resampled using the specified interpolation method and written to the destination ROI. NPPI specific recommendation: The function operates using 2 types of kernels: fast and accurate. The fast method is about 4 times faster than its accurate variant, but does not perform memory access checks and requires the destination ROI to be 64 bytes aligned. Hence any destination ROI is chunked into 3 vertical stripes: the first and the third are processed by accurate kernels and the central one is processed by the fast one. In order to get the maximum available speed of execution, the projection of destination ROI onto image addresses must be 64 bytes aligned. This is always true if the values (int)((void *)(pDst + dstRoi.x)) and (int)((void *)(pDst + dstRoi.x + dstRoi.width)) are multiples of 64. Another rule of thumb is to specify destination ROI in such way that left and right sides of the projected image are separated from the ROI by at least 63 bytes from each side. However, this requires the whole ROI to be part of allocated memory. In case when the conditions above are not satisfied, the function may decrease in speed slightly and will return NPP_MISALIGNED_DST_ROI_WARNING warning.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.srcRoi
- Source ROIsrcQuad
- Source quadranglepDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.dstRoi
- Destination ROIdstQuad
- Destination quadrangleeInterpolation
- 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 srcRoi, double[][] srcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Perspective transform of an image (16bit unsigned integer, three channels).
public static int nppiWarpPerspectiveQuad_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four channels).
public static int nppiWarpPerspectiveQuad_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four channels RGBA).
public static int nppiWarpPerspectiveQuad_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Perspective transform of an image (16bit unsigned integer, three planes).
public static int nppiWarpPerspectiveQuad_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four planes).
public static int nppiWarpPerspective_32f_C1R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Perspective transform of an image (32bit float, single channel). This function operates using given transform coefficients that can be obtained by using nppiGetPerspectiveTransform function or set explicitly. The function operates on source and destination regions of interest. The perspective warp function transforms the source image pixel coordinates \f$(x,y)\f$ according to the following formulas: \f[ X_{new} = \frac{C_{00} * x + C_{01} * y + C_{02}}{C_{20} * x + C_{21} * y + C_{22}} \qquad Y_{new} = \frac{C_{10} * x + C_{11} * y + C_{12}}{C_{20} * x + C_{21} * y + C_{22}} \f] The transformed part of the source image is resampled using the specified interpolation method and written to the destination ROI. The functions nppiGetPerspectiveQuad and nppiGetPerspectiveBound can help with destination ROI specification.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.srcRoi
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.dstRoi
- Destination ROIcoeffs
- Perspective transform coefficientseInterpolation
- Interpolation mode: can be NPPI_INTER_NN,
NPPI_INTER_LINEAR or NPPI_INTER_CUBIC
public static int nppiWarpPerspective_32f_C3R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Perspective transform of an image (32bit float, three channels).
public static int nppiWarpPerspective_32f_C4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Perspective transform of an image (32bit float, four channels).
public static int nppiWarpPerspective_32f_AC4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Perspective transform of an image (32bit float, four channels RGBA).
public static int nppiWarpPerspective_32f_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Perspective transform of an image (32bit float, three planes).
public static int nppiWarpPerspective_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Perspective transform of an image (32bit float, four planes).
public static int nppiWarpPerspectiveBack_32f_C1R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse perspective transform of an image (32bit float, single channel). This function operates using given transform coefficients that can be obtained by using nppiGetPerspectiveTransform function or set explicitly. Thus there is no need to invert coefficients in your application before calling WarpPerspectiveBack. The function operates on source and destination regions of interest. The perspective warp function transforms the source image pixel coordinates \f$(x,y)\f$ according to the following formulas: \f[ \frac{C_{00} * X_{new} + C_{01} * Y_{new} + C_{02}}{C_{20} * X_{new} + C_{21} * Y_{new} + C_{22}} = x \qquad \frac{C_{10} * X_{new} + C_{11} * Y_{new} + C_{12}}{C_{20} * X_{new} + C_{21} * Y_{new} + C_{22}} = y \f] The transformed part of the source image is resampled using the specified interpolation method and written to the destination ROI. The functions nppiGetPerspectiveQuad and nppiGetPerspectiveBound can help with destination ROI specification.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.srcRoi
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.dstRoi
- Destination ROIcoeffs
- 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 srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse perspective transform of an image (32bit float, three channels).
public static int nppiWarpPerspectiveBack_32f_C4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse perspective transform of an image (32bit float, four channels).
public static int nppiWarpPerspectiveBack_32f_AC4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse perspective transform of an image (32bit float, four channels RGBA).
public static int nppiWarpPerspectiveBack_32f_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse perspective transform of an image (32bit float, three planes).
public static int nppiWarpPerspectiveBack_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse perspective transform of an image (32bit float, four planes).
public static int nppiWarpPerspectiveQuad_32f_C1R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Perspective transform of an image (32bit float, single channel). This function performs perspective warping of a the specified quadrangle in the source image to the specified quadrangle in the destination image. The function nppiWarpPerspectiveQuad uses the same formulas for pixel mapping as in nppiWarpPerspective function. The transform coefficients are computed internally. The transformed part of the source image is resampled using the specified interpolation method and written to the destination ROI.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.srcRoi
- Source ROIsrcQuad
- Source quadranglepDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.dstRoi
- Destination ROIdstQuad
- Destination quadrangleeInterpolation
- 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 srcRoi, double[][] srcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Perspective transform of an image (32bit float, three channels).
public static int nppiWarpPerspectiveQuad_32f_C4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Perspective transform of an image (32bit float, four channels).
public static int nppiWarpPerspectiveQuad_32f_AC4R(TypedPointer<Npp32f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32f> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Perspective transform of an image (32bit float, four channels RGBA).
public static int nppiWarpPerspectiveQuad_32f_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Perspective transform of an image (32bit float, three planes).
public static int nppiWarpPerspectiveQuad_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Perspective transform of an image (32bit float, four planes).
public static int nppiWarpPerspective_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Perspective transform of an image (32bit signed integer, single channel). This function operates using given transform coefficients that can be obtained by using nppiGetPerspectiveTransform function or set explicitly. The function operates on source and destination regions of interest. The perspective warp function transforms the source image pixel coordinates \f$(x,y)\f$ according to the following formulas: \f[ X_{new} = \frac{C_{00} * x + C_{01} * y + C_{02}}{C_{20} * x + C_{21} * y + C_{22}} \qquad Y_{new} = \frac{C_{10} * x + C_{11} * y + C_{12}}{C_{20} * x + C_{21} * y + C_{22}} \f] The transformed part of the source image is resampled using the specified interpolation method and written to the destination ROI. The functions nppiGetPerspectiveQuad and nppiGetPerspectiveBound can help with destination ROI specification.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.srcRoi
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.dstRoi
- Destination ROIcoeffs
- 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 srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Perspective transform of an image (32bit signed integer, three channels).
public static int nppiWarpPerspective_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Perspective transform of an image (32bit signed integer, four channels).
public static int nppiWarpPerspective_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Perspective transform of an image (32bit signed integer, four channels RGBA).
public static int nppiWarpPerspective_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Perspective transform of an image (32bit signed integer, three planes).
public static int nppiWarpPerspective_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Perspective transform of an image (32bit signed integer, four planes).
public static int nppiWarpPerspectiveBack_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, single channel). This function operates using given transform coefficients that can be obtained by using nppiGetPerspectiveTransform function or set explicitly. Thus there is no need to invert coefficients in your application before calling WarpPerspectiveBack. The function operates on source and destination regions of interest. The perspective warp function transforms the source image pixel coordinates \f$(x,y)\f$ according to the following formulas: \f[ \frac{C_{00} * X_{new} + C_{01} * Y_{new} + C_{02}}{C_{20} * X_{new} + C_{21} * Y_{new} + C_{22}} = x \qquad \frac{C_{10} * X_{new} + C_{11} * Y_{new} + C_{12}}{C_{20} * X_{new} + C_{21} * Y_{new} + C_{22}} = y \f] The transformed part of the source image is resampled using the specified interpolation method and written to the destination ROI. The functions nppiGetPerspectiveQuad and nppiGetPerspectiveBound can help with destination ROI specification.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.srcRoi
- Source ROIpDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.dstRoi
- Destination ROIcoeffs
- 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 srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, three channels).
public static int nppiWarpPerspectiveBack_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, four channels).
public static int nppiWarpPerspectiveBack_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, four channels RGBA).
public static int nppiWarpPerspectiveBack_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, three planes).
public static int nppiWarpPerspectiveBack_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect dstRoi, double[][] coeffs, int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, four planes).
public static int nppiWarpPerspectiveQuad_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Perspective transform of an image (32bit signed integer, single channel). This function performs perspective warping of a the specified quadrangle in the source image to the specified quadrangle in the destination image. The function nppiWarpPerspectiveQuad uses the same formulas for pixel mapping as in nppiWarpPerspective function. The transform coefficients are computed internally. The transformed part of the source image is resampled using the specified interpolation method and written to the destination ROI.
pSrc
- \ref source_image_pointer.oSrcSize
- Size of source image in pixelsnSrcStep
- \ref source_image_line_step.srcRoi
- Source ROIsrcQuad
- Source quadranglepDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.dstRoi
- Destination ROIdstQuad
- Destination quadrangleeInterpolation
- 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 srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Perspective transform of an image (32bit signed integer, three channels).
public static int nppiWarpPerspectiveQuad_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Perspective transform of an image (32bit signed integer, four channels).
public static int nppiWarpPerspectiveQuad_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Perspective transform of an image (32bit signed integer, four channels RGBA).
public static int nppiWarpPerspectiveQuad_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Perspective transform of an image (32bit signed integer, three planes).
public static int nppiWarpPerspectiveQuad_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect srcRoi, double[][] srcQuad, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect dstRoi, double[][] dstQuad, int eInterpolation)
Perspective transform of an image (32bit signed integer, four planes).
public static int nppiRGBToYCbCr_8u_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to packed YCbCr color conversion.
pSrc
- \ref 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_C3C2R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned RGB to 2 channel chroma packed YCbCr422 color conversion. images.
pSrc
- \ref 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 nppiRGBToYCbCr420_8u_C3P3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int[] nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed RGB to planar YCbCr420 color conversion.
pSrc
- \ref 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)
3 channel planar 8-bit unsigned RGB to 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 RGB to YCbCr color conversion, ignoring 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_C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned packed YCbCr to 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_P3R(TypedPointer<Npp8u>[] pSrc, int nSrcStep, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr to 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 to RGB 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 nppiYCbCr422ToRGB_8u_C2C3R(TypedPointer<Npp8u> pSrc, int nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
2 channel 8-bit unsigned YCbCr422 to 3 channel packed RGB color conversion. images.
pSrc
- \ref 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 nppiYCbCr420ToRGB_8u_P3C3R(TypedPointer<Npp8u>[] pSrc, int[] nSrcStep, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr420 to packed RGB color conversion.
pSrc
- \ref 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 nppiYCbCr422ToYCbCr420_8u_P3R(TypedPointer<Npp8u>[] pSrc, int[] nSrcStep, TypedPointer<Npp8u>[] pDst, int[] nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr:422 to YCbCr:420 resampling.
pSrc
- \ref 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 nppiYCbCr422ToYCbCr411_8u_P3R(TypedPointer<Npp8u>[] pSrc, int[] nSrcStep, TypedPointer<Npp8u>[] pDst, int[] nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr:422 to YCbCr:411 resampling.
pSrc
- \ref 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 nppiYCbCr420ToYCbCr422_8u_P3R(TypedPointer<Npp8u>[] pSrc, int[] nSrcStep, TypedPointer<Npp8u>[] pDst, int[] nDstStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr:420 to YCbCr:422 resampling.
pSrc
- \ref 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[] aSrcStep, TypedPointer<Npp8u> pDstY, int nDstYStep, TypedPointer<Npp8u> pDstCbCr, int nDstCbCrStep, NppiSize oSizeROI)
3 channel 8-bit unsigned planar YCbCr:420 to YCbCr:411 resampling.
pSrc
- Array of pointers to the source image planes.aSrcStep
- Array with distances in bytes between starts of consecutive
lines of the source image planes.pDstY
- \ref destination_image_pointer. Y-channel.nDstYStep
- \ref destination_image_line_step. Y-channel.pDstCbCr
- \ref destination_image_pointer. CbCr image.nDstCbCrStep
- \ref destination_image_line_step. CbCr image.oSizeROI
- \ref roi_specification.
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.
pSrc
- \ref 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 valuespLevels
- Pointer to an array of user defined INPUT valuesnLevels
- 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.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.pValues
- Double pointer to an [3] of arrays of user defined OUTPUT
values per CHANNELpLevels
- Double pointer to an [3] of arrays of user defined INPUT
values per CHANNELnLevels
- A [3] array of user defined input/output mapping points
(levels) per 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.
pSrc
- \ref source_image_pointer.nSrcStep
- \ref source_image_line_step.pDst
- \ref destination_image_pointer.nDstStep
- \ref destination_image_line_step.oSizeROI
- \ref roi_specification.pValues
- Double pointer to an [4] of arrays of user defined OUTPUT
values per CHANNELpLevels
- Double pointer to an [4] of arrays of user defined INPUT
values per CHANNELnLevels
- A [4] array of user defined input/output mapping points
(levels) per CHANNEL
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)
Initializes graph-cut state structure and allocates additional resources for graph-cut with 8 neighborhood labeling.
oSize
- Graph sizeppState
- Pointer to pointer to graph-cut state structure.pDeviceMem
- pDeviceMem to the sufficient amount of device memory. The CUDA runtime or NPP memory allocators
must be used to allocate this memory. The minimum amount of device memory required
to run graph-cut on a for a specific image size is computed by nppiGraphcutGetSize().
nppiGraphcut_32s8u(), nppiGraphcutGetSize().
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)
Graphcut of a flow network (32bit signed integer edge capacities). The function computes the minimal cut (graphcut) of a 2D regular 4-connected graph. The inputs are the capacities of the horizontal (in transposed form), vertical and terminal (source and sink) edges. The capacities to source and sink are stored as capacity differences in the terminals array ( terminals(x) = source(x) - sink(x) ). The implementation assumes that the edge capacities for boundary edges that would connect to nodes outside the specified domain are set to 0 (for example left(0,*) == 0). If this is not fulfilled the computed labeling may be wrong! The computed binary labeling is encoded as unsigned 8bit values (0 / 255).
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_32s8u(TypedPointer<Npp32s> pTerminals, TypedPointer<Npp32s> pLeftTransposed, TypedPointer<Npp32s> pRightTransposed, TypedPointer<Npp32s> pTop, TypedPointer<Npp32s> pTopLeft, TypedPointer<Npp32s> pTopRight, TypedPointer<Npp32s> pBottom, TypedPointer<Npp32s> pBottomLeft, TypedPointer<Npp32s> pBottomRight, int nStep, int nTransposedStep, NppiSize size, TypedPointer<Npp8u> pLabel, int nLabelStep, NppiGraphcutState pState)
Graphcut of a flow network (32bit signed integer edge capacities). The function computes the minimal cut (graphcut) of a 2D regular 8-connected graph. The inputs are the capacities of the horizontal (in transposed form), vertical and terminal (source and sink) edges. The capacities to source and sink are stored as capacity differences in the terminals array ( terminals(x) = source(x) - sink(x) ). The implementation assumes that the edge capacities for boundary edges that would connect to nodes outside the specified domain are set to 0 (for example left(0,*) == 0). If this is not fulfilled the computed labeling may be wrong! The computed binary labeling is encoded as unsigned 8bit values (0 / 255).
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().
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |