|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 srcRoi,
double[][] bound,
double[][] coeffs)
Calculates bounding box of the affine transform projection of the given source rectangular ROI |
static int |
JNppi.nppiGetAffineQuad(NppiRect srcRoi,
double[][] quad,
double[][] coeffs)
Calculates affine transform projection of given source rectangular ROI |
static int |
JNppi.nppiGetAffineTransform(NppiRect srcRoi,
double[][] quad,
double[][] coeffs)
Calculates affine transform coefficients given source rectangular ROI and its destination quadrangle projection |
static int |
JNppi.nppiGetPerspectiveBound(NppiRect srcRoi,
double[][] bound,
double[][] coeffs)
Calculates bounding box of the perspective transform projection of the given source rectangular ROI |
static int |
JNppi.nppiGetPerspectiveQuad(NppiRect srcRoi,
double[][] quad,
double[][] coeffs)
Calculates perspective transform projection of given source rectangular ROI |
static int |
JNppi.nppiGetPerspectiveTransform(NppiRect srcRoi,
double[][] quad,
double[][] coeffs)
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)
Compute bounding-box of rotated image. |
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)
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)
3 channel 16-bit unsigned image rotate. |
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)
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)
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)
4 channel 8-bit unsigned image rotate. |
static int |
JNppi.nppiWarpAffine_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, four channels RGBA) |
static int |
JNppi.nppiWarpAffine_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpAffine_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, three channels) |
static int |
JNppi.nppiWarpAffine_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, four channels) |
static int |
JNppi.nppiWarpAffine_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, three planes) |
static int |
JNppi.nppiWarpAffine_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, four planes) |
static int |
JNppi.nppiWarpAffine_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit float, four channels RGBA). |
static int |
JNppi.nppiWarpAffine_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit float, single channel). |
static int |
JNppi.nppiWarpAffine_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit float, three channels). |
static int |
JNppi.nppiWarpAffine_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit float, four channels). |
static int |
JNppi.nppiWarpAffine_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit float, three planes). |
static int |
JNppi.nppiWarpAffine_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit float, four planes). |
static int |
JNppi.nppiWarpAffine_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit signed integer, four channels RGBA). |
static int |
JNppi.nppiWarpAffine_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit signed integer, single channel). |
static int |
JNppi.nppiWarpAffine_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int interpolation)
Affine transform of an image (32bit signed integer, three channels). |
static int |
JNppi.nppiWarpAffine_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit signed integer, four channels). |
static int |
JNppi.nppiWarpAffine_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit signed integer, three planes). |
static int |
JNppi.nppiWarpAffine_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (32bit signed integer, four planes). |
static int |
JNppi.nppiWarpAffine_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, four channels RGBA). |
static int |
JNppi.nppiWarpAffine_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpAffine_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, three channels). |
static int |
JNppi.nppiWarpAffine_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, four channels). |
static int |
JNppi.nppiWarpAffine_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, three planes). |
static int |
JNppi.nppiWarpAffine_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, four planes). |
static int |
JNppi.nppiWarpAffineBack_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, four channels RGBA) |
static int |
JNppi.nppiWarpAffineBack_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpAffineBack_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, three channels) |
static int |
JNppi.nppiWarpAffineBack_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, four channels) |
static int |
JNppi.nppiWarpAffineBack_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, three planes) |
static int |
JNppi.nppiWarpAffineBack_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (16bit unsigned integer, four planes) |
static int |
JNppi.nppiWarpAffineBack_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit float, four channels RGBA). |
static int |
JNppi.nppiWarpAffineBack_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit float, single channel). |
static int |
JNppi.nppiWarpAffineBack_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit float, three channels). |
static int |
JNppi.nppiWarpAffineBack_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit float, four channels). |
static int |
JNppi.nppiWarpAffineBack_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit float, three planes). |
static int |
JNppi.nppiWarpAffineBack_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit float, four planes). |
static int |
JNppi.nppiWarpAffineBack_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit signed integer, four channels RGBA). |
static int |
JNppi.nppiWarpAffineBack_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit signed integer, single channel). |
static int |
JNppi.nppiWarpAffineBack_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit signed integer, three channels). |
static int |
JNppi.nppiWarpAffineBack_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit signed integer, four channels). |
static int |
JNppi.nppiWarpAffineBack_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit signed integer, three planes). |
static int |
JNppi.nppiWarpAffineBack_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (32bit signed integer, four planes). |
static int |
JNppi.nppiWarpAffineBack_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, four channels RGBA). |
static int |
JNppi.nppiWarpAffineBack_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpAffineBack_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, three channels). |
static int |
JNppi.nppiWarpAffineBack_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, four channels). |
static int |
JNppi.nppiWarpAffineBack_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, three planes). |
static int |
JNppi.nppiWarpAffineBack_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse affine transform of an image (8bit unsigned integer, four planes). |
static int |
JNppi.nppiWarpAffineQuad_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, four channels RGBA). |
static int |
JNppi.nppiWarpAffineQuad_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpAffineQuad_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, three channels). |
static int |
JNppi.nppiWarpAffineQuad_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, four channels). |
static int |
JNppi.nppiWarpAffineQuad_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, three planes). |
static int |
JNppi.nppiWarpAffineQuad_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (16bit unsigned integer, four planes). |
static int |
JNppi.nppiWarpAffineQuad_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit float, four channels RGBA). |
static int |
JNppi.nppiWarpAffineQuad_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit float, single channel). |
static int |
JNppi.nppiWarpAffineQuad_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit float, three channels). |
static int |
JNppi.nppiWarpAffineQuad_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit float, four channels). |
static int |
JNppi.nppiWarpAffineQuad_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit float, three planes). |
static int |
JNppi.nppiWarpAffineQuad_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit float, four planes). |
static int |
JNppi.nppiWarpAffineQuad_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit signed integer, four channels RGBA). |
static int |
JNppi.nppiWarpAffineQuad_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit signed integer, single channel). |
static int |
JNppi.nppiWarpAffineQuad_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit signed integer, three channels). |
static int |
JNppi.nppiWarpAffineQuad_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit signed integer, four channels). |
static int |
JNppi.nppiWarpAffineQuad_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit signed integer, three planes). |
static int |
JNppi.nppiWarpAffineQuad_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (32bit signed integer, four planes). |
static int |
JNppi.nppiWarpAffineQuad_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, four channels RGBA). |
static int |
JNppi.nppiWarpAffineQuad_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpAffineQuad_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, three channels). |
static int |
JNppi.nppiWarpAffineQuad_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, four channels). |
static int |
JNppi.nppiWarpAffineQuad_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, three planes). |
static int |
JNppi.nppiWarpAffineQuad_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Affine transform of an image (8bit unsigned integer, four planes). |
static int |
JNppi.nppiWarpPerspective_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four channels RGBA) |
static int |
JNppi.nppiWarpPerspective_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpPerspective_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, three channels) |
static int |
JNppi.nppiWarpPerspective_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four channels) |
static int |
JNppi.nppiWarpPerspective_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, three planes) |
static int |
JNppi.nppiWarpPerspective_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four planes) |
static int |
JNppi.nppiWarpPerspective_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit float, four channels RGBA). |
static int |
JNppi.nppiWarpPerspective_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit float, single channel). |
static int |
JNppi.nppiWarpPerspective_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit float, three channels). |
static int |
JNppi.nppiWarpPerspective_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit float, four channels). |
static int |
JNppi.nppiWarpPerspective_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit float, three planes). |
static int |
JNppi.nppiWarpPerspective_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit float, four planes). |
static int |
JNppi.nppiWarpPerspective_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit signed integer, four channels RGBA). |
static int |
JNppi.nppiWarpPerspective_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit signed integer, single channel). |
static int |
JNppi.nppiWarpPerspective_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit signed integer, three channels). |
static int |
JNppi.nppiWarpPerspective_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit signed integer, four channels). |
static int |
JNppi.nppiWarpPerspective_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit signed integer, three planes). |
static int |
JNppi.nppiWarpPerspective_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (32bit signed integer, four planes). |
static int |
JNppi.nppiWarpPerspective_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four channels RGBA). |
static int |
JNppi.nppiWarpPerspective_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpPerspective_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, three channels). |
static int |
JNppi.nppiWarpPerspective_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four channels). |
static int |
JNppi.nppiWarpPerspective_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, three planes). |
static int |
JNppi.nppiWarpPerspective_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four planes). |
static int |
JNppi.nppiWarpPerspectiveBack_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, four channels RGBA) |
static int |
JNppi.nppiWarpPerspectiveBack_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpPerspectiveBack_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, three channels) |
static int |
JNppi.nppiWarpPerspectiveBack_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, four channels) |
static int |
JNppi.nppiWarpPerspectiveBack_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, three planes) |
static int |
JNppi.nppiWarpPerspectiveBack_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (16bit unsigned integer, four planes) |
static int |
JNppi.nppiWarpPerspectiveBack_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit float, four channels RGBA). |
static int |
JNppi.nppiWarpPerspectiveBack_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit float, single channel). |
static int |
JNppi.nppiWarpPerspectiveBack_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit float, three channels). |
static int |
JNppi.nppiWarpPerspectiveBack_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit float, four channels). |
static int |
JNppi.nppiWarpPerspectiveBack_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit float, three planes). |
static int |
JNppi.nppiWarpPerspectiveBack_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit float, four planes). |
static int |
JNppi.nppiWarpPerspectiveBack_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, four channels RGBA). |
static int |
JNppi.nppiWarpPerspectiveBack_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, single channel). |
static int |
JNppi.nppiWarpPerspectiveBack_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, three channels). |
static int |
JNppi.nppiWarpPerspectiveBack_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, four channels). |
static int |
JNppi.nppiWarpPerspectiveBack_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, three planes). |
static int |
JNppi.nppiWarpPerspectiveBack_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (32bit signed integer, four planes). |
static int |
JNppi.nppiWarpPerspectiveBack_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, four channels RGBA). |
static int |
JNppi.nppiWarpPerspectiveBack_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpPerspectiveBack_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, three channels). |
static int |
JNppi.nppiWarpPerspectiveBack_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, four channels). |
static int |
JNppi.nppiWarpPerspectiveBack_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, three planes). |
static int |
JNppi.nppiWarpPerspectiveBack_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] coeffs,
int eInterpolation)
Inverse perspective transform of an image (8bit unsigned integer, four planes). |
static int |
JNppi.nppiWarpPerspectiveQuad_16u_AC4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four channels RGBA). |
static int |
JNppi.nppiWarpPerspectiveQuad_16u_C1R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpPerspectiveQuad_16u_C3R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, three channels). |
static int |
JNppi.nppiWarpPerspectiveQuad_16u_C4R(TypedPointer<Npp16u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four channels). |
static int |
JNppi.nppiWarpPerspectiveQuad_16u_P3R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, three planes). |
static int |
JNppi.nppiWarpPerspectiveQuad_16u_P4R(TypedPointer<Npp16u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp16u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (16bit unsigned integer, four planes). |
static int |
JNppi.nppiWarpPerspectiveQuad_32f_AC4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit float, four channels RGBA). |
static int |
JNppi.nppiWarpPerspectiveQuad_32f_C1R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit float, single channel). |
static int |
JNppi.nppiWarpPerspectiveQuad_32f_C3R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit float, three channels). |
static int |
JNppi.nppiWarpPerspectiveQuad_32f_C4R(TypedPointer<Npp32f> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit float, four channels). |
static int |
JNppi.nppiWarpPerspectiveQuad_32f_P3R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit float, three planes). |
static int |
JNppi.nppiWarpPerspectiveQuad_32f_P4R(TypedPointer<Npp32f>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32f>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit float, four planes). |
static int |
JNppi.nppiWarpPerspectiveQuad_32s_AC4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit signed integer, four channels RGBA). |
static int |
JNppi.nppiWarpPerspectiveQuad_32s_C1R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit signed integer, single channel). |
static int |
JNppi.nppiWarpPerspectiveQuad_32s_C3R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit signed integer, three channels). |
static int |
JNppi.nppiWarpPerspectiveQuad_32s_C4R(TypedPointer<Npp32s> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit signed integer, four channels). |
static int |
JNppi.nppiWarpPerspectiveQuad_32s_P3R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit signed integer, three planes). |
static int |
JNppi.nppiWarpPerspectiveQuad_32s_P4R(TypedPointer<Npp32s>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp32s>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (32bit signed integer, four planes). |
static int |
JNppi.nppiWarpPerspectiveQuad_8u_AC4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four channels RGBA). |
static int |
JNppi.nppiWarpPerspectiveQuad_8u_C1R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, single channel). |
static int |
JNppi.nppiWarpPerspectiveQuad_8u_C3R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, three channels). |
static int |
JNppi.nppiWarpPerspectiveQuad_8u_C4R(TypedPointer<Npp8u> pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four channels). |
static int |
JNppi.nppiWarpPerspectiveQuad_8u_P3R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, three planes). |
static int |
JNppi.nppiWarpPerspectiveQuad_8u_P4R(TypedPointer<Npp8u>[] pSrc,
NppiSize oSrcSize,
int nSrcStep,
NppiRect srcRoi,
double[][] srcQuad,
TypedPointer<Npp8u>[] pDst,
int nDstStep,
NppiRect dstRoi,
double[][] dstQuad,
int eInterpolation)
Perspective transform of an image (8bit unsigned integer, four planes). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |