Uses of Class
jcuda.jnpp.NppiRect

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

Uses of NppiRect in jcuda.jnpp
 

Methods in jcuda.jnpp with parameters of type NppiRect
static int JNppi.nppiGetAffineBound(NppiRect oSrcROI, double[][] aBound, double[][] aCoeffs)
           Compute bounding-box of transformed image.
static int JNppi.nppiGetAffineQuad(NppiRect oSrcROI, double[][] aQuad, double[][] aCoeffs)
           Compute shape of transformed image.
static int JNppi.nppiGetAffineTransform(NppiRect oSrcROI, double[][] aQuad, double[][] aCoeffs)
           Computes affine transform coefficients based on source ROI and destination quadrilateral.
static int JNppi.nppiGetPerspectiveBound(NppiRect oSrcROI, double[][] bound, double[][] aCoeffs)
           
static int JNppi.nppiGetPerspectiveQuad(NppiRect oSrcROI, double[][] quad, double[][] aCoeffs)
           Calculates perspective transform projection of given source rectangular ROI
static int JNppi.nppiGetPerspectiveTransform(NppiRect oSrcROI, double[][] quad, double[][] aCoeffs)
           Calculates perspective transform coefficients given source rectangular ROI and its destination quadrangle projection
static int JNppi.nppiGetRotateBound(NppiRect oSrcROI, double[][] aBoundingBox, double nAngle, double nShiftX, double nShiftY)
           
static int JNppi.nppiGetRotateQuad(NppiRect oSrcROI, double[][] aQuad, double nAngle, double nShiftX, double nShiftY)
           Compute shape of rotated image.
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.nppiResize_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize dstROISize, double xFactor, double yFactor, int eInterpolation)
           8-bit unsigned image resize.
static int JNppi.nppiResize_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiSize dstROISize, double xFactor, double yFactor, int eInterpolation)
           4 channel 8-bit unsigned image resize.
static int JNppi.nppiRotate_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
           
static int JNppi.nppiRotate_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
           16-bit unsigned image rotate.
static int JNppi.nppiRotate_16u_C3R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
           
static int JNppi.nppiRotate_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
           4 channel 16-bit unsigned image rotate.
static int 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_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_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
           4 channel 8-bit unsigned image rotate ignoring alpha channel.
static int JNppi.nppiRotate_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
           8-bit unsigned image rotate.
static int JNppi.nppiRotate_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
           3 channel 8-bit unsigned image rotate.
static int JNppi.nppiRotate_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double nAngle, double nShiftX, double nShiftY, int eInterpolation)
           
static int JNppi.nppiWarpAffine_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 16-bit unsigned affine warp, ignoring alpha channel.
static int JNppi.nppiWarpAffine_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 16-bit unsigned affine warp.
static int JNppi.nppiWarpAffine_16u_C3R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 16-bit unsigned affine warp.
static int JNppi.nppiWarpAffine_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 16-bit unsigned affine warp.
static int JNppi.nppiWarpAffine_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel planar 16-bit unsigned affine warp.
static int JNppi.nppiWarpAffine_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel planar 16-bit unsigned affine warp.
static int 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_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_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel planar 32-bit floating-point affine warp.
static int JNppi.nppiWarpAffine_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpAffine_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpAffine_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 32-bit signed affine warp.
static int JNppi.nppiWarpAffine_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 32-bit signed affine warp.
static int JNppi.nppiWarpAffine_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpAffine_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel planar 32-bit signed affine warp.
static int JNppi.nppiWarpAffine_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel planar 32-bit signed affine warp.
static int JNppi.nppiWarpAffine_64f_AC4R(TypedPointer<Npp64f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp64f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpAffine_64f_C1R(TypedPointer<Npp64f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp64f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 64-bit floating-point affine warp.
static int JNppi.nppiWarpAffine_64f_C3R(TypedPointer<Npp64f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp64f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 64-bit floating-point affine warp.
static int JNppi.nppiWarpAffine_64f_C4R(TypedPointer<Npp64f> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp64f> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 64-bit floating-point affine warp.
static int JNppi.nppiWarpAffine_64f_P3R(TypedPointer<Npp64f>[] aSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp64f>[] aDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel planar 64-bit floating-point affine warp.
static int JNppi.nppiWarpAffine_64f_P4R(TypedPointer<Npp64f>[] aSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp64f>[] aDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel planar 64-bit floating-point affine warp.
static int JNppi.nppiWarpAffine_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 8-bit unsigned affine warp, ignoring alpha channel.
static int JNppi.nppiWarpAffine_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 8-bit unsigned affine warp.
static int JNppi.nppiWarpAffine_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 8-bit unsigned affine warp.
static int JNppi.nppiWarpAffine_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 8-bit unsigned affine warp.
static int JNppi.nppiWarpAffine_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpAffine_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel planar 8-bit unsigned affine warp.
static int JNppi.nppiWarpAffineBack_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 16-bit unsigned integer backwards affine warp, ignoring alpha channel.
static int JNppi.nppiWarpAffineBack_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 16-bit unsigned integer backwards affine warp.
static int JNppi.nppiWarpAffineBack_16u_C3R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 16-bit unsigned integer backwards affine warp.
static int JNppi.nppiWarpAffineBack_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 16-bit unsigned integer backwards affine warp.
static int JNppi.nppiWarpAffineBack_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel planar 16-bit unsigned integer backwards affine warp.
static int JNppi.nppiWarpAffineBack_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel planar 16-bit unsigned integer backwards affine warp.
static int 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_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_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel planar 32-bit floating-point backwards affine warp.
static int JNppi.nppiWarpAffineBack_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel planar 32-bit floating-point backwards affine warp.
static int JNppi.nppiWarpAffineBack_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpAffineBack_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 32-bit signed integer backwards affine warp.
static int JNppi.nppiWarpAffineBack_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 32-bit signed integer backwards affine warp.
static int JNppi.nppiWarpAffineBack_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 32-bit signed integer backwards affine warp.
static int JNppi.nppiWarpAffineBack_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel planar 32-bit signed integer backwards affine warp.
static int JNppi.nppiWarpAffineBack_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel planar 32-bit signed integer backwards affine warp.
static int JNppi.nppiWarpAffineBack_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpAffineBack_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 8-bit unsigned integer backwards affine warp.
static int JNppi.nppiWarpAffineBack_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 8-bit unsigned integer backwards affine warp.
static int JNppi.nppiWarpAffineBack_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 8-bit unsigned integer backwards affine warp.
static int JNppi.nppiWarpAffineBack_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel planar 8-bit unsigned integer backwards affine warp.
static int JNppi.nppiWarpAffineBack_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel planar 8-bit unsigned integer backwards affine warp.
static int JNppi.nppiWarpAffineQuad_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 16-bit unsigned integer quad-based affine warp, ignoring alpha channel.
static int JNppi.nppiWarpAffineQuad_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Single-channel 16-bit unsigned integer quad-based affine warp.
static int JNppi.nppiWarpAffineQuad_16u_C3R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel 16-bit unsigned integer quad-based affine warp.
static int JNppi.nppiWarpAffineQuad_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 16-bit unsigned integer quad-based affine warp.
static int JNppi.nppiWarpAffineQuad_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel planar 16-bit unsigned integer quad-based affine warp.
static int JNppi.nppiWarpAffineQuad_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel planar 16-bit unsigned integer quad-based affine warp.
static int 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_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_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel planar 32-bit floating-point quad-based affine warp.
static int JNppi.nppiWarpAffineQuad_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           
static int JNppi.nppiWarpAffineQuad_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 32-bit signed integer quad-based affine warp, ignoring alpha channel.
static int JNppi.nppiWarpAffineQuad_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           
static int JNppi.nppiWarpAffineQuad_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           
static int JNppi.nppiWarpAffineQuad_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 32-bit signed integer quad-based affine warp.
static int JNppi.nppiWarpAffineQuad_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel planar 32-bit signed integer quad-based affine warp.
static int JNppi.nppiWarpAffineQuad_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel planar 32-bit signed integer quad-based affine warp.
static int JNppi.nppiWarpAffineQuad_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 8-bit unsigned integer quad-based affine warp, ignoring alpha channel.
static int JNppi.nppiWarpAffineQuad_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Single-channel 32-bit floating-point quad-based affine warp.
static int JNppi.nppiWarpAffineQuad_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel 8-bit unsigned integer quad-based affine warp.
static int JNppi.nppiWarpAffineQuad_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           
static int JNppi.nppiWarpAffineQuad_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel planar 8-bit unsigned integer quad-based affine warp.
static int JNppi.nppiWarpAffineQuad_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           
static int JNppi.nppiWarpPerspective_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpPerspective_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 16-bit unsigned integer perspective warp.
static int JNppi.nppiWarpPerspective_16u_C3R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 16-bit unsigned integer perspective warp.
static int JNppi.nppiWarpPerspective_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpPerspective_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel planar 16-bit unsigned integer perspective warp.
static int JNppi.nppiWarpPerspective_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel planar 16-bit unsigned integer perspective warp.
static int 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_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_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel planar 32-bit floating-point perspective warp.
static int JNppi.nppiWarpPerspective_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpPerspective_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 32-bit signed integer perspective warp, igoring alpha channel.
static int JNppi.nppiWarpPerspective_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 32-bit signed integer perspective warp.
static int JNppi.nppiWarpPerspective_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 32-bit signed integer perspective warp.
static int JNppi.nppiWarpPerspective_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpPerspective_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpPerspective_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel planar 32-bit signed integer perspective warp.
static int JNppi.nppiWarpPerspective_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpPerspective_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpPerspective_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 8-bit unsigned integer perspective warp.
static int JNppi.nppiWarpPerspective_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 8-bit unsigned integer perspective warp.
static int JNppi.nppiWarpPerspective_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel planar 8-bit unsigned integer perspective warp.
static int JNppi.nppiWarpPerspective_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel planar 8-bit unsigned integer perspective warp.
static int JNppi.nppiWarpPerspectiveBack_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 16-bit unsigned integer backwards perspective warp, ignoring alpha channel.
static int JNppi.nppiWarpPerspectiveBack_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 16-bit unsigned integer backwards perspective warp.
static int JNppi.nppiWarpPerspectiveBack_16u_C3R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 16-bit unsigned integer backwards perspective warp.
static int JNppi.nppiWarpPerspectiveBack_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpPerspectiveBack_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpPerspectiveBack_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int 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_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_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel planar 32-bit floating-point backwards perspective warp.
static int JNppi.nppiWarpPerspectiveBack_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpPerspectiveBack_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 32-bit signed integer backwards perspective warp, ignoring alpha channel.
static int JNppi.nppiWarpPerspectiveBack_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 32-bit signed integer backwards perspective warp.
static int JNppi.nppiWarpPerspectiveBack_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 32-bit signed integer backwards perspective warp.
static int JNppi.nppiWarpPerspectiveBack_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 32-bit signed integer backwards perspective warp.
static int JNppi.nppiWarpPerspectiveBack_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel planar 32-bit signed integer backwards perspective warp.
static int JNppi.nppiWarpPerspectiveBack_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel planar 32-bit signed integer backwards perspective warp.
static int JNppi.nppiWarpPerspectiveBack_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 8-bit unsigned integer backwards perspective warp, igoring alpha channel.
static int JNppi.nppiWarpPerspectiveBack_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Single-channel 8-bit unsigned integer backwards perspective warp.
static int JNppi.nppiWarpPerspectiveBack_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel 8-bit unsigned integer backwards perspective warp.
static int JNppi.nppiWarpPerspectiveBack_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Four-channel 8-bit unsigned integer backwards perspective warp.
static int JNppi.nppiWarpPerspectiveBack_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           Three-channel planar 8-bit unsigned integer backwards perspective warp.
static int JNppi.nppiWarpPerspectiveBack_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aCoeffs, int eInterpolation)
           
static int JNppi.nppiWarpPerspectiveQuad_16u_AC4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 16-bit unsigned integer quad-based perspective warp, ignoring alpha channel.
static int JNppi.nppiWarpPerspectiveQuad_16u_C1R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Single-channel 16-bit unsigned integer quad-based perspective warp.
static int JNppi.nppiWarpPerspectiveQuad_16u_C3R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel 16-bit unsigned integer quad-based perspective warp.
static int JNppi.nppiWarpPerspectiveQuad_16u_C4R(TypedPointer<Npp16u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 16-bit unsigned integer quad-based perspective warp.
static int JNppi.nppiWarpPerspectiveQuad_16u_P3R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel planar 16-bit unsigned integer quad-based perspective warp.
static int JNppi.nppiWarpPerspectiveQuad_16u_P4R(TypedPointer<Npp16u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp16u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel planar 16-bit unsigned integer quad-based perspective warp.
static int 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_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_P3R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel planar 32-bit floating-point quad-based perspective warp.
static int JNppi.nppiWarpPerspectiveQuad_32f_P4R(TypedPointer<Npp32f>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32f>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel planar 32-bit floating-point quad-based perspective warp.
static int JNppi.nppiWarpPerspectiveQuad_32s_AC4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 32-bit signed integer quad-based perspective warp, ignoring alpha channel.
static int JNppi.nppiWarpPerspectiveQuad_32s_C1R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Single-channel 32-bit signed integer quad-based perspective warp.
static int JNppi.nppiWarpPerspectiveQuad_32s_C3R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel 32-bit signed integer quad-based perspective warp.
static int JNppi.nppiWarpPerspectiveQuad_32s_C4R(TypedPointer<Npp32s> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 32-bit signed integer quad-based perspective warp.
static int JNppi.nppiWarpPerspectiveQuad_32s_P3R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel planar 32-bit signed integer quad-based perspective warp.
static int JNppi.nppiWarpPerspectiveQuad_32s_P4R(TypedPointer<Npp32s>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp32s>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel planar 32-bit signed integer quad-based perspective warp.
static int JNppi.nppiWarpPerspectiveQuad_8u_AC4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 8-bit unsigned integer quad-based perspective warp, ignoring alpha channel.
static int JNppi.nppiWarpPerspectiveQuad_8u_C1R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Single-channel 8-bit unsigned integer quad-based perspective warp.
static int JNppi.nppiWarpPerspectiveQuad_8u_C3R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel 8-bit unsigned integer quad-based perspective warp.
static int JNppi.nppiWarpPerspectiveQuad_8u_C4R(TypedPointer<Npp8u> pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u> pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel 8-bit unsigned integer quad-based perspective warp.
static int JNppi.nppiWarpPerspectiveQuad_8u_P3R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Three-channel planar 8-bit unsigned integer quad-based perspective warp.
static int JNppi.nppiWarpPerspectiveQuad_8u_P4R(TypedPointer<Npp8u>[] pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, double[][] aSrcQuad, TypedPointer<Npp8u>[] pDst, int nDstStep, NppiRect oDstROI, double[][] aDstQuad, int eInterpolation)
           Four-channel planar 8-bit unsigned integer quad-based perspective warp.