|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Npp32f | |
---|---|
jcuda.jnpp | Contains the classes of JNpp. |
Uses of Npp32f in jcuda.jnpp |
---|
Methods in jcuda.jnpp that return types with arguments of type Npp32f | |
---|---|
static TypedPointer<Npp32f> |
JNppi.nppiMalloc_32f_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
32-bit floating point image memory allocator. |
static TypedPointer<Npp32f> |
JNppi.nppiMalloc_32f_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
2 channel 32-bit floating point image memory allocator. |
static TypedPointer<Npp32f> |
JNppi.nppiMalloc_32f_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
3 channel 32-bit floating point image memory allocator. |
static TypedPointer<Npp32f> |
JNppi.nppiMalloc_32f_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 32-bit floating point image memory allocator. |
static TypedPointer<Npp32f> |
JNppi.nppiMalloc_32fc_C1(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
32-bit float complex image memory allocator. |
static TypedPointer<Npp32f> |
JNppi.nppiMalloc_32fc_C2(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
2 channel 32-bit float complex image memory allocator. |
static TypedPointer<Npp32f> |
JNppi.nppiMalloc_32fc_C3(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
|
static TypedPointer<Npp32f> |
JNppi.nppiMalloc_32fc_C4(int nWidthPixels,
int nHeightPixels,
int[] pStepBytes)
4 channel 32-bit float complex image memory allocator. |
static TypedPointer<Npp32f> |
JNpps.nppsMalloc_32f(int nSize)
32-bit float signal allocator. |
static TypedPointer<Npp32f> |
JNpps.nppsMalloc_32fc(int nSize)
32-bit complex float signal allocator. |
static TypedPointer<Npp32f> |
TypedPointer.to32f(float[] array)
Creates a new typed pointer to the given array |
Method parameters in jcuda.jnpp with type arguments of type Npp32f | |
---|---|
static int |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.nppiAbs_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image absolute value. |
static int |
JNppi.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 |
JNppi.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 |
JNppi.nppiAbs_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image absolute value. |
static int |
JNppi.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 |
JNppi.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 |
JNppi.nppiAbs_32f_C4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image absolute value. |
static int |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.nppiAdd_32f_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
|
static int |
JNppi.nppiAdd_32f_C3IR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
|
static int |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.nppiAddC_32f_AC4IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image add constant. |
static int |
JNppi.nppiAddC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image add constant. |
static int |
JNppi.nppiAddC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image add constant. |
static int |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.nppiAddC_32f_C3IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image add constant. |
static int |
JNppi.nppiAddC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image add constant. |
static int |
JNppi.nppiAddC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image add constant. |
static int |
JNppi.nppiAddC_32f_C4IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image add constant. |
static int |
JNppi.nppiAddC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image add constant. |
static int |
JNppi.nppiAddC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image add constant. |
static int |
JNppi.nppiAddC_32fc_AC4IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image add constant. |
static int |
JNppi.nppiAddC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image add constant. |
static int |
JNppi.nppiAddC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image add constant. |
static int |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.nppiAddC_32fc_C3IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant. |
static int |
JNppi.nppiAddC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant. |
static int |
JNppi.nppiAddC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant. |
static int |
JNppi.nppiAddC_32fc_C4IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant. |
static int |
JNppi.nppiAddC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant. |
static int |
JNppi.nppiAddC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant. |
static int |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.nppiCompare_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 32-bit signed floating point compare, not affecting Alpha. |
static int |
JNppi.nppiCompare_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 32-bit signed floating point compare, not affecting Alpha. |
static int |
JNppi.nppiCompare_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
1 channel 32-bit floating point image compare. |
static int |
JNppi.nppiCompare_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
1 channel 32-bit floating point image compare. |
static int |
JNppi.nppiCompare_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
3 channel 32-bit floating point image compare. |
static int |
JNppi.nppiCompare_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
3 channel 32-bit floating point image compare. |
static int |
JNppi.nppiCompare_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 32-bit floating point image compare. |
static int |
JNppi.nppiCompare_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 32-bit floating point image compare. |
static int |
JNppi.nppiCompareC_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 32-bit signed floating point compare, not affecting Alpha. |
static int |
JNppi.nppiCompareC_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 32-bit signed floating point compare, not affecting Alpha. |
static int |
JNppi.nppiCompareC_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
float nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
1 channel 32-bit floating point image compare with constant value. |
static int |
JNppi.nppiCompareC_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
3 channel 32-bit floating point image compare with constant value. |
static int |
JNppi.nppiCompareC_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
3 channel 32-bit floating point image compare with constant value. |
static int |
JNppi.nppiCompareC_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 32-bit floating point image compare with constant value. |
static int |
JNppi.nppiCompareC_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eComparisonOperation)
4 channel 32-bit floating point image compare with constant value. |
static int |
JNppi.nppiCompareEqualEps_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float nEpsilon)
4 channel 32-bit signed floating point compare whether two images are equal within epsilon, not affecting Alpha. |
static int |
JNppi.nppiCompareEqualEps_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float nEpsilon)
4 channel 32-bit signed floating point compare whether two images are equal within epsilon, not affecting Alpha. |
static int |
JNppi.nppiCompareEqualEps_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float nEpsilon)
1 channel 32-bit floating point image compare whether two images are equal within epsilon. |
static int |
JNppi.nppiCompareEqualEps_32f_C1R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float nEpsilon)
1 channel 32-bit floating point image compare whether two images are equal within epsilon. |
static int |
JNppi.nppiCompareEqualEps_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float nEpsilon)
3 channel 32-bit floating point image compare whether two images are equal within epsilon. |
static int |
JNppi.nppiCompareEqualEps_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float nEpsilon)
3 channel 32-bit floating point image compare whether two images are equal within epsilon. |
static int |
JNppi.nppiCompareEqualEps_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float nEpsilon)
|
static int |
JNppi.nppiCompareEqualEps_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
TypedPointer<Npp32f> pSrc2,
int nSrc2Step,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float nEpsilon)
|
static int |
JNppi.nppiCompareEqualEpsC_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float nEpsilon)
4 channel 32-bit signed floating point compare whether image and constant are equal within epsilon, not affecting Alpha. |
static int |
JNppi.nppiCompareEqualEpsC_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float nEpsilon)
4 channel 32-bit signed floating point compare whether image and constant are equal within epsilon, not affecting Alpha. |
static int |
JNppi.nppiCompareEqualEpsC_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
float nConstant,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float nEpsilon)
1 channel 32-bit floating point image compare whether image and constant are equal within epsilon. |
static int |
JNppi.nppiCompareEqualEpsC_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float nEpsilon)
|
static int |
JNppi.nppiCompareEqualEpsC_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float nEpsilon)
|
static int |
JNppi.nppiCompareEqualEpsC_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float nEpsilon)
4 channel 32-bit floating point image compare whether image and constant are equal within epsilon. |
static int |
JNppi.nppiCompareEqualEpsC_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pConstants,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
float nEpsilon)
4 channel 32-bit floating point image compare whether image and constant are equal within epsilon. |
static int |
JNppi.nppiConvert_16s32f_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit signed to 32-bit floating-point conversion, not affecting Alpha. |
static int |
JNppi.nppiConvert_16s32f_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 16-bit signed to 32-bit floating-point conversion. |
static int |
JNppi.nppiConvert_16s32f_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 16-bit signed to 32-bit floating-point conversion. |
static int |
JNppi.nppiConvert_16s32f_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit signed to 32-bit floating-point conversion. |
static int |
JNppi.nppiConvert_16u32f_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit unsigned to 32-bit floating-point conversion, not affecting Alpha. |
static int |
JNppi.nppiConvert_16u32f_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
JNppi.nppiConvert_16u32f_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 16-bit unsigned to 32-bit floating-point conversion. |
static int |
JNppi.nppiConvert_16u32f_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 16-bit unsigned to 32-bit floating-point conversion. |
static int |
JNppi.nppiConvert_32f16s_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Four channel 32-bit floating point to 16-bit signed conversion. |
static int |
JNppi.nppiConvert_32f16s_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Single channel 32-bit floating point to 16-bit signed conversion. |
static int |
JNppi.nppiConvert_32f16s_C1RSfs(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
Single channel 32-bit floating point to 16-bit signed conversion. |
static int |
JNppi.nppiConvert_32f16s_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
|
static int |
JNppi.nppiConvert_32f16s_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Four channel 32-bit floating point to 16-bit signed conversion. |
static int |
JNppi.nppiConvert_32f16u_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Four channel 32-bit floating point to 16-bit unsigned conversion, not affecting Alpha. |
static int |
JNppi.nppiConvert_32f16u_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
|
static int |
JNppi.nppiConvert_32f16u_C1RSfs(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
Single channel 32-bit floating point to 16-bit unsigned conversion. |
static int |
JNppi.nppiConvert_32f16u_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Three channel 32-bit floating point to 16-bit unsigned conversion. |
static int |
JNppi.nppiConvert_32f16u_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Four channel 32-bit floating point to 16-bit unsigned conversion. |
static int |
JNppi.nppiConvert_32f32s_C1RSfs(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
|
static int |
JNppi.nppiConvert_32f32u_C1RSfs(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
Single channel 32-bit floating point to 32-bit unsigned conversion. |
static int |
JNppi.nppiConvert_32f8s_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Four channel 32-bit floating point to 8-bit signed conversion, not affecting Alpha. |
static int |
JNppi.nppiConvert_32f8s_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Single channel 32-bit floating point to 8-bit signed conversion. |
static int |
JNppi.nppiConvert_32f8s_C1RSfs(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
Single channel 32-bit floating point to 8-bit signed conversion. |
static int |
JNppi.nppiConvert_32f8s_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Three channel 32-bit floating point to 8-bit signed conversion. |
static int |
JNppi.nppiConvert_32f8s_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Four channel 32-bit floating point to 8-bit signed conversion. |
static int |
JNppi.nppiConvert_32f8u_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Four channel 32-bit floating point to 8-bit unsigned conversion, not affecting Alpha. |
static int |
JNppi.nppiConvert_32f8u_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Single channel 32-bit floating point to 8-bit unsigned conversion. |
static int |
JNppi.nppiConvert_32f8u_C1RSfs(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode,
int nScaleFactor)
|
static int |
JNppi.nppiConvert_32f8u_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Three channel 32-bit floating point to 8-bit unsigned conversion. |
static int |
JNppi.nppiConvert_32f8u_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eRoundMode)
Four channel 32-bit floating point to 8-bit unsigned conversion. |
static int |
JNppi.nppiConvert_32s32f_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit signed to 32-bit floating-point conversion. |
static int |
JNppi.nppiConvert_32u32f_C1R(TypedPointer<Npp32u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit unsigned to 32-bit floating-point conversion. |
static int |
JNppi.nppiConvert_8s32f_AC4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit signed to 32-bit floating-point conversion, not affecting Alpha. |
static int |
JNppi.nppiConvert_8s32f_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 8-bit signed to 32-bit floating-point conversion. |
static int |
JNppi.nppiConvert_8s32f_C3R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
JNppi.nppiConvert_8s32f_C4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit signed to 32-bit floating-point conversion. |
static int |
JNppi.nppiConvert_8u32f_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
JNppi.nppiConvert_8u32f_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 8-bit unsigned to 32-bit floating-point conversion. |
static int |
JNppi.nppiConvert_8u32f_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 8-bit unsigned to 32-bit floating-point conversion. |
static int |
JNppi.nppiConvert_8u32f_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 8-bit unsigned to 32-bit floating-point conversion. |
static int |
JNppi.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 |
JNppi.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 |
JNppi.nppiCopy_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
JNppi.nppiCopy_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.nppiCopy_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit floating point image copy. |
static int |
JNppi.nppiCopy_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit floating point image copy. |
static int |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.nppiCopy_32fc_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit floating-point complex image copy. |
static int |
JNppi.nppiCopy_32fc_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit floating-point complex image copy. |
static int |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.nppiCopy_32fc_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
JNppi.nppiCopy_32fc_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.nppiDivC_32f_AC4IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image divided by constant. |
static int |
JNppi.nppiDivC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image divided by constant. |
static int |
JNppi.nppiDivC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image divided by constant. |
static int |
JNppi.nppiDivC_32f_C1IR(float nConstant,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
|
static int |
JNppi.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 |
JNppi.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 |
JNppi.nppiDivC_32f_C3IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image divided by constant. |
static int |
JNppi.nppiDivC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image divided by constant. |
static int |
JNppi.nppiDivC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image divided by constant. |
static int |
JNppi.nppiDivC_32f_C4IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image divided by constant. |
static int |
JNppi.nppiDivC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image divided by constant. |
static int |
JNppi.nppiDivC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image divided by constant. |
static int |
JNppi.nppiDivC_32fc_AC4IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image divided by constant. |
static int |
JNppi.nppiDivC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image divided by constant. |
static int |
JNppi.nppiDivC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image divided by constant. |
static int |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.nppiDivC_32fc_C3IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant. |
static int |
JNppi.nppiDivC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant. |
static int |
JNppi.nppiDivC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant. |
static int |
JNppi.nppiDivC_32fc_C4IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant. |
static int |
JNppi.nppiDivC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant. |
static int |
JNppi.nppiDivC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant. |
static int |
JNppi.nppiExp_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image exponential. |
static int |
JNppi.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 |
JNppi.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 |
JNppi.nppiExp_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image exponential. |
static int |
JNppi.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 |
JNppi.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 |
JNppi.nppiGraphcut_32f8u(TypedPointer<Npp32f> pTerminals,
TypedPointer<Npp32f> pLeftTransposed,
TypedPointer<Npp32f> pRightTransposed,
TypedPointer<Npp32f> pTop,
TypedPointer<Npp32f> pBottom,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit float edge capacities). |
static int |
JNppi.nppiGraphcut_32f8u(TypedPointer<Npp32f> pTerminals,
TypedPointer<Npp32f> pLeftTransposed,
TypedPointer<Npp32f> pRightTransposed,
TypedPointer<Npp32f> pTop,
TypedPointer<Npp32f> pBottom,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit float edge capacities). |
static int |
JNppi.nppiGraphcut_32f8u(TypedPointer<Npp32f> pTerminals,
TypedPointer<Npp32f> pLeftTransposed,
TypedPointer<Npp32f> pRightTransposed,
TypedPointer<Npp32f> pTop,
TypedPointer<Npp32f> pBottom,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit float edge capacities). |
static int |
JNppi.nppiGraphcut_32f8u(TypedPointer<Npp32f> pTerminals,
TypedPointer<Npp32f> pLeftTransposed,
TypedPointer<Npp32f> pRightTransposed,
TypedPointer<Npp32f> pTop,
TypedPointer<Npp32f> pBottom,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit float edge capacities). |
static int |
JNppi.nppiGraphcut_32f8u(TypedPointer<Npp32f> pTerminals,
TypedPointer<Npp32f> pLeftTransposed,
TypedPointer<Npp32f> pRightTransposed,
TypedPointer<Npp32f> pTop,
TypedPointer<Npp32f> pBottom,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
Graphcut of a flow network (32bit float edge capacities). |
static int |
JNppi.nppiGraphcut8_32f8u(TypedPointer<Npp32f> pTerminals,
TypedPointer<Npp32f> pLeftTransposed,
TypedPointer<Npp32f> pRightTransposed,
TypedPointer<Npp32f> pTop,
TypedPointer<Npp32f> pTopLeft,
TypedPointer<Npp32f> pTopRight,
TypedPointer<Npp32f> pBottom,
TypedPointer<Npp32f> pBottomLeft,
TypedPointer<Npp32f> pBottomRight,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
|
static int |
JNppi.nppiGraphcut8_32f8u(TypedPointer<Npp32f> pTerminals,
TypedPointer<Npp32f> pLeftTransposed,
TypedPointer<Npp32f> pRightTransposed,
TypedPointer<Npp32f> pTop,
TypedPointer<Npp32f> pTopLeft,
TypedPointer<Npp32f> pTopRight,
TypedPointer<Npp32f> pBottom,
TypedPointer<Npp32f> pBottomLeft,
TypedPointer<Npp32f> pBottomRight,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
|
static int |
JNppi.nppiGraphcut8_32f8u(TypedPointer<Npp32f> pTerminals,
TypedPointer<Npp32f> pLeftTransposed,
TypedPointer<Npp32f> pRightTransposed,
TypedPointer<Npp32f> pTop,
TypedPointer<Npp32f> pTopLeft,
TypedPointer<Npp32f> pTopRight,
TypedPointer<Npp32f> pBottom,
TypedPointer<Npp32f> pBottomLeft,
TypedPointer<Npp32f> pBottomRight,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
|
static int |
JNppi.nppiGraphcut8_32f8u(TypedPointer<Npp32f> pTerminals,
TypedPointer<Npp32f> pLeftTransposed,
TypedPointer<Npp32f> pRightTransposed,
TypedPointer<Npp32f> pTop,
TypedPointer<Npp32f> pTopLeft,
TypedPointer<Npp32f> pTopRight,
TypedPointer<Npp32f> pBottom,
TypedPointer<Npp32f> pBottomLeft,
TypedPointer<Npp32f> pBottomRight,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
|
static int |
JNppi.nppiGraphcut8_32f8u(TypedPointer<Npp32f> pTerminals,
TypedPointer<Npp32f> pLeftTransposed,
TypedPointer<Npp32f> pRightTransposed,
TypedPointer<Npp32f> pTop,
TypedPointer<Npp32f> pTopLeft,
TypedPointer<Npp32f> pTopRight,
TypedPointer<Npp32f> pBottom,
TypedPointer<Npp32f> pBottomLeft,
TypedPointer<Npp32f> pBottomRight,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
|
static int |
JNppi.nppiGraphcut8_32f8u(TypedPointer<Npp32f> pTerminals,
TypedPointer<Npp32f> pLeftTransposed,
TypedPointer<Npp32f> pRightTransposed,
TypedPointer<Npp32f> pTop,
TypedPointer<Npp32f> pTopLeft,
TypedPointer<Npp32f> pTopRight,
TypedPointer<Npp32f> pBottom,
TypedPointer<Npp32f> pBottomLeft,
TypedPointer<Npp32f> pBottomRight,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
|
static int |
JNppi.nppiGraphcut8_32f8u(TypedPointer<Npp32f> pTerminals,
TypedPointer<Npp32f> pLeftTransposed,
TypedPointer<Npp32f> pRightTransposed,
TypedPointer<Npp32f> pTop,
TypedPointer<Npp32f> pTopLeft,
TypedPointer<Npp32f> pTopRight,
TypedPointer<Npp32f> pBottom,
TypedPointer<Npp32f> pBottomLeft,
TypedPointer<Npp32f> pBottomRight,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
|
static int |
JNppi.nppiGraphcut8_32f8u(TypedPointer<Npp32f> pTerminals,
TypedPointer<Npp32f> pLeftTransposed,
TypedPointer<Npp32f> pRightTransposed,
TypedPointer<Npp32f> pTop,
TypedPointer<Npp32f> pTopLeft,
TypedPointer<Npp32f> pTopRight,
TypedPointer<Npp32f> pBottom,
TypedPointer<Npp32f> pBottomLeft,
TypedPointer<Npp32f> pBottomRight,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
|
static int |
JNppi.nppiGraphcut8_32f8u(TypedPointer<Npp32f> pTerminals,
TypedPointer<Npp32f> pLeftTransposed,
TypedPointer<Npp32f> pRightTransposed,
TypedPointer<Npp32f> pTop,
TypedPointer<Npp32f> pTopLeft,
TypedPointer<Npp32f> pTopRight,
TypedPointer<Npp32f> pBottom,
TypedPointer<Npp32f> pBottomLeft,
TypedPointer<Npp32f> pBottomRight,
int nStep,
int nTransposedStep,
NppiSize size,
TypedPointer<Npp8u> pLabel,
int nLabelStep,
NppiGraphcutState pState)
|
static int |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.nppiHistogramRange_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32s>[] pHist,
TypedPointer<Npp32f>[] pLevels,
int[] nLevels,
TypedPointer<Npp8u> pBuffer)
3 channel 32-bit float histogram with bins determined by pLevels. |
static int |
JNppi.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 |
JNppi.nppiLn_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image natural logarithm. |
static int |
JNppi.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 |
JNppi.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 |
JNppi.nppiLn_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image natural logarithm. |
static int |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.nppiMagnitudeSqr_32fc32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
JNppi.nppiMagnitudeSqr_32fc32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
JNppi.nppiMax_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMax)
4-channel 32-bit floating point image max (alpha channel is not processed). |
static int |
JNppi.nppiMax_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp32f> pMax)
1-channel 32-bit floating point image max. |
static int |
JNppi.nppiMax_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp32f> pMax)
1-channel 32-bit floating point image max. |
static int |
JNppi.nppiMax_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMax)
3-channel 32-bit floating point image max. |
static int |
JNppi.nppiMax_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMax)
4-channel 32-bit floating point image max. |
static int |
JNppi.nppiMaxIndx_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMax,
int[] aIndexX,
int[] aIndexY)
4-channel 32-bit floating point image max values with their X and Y coordinates (alpha channel is not processed). |
static int |
JNppi.nppiMaxIndx_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp32f> pMax,
int[] pIndexX,
int[] pIndexY)
|
static int |
JNppi.nppiMaxIndx_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp32f> pMax,
int[] pIndexX,
int[] pIndexY)
|
static int |
JNppi.nppiMaxIndx_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMax,
int[] aIndexX,
int[] aIndexY)
3-channel 32-bit floating point image max values with their X and Y coordinates. |
static int |
JNppi.nppiMaxIndx_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMax,
int[] aIndexX,
int[] aIndexY)
4-channel 32-bit floating point image max values with their X and Y coordinates. |
static int |
JNppi.nppiMean_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aMean)
4-channel 32-bit floating point image mean with 64-bit double precision result. |
static int |
JNppi.nppiMean_32f_C1MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean)
1-channel 32-bit floating point image mean with 64-bit double precision result, \ref masked_operation. |
static int |
JNppi.nppiMean_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean)
1-channel 32-bit floating point image mean with 64-bit double precision result. |
static int |
JNppi.nppiMean_32f_C3CMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean)
3-channel 32-bit floating point image mean with 64-bit double precision result, \ref masked_operation, \ref channel_of_interest. |
static int |
JNppi.nppiMean_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aMean)
|
static int |
JNppi.nppiMean_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aMean)
4-channel 32-bit floating point image mean with 64-bit double precision result. |
static int |
JNppi.nppiMean_StdDev_32f_C1MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
1-channel 32-bit floating-point image mean and standard deviation, \ref masked_operation. |
static int |
JNppi.nppiMean_StdDev_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
|
static int |
JNppi.nppiMean_StdDev_32f_C3CMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
3-channel 32-bit floating-point image mean and standard deviation, \ref masked_operation, \ref channel_of_interest. |
static int |
JNppi.nppiMean_StdDev_32f_C3CR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pMean,
TypedPointer<Npp64f> pStdDev)
3-channel 32-bit floating-point image mean and standard deviation, \ref channel_of_interest. |
static int |
JNppi.nppiMin_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMin)
4-channel 32-bit floating point image min (alpha channel is not processed). |
static int |
JNppi.nppiMin_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp32f> pMin)
1-channel 32-bit floating point image min. |
static int |
JNppi.nppiMin_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp32f> pMin)
1-channel 32-bit floating point image min. |
static int |
JNppi.nppiMin_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMin)
3-channel 32-bit floating point image min. |
static int |
JNppi.nppiMin_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMin)
4-channel 32-bit floating point image min. |
static int |
JNppi.nppiMinIndx_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMin,
int[] aIndexX,
int[] aIndexY)
|
static int |
JNppi.nppiMinIndx_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp32f> pMin,
int[] pIndexX,
int[] pIndexY)
1-channel 32-bit floating point image min with its X and Y coordinates. |
static int |
JNppi.nppiMinIndx_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp32f> pMin,
int[] pIndexX,
int[] pIndexY)
1-channel 32-bit floating point image min with its X and Y coordinates. |
static int |
JNppi.nppiMinIndx_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMin,
int[] aIndexX,
int[] aIndexY)
3-channel 32-bit floating point image min values with their X and Y coordinates. |
static int |
JNppi.nppiMinIndx_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
float[] aMin,
int[] aIndexX,
int[] aIndexY)
4-channel 32-bit floating point image min values with their X and Y coordinates. |
static int |
JNppi.nppiMinMax_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
float[] aMin,
float[] aMax,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 32-bit floating point image minimum and maximum values (alpha channel is not calculated). |
static int |
JNppi.nppiMinMax_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pMin,
TypedPointer<Npp32f> pMax,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating point image minimum and maximum values. |
static int |
JNppi.nppiMinMax_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pMin,
TypedPointer<Npp32f> pMax,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating point image minimum and maximum values. |
static int |
JNppi.nppiMinMax_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pMin,
TypedPointer<Npp32f> pMax,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating point image minimum and maximum values. |
static int |
JNppi.nppiMinMax_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
float[] aMin,
float[] aMax,
TypedPointer<Npp8u> pDeviceBuffer)
|
static int |
JNppi.nppiMinMax_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
float[] aMin,
float[] aMax,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 32-bit floating point image minimum and maximum values. |
static int |
JNppi.nppiMinMaxIndx_32f_C1MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pMinValue,
TypedPointer<Npp32f> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating point image minimum and maximum values with their indices, \ref masked_operation. |
static int |
JNppi.nppiMinMaxIndx_32f_C1MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pMinValue,
TypedPointer<Npp32f> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating point image minimum and maximum values with their indices, \ref masked_operation. |
static int |
JNppi.nppiMinMaxIndx_32f_C1MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pMinValue,
TypedPointer<Npp32f> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating point image minimum and maximum values with their indices, \ref masked_operation. |
static int |
JNppi.nppiMinMaxIndx_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pMinValue,
TypedPointer<Npp32f> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating point image minimum and maximum values with their indices. |
static int |
JNppi.nppiMinMaxIndx_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pMinValue,
TypedPointer<Npp32f> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating point image minimum and maximum values with their indices. |
static int |
JNppi.nppiMinMaxIndx_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pMinValue,
TypedPointer<Npp32f> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating point image minimum and maximum values with their indices. |
static int |
JNppi.nppiMinMaxIndx_32f_C3CMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp32f> pMinValue,
TypedPointer<Npp32f> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 32-bit floating point image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest. |
static int |
JNppi.nppiMinMaxIndx_32f_C3CMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp32f> pMinValue,
TypedPointer<Npp32f> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 32-bit floating point image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest. |
static int |
JNppi.nppiMinMaxIndx_32f_C3CMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp32f> pMinValue,
TypedPointer<Npp32f> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 32-bit floating point image minimum and maximum values with their indices, \ref masked_operation, \ref channel_of_interest. |
static int |
JNppi.nppiMinMaxIndx_32f_C3CR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp32f> pMinValue,
TypedPointer<Npp32f> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
|
static int |
JNppi.nppiMinMaxIndx_32f_C3CR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp32f> pMinValue,
TypedPointer<Npp32f> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
|
static int |
JNppi.nppiMinMaxIndx_32f_C3CR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp32f> pMinValue,
TypedPointer<Npp32f> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
|
static int |
JNppi.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 |
JNppi.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 |
JNppi.nppiMirror_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int flip)
32-bit float image mirror. |
static int |
JNppi.nppiMirror_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oROI,
int flip)
32-bit float image mirror. |
static int |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.nppiMulC_32f_AC4IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image multiply by constant. |
static int |
JNppi.nppiMulC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image multiply by constant. |
static int |
JNppi.nppiMulC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image multiply by constant. |
static int |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.nppiMulC_32f_C3IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image multiply by constant. |
static int |
JNppi.nppiMulC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image multiply by constant. |
static int |
JNppi.nppiMulC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image multiply by constant. |
static int |
JNppi.nppiMulC_32f_C4IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image multiply by constant. |
static int |
JNppi.nppiMulC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
JNppi.nppiMulC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
JNppi.nppiMulC_32fc_AC4IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image multiply by constant. |
static int |
JNppi.nppiMulC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
JNppi.nppiMulC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.nppiMulC_32fc_C3IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant. |
static int |
JNppi.nppiMulC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant. |
static int |
JNppi.nppiMulC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant. |
static int |
JNppi.nppiMulC_32fc_C4IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant. |
static int |
JNppi.nppiMulC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant. |
static int |
JNppi.nppiMulC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant. |
static int |
JNppi.nppiNorm_Inf_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 32-bit floating-point image infinity norm (alpha channel is not computed). |
static int |
JNppi.nppiNorm_Inf_32f_C1MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating-point image infinity norm, \ref masked_operation. |
static int |
JNppi.nppiNorm_Inf_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating-point image infinity norm. |
static int |
JNppi.nppiNorm_Inf_32f_C3CMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 32-bit floating-point image infinity norm, \ref masked_operation, \ref channel_of_interest. |
static int |
JNppi.nppiNorm_Inf_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 32-bit floating-point image infinity norm. |
static int |
JNppi.nppiNorm_Inf_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 32-bit floating-point image infinity norm. |
static int |
JNppi.nppiNorm_L1_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 32-bit floating-point image L1 norm (alpha channel is not computed). |
static int |
JNppi.nppiNorm_L1_32f_C1MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating-point image L1 norm, \ref masked_operation. |
static int |
JNppi.nppiNorm_L1_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating-point image L1 norm. |
static int |
JNppi.nppiNorm_L1_32f_C3CMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 32-bit floating-point image L1 norm, \ref masked_operation, \ref channel_of_interest. |
static int |
JNppi.nppiNorm_L1_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 32-bit floating-point image L1 norm. |
static int |
JNppi.nppiNorm_L1_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 32-bit floating-point image L1 norm. |
static int |
JNppi.nppiNorm_L2_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 32-bit floating-point image L2 norm (alpha channel is not computed). |
static int |
JNppi.nppiNorm_L2_32f_C1MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
\ref masked_operation 1-channel 32-bit floating-point image L2 norm. |
static int |
JNppi.nppiNorm_L2_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
1-channel 32-bit floating-point image L2 norm. |
static int |
JNppi.nppiNorm_L2_32f_C3CMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 32-bit floating-point image L2 norm, \ref masked_operation, \ref channel_of_interest. |
static int |
JNppi.nppiNorm_L2_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
3-channel 32-bit floating-point image L2 norm. |
static int |
JNppi.nppiNorm_L2_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
double[] aNorm,
TypedPointer<Npp8u> pDeviceBuffer)
4-channel 32-bit floating-point image L2 norm. |
static int |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.nppiRotate_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
|
static int |
JNppi.nppiRotate_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nAngle,
double nShiftX,
double nShiftY,
int eInterpolation)
|
static int |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.nppiSet_32f_C1R(float nValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit floating point image set. |
static int |
JNppi.nppiSet_32f_C4CR(float nValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
JNppi.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 |
JNppi.nppiSet_32f_C4R(float[] aValues,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
4 channel 32-bit floating point image set. |
static int |
JNppi.nppiSet_32fc_AC4R(Npp32fc[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
32-bit complex four-channel image set ignoring alpha. |
static int |
JNppi.nppiSet_32fc_C1R(Npp32fc oValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Single channel 32-bit complex image set. |
static int |
JNppi.nppiSet_32fc_C2R(Npp32fc[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Two channel 32-bit complex image set. |
static int |
JNppi.nppiSet_32fc_C3R(Npp32fc[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three channel 32-bit complex image set. |
static int |
JNppi.nppiSet_32fc_C4R(Npp32fc[] aValue,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four channel 32-bit complex image set. |
static int |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.nppiSqr_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image squared. |
static int |
JNppi.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 |
JNppi.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 |
JNppi.nppiSqr_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image squared. |
static int |
JNppi.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 |
JNppi.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 |
JNppi.nppiSqr_32f_C4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image squared. |
static int |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.nppiSqrt_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
One 32-bit floating point channel in place image square root. |
static int |
JNppi.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 |
JNppi.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 |
JNppi.nppiSqrt_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image square root. |
static int |
JNppi.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 |
JNppi.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 |
JNppi.nppiSqrt_32f_C4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image square root. |
static int |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.nppiSubC_32f_AC4IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha in place image subtract constant. |
static int |
JNppi.nppiSubC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image subtract constant. |
static int |
JNppi.nppiSubC_32f_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel with unmodified alpha image subtract constant. |
static int |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.nppiSubC_32f_C3IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel in place image subtract constant. |
static int |
JNppi.nppiSubC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image subtract constant. |
static int |
JNppi.nppiSubC_32f_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Three 32-bit floating point channel image subtract constant. |
static int |
JNppi.nppiSubC_32f_C4IR(float[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel in place image subtract constant. |
static int |
JNppi.nppiSubC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image subtract constant. |
static int |
JNppi.nppiSubC_32f_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
float[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit floating point channel image subtract constant. |
static int |
JNppi.nppiSubC_32fc_AC4IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image subtract constant. |
static int |
JNppi.nppiSubC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image subtract constant. |
static int |
JNppi.nppiSubC_32fc_AC4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image subtract constant. |
static int |
JNppi.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 |
JNppi.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 |
JNppi.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 |
JNppi.nppiSubC_32fc_C3IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant. |
static int |
JNppi.nppiSubC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
JNppi.nppiSubC_32fc_C3R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
|
static int |
JNppi.nppiSubC_32fc_C4IR(Npp32fc[] aConstants,
TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant. |
static int |
JNppi.nppiSubC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant. |
static int |
JNppi.nppiSubC_32fc_C4R(TypedPointer<Npp32f> pSrc1,
int nSrc1Step,
Npp32fc[] aConstants,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI)
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant. |
static int |
JNppi.nppiSum_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum)
|
static int |
JNppi.nppiSum_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
TypedPointer<Npp64f> pSum)
|
static int |
JNppi.nppiSum_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum)
|
static int |
JNppi.nppiSum_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pDeviceBuffer,
double[] aSum)
4-channel 32-bit floating point image sum with 64-bit double precision result. |
static int |
JNppi.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 |
JNppi.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 |
JNppi.nppiThreshold_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds,
int eComparisonOperation)
4 channel 32-bit floating point in place image threshold, not affecting Alpha. |
static int |
JNppi.nppiThreshold_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
int eComparisonOperation)
4 channel 32-bit floating point image threshold, not affecting Alpha. |
static int |
JNppi.nppiThreshold_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
int eComparisonOperation)
4 channel 32-bit floating point image threshold, not affecting Alpha. |
static int |
JNppi.nppiThreshold_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nThreshold,
int eComparisonOperation)
1 channel 32-bit floating point in place threshold. |
static int |
JNppi.nppiThreshold_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThreshold,
int eComparisonOperation)
1 channel 32-bit floating point threshold. |
static int |
JNppi.nppiThreshold_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThreshold,
int eComparisonOperation)
1 channel 32-bit floating point threshold. |
static int |
JNppi.nppiThreshold_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds,
int eComparisonOperation)
3 channel 32-bit floating point in place threshold. |
static int |
JNppi.nppiThreshold_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
int eComparisonOperation)
3 channel 32-bit floating point threshold. |
static int |
JNppi.nppiThreshold_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
int eComparisonOperation)
3 channel 32-bit floating point threshold. |
static int |
JNppi.nppiThreshold_GT_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds)
|
static int |
JNppi.nppiThreshold_GT_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds)
4 channel 32-bit floating point image threshold, not affecting Alpha. |
static int |
JNppi.nppiThreshold_GT_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds)
4 channel 32-bit floating point image threshold, not affecting Alpha. |
static int |
JNppi.nppiThreshold_GT_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nThreshold)
1 channel 32-bit floating point in place threshold. |
static int |
JNppi.nppiThreshold_GT_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThreshold)
1 channel 32-bit floating point threshold. |
static int |
JNppi.nppiThreshold_GT_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThreshold)
1 channel 32-bit floating point threshold. |
static int |
JNppi.nppiThreshold_GT_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds)
3 channel 32-bit floating point in place threshold. |
static int |
JNppi.nppiThreshold_GT_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds)
|
static int |
JNppi.nppiThreshold_GT_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds)
|
static int |
JNppi.nppiThreshold_GTVal_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues)
|
static int |
JNppi.nppiThreshold_GTVal_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues)
4 channel 32-bit floating point image threshold, not affecting Alpha. |
static int |
JNppi.nppiThreshold_GTVal_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues)
4 channel 32-bit floating point image threshold, not affecting Alpha. |
static int |
JNppi.nppiThreshold_GTVal_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nThreshold,
float nValue)
|
static int |
JNppi.nppiThreshold_GTVal_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThreshold,
float nValue)
1 channel 32-bit floating point threshold. |
static int |
JNppi.nppiThreshold_GTVal_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThreshold,
float nValue)
1 channel 32-bit floating point threshold. |
static int |
JNppi.nppiThreshold_GTVal_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues)
3 channel 32-bit floating point in place threshold. |
static int |
JNppi.nppiThreshold_GTVal_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues)
3 channel 32-bit floating point threshold. |
static int |
JNppi.nppiThreshold_GTVal_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues)
3 channel 32-bit floating point threshold. |
static int |
JNppi.nppiThreshold_LT_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds)
|
static int |
JNppi.nppiThreshold_LT_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds)
4 channel 32-bit floating point image threshold, not affecting Alpha. |
static int |
JNppi.nppiThreshold_LT_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds)
4 channel 32-bit floating point image threshold, not affecting Alpha. |
static int |
JNppi.nppiThreshold_LT_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nThreshold)
1 channel 32-bit floating point in place threshold. |
static int |
JNppi.nppiThreshold_LT_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThreshold)
1 channel 32-bit floating point threshold. |
static int |
JNppi.nppiThreshold_LT_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThreshold)
1 channel 32-bit floating point threshold. |
static int |
JNppi.nppiThreshold_LT_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds)
3 channel 32-bit floating point in place threshold. |
static int |
JNppi.nppiThreshold_LT_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds)
3 channel 32-bit floating point threshold. |
static int |
JNppi.nppiThreshold_LT_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds)
3 channel 32-bit floating point threshold. |
static int |
JNppi.nppiThreshold_LTVal_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues)
4 channel 32-bit floating point in place image threshold, not affecting Alpha. |
static int |
JNppi.nppiThreshold_LTVal_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues)
4 channel 32-bit floating point image threshold, not affecting Alpha. |
static int |
JNppi.nppiThreshold_LTVal_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues)
4 channel 32-bit floating point image threshold, not affecting Alpha. |
static int |
JNppi.nppiThreshold_LTVal_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nThreshold,
float nValue)
1 channel 32-bit floating point in place threshold. |
static int |
JNppi.nppiThreshold_LTVal_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThreshold,
float nValue)
|
static int |
JNppi.nppiThreshold_LTVal_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThreshold,
float nValue)
|
static int |
JNppi.nppiThreshold_LTVal_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues)
|
static int |
JNppi.nppiThreshold_LTVal_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues)
|
static int |
JNppi.nppiThreshold_LTVal_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues)
|
static int |
JNppi.nppiThreshold_LTValGTVal_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholdsLT,
float[] rValuesLT,
float[] rThresholdsGT,
float[] rValuesGT)
4 channel 32-bit floating point in place image threshold, not affecting Alpha. |
static int |
JNppi.nppiThreshold_LTValGTVal_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholdsLT,
float[] rValuesLT,
float[] rThresholdsGT,
float[] rValuesGT)
4 channel 32-bit floating point image threshold, not affecting Alpha. |
static int |
JNppi.nppiThreshold_LTValGTVal_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholdsLT,
float[] rValuesLT,
float[] rThresholdsGT,
float[] rValuesGT)
4 channel 32-bit floating point image threshold, not affecting Alpha. |
static int |
JNppi.nppiThreshold_LTValGTVal_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nThresholdLT,
float nValueLT,
float nThresholdGT,
float nValueGT)
|
static int |
JNppi.nppiThreshold_LTValGTVal_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThresholdLT,
float nValueLT,
float nThresholdGT,
float nValueGT)
1 channel 32-bit floating point threshold. |
static int |
JNppi.nppiThreshold_LTValGTVal_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThresholdLT,
float nValueLT,
float nThresholdGT,
float nValueGT)
1 channel 32-bit floating point threshold. |
static int |
JNppi.nppiThreshold_LTValGTVal_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholdsLT,
float[] rValuesLT,
float[] rThresholdsGT,
float[] rValuesGT)
3 channel 32-bit floating point in place threshold. |
static int |
JNppi.nppiThreshold_LTValGTVal_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholdsLT,
float[] rValuesLT,
float[] rThresholdsGT,
float[] rValuesGT)
3 channel 32-bit floating point threshold. |
static int |
JNppi.nppiThreshold_LTValGTVal_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholdsLT,
float[] rValuesLT,
float[] rThresholdsGT,
float[] rValuesGT)
3 channel 32-bit floating point threshold. |
static int |
JNppi.nppiThreshold_Val_32f_AC4IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues,
int eComparisonOperation)
|
static int |
JNppi.nppiThreshold_Val_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues,
int eComparisonOperation)
4 channel 32-bit floating point image threshold, not affecting Alpha. |
static int |
JNppi.nppiThreshold_Val_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues,
int eComparisonOperation)
4 channel 32-bit floating point image threshold, not affecting Alpha. |
static int |
JNppi.nppiThreshold_Val_32f_C1IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float nThreshold,
float nValue,
int eComparisonOperation)
1 channel 32-bit floating point in place threshold. |
static int |
JNppi.nppiThreshold_Val_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThreshold,
float nValue,
int eComparisonOperation)
1 channel 32-bit floating point threshold. |
static int |
JNppi.nppiThreshold_Val_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float nThreshold,
float nValue,
int eComparisonOperation)
1 channel 32-bit floating point threshold. |
static int |
JNppi.nppiThreshold_Val_32f_C3IR(TypedPointer<Npp32f> pSrcDst,
int nSrcDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues,
int eComparisonOperation)
3 channel 32-bit floating point in place threshold. |
static int |
JNppi.nppiThreshold_Val_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues,
int eComparisonOperation)
3 channel 32-bit floating point threshold. |
static int |
JNppi.nppiThreshold_Val_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
float[] rThresholds,
float[] rValues,
int eComparisonOperation)
3 channel 32-bit floating point threshold. |
static int |
JNppi.nppiWarpAffine_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit floating-point affine warp, ignoring alpha channel. |
static int |
JNppi.nppiWarpAffine_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit floating-point affine warp, ignoring alpha channel. |
static int |
JNppi.nppiWarpAffine_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 32-bit floating-point affine warp. |
static int |
JNppi.nppiWarpAffine_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 32-bit floating-point affine warp. |
static int |
JNppi.nppiWarpAffine_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit floating-point affine warp. |
static int |
JNppi.nppiWarpAffine_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit floating-point affine warp. |
static int |
JNppi.nppiWarpAffine_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
JNppi.nppiWarpAffine_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
JNppi.nppiWarpAffineBack_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit floating-point backwards affine warp, ignoring alpha channel. |
static int |
JNppi.nppiWarpAffineBack_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit floating-point backwards affine warp, ignoring alpha channel. |
static int |
JNppi.nppiWarpAffineBack_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
JNppi.nppiWarpAffineBack_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
JNppi.nppiWarpAffineBack_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit floating-point backwards affine warp. |
static int |
JNppi.nppiWarpAffineBack_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit floating-point backwards affine warp. |
static int |
JNppi.nppiWarpAffineBack_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
JNppi.nppiWarpAffineBack_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
JNppi.nppiWarpAffineQuad_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
|
static int |
JNppi.nppiWarpAffineQuad_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
|
static int |
JNppi.nppiWarpAffineQuad_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Single-channel 32-bit floating-point quad-based affine warp. |
static int |
JNppi.nppiWarpAffineQuad_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Single-channel 32-bit floating-point quad-based affine warp. |
static int |
JNppi.nppiWarpAffineQuad_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel 32-bit floating-point quad-based affine warp. |
static int |
JNppi.nppiWarpAffineQuad_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel 32-bit floating-point quad-based affine warp. |
static int |
JNppi.nppiWarpAffineQuad_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 32-bit floating-point quad-based affine warp. |
static int |
JNppi.nppiWarpAffineQuad_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 32-bit floating-point quad-based affine warp. |
static int |
JNppi.nppiWarpPerspective_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit floating-point perspective warp, ignoring alpha channel. |
static int |
JNppi.nppiWarpPerspective_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit floating-point perspective warp, ignoring alpha channel. |
static int |
JNppi.nppiWarpPerspective_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
JNppi.nppiWarpPerspective_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
|
static int |
JNppi.nppiWarpPerspective_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit floating-point perspective warp. |
static int |
JNppi.nppiWarpPerspective_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit floating-point perspective warp. |
static int |
JNppi.nppiWarpPerspective_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit floating-point perspective warp. |
static int |
JNppi.nppiWarpPerspective_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit floating-point perspective warp. |
static int |
JNppi.nppiWarpPerspectiveBack_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit floating-point backwards perspective warp, ignorning alpha channel. |
static int |
JNppi.nppiWarpPerspectiveBack_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit floating-point backwards perspective warp, ignorning alpha channel. |
static int |
JNppi.nppiWarpPerspectiveBack_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 32-bit floating-point backwards perspective warp. |
static int |
JNppi.nppiWarpPerspectiveBack_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Single-channel 32-bit floating-point backwards perspective warp. |
static int |
JNppi.nppiWarpPerspectiveBack_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit floating-point backwards perspective warp. |
static int |
JNppi.nppiWarpPerspectiveBack_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Three-channel 32-bit floating-point backwards perspective warp. |
static int |
JNppi.nppiWarpPerspectiveBack_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit floating-point backwards perspective warp. |
static int |
JNppi.nppiWarpPerspectiveBack_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation)
Four-channel 32-bit floating-point backwards perspective warp. |
static int |
JNppi.nppiWarpPerspectiveQuad_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 32-bit floating-point quad-based perspective warp, ignoring alpha channel. |
static int |
JNppi.nppiWarpPerspectiveQuad_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 32-bit floating-point quad-based perspective warp, ignoring alpha channel. |
static int |
JNppi.nppiWarpPerspectiveQuad_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Single-channel 32-bit floating-point quad-based perspective warp. |
static int |
JNppi.nppiWarpPerspectiveQuad_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Single-channel 32-bit floating-point quad-based perspective warp. |
static int |
JNppi.nppiWarpPerspectiveQuad_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel 32-bit floating-point quad-based perspective warp. |
static int |
JNppi.nppiWarpPerspectiveQuad_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Three-channel 32-bit floating-point quad-based perspective warp. |
static int |
JNppi.nppiWarpPerspectiveQuad_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 32-bit floating-point quad-based perspective warp. |
static int |
JNppi.nppiWarpPerspectiveQuad_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
double[][] aSrcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aDstQuad,
int eInterpolation)
Four-channel 32-bit floating-point quad-based perspective warp. |
static int |
JNpps.nppsAbs_32f_I(TypedPointer<Npp32f> pSrcDst,
int nLength)
|
static int |
JNpps.nppsAbs_32f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal absolute value. |
static int |
JNpps.nppsAbs_32f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal absolute value. |
static int |
JNpps.nppsAdd_16s32f(TypedPointer<Npp16s> pSrc1,
TypedPointer<Npp16s> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
16-bit signed short signal add signal with 32-bit floating point result, then clamp to saturated value. |
static int |
JNpps.nppsAdd_32f_I(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit floating point in place signal add signal, then clamp to saturated value. |
static int |
JNpps.nppsAdd_32f_I(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit floating point in place signal add signal, then clamp to saturated value. |
static int |
JNpps.nppsAdd_32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal add signal, then clamp to saturated value. |
static int |
JNpps.nppsAdd_32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal add signal, then clamp to saturated value. |
static int |
JNpps.nppsAdd_32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal add signal, then clamp to saturated value. |
static int |
JNpps.nppsAdd_32fc_I(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit complex floating point in place signal add signal, then clamp to saturated value. |
static int |
JNpps.nppsAdd_32fc_I(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit complex floating point in place signal add signal, then clamp to saturated value. |
static int |
JNpps.nppsAdd_32fc(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit complex floating point signal add signal, then clamp to saturated value. |
static int |
JNpps.nppsAdd_32fc(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit complex floating point signal add signal, then clamp to saturated value. |
static int |
JNpps.nppsAdd_32fc(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit complex floating point signal add signal, then clamp to saturated value. |
static int |
JNpps.nppsAddC_32f_I(float nValue,
TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit floating point in place signal add constant. |
static int |
JNpps.nppsAddC_32f(TypedPointer<Npp32f> pSrc,
float nValue,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal add constant. |
static int |
JNpps.nppsAddC_32f(TypedPointer<Npp32f> pSrc,
float nValue,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal add constant. |
static int |
JNpps.nppsAddC_32fc_I(Npp32fc nValue,
TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit floating point complex number (32 bit real, 32 bit imaginary) in place signal add constant. |
static int |
JNpps.nppsAddC_32fc(TypedPointer<Npp32f> pSrc,
Npp32fc nValue,
TypedPointer<Npp32f> pDst,
int nLength)
|
static int |
JNpps.nppsAddC_32fc(TypedPointer<Npp32f> pSrc,
Npp32fc nValue,
TypedPointer<Npp32f> pDst,
int nLength)
|
static int |
JNpps.nppsAddProduct_32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal add product of source signal times destination signal to destination signal, then clamp to saturated value. |
static int |
JNpps.nppsAddProduct_32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal add product of source signal times destination signal to destination signal, then clamp to saturated value. |
static int |
JNpps.nppsAddProduct_32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal add product of source signal times destination signal to destination signal, then clamp to saturated value. |
static int |
JNpps.nppsAddProduct_32fc(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit complex floating point signal add product of source signal times destination signal to destination signal, then clamp to saturated value. |
static int |
JNpps.nppsAddProduct_32fc(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit complex floating point signal add product of source signal times destination signal to destination signal, then clamp to saturated value. |
static int |
JNpps.nppsAddProduct_32fc(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit complex floating point signal add product of source signal times destination signal to destination signal, then clamp to saturated value. |
static int |
JNpps.nppsAddProductC_32f(TypedPointer<Npp32f> pSrc,
float nValue,
TypedPointer<Npp32f> pDst,
int nLength)
|
static int |
JNpps.nppsAddProductC_32f(TypedPointer<Npp32f> pSrc,
float nValue,
TypedPointer<Npp32f> pDst,
int nLength)
|
static int |
JNpps.nppsArctan_32f_I(TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit floating point signal inverse tangent. |
static int |
JNpps.nppsArctan_32f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal inverse tangent. |
static int |
JNpps.nppsArctan_32f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal inverse tangent. |
static int |
JNpps.nppsCauchy_32f_I(TypedPointer<Npp32f> pSrcDst,
int nLength,
float nParam)
32-bit floating point signal Cauchy error calculation. |
static int |
JNpps.nppsCauchyD_32f_I(TypedPointer<Npp32f> pSrcDst,
int nLength,
float nParam)
32-bit floating point signal Cauchy first derivative. |
static int |
JNpps.nppsCauchyDD2_32f_I(TypedPointer<Npp32f> pSrcDst,
TypedPointer<Npp32f> pD2FVal,
int nLength,
float nParam)
32-bit floating point signal Cauchy first and second derivatives. |
static int |
JNpps.nppsCauchyDD2_32f_I(TypedPointer<Npp32f> pSrcDst,
TypedPointer<Npp32f> pD2FVal,
int nLength,
float nParam)
32-bit floating point signal Cauchy first and second derivatives. |
static int |
JNpps.nppsConvert_16s32f_Sfs(TypedPointer<Npp16s> pSrc,
TypedPointer<Npp32f> pDst,
int nLength,
int nScaleFactor)
|
static int |
JNpps.nppsConvert_16s32f(TypedPointer<Npp16s> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
|
static int |
JNpps.nppsConvert_16u32f(TypedPointer<Npp16u> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
|
static int |
JNpps.nppsConvert_32f16s_Sfs(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp16s> pDst,
int nLength,
int eRoundMode,
int nScaleFactor)
|
static int |
JNpps.nppsConvert_32f16u_Sfs(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp16u> pDst,
int nLength,
int eRoundMode,
int nScaleFactor)
|
static int |
JNpps.nppsConvert_32f32s_Sfs(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32s> pDst,
int nLength,
int eRoundMode,
int nScaleFactor)
|
static int |
JNpps.nppsConvert_32f64f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp64f> pDst,
int nLength)
|
static int |
JNpps.nppsConvert_32f8s_Sfs(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp8s> pDst,
int nLength,
int eRoundMode,
int nScaleFactor)
|
static int |
JNpps.nppsConvert_32f8u_Sfs(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp8u> pDst,
int nLength,
int eRoundMode,
int nScaleFactor)
|
static int |
JNpps.nppsConvert_32s32f_Sfs(TypedPointer<Npp32s> pSrc,
TypedPointer<Npp32f> pDst,
int nLength,
int nScaleFactor)
|
static int |
JNpps.nppsConvert_32s32f(TypedPointer<Npp32s> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
|
static int |
JNpps.nppsConvert_64f32f(TypedPointer<Npp64f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
|
static int |
JNpps.nppsConvert_8s32f(TypedPointer<Npp8s> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
|
static int |
JNpps.nppsConvert_8u32f(TypedPointer<Npp8u> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
|
static int |
JNpps.nppsCopy_32f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit float, vector copy method. |
static int |
JNpps.nppsCopy_32f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit float, vector copy method. |
static int |
JNpps.nppsCopy_32fc(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit complex float, vector copy method. |
static int |
JNpps.nppsCopy_32fc(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit complex float, vector copy method. |
static int |
JNpps.nppsCubrt_32f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal cube root. |
static int |
JNpps.nppsCubrt_32f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal cube root. |
static int |
JNpps.nppsDiv_32f_I(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit floating point in place signal divide signal, then clamp to saturated value. |
static int |
JNpps.nppsDiv_32f_I(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit floating point in place signal divide signal, then clamp to saturated value. |
static int |
JNpps.nppsDiv_32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal divide signal, then clamp to saturated value. |
static int |
JNpps.nppsDiv_32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal divide signal, then clamp to saturated value. |
static int |
JNpps.nppsDiv_32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal divide signal, then clamp to saturated value. |
static int |
JNpps.nppsDiv_32fc_I(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit complex floating point in place signal divide signal, then clamp to saturated value. |
static int |
JNpps.nppsDiv_32fc_I(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit complex floating point in place signal divide signal, then clamp to saturated value. |
static int |
JNpps.nppsDiv_32fc(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit complex floating point signal divide signal, then clamp to saturated value. |
static int |
JNpps.nppsDiv_32fc(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit complex floating point signal divide signal, then clamp to saturated value. |
static int |
JNpps.nppsDiv_32fc(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit complex floating point signal divide signal, then clamp to saturated value. |
static int |
JNpps.nppsDivC_32f_I(float nValue,
TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit floating point in place signal divided by constant. |
static int |
JNpps.nppsDivC_32f(TypedPointer<Npp32f> pSrc,
float nValue,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal divided by constant. |
static int |
JNpps.nppsDivC_32f(TypedPointer<Npp32f> pSrc,
float nValue,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal divided by constant. |
static int |
JNpps.nppsDivC_32fc_I(Npp32fc nValue,
TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit floating point complex number (32 bit real, 32 bit imaginary) in place signal divided by constant. |
static int |
JNpps.nppsDivC_32fc(TypedPointer<Npp32f> pSrc,
Npp32fc nValue,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point complex number (32 bit real, 32 bit imaginary) signal divided by constant. |
static int |
JNpps.nppsDivC_32fc(TypedPointer<Npp32f> pSrc,
Npp32fc nValue,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point complex number (32 bit real, 32 bit imaginary) signal divided by constant. |
static int |
JNpps.nppsDivCRev_32f_I(float nValue,
TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit floating point in place constant divided by signal. |
static int |
JNpps.nppsDivCRev_32f(TypedPointer<Npp32f> pSrc,
float nValue,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point constant divided by signal. |
static int |
JNpps.nppsDivCRev_32f(TypedPointer<Npp32f> pSrc,
float nValue,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point constant divided by signal. |
static int |
JNpps.nppsDotProd_16s16sc32fc(TypedPointer<Npp16s> pSrc1,
TypedPointer<Npp16s> pSrc2,
int nLength,
TypedPointer<Npp32f> pDp,
TypedPointer<Npp8u> pDeviceBuffer)
16-bit signed short integer and 16-bit signed short integer complex dot product method, return value is 32-bit float complex. |
static int |
JNpps.nppsDotProd_16s32f(TypedPointer<Npp16s> pSrc1,
TypedPointer<Npp16s> pSrc2,
int nLength,
TypedPointer<Npp32f> pDp,
TypedPointer<Npp8u> pDeviceBuffer)
16-bit signed short integer dot product method, return value is 32-bit float. |
static int |
JNpps.nppsDotProd_16sc32fc(TypedPointer<Npp16s> pSrc1,
TypedPointer<Npp16s> pSrc2,
int nLength,
TypedPointer<Npp32f> pDp,
TypedPointer<Npp8u> pDeviceBuffer)
16-bit signed short integer complex dot product method, return value is 32-bit float complex. |
static int |
JNpps.nppsDotProd_32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp32f> pDp,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float dot product method, return value is 32-bit float. |
static int |
JNpps.nppsDotProd_32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp32f> pDp,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float dot product method, return value is 32-bit float. |
static int |
JNpps.nppsDotProd_32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp32f> pDp,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float dot product method, return value is 32-bit float. |
static int |
JNpps.nppsDotProd_32f32fc(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp32f> pDp,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float and 32-bit float complex dot product method, return value is 32-bit float complex. |
static int |
JNpps.nppsDotProd_32f32fc(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp32f> pDp,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float and 32-bit float complex dot product method, return value is 32-bit float complex. |
static int |
JNpps.nppsDotProd_32f32fc(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp32f> pDp,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float and 32-bit float complex dot product method, return value is 32-bit float complex. |
static int |
JNpps.nppsDotProd_32f32fc64fc(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp64f> pDp,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float and 32-bit float complex dot product method, return value is 64-bit float complex. |
static int |
JNpps.nppsDotProd_32f32fc64fc(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp64f> pDp,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float and 32-bit float complex dot product method, return value is 64-bit float complex. |
static int |
JNpps.nppsDotProd_32f64f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp64f> pDp,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float dot product method, return value is 64-bit float. |
static int |
JNpps.nppsDotProd_32f64f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp64f> pDp,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float dot product method, return value is 64-bit float. |
static int |
JNpps.nppsDotProd_32fc(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp32f> pDp,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float complex dot product method, return value is 32-bit float complex. |
static int |
JNpps.nppsDotProd_32fc(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp32f> pDp,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float complex dot product method, return value is 32-bit float complex. |
static int |
JNpps.nppsDotProd_32fc(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp32f> pDp,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float complex dot product method, return value is 32-bit float complex. |
static int |
JNpps.nppsDotProd_32fc64fc(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp64f> pDp,
TypedPointer<Npp8u> pDeviceBuffer)
|
static int |
JNpps.nppsDotProd_32fc64fc(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp64f> pDp,
TypedPointer<Npp8u> pDeviceBuffer)
|
static int |
JNpps.nppsExp_32f_I(TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit floating point signal exponent. |
static int |
JNpps.nppsExp_32f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal exponent. |
static int |
JNpps.nppsExp_32f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal exponent. |
static int |
JNpps.nppsExp_32f64f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp64f> pDst,
int nLength)
32-bit floating point signal exponent with 64-bit floating point result. |
static int |
JNpps.nppsLn_32f_I(TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit floating point signal natural logarithm. |
static int |
JNpps.nppsLn_32f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal natural logarithm. |
static int |
JNpps.nppsLn_32f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal natural logarithm. |
static int |
JNpps.nppsLn_64f32f(TypedPointer<Npp64f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
64-bit floating point signal natural logarithm with 32-bit floating point result. |
static int |
JNpps.nppsMax_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pMax,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float vector max method |
static int |
JNpps.nppsMax_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pMax,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float vector max method |
static int |
JNpps.nppsMaxEvery_32f_I(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit floating point in place max value for each pair of elements. |
static int |
JNpps.nppsMaxEvery_32f_I(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit floating point in place max value for each pair of elements. |
static int |
JNpps.nppsMaxIndx_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pMax,
int[] pIndx,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float vector max index method |
static int |
JNpps.nppsMaxIndx_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pMax,
int[] pIndx,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float vector max index method |
static int |
JNpps.nppsMean_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pMean,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float vector mean method |
static int |
JNpps.nppsMean_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pMean,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float vector mean method |
static int |
JNpps.nppsMean_32fc(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pMean,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float complex vector mean method |
static int |
JNpps.nppsMean_32fc(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pMean,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float complex vector mean method |
static int |
JNpps.nppsMeanStdDev_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pMean,
TypedPointer<Npp32f> pStdDev,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float vector mean and standard deviation method |
static int |
JNpps.nppsMeanStdDev_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pMean,
TypedPointer<Npp32f> pStdDev,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float vector mean and standard deviation method |
static int |
JNpps.nppsMeanStdDev_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pMean,
TypedPointer<Npp32f> pStdDev,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float vector mean and standard deviation method |
static int |
JNpps.nppsMin_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pMin,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit integer vector min method |
static int |
JNpps.nppsMin_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pMin,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit integer vector min method |
static int |
JNpps.nppsMinEvery_32f_I(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pSrcDst,
int nLength)
|
static int |
JNpps.nppsMinEvery_32f_I(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pSrcDst,
int nLength)
|
static int |
JNpps.nppsMinIndx_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pMin,
int[] pIndx,
TypedPointer<Npp8u> pDeviceBuffer)
|
static int |
JNpps.nppsMinIndx_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pMin,
int[] pIndx,
TypedPointer<Npp8u> pDeviceBuffer)
|
static int |
JNpps.nppsMinMax_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pMin,
TypedPointer<Npp32f> pMax,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float vector min and max method |
static int |
JNpps.nppsMinMax_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pMin,
TypedPointer<Npp32f> pMax,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float vector min and max method |
static int |
JNpps.nppsMinMax_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pMin,
TypedPointer<Npp32f> pMax,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float vector min and max method |
static int |
JNpps.nppsMinMaxIndx_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pMin,
int[] pMinIndx,
TypedPointer<Npp32f> pMax,
int[] pMaxIndx,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float vector min and max with indices method |
static int |
JNpps.nppsMinMaxIndx_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pMin,
int[] pMinIndx,
TypedPointer<Npp32f> pMax,
int[] pMaxIndx,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float vector min and max with indices method |
static int |
JNpps.nppsMinMaxIndx_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pMin,
int[] pMinIndx,
TypedPointer<Npp32f> pMax,
int[] pMaxIndx,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float vector min and max with indices method |
static int |
JNpps.nppsMul_16s32f(TypedPointer<Npp16s> pSrc1,
TypedPointer<Npp16s> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
16-bit signed short signal times signal with 32-bit floating point result, then clamp to saturated value. |
static int |
JNpps.nppsMul_32f_I(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit floating point in place signal times signal, then clamp to saturated value. |
static int |
JNpps.nppsMul_32f_I(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit floating point in place signal times signal, then clamp to saturated value. |
static int |
JNpps.nppsMul_32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal times signal, then clamp to saturated value. |
static int |
JNpps.nppsMul_32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal times signal, then clamp to saturated value. |
static int |
JNpps.nppsMul_32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal times signal, then clamp to saturated value. |
static int |
JNpps.nppsMul_32f32fc_I(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit complex floating point in place signal times 32-bit floating point signal, then clamp to 32-bit complex floating point saturated value. |
static int |
JNpps.nppsMul_32f32fc_I(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit complex floating point in place signal times 32-bit floating point signal, then clamp to 32-bit complex floating point saturated value. |
static int |
JNpps.nppsMul_32f32fc(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal times 32-bit complex floating point signal with complex 32-bit floating point result, then clamp to saturated value. |
static int |
JNpps.nppsMul_32f32fc(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal times 32-bit complex floating point signal with complex 32-bit floating point result, then clamp to saturated value. |
static int |
JNpps.nppsMul_32f32fc(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal times 32-bit complex floating point signal with complex 32-bit floating point result, then clamp to saturated value. |
static int |
JNpps.nppsMul_32fc_I(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit complex floating point in place signal times signal, then clamp to saturated value. |
static int |
JNpps.nppsMul_32fc_I(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit complex floating point in place signal times signal, then clamp to saturated value. |
static int |
JNpps.nppsMul_32fc(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit complex floating point signal times signal, then clamp to saturated value. |
static int |
JNpps.nppsMul_32fc(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit complex floating point signal times signal, then clamp to saturated value. |
static int |
JNpps.nppsMul_32fc(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit complex floating point signal times signal, then clamp to saturated value. |
static int |
JNpps.nppsMulC_32f_I(float nValue,
TypedPointer<Npp32f> pSrcDst,
int nLength)
|
static int |
JNpps.nppsMulC_32f(TypedPointer<Npp32f> pSrc,
float nValue,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal times constant. |
static int |
JNpps.nppsMulC_32f(TypedPointer<Npp32f> pSrc,
float nValue,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal times constant. |
static int |
JNpps.nppsMulC_32f16s_Sfs(TypedPointer<Npp32f> pSrc,
float nValue,
TypedPointer<Npp16s> pDst,
int nLength,
int nScaleFactor)
32-bit floating point signal times constant with output converted to 16-bit signed integer with scaling and saturation of output result. |
static int |
JNpps.nppsMulC_32fc_I(Npp32fc nValue,
TypedPointer<Npp32f> pSrcDst,
int nLength)
|
static int |
JNpps.nppsMulC_32fc(TypedPointer<Npp32f> pSrc,
Npp32fc nValue,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point complex number (32 bit real, 32 bit imaginary) signal times constant. |
static int |
JNpps.nppsMulC_32fc(TypedPointer<Npp32f> pSrc,
Npp32fc nValue,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point complex number (32 bit real, 32 bit imaginary) signal times constant. |
static int |
JNpps.nppsMulC_Low_32f16s(TypedPointer<Npp32f> pSrc,
float nValue,
TypedPointer<Npp16s> pDst,
int nLength)
|
static int |
JNpps.nppsNorm_Inf_16s32f(TypedPointer<Npp16s> pSrc,
int nLength,
TypedPointer<Npp32f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
16-bit signed short integer vector C norm method, return value is 32-bit float. |
static int |
JNpps.nppsNorm_Inf_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float vector C norm method |
static int |
JNpps.nppsNorm_Inf_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float vector C norm method |
static int |
JNpps.nppsNorm_Inf_32fc32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float complex vector C norm method, return value is 32-bit float. |
static int |
JNpps.nppsNorm_Inf_32fc32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float complex vector C norm method, return value is 32-bit float. |
static int |
JNpps.nppsNorm_L1_16s32f(TypedPointer<Npp16s> pSrc,
int nLength,
TypedPointer<Npp32f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
16-bit signed short integer vector L1 norm method, return value is 32-bit float. |
static int |
JNpps.nppsNorm_L1_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
|
static int |
JNpps.nppsNorm_L1_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
|
static int |
JNpps.nppsNorm_L1_32fc64f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float complex vector L1 norm method, return value is 64-bit float. |
static int |
JNpps.nppsNorm_L2_16s32f(TypedPointer<Npp16s> pSrc,
int nLength,
TypedPointer<Npp32f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
16-bit signed short integer vector L2 norm method, return value is 32-bit float. |
static int |
JNpps.nppsNorm_L2_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float vector L2 norm method |
static int |
JNpps.nppsNorm_L2_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float vector L2 norm method |
static int |
JNpps.nppsNorm_L2_32fc64f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float complex vector L2 norm method, return value is 64-bit float. |
static int |
JNpps.nppsNormalize_32f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength,
float vSub,
float vDiv)
32-bit floating point signal normalize. |
static int |
JNpps.nppsNormalize_32f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength,
float vSub,
float vDiv)
32-bit floating point signal normalize. |
static int |
JNpps.nppsNormalize_32fc(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength,
Npp32fc vSub,
float vDiv)
32-bit complex floating point signal normalize. |
static int |
JNpps.nppsNormalize_32fc(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength,
Npp32fc vSub,
float vDiv)
32-bit complex floating point signal normalize. |
static int |
JNpps.nppsNormDiff_Inf_16s32f(TypedPointer<Npp16s> pSrc1,
TypedPointer<Npp16s> pSrc2,
int nLength,
TypedPointer<Npp32f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
16-bit signed short integer C norm method on two vectors' difference, return value is 32-bit float. |
static int |
JNpps.nppsNormDiff_Inf_32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp32f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float C norm method on two vectors' difference |
static int |
JNpps.nppsNormDiff_Inf_32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp32f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float C norm method on two vectors' difference |
static int |
JNpps.nppsNormDiff_Inf_32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp32f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float C norm method on two vectors' difference |
static int |
JNpps.nppsNormDiff_Inf_32fc32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp32f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float complex C norm method on two vectors' difference, return value is 32-bit float. |
static int |
JNpps.nppsNormDiff_Inf_32fc32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp32f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float complex C norm method on two vectors' difference, return value is 32-bit float. |
static int |
JNpps.nppsNormDiff_Inf_32fc32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp32f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float complex C norm method on two vectors' difference, return value is 32-bit float. |
static int |
JNpps.nppsNormDiff_L1_16s32f(TypedPointer<Npp16s> pSrc1,
TypedPointer<Npp16s> pSrc2,
int nLength,
TypedPointer<Npp32f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
16-bit signed short integer L1 norm method on two vectors' difference, return value is 32-bit float. |
static int |
JNpps.nppsNormDiff_L1_32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp32f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float L1 norm method on two vectors' difference |
static int |
JNpps.nppsNormDiff_L1_32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp32f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float L1 norm method on two vectors' difference |
static int |
JNpps.nppsNormDiff_L1_32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp32f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float L1 norm method on two vectors' difference |
static int |
JNpps.nppsNormDiff_L1_32fc64f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float complex L1 norm method on two vectors' difference, return value is 64-bit float. |
static int |
JNpps.nppsNormDiff_L1_32fc64f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float complex L1 norm method on two vectors' difference, return value is 64-bit float. |
static int |
JNpps.nppsNormDiff_L2_16s32f(TypedPointer<Npp16s> pSrc1,
TypedPointer<Npp16s> pSrc2,
int nLength,
TypedPointer<Npp32f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
16-bit signed short integer L2 norm method on two vectors' difference, return value is 32-bit float. |
static int |
JNpps.nppsNormDiff_L2_32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp32f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float L2 norm method on two vectors' difference |
static int |
JNpps.nppsNormDiff_L2_32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp32f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float L2 norm method on two vectors' difference |
static int |
JNpps.nppsNormDiff_L2_32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp32f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float L2 norm method on two vectors' difference |
static int |
JNpps.nppsNormDiff_L2_32fc64f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float complex L2 norm method on two vectors' difference, return value is 64-bit float. |
static int |
JNpps.nppsNormDiff_L2_32fc64f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
int nLength,
TypedPointer<Npp64f> pNorm,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float complex L2 norm method on two vectors' difference, return value is 64-bit float. |
static int |
JNpps.nppsSet_32f(float nValue,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit float, vector set method. |
static int |
JNpps.nppsSet_32fc(Npp32fc nValue,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit float complex, vector set method. |
static int |
JNpps.nppsSqr_32f_I(TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit floating point signal squared. |
static int |
JNpps.nppsSqr_32f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
|
static int |
JNpps.nppsSqr_32f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
|
static int |
JNpps.nppsSqr_32fc_I(TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit complex floating point signal squared. |
static int |
JNpps.nppsSqr_32fc(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit complex floating point signal squared. |
static int |
JNpps.nppsSqr_32fc(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit complex floating point signal squared. |
static int |
JNpps.nppsSqrt_32f_I(TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit floating point signal square root. |
static int |
JNpps.nppsSqrt_32f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal square root. |
static int |
JNpps.nppsSqrt_32f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal square root. |
static int |
JNpps.nppsSqrt_32fc_I(TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit complex floating point signal square root. |
static int |
JNpps.nppsSqrt_32fc(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit complex floating point signal square root. |
static int |
JNpps.nppsSqrt_32fc(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit complex floating point signal square root. |
static int |
JNpps.nppsStdDev_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pStdDev,
TypedPointer<Npp8u> pDeviceBuffer)
host pointer |
static int |
JNpps.nppsStdDev_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pStdDev,
TypedPointer<Npp8u> pDeviceBuffer)
host pointer |
static int |
JNpps.nppsSub_16s32f(TypedPointer<Npp16s> pSrc1,
TypedPointer<Npp16s> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
16-bit signed short signal subtract 16-bit signed short signal, then clamp and convert to 32-bit floating point saturated value. |
static int |
JNpps.nppsSub_32f_I(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit floating point in place signal subtract signal, then clamp to saturated value. |
static int |
JNpps.nppsSub_32f_I(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit floating point in place signal subtract signal, then clamp to saturated value. |
static int |
JNpps.nppsSub_32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal subtract signal, then clamp to saturated value. |
static int |
JNpps.nppsSub_32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal subtract signal, then clamp to saturated value. |
static int |
JNpps.nppsSub_32f(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal subtract signal, then clamp to saturated value. |
static int |
JNpps.nppsSub_32fc_I(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit complex floating point in place signal subtract signal, then clamp to saturated value. |
static int |
JNpps.nppsSub_32fc_I(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit complex floating point in place signal subtract signal, then clamp to saturated value. |
static int |
JNpps.nppsSub_32fc(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit complex floating point signal subtract signal, then clamp to saturated value. |
static int |
JNpps.nppsSub_32fc(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit complex floating point signal subtract signal, then clamp to saturated value. |
static int |
JNpps.nppsSub_32fc(TypedPointer<Npp32f> pSrc1,
TypedPointer<Npp32f> pSrc2,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit complex floating point signal subtract signal, then clamp to saturated value. |
static int |
JNpps.nppsSubC_32f_I(float nValue,
TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit floating point in place signal subtract constant. |
static int |
JNpps.nppsSubC_32f(TypedPointer<Npp32f> pSrc,
float nValue,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal subtract constant. |
static int |
JNpps.nppsSubC_32f(TypedPointer<Npp32f> pSrc,
float nValue,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal subtract constant. |
static int |
JNpps.nppsSubC_32fc_I(Npp32fc nValue,
TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit floating point complex number (32 bit real, 32 bit imaginary) in place signal subtract constant. |
static int |
JNpps.nppsSubC_32fc(TypedPointer<Npp32f> pSrc,
Npp32fc nValue,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point complex number (32 bit real, 32 bit imaginary) signal subtract constant. |
static int |
JNpps.nppsSubC_32fc(TypedPointer<Npp32f> pSrc,
Npp32fc nValue,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point complex number (32 bit real, 32 bit imaginary) signal subtract constant. |
static int |
JNpps.nppsSubCRev_32f_I(float nValue,
TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit floating point in place signal subtract from constant. |
static int |
JNpps.nppsSubCRev_32f(TypedPointer<Npp32f> pSrc,
float nValue,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal subtract from constant. |
static int |
JNpps.nppsSubCRev_32f(TypedPointer<Npp32f> pSrc,
float nValue,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point signal subtract from constant. |
static int |
JNpps.nppsSubCRev_32fc_I(Npp32fc nValue,
TypedPointer<Npp32f> pSrcDst,
int nLength)
32-bit floating point complex number (32 bit real, 32 bit imaginary) in place signal subtract from constant. |
static int |
JNpps.nppsSubCRev_32fc(TypedPointer<Npp32f> pSrc,
Npp32fc nValue,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point complex number (32 bit real, 32 bit imaginary) signal subtract from constant. |
static int |
JNpps.nppsSubCRev_32fc(TypedPointer<Npp32f> pSrc,
Npp32fc nValue,
TypedPointer<Npp32f> pDst,
int nLength)
32-bit floating point complex number (32 bit real, 32 bit imaginary) signal subtract from constant. |
static int |
JNpps.nppsSum_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pSum,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float vector sum method |
static int |
JNpps.nppsSum_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pSum,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit float vector sum method |
static int |
JNpps.nppsSum_32fc(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pSum,
TypedPointer<Npp8u> pDeviceBuffer)
|
static int |
JNpps.nppsSum_32fc(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pSum,
TypedPointer<Npp8u> pDeviceBuffer)
|
static int |
JNpps.nppsSumLn_16s32f(TypedPointer<Npp16s> pSrc,
int nLength,
TypedPointer<Npp32f> pDst,
TypedPointer<Npp8u> pDeviceBuffer)
16-bit signed short integer input, 32-bit floating point output signal sum natural logarithm. |
static int |
JNpps.nppsSumLn_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pDst,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit floating point signal sum natural logarithm. |
static int |
JNpps.nppsSumLn_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pDst,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit floating point signal sum natural logarithm. |
static int |
JNpps.nppsSumLn_32f64f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp64f> pDst,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit flaoting point input, 64-bit floating point output signal sum natural logarithm. |
static int |
JNpps.nppsThreshold_32f_I(TypedPointer<Npp32f> pSrcDst,
int nLength,
float nLevel,
int nRelOp)
32-bit in place floating point signal threshold with constant level. |
static int |
JNpps.nppsThreshold_32f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength,
float nLevel,
int nRelOp)
32-bit floating point signal threshold with constant level. |
static int |
JNpps.nppsThreshold_32f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength,
float nLevel,
int nRelOp)
32-bit floating point signal threshold with constant level. |
static int |
JNpps.nppsThreshold_32fc_I(TypedPointer<Npp32f> pSrcDst,
int nLength,
float nLevel,
int nRelOp)
32-bit in place floating point complex number signal threshold with constant level. |
static int |
JNpps.nppsThreshold_32fc(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength,
float nLevel,
int nRelOp)
32-bit floating point complex number signal threshold with constant level. |
static int |
JNpps.nppsThreshold_32fc(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength,
float nLevel,
int nRelOp)
32-bit floating point complex number signal threshold with constant level. |
static int |
JNpps.nppsThreshold_GT_32f_I(TypedPointer<Npp32f> pSrcDst,
int nLength,
float nLevel)
32-bit in place floating point signal NPP_CMP_GREATER threshold with constant level. |
static int |
JNpps.nppsThreshold_GT_32f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength,
float nLevel)
32-bit floating point signal NPP_CMP_GREATER threshold with constant level. |
static int |
JNpps.nppsThreshold_GT_32f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength,
float nLevel)
32-bit floating point signal NPP_CMP_GREATER threshold with constant level. |
static int |
JNpps.nppsThreshold_GT_32fc_I(TypedPointer<Npp32f> pSrcDst,
int nLength,
float nLevel)
32-bit in place floating point complex number signal NPP_CMP_GREATER threshold with constant level. |
static int |
JNpps.nppsThreshold_GT_32fc(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength,
float nLevel)
32-bit floating point complex number signal NPP_CMP_GREATER threshold with constant level. |
static int |
JNpps.nppsThreshold_GT_32fc(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength,
float nLevel)
32-bit floating point complex number signal NPP_CMP_GREATER threshold with constant level. |
static int |
JNpps.nppsThreshold_GTVal_32f_I(TypedPointer<Npp32f> pSrcDst,
int nLength,
float nLevel,
float nValue)
32-bit in place floating point signal NPP_CMP_GREATER threshold with constant level. |
static int |
JNpps.nppsThreshold_GTVal_32f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength,
float nLevel,
float nValue)
32-bit floating point signal NPP_CMP_GREATER threshold with constant level. |
static int |
JNpps.nppsThreshold_GTVal_32f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength,
float nLevel,
float nValue)
32-bit floating point signal NPP_CMP_GREATER threshold with constant level. |
static int |
JNpps.nppsThreshold_GTVal_32fc_I(TypedPointer<Npp32f> pSrcDst,
int nLength,
float nLevel,
Npp32fc nValue)
32-bit in place floating point complex number signal NPP_CMP_GREATER threshold with constant level. |
static int |
JNpps.nppsThreshold_GTVal_32fc(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength,
float nLevel,
Npp32fc nValue)
32-bit floating point complex number signal NPP_CMP_GREATER threshold with constant level. |
static int |
JNpps.nppsThreshold_GTVal_32fc(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength,
float nLevel,
Npp32fc nValue)
32-bit floating point complex number signal NPP_CMP_GREATER threshold with constant level. |
static int |
JNpps.nppsThreshold_LT_32f_I(TypedPointer<Npp32f> pSrcDst,
int nLength,
float nLevel)
32-bit in place floating point signal NPP_CMP_LESS threshold with constant level. |
static int |
JNpps.nppsThreshold_LT_32f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength,
float nLevel)
32-bit floating point signal NPP_CMP_LESS threshold with constant level. |
static int |
JNpps.nppsThreshold_LT_32f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength,
float nLevel)
32-bit floating point signal NPP_CMP_LESS threshold with constant level. |
static int |
JNpps.nppsThreshold_LT_32fc_I(TypedPointer<Npp32f> pSrcDst,
int nLength,
float nLevel)
32-bit in place floating point complex number signal NPP_CMP_LESS threshold with constant level. |
static int |
JNpps.nppsThreshold_LT_32fc(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength,
float nLevel)
32-bit floating point complex number signal NPP_CMP_LESS threshold with constant level. |
static int |
JNpps.nppsThreshold_LT_32fc(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength,
float nLevel)
32-bit floating point complex number signal NPP_CMP_LESS threshold with constant level. |
static int |
JNpps.nppsThreshold_LTVal_32f_I(TypedPointer<Npp32f> pSrcDst,
int nLength,
float nLevel,
float nValue)
32-bit in place floating point signal NPP_CMP_LESS threshold with constant level. |
static int |
JNpps.nppsThreshold_LTVal_32f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength,
float nLevel,
float nValue)
32-bit floating point signal NPP_CMP_LESS threshold with constant level. |
static int |
JNpps.nppsThreshold_LTVal_32f(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength,
float nLevel,
float nValue)
32-bit floating point signal NPP_CMP_LESS threshold with constant level. |
static int |
JNpps.nppsThreshold_LTVal_32fc_I(TypedPointer<Npp32f> pSrcDst,
int nLength,
float nLevel,
Npp32fc nValue)
32-bit in place floating point complex number signal NPP_CMP_LESS threshold with constant level. |
static int |
JNpps.nppsThreshold_LTVal_32fc(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength,
float nLevel,
Npp32fc nValue)
32-bit floating point complex number signal NPP_CMP_LESS threshold with constant level. |
static int |
JNpps.nppsThreshold_LTVal_32fc(TypedPointer<Npp32f> pSrc,
TypedPointer<Npp32f> pDst,
int nLength,
float nLevel,
Npp32fc nValue)
32-bit floating point complex number signal NPP_CMP_LESS threshold with constant level. |
static int |
JNpps.nppsZero_32f(TypedPointer<Npp32f> pDst,
int nLength)
32-bit float, vector zero method. |
static int |
JNpps.nppsZero_32fc(TypedPointer<Npp32f> pDst,
int nLength)
32-bit float complex, vector zero method. |
static int |
JNpps.nppsZeroCrossing_16s32f(TypedPointer<Npp16s> pSrc,
int nLength,
TypedPointer<Npp32f> pValZC,
int tZCType,
TypedPointer<Npp8u> pDeviceBuffer)
16-bit signed short integer zero crossing method, return value is 32-bit floating point. |
static int |
JNpps.nppsZeroCrossing_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pValZC,
int tZCType,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit floating-point zero crossing method, return value is 32-bit floating point. |
static int |
JNpps.nppsZeroCrossing_32f(TypedPointer<Npp32f> pSrc,
int nLength,
TypedPointer<Npp32f> pValZC,
int tZCType,
TypedPointer<Npp8u> pDeviceBuffer)
32-bit floating-point zero crossing method, return value is 32-bit floating point. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |