Package | Description |
---|---|
jcuda.jnpp |
Contains the classes of JNpp.
|
Modifier and Type | Method and Description |
---|---|
static int |
JNppi.nppiGetAffineBound(NppiRect oSrcROI,
double[][] aBound,
double[][] aCoeffs) |
static int |
JNppi.nppiGetAffineQuad(NppiRect oSrcROI,
double[][] aQuad,
double[][] aCoeffs) |
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)
Calculates bounding box of the perspective transform projection of the
given source rectangular ROI
|
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.nppiGetResizeRect(NppiRect oSrcROI,
NppiRect[] pDstRect,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation) |
static int |
JNppi.nppiGetResizeRect(NppiRect oSrcROI,
NppiRect[] pDstRect,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation) |
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) |
static int |
JNppi.nppiRectStdDev_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp64f> pSqr,
int nSqrStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiRect oRect)
One-channel 32-bit floating point image RectStdDev.
|
static int |
JNppi.nppiRectStdDev_32s_C1RSfs(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pSqr,
int nSqrStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiRect oRect,
int nScaleFactor)
One-channel 32-bit signed image RectStdDev, scaled by \f$2^(-nScaleFactor)\f$.
|
static int |
JNppi.nppiRectStdDev_32s32f_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp64f> pSqr,
int nSqrStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiRect oRect)
One-channel 32-bit signed image RectStdDev.
|
static int |
JNppi.nppiRemap_16s_AC4R(TypedPointer<Npp16s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
4 channel 16-bit signed image remap not affecting alpha.
|
static int |
JNppi.nppiRemap_16s_C1R(TypedPointer<Npp16s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
1 channel 16-bit signed image remap.
|
static int |
JNppi.nppiRemap_16s_C3R(TypedPointer<Npp16s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
3 channel 16-bit signed image remap.
|
static int |
JNppi.nppiRemap_16s_C4R(TypedPointer<Npp16s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
4 channel 16-bit signed image remap.
|
static int |
JNppi.nppiRemap_16s_P3R(TypedPointer<Npp16s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp16s>[] pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
3 channel 16-bit signed planar image remap.
|
static int |
JNppi.nppiRemap_16s_P4R(TypedPointer<Npp16s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp16s>[] pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
4 channel 16-bit signed planar image remap.
|
static int |
JNppi.nppiRemap_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation) |
static int |
JNppi.nppiRemap_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
1 channel 16-bit unsigned image remap.
|
static int |
JNppi.nppiRemap_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation) |
static int |
JNppi.nppiRemap_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
4 channel 16-bit unsigned image remap.
|
static int |
JNppi.nppiRemap_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
3 channel 16-bit unsigned planar image remap.
|
static int |
JNppi.nppiRemap_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
4 channel 16-bit unsigned planar image remap.
|
static int |
JNppi.nppiRemap_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
4 channel 32-bit floating point image remap not affecting alpha.
|
static int |
JNppi.nppiRemap_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
1 channel 32-bit floating point image remap.
|
static int |
JNppi.nppiRemap_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation) |
static int |
JNppi.nppiRemap_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
4 channel 32-bit floating point image remap.
|
static int |
JNppi.nppiRemap_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
3 channel 32-bit floating point planar image remap.
|
static int |
JNppi.nppiRemap_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation) |
static int |
JNppi.nppiRemap_64f_AC4R(TypedPointer<Npp64f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f> pXMap,
int nXMapStep,
TypedPointer<Npp64f> pYMap,
int nYMapStep,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
4 channel 64-bit floating point image remap not affecting alpha.
|
static int |
JNppi.nppiRemap_64f_C1R(TypedPointer<Npp64f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f> pXMap,
int nXMapStep,
TypedPointer<Npp64f> pYMap,
int nYMapStep,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
1 channel 64-bit floating point image remap.
|
static int |
JNppi.nppiRemap_64f_C3R(TypedPointer<Npp64f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f> pXMap,
int nXMapStep,
TypedPointer<Npp64f> pYMap,
int nYMapStep,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation) |
static int |
JNppi.nppiRemap_64f_C4R(TypedPointer<Npp64f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f> pXMap,
int nXMapStep,
TypedPointer<Npp64f> pYMap,
int nYMapStep,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
4 channel 64-bit floating point image remap.
|
static int |
JNppi.nppiRemap_64f_P3R(TypedPointer<Npp64f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f> pXMap,
int nXMapStep,
TypedPointer<Npp64f> pYMap,
int nYMapStep,
TypedPointer<Npp64f>[] pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
3 channel 64-bit floating point planar image remap.
|
static int |
JNppi.nppiRemap_64f_P4R(TypedPointer<Npp64f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f> pXMap,
int nXMapStep,
TypedPointer<Npp64f> pYMap,
int nYMapStep,
TypedPointer<Npp64f>[] pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
4 channel 64-bit floating point planar image remap.
|
static int |
JNppi.nppiRemap_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
4 channel 8-bit unsigned image remap not affecting alpha.
|
static int |
JNppi.nppiRemap_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
1 channel 8-bit unsigned image remap.
|
static int |
JNppi.nppiRemap_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation) |
static int |
JNppi.nppiRemap_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
4 channel 8-bit unsigned image remap.
|
static int |
JNppi.nppiRemap_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
3 channel 8-bit unsigned planar image remap.
|
static int |
JNppi.nppiRemap_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pXMap,
int nXMapStep,
TypedPointer<Npp32f> pYMap,
int nYMapStep,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize oDstSizeROI,
int eInterpolation)
4 channel 8-bit unsigned planar image remap.
|
static int |
JNppi.nppiResize_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
4 channel 16-bit unsigned image resize not affecting alpha.
|
static int |
JNppi.nppiResize_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
1 channel 16-bit unsigned image resize.
|
static int |
JNppi.nppiResize_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
3 channel 16-bit unsigned image resize.
|
static int |
JNppi.nppiResize_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
4 channel 16-bit unsigned image resize.
|
static int |
JNppi.nppiResize_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
3 channel 16-bit unsigned planar image resize.
|
static int |
JNppi.nppiResize_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
4 channel 16-bit unsigned planar image resize.
|
static int |
JNppi.nppiResize_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
4 channel 32-bit floating point image resize not affecting alpha.
|
static int |
JNppi.nppiResize_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
1 channel 32-bit floating point image resize.
|
static int |
JNppi.nppiResize_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
3 channel 32-bit floating point image resize.
|
static int |
JNppi.nppiResize_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
4 channel 32-bit floating point image resize.
|
static int |
JNppi.nppiResize_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
3 channel 32-bit floating point planar image resize.
|
static int |
JNppi.nppiResize_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
4 channel 32-bit floating point planar image resize.
|
static int |
JNppi.nppiResize_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
4 channel 8-bit unsigned image resize not affecting alpha.
|
static int |
JNppi.nppiResize_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation) |
static int |
JNppi.nppiResize_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
3 channel 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 nXFactor,
double nYFactor,
int eInterpolation) |
static int |
JNppi.nppiResize_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
3 channel 8-bit unsigned planar image resize.
|
static int |
JNppi.nppiResize_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiSize dstROISize,
double nXFactor,
double nYFactor,
int eInterpolation)
4 channel 8-bit unsigned planar image resize.
|
static int |
JNppi.nppiResizeSqrPixel_16s_AC4R(TypedPointer<Npp16s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
4 channel 16-bit signed image resize not affecting alpha.
|
static int |
JNppi.nppiResizeSqrPixel_16s_C1R(TypedPointer<Npp16s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation) |
static int |
JNppi.nppiResizeSqrPixel_16s_C3R(TypedPointer<Npp16s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
3 channel 16-bit signed image resize.
|
static int |
JNppi.nppiResizeSqrPixel_16s_C4R(TypedPointer<Npp16s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
4 channel 16-bit signed image resize.
|
static int |
JNppi.nppiResizeSqrPixel_16s_P3R(TypedPointer<Npp16s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16s>[] pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation) |
static int |
JNppi.nppiResizeSqrPixel_16s_P4R(TypedPointer<Npp16s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16s>[] pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
4 channel 16-bit signed planar image resize.
|
static int |
JNppi.nppiResizeSqrPixel_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
4 channel 16-bit unsigned image resize not affecting alpha.
|
static int |
JNppi.nppiResizeSqrPixel_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
1 channel 16-bit unsigned image resize.
|
static int |
JNppi.nppiResizeSqrPixel_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
3 channel 16-bit unsigned image resize.
|
static int |
JNppi.nppiResizeSqrPixel_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
4 channel 16-bit unsigned image resize.
|
static int |
JNppi.nppiResizeSqrPixel_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
3 channel 16-bit unsigned planar image resize.
|
static int |
JNppi.nppiResizeSqrPixel_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation) |
static int |
JNppi.nppiResizeSqrPixel_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
4 channel 32-bit floating point image resize not affecting alpha.
|
static int |
JNppi.nppiResizeSqrPixel_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
1 channel 32-bit floating point image resize.
|
static int |
JNppi.nppiResizeSqrPixel_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
3 channel 32-bit floating point image resize.
|
static int |
JNppi.nppiResizeSqrPixel_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
4 channel 32-bit floating point image resize.
|
static int |
JNppi.nppiResizeSqrPixel_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
3 channel 32-bit floating point planar image resize.
|
static int |
JNppi.nppiResizeSqrPixel_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation) |
static int |
JNppi.nppiResizeSqrPixel_64f_AC4R(TypedPointer<Npp64f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
4 channel 64-bit floating point image resize not affecting alpha.
|
static int |
JNppi.nppiResizeSqrPixel_64f_C1R(TypedPointer<Npp64f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
1 channel 64-bit floating point image resize.
|
static int |
JNppi.nppiResizeSqrPixel_64f_C3R(TypedPointer<Npp64f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation) |
static int |
JNppi.nppiResizeSqrPixel_64f_C4R(TypedPointer<Npp64f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
4 channel 64-bit floating point image resize.
|
static int |
JNppi.nppiResizeSqrPixel_64f_P3R(TypedPointer<Npp64f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
3 channel 64-bit floating point planar image resize.
|
static int |
JNppi.nppiResizeSqrPixel_64f_P4R(TypedPointer<Npp64f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp64f>[] pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
4 channel 64-bit floating point planar image resize.
|
static int |
JNppi.nppiResizeSqrPixel_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
4 channel 8-bit unsigned image resize not affecting alpha.
|
static int |
JNppi.nppiResizeSqrPixel_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
1 channel 8-bit unsigned image resize.
|
static int |
JNppi.nppiResizeSqrPixel_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
3 channel 8-bit unsigned image resize.
|
static int |
JNppi.nppiResizeSqrPixel_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
4 channel 8-bit unsigned image resize.
|
static int |
JNppi.nppiResizeSqrPixel_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
3 channel 8-bit unsigned planar image resize.
|
static int |
JNppi.nppiResizeSqrPixel_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect oDstROI,
double nXFactor,
double nYFactor,
double nXShift,
double nYShift,
int eInterpolation)
4 channel 8-bit unsigned planar 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)
4 channel 16-bit unsigned image rotate ignoring alpha channel.
|
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) |
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)
3 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.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) |
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) |
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) |
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)
Four-channel planar 32-bit floating-point affine warp.
|
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)
Four-channel 32-bit signed affine warp, ignoring alpha channel.
|
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)
Four-channel 32-bit signed affine warp.
|
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)
Four-channel 64-bit floating-point affine warp, ignoring alpha channel.
|
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) |
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)
Three-channel planar 8-bit unsigned affine warp.
|
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) |
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) |
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) |
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) |
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) |
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)
Single-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)
Four-channel 32-bit floating-point backwards affine warp.
|
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) |
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)
Four-channel 8-bit unsigned integer backwards affine warp, ignoring alpha channel.
|
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) |
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) |
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) |
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) |
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)
Four-channel 32-bit floating-point quad-based affine warp, ignoring alpha channel.
|
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)
Four-channel planar 32-bit floating-point quad-based affine warp.
|
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)
Three-channel 32-bit signed integer quad-based affine warp.
|
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) |
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)
Four-channel 8-bit unsigned integer quad-based affine warp.
|
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)
Four-channel planar 8-bit unsigned integer quad-based affine warp.
|
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)
Four-channel 16-bit unsigned integer perspective warp.
|
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) |
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)
Single-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_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)
Four-channel planar 32-bit floating-point perspective warp.
|
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)
Four-channel 32-bit signed integer perspective warp.
|
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)
Three-channel planar 32-bit signed integer perspective warp.
|
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)
Four-channel 8-bit unsigned integer perspective warp, ignoring alpha channel.
|
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)
Single-channel 8-bit unsigned integer perspective warp.
|
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) |
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)
Four-channel planar 16-bit unsigned integer backwards perspective warp.
|
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)
Four-channel planar 16-bit unsigned integer backwards 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_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect oSrcROI,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect oDstROI,
double[][] aCoeffs,
int eInterpolation) |
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) |
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)
Four-channel planar 32-bit floating-point backwards perspective warp.
|
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) |
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) |
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)
Four-channel planar 8-bit unsigned integer backwards perspective warp.
|
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) |
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.
|