Uses of Interface
jcuda.jnpp.types.Npp64f

Packages that use Npp64f
jcuda.jnpp Contains the classes of JNpp. 
 

Uses of Npp64f in jcuda.jnpp
 

Methods in jcuda.jnpp that return types with arguments of type Npp64f
static TypedPointer<Npp64f> TypedPointer.to64f(double[] array)
          Creates a new typed pointer to the given array
 

Method parameters in jcuda.jnpp with type arguments of type Npp64f
static int JNppi.nppiMean_StdDev_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           8-bit unsigned mean standard deviation.
static int JNppi.nppiMean_StdDev_8u_C1R(TypedPointer<Npp8u> pSrc, int nSrcStep, NppiSize oSizeROI, TypedPointer<Npp8u> pDeviceBuffer, TypedPointer<Npp64f> pMean, TypedPointer<Npp64f> pStdDev)
           8-bit unsigned mean standard deviation.
static int JNppi.nppiNormDiff_Inf_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrcStep1, TypedPointer<Npp8u> pSrc2, int nSrcStep2, NppiSize oSizeROI, TypedPointer<Npp64f> pRetVal)
           8-bit unsigned Infinity Norm of pixel differences.
static int JNppi.nppiNormDiff_L1_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrcStep1, TypedPointer<Npp8u> pSrc2, int nSrcStep2, NppiSize oSizeROI, TypedPointer<Npp64f> pRetVal)
           8-bit unsigned L1 norm of pixel differences.
static int JNppi.nppiNormDiff_L2_8u_C1R(TypedPointer<Npp8u> pSrc1, int nSrcStep1, TypedPointer<Npp8u> pSrc2, int nSrcStep2, NppiSize oSizeROI, TypedPointer<Npp64f> pRetVal)
           8-bit unsigned L2 norm of pixel differences.
static int 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