NVIDIA 2D Image And Signal Performance Primitives (NPP)
Version 11.2.1.*
|
Transforms (warps) an image based on a perspective transform. More...
Functions | |
NppStatus | nppiWarpPerspective_8u_C1R_Ctx (const Npp8u *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp8u *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation, NppStreamContext nppStreamCtx) |
Single-channel 8-bit unsigned integer perspective warp. More... |
|
NppStatus | nppiWarpPerspective_8u_C1R (const Npp8u *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp8u *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation) |
NppStatus | nppiWarpPerspective_8u_C3R_Ctx (const Npp8u *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp8u *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation, NppStreamContext nppStreamCtx) |
Three-channel 8-bit unsigned integer perspective warp. More... |
|
NppStatus | nppiWarpPerspective_8u_C3R (const Npp8u *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp8u *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation) |
NppStatus | nppiWarpPerspective_8u_C4R_Ctx (const Npp8u *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp8u *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation, NppStreamContext nppStreamCtx) |
Four-channel 8-bit unsigned integer perspective warp. More... |
|
NppStatus | nppiWarpPerspective_8u_C4R (const Npp8u *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp8u *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation) |
NppStatus | nppiWarpPerspective_8u_AC4R_Ctx (const Npp8u *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp8u *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation, NppStreamContext nppStreamCtx) |
Four-channel 8-bit unsigned integer perspective warp, ignoring alpha channel. More... |
|
NppStatus | nppiWarpPerspective_8u_AC4R (const Npp8u *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp8u *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation) |
NppStatus | nppiWarpPerspective_8u_P3R_Ctx (const Npp8u *pSrc[3], NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp8u *pDst[3], int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation, NppStreamContext nppStreamCtx) |
Three-channel planar 8-bit unsigned integer perspective warp. More... |
|
NppStatus | nppiWarpPerspective_8u_P3R (const Npp8u *pSrc[3], NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp8u *pDst[3], int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation) |
NppStatus | nppiWarpPerspective_8u_P4R_Ctx (const Npp8u *pSrc[4], NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp8u *pDst[4], int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation, NppStreamContext nppStreamCtx) |
Four-channel planar 8-bit unsigned integer perspective warp. More... |
|
NppStatus | nppiWarpPerspective_8u_P4R (const Npp8u *pSrc[4], NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp8u *pDst[4], int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation) |
NppStatus | nppiWarpPerspective_16u_C1R_Ctx (const Npp16u *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp16u *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation, NppStreamContext nppStreamCtx) |
Single-channel 16-bit unsigned integer perspective warp. More... |
|
NppStatus | nppiWarpPerspective_16u_C1R (const Npp16u *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp16u *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation) |
NppStatus | nppiWarpPerspective_16u_C3R_Ctx (const Npp16u *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp16u *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation, NppStreamContext nppStreamCtx) |
Three-channel 16-bit unsigned integer perspective warp. More... |
|
NppStatus | nppiWarpPerspective_16u_C3R (const Npp16u *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp16u *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation) |
NppStatus | nppiWarpPerspective_16u_C4R_Ctx (const Npp16u *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp16u *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation, NppStreamContext nppStreamCtx) |
Four-channel 16-bit unsigned integer perspective warp. More... |
|
NppStatus | nppiWarpPerspective_16u_C4R (const Npp16u *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp16u *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation) |
NppStatus | nppiWarpPerspective_16u_AC4R_Ctx (const Npp16u *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp16u *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation, NppStreamContext nppStreamCtx) |
Four-channel 16-bit unsigned integer perspective warp, igoring alpha channel. More... |
|
NppStatus | nppiWarpPerspective_16u_AC4R (const Npp16u *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp16u *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation) |
NppStatus | nppiWarpPerspective_16u_P3R_Ctx (const Npp16u *pSrc[3], NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp16u *pDst[3], int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation, NppStreamContext nppStreamCtx) |
Three-channel planar 16-bit unsigned integer perspective warp. More... |
|
NppStatus | nppiWarpPerspective_16u_P3R (const Npp16u *pSrc[3], NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp16u *pDst[3], int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation) |
NppStatus | nppiWarpPerspective_16u_P4R_Ctx (const Npp16u *pSrc[4], NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp16u *pDst[4], int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation, NppStreamContext nppStreamCtx) |
Four-channel planar 16-bit unsigned integer perspective warp. More... |
|
NppStatus | nppiWarpPerspective_16u_P4R (const Npp16u *pSrc[4], NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp16u *pDst[4], int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation) |
NppStatus | nppiWarpPerspective_32s_C1R_Ctx (const Npp32s *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp32s *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation, NppStreamContext nppStreamCtx) |
Single-channel 32-bit signed integer perspective warp. More... |
|
NppStatus | nppiWarpPerspective_32s_C1R (const Npp32s *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp32s *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation) |
NppStatus | nppiWarpPerspective_32s_C3R_Ctx (const Npp32s *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp32s *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation, NppStreamContext nppStreamCtx) |
Three-channel 32-bit signed integer perspective warp. More... |
|
NppStatus | nppiWarpPerspective_32s_C3R (const Npp32s *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp32s *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation) |
NppStatus | nppiWarpPerspective_32s_C4R_Ctx (const Npp32s *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp32s *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation, NppStreamContext nppStreamCtx) |
Four-channel 32-bit signed integer perspective warp. More... |
|
NppStatus | nppiWarpPerspective_32s_C4R (const Npp32s *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp32s *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation) |
NppStatus | nppiWarpPerspective_32s_AC4R_Ctx (const Npp32s *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp32s *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation, NppStreamContext nppStreamCtx) |
Four-channel 32-bit signed integer perspective warp, igoring alpha channel. More... |
|
NppStatus | nppiWarpPerspective_32s_AC4R (const Npp32s *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp32s *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation) |
NppStatus | nppiWarpPerspective_32s_P3R_Ctx (const Npp32s *pSrc[3], NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp32s *pDst[3], int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation, NppStreamContext nppStreamCtx) |
Three-channel planar 32-bit signed integer perspective warp. More... |
|
NppStatus | nppiWarpPerspective_32s_P3R (const Npp32s *pSrc[3], NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp32s *pDst[3], int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation) |
NppStatus | nppiWarpPerspective_32s_P4R_Ctx (const Npp32s *pSrc[4], NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp32s *pDst[4], int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation, NppStreamContext nppStreamCtx) |
Four-channel planar 32-bit signed integer perspective warp. More... |
|
NppStatus | nppiWarpPerspective_32s_P4R (const Npp32s *pSrc[4], NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp32s *pDst[4], int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation) |
NppStatus | nppiWarpPerspective_16f_C1R_Ctx (const Npp16f *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp16f *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation, NppStreamContext nppStreamCtx) |
Single-channel 16-bit floating-point perspective warp. More... |
|
NppStatus | nppiWarpPerspective_16f_C1R (const Npp16f *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp16f *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation) |
NppStatus | nppiWarpPerspective_16f_C3R_Ctx (const Npp16f *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp16f *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation, NppStreamContext nppStreamCtx) |
Three-channel 16-bit floating-point perspective warp. More... |
|
NppStatus | nppiWarpPerspective_16f_C3R (const Npp16f *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp16f *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation) |
NppStatus | nppiWarpPerspective_16f_C4R_Ctx (const Npp16f *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp16f *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation, NppStreamContext nppStreamCtx) |
Four-channel 16-bit floating-point perspective warp. More... |
|
NppStatus | nppiWarpPerspective_16f_C4R (const Npp16f *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp16f *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation) |
NppStatus | nppiWarpPerspective_32f_C1R_Ctx (const Npp32f *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp32f *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation, NppStreamContext nppStreamCtx) |
Single-channel 32-bit floating-point perspective warp. More... |
|
NppStatus | nppiWarpPerspective_32f_C1R (const Npp32f *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp32f *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation) |
NppStatus | nppiWarpPerspective_32f_C3R_Ctx (const Npp32f *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp32f *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation, NppStreamContext nppStreamCtx) |
Three-channel 32-bit floating-point perspective warp. More... |
|
NppStatus | nppiWarpPerspective_32f_C3R (const Npp32f *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp32f *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation) |
NppStatus | nppiWarpPerspective_32f_C4R_Ctx (const Npp32f *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp32f *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation, NppStreamContext nppStreamCtx) |
Four-channel 32-bit floating-point perspective warp. More... |
|
NppStatus | nppiWarpPerspective_32f_C4R (const Npp32f *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp32f *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation) |
NppStatus | nppiWarpPerspective_32f_AC4R_Ctx (const Npp32f *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp32f *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation, NppStreamContext nppStreamCtx) |
Four-channel 32-bit floating-point perspective warp, ignoring alpha channel. More... |
|
NppStatus | nppiWarpPerspective_32f_AC4R (const Npp32f *pSrc, NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp32f *pDst, int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation) |
NppStatus | nppiWarpPerspective_32f_P3R_Ctx (const Npp32f *pSrc[3], NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp32f *pDst[3], int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation, NppStreamContext nppStreamCtx) |
Three-channel planar 32-bit floating-point perspective warp. More... |
|
NppStatus | nppiWarpPerspective_32f_P3R (const Npp32f *pSrc[3], NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp32f *pDst[3], int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation) |
NppStatus | nppiWarpPerspective_32f_P4R_Ctx (const Npp32f *pSrc[4], NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp32f *pDst[4], int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation, NppStreamContext nppStreamCtx) |
Four-channel planar 32-bit floating-point perspective warp. More... |
|
NppStatus | nppiWarpPerspective_32f_P4R (const Npp32f *pSrc[4], NppiSize oSrcSize, int nSrcStep, NppiRect oSrcROI, Npp32f *pDst[4], int nDstStep, NppiRect oDstROI, const double aCoeffs[3][3], int eInterpolation) |
Transforms (warps) an image based on a perspective transform.
The perspective transform is given as a matrix C. A pixel location in the source image is mapped to the location in the destination image. The destination image coorodinates are computed as follows:
pSrc | Source-Image Pointer. |
oSrcSize | Size of source image in pixels. |
nSrcStep | Source-Image Line Step. |
oSrcROI | Source ROI. |
pDst | Destination-Image Pointer. |
nDstStep | Destination-Image Line Step. |
oDstROI | Destination ROI. |
aCoeffs | Perspective transform coefficients. |
eInterpolation | Interpolation mode: can be NPPI_INTER_NN, NPPI_INTER_LINEAR or NPPI_INTER_CUBIC. |
nppStreamCtx | Application Managed Stream Context. |
pSrc | Source-Planar-Image Pointer Array (host memory array containing device memory image plane pointers). |
oSrcSize | Size of source image in pixels. |
nSrcStep | Source-Image Line Step. |
oSrcROI | Source ROI. |
pDst | Destination-Planar-Image Pointer Array (host memory array containing device memory image plane pointers). |
nDstStep | Destination-Image Line Step. |
oDstROI | Destination ROI. |
aCoeffs | Perspective transform coefficients. |
eInterpolation | Interpolation mode: can be NPPI_INTER_NN, NPPI_INTER_LINEAR or NPPI_INTER_CUBIC. |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppiWarpPerspective_16f_C1R | ( | const Npp16f * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp16f * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation | ||
) |
NppStatus nppiWarpPerspective_16f_C1R_Ctx | ( | const Npp16f * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp16f * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation, | ||
NppStreamContext | nppStreamCtx | ||
) |
Single-channel 16-bit floating-point perspective warp.
For common parameter descriptions, see Common parameters for nppiWarpPerspective packed pixel functions.
NppStatus nppiWarpPerspective_16f_C3R | ( | const Npp16f * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp16f * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation | ||
) |
NppStatus nppiWarpPerspective_16f_C3R_Ctx | ( | const Npp16f * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp16f * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation, | ||
NppStreamContext | nppStreamCtx | ||
) |
Three-channel 16-bit floating-point perspective warp.
For common parameter descriptions, see Common parameters for nppiWarpPerspective packed pixel functions.
NppStatus nppiWarpPerspective_16f_C4R | ( | const Npp16f * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp16f * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation | ||
) |
NppStatus nppiWarpPerspective_16f_C4R_Ctx | ( | const Npp16f * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp16f * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation, | ||
NppStreamContext | nppStreamCtx | ||
) |
Four-channel 16-bit floating-point perspective warp.
For common parameter descriptions, see Common parameters for nppiWarpPerspective packed pixel functions.
NppStatus nppiWarpPerspective_16u_AC4R | ( | const Npp16u * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp16u * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation | ||
) |
NppStatus nppiWarpPerspective_16u_AC4R_Ctx | ( | const Npp16u * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp16u * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation, | ||
NppStreamContext | nppStreamCtx | ||
) |
Four-channel 16-bit unsigned integer perspective warp, igoring alpha channel.
For common parameter descriptions, see Common parameters for nppiWarpPerspective packed pixel functions.
NppStatus nppiWarpPerspective_16u_C1R | ( | const Npp16u * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp16u * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation | ||
) |
NppStatus nppiWarpPerspective_16u_C1R_Ctx | ( | const Npp16u * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp16u * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation, | ||
NppStreamContext | nppStreamCtx | ||
) |
Single-channel 16-bit unsigned integer perspective warp.
For common parameter descriptions, see Common parameters for nppiWarpPerspective packed pixel functions.
NppStatus nppiWarpPerspective_16u_C3R | ( | const Npp16u * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp16u * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation | ||
) |
NppStatus nppiWarpPerspective_16u_C3R_Ctx | ( | const Npp16u * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp16u * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation, | ||
NppStreamContext | nppStreamCtx | ||
) |
Three-channel 16-bit unsigned integer perspective warp.
For common parameter descriptions, see Common parameters for nppiWarpPerspective packed pixel functions.
NppStatus nppiWarpPerspective_16u_C4R | ( | const Npp16u * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp16u * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation | ||
) |
NppStatus nppiWarpPerspective_16u_C4R_Ctx | ( | const Npp16u * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp16u * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation, | ||
NppStreamContext | nppStreamCtx | ||
) |
Four-channel 16-bit unsigned integer perspective warp.
For common parameter descriptions, see Common parameters for nppiWarpPerspective packed pixel functions.
NppStatus nppiWarpPerspective_16u_P3R | ( | const Npp16u * | pSrc[3], |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp16u * | pDst[3], | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation | ||
) |
NppStatus nppiWarpPerspective_16u_P3R_Ctx | ( | const Npp16u * | pSrc[3], |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp16u * | pDst[3], | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation, | ||
NppStreamContext | nppStreamCtx | ||
) |
Three-channel planar 16-bit unsigned integer perspective warp.
For common parameter descriptions, see Common parameters for nppiWarpPerspective planar pixel functions.
NppStatus nppiWarpPerspective_16u_P4R | ( | const Npp16u * | pSrc[4], |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp16u * | pDst[4], | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation | ||
) |
NppStatus nppiWarpPerspective_16u_P4R_Ctx | ( | const Npp16u * | pSrc[4], |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp16u * | pDst[4], | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation, | ||
NppStreamContext | nppStreamCtx | ||
) |
Four-channel planar 16-bit unsigned integer perspective warp.
For common parameter descriptions, see Common parameters for nppiWarpPerspective planar pixel functions.
NppStatus nppiWarpPerspective_32f_AC4R | ( | const Npp32f * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp32f * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation | ||
) |
NppStatus nppiWarpPerspective_32f_AC4R_Ctx | ( | const Npp32f * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp32f * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation, | ||
NppStreamContext | nppStreamCtx | ||
) |
Four-channel 32-bit floating-point perspective warp, ignoring alpha channel.
For common parameter descriptions, see Common parameters for nppiWarpPerspective packed pixel functions.
NppStatus nppiWarpPerspective_32f_C1R | ( | const Npp32f * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp32f * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation | ||
) |
NppStatus nppiWarpPerspective_32f_C1R_Ctx | ( | const Npp32f * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp32f * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation, | ||
NppStreamContext | nppStreamCtx | ||
) |
Single-channel 32-bit floating-point perspective warp.
For common parameter descriptions, see Common parameters for nppiWarpPerspective packed pixel functions.
NppStatus nppiWarpPerspective_32f_C3R | ( | const Npp32f * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp32f * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation | ||
) |
NppStatus nppiWarpPerspective_32f_C3R_Ctx | ( | const Npp32f * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp32f * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation, | ||
NppStreamContext | nppStreamCtx | ||
) |
Three-channel 32-bit floating-point perspective warp.
For common parameter descriptions, see Common parameters for nppiWarpPerspective packed pixel functions.
NppStatus nppiWarpPerspective_32f_C4R | ( | const Npp32f * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp32f * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation | ||
) |
NppStatus nppiWarpPerspective_32f_C4R_Ctx | ( | const Npp32f * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp32f * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation, | ||
NppStreamContext | nppStreamCtx | ||
) |
Four-channel 32-bit floating-point perspective warp.
For common parameter descriptions, see Common parameters for nppiWarpPerspective packed pixel functions.
NppStatus nppiWarpPerspective_32f_P3R | ( | const Npp32f * | pSrc[3], |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp32f * | pDst[3], | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation | ||
) |
NppStatus nppiWarpPerspective_32f_P3R_Ctx | ( | const Npp32f * | pSrc[3], |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp32f * | pDst[3], | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation, | ||
NppStreamContext | nppStreamCtx | ||
) |
Three-channel planar 32-bit floating-point perspective warp.
For common parameter descriptions, see Common parameters for nppiWarpPerspective planar pixel functions.
NppStatus nppiWarpPerspective_32f_P4R | ( | const Npp32f * | pSrc[4], |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp32f * | pDst[4], | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation | ||
) |
NppStatus nppiWarpPerspective_32f_P4R_Ctx | ( | const Npp32f * | pSrc[4], |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp32f * | pDst[4], | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation, | ||
NppStreamContext | nppStreamCtx | ||
) |
Four-channel planar 32-bit floating-point perspective warp.
For common parameter descriptions, see Common parameters for nppiWarpPerspective planar pixel functions.
NppStatus nppiWarpPerspective_32s_AC4R | ( | const Npp32s * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp32s * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation | ||
) |
NppStatus nppiWarpPerspective_32s_AC4R_Ctx | ( | const Npp32s * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp32s * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation, | ||
NppStreamContext | nppStreamCtx | ||
) |
Four-channel 32-bit signed integer perspective warp, igoring alpha channel.
For common parameter descriptions, see Common parameters for nppiWarpPerspective packed pixel functions.
NppStatus nppiWarpPerspective_32s_C1R | ( | const Npp32s * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp32s * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation | ||
) |
NppStatus nppiWarpPerspective_32s_C1R_Ctx | ( | const Npp32s * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp32s * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation, | ||
NppStreamContext | nppStreamCtx | ||
) |
Single-channel 32-bit signed integer perspective warp.
For common parameter descriptions, see Common parameters for nppiWarpPerspective packed pixel functions.
NppStatus nppiWarpPerspective_32s_C3R | ( | const Npp32s * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp32s * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation | ||
) |
NppStatus nppiWarpPerspective_32s_C3R_Ctx | ( | const Npp32s * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp32s * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation, | ||
NppStreamContext | nppStreamCtx | ||
) |
Three-channel 32-bit signed integer perspective warp.
For common parameter descriptions, see Common parameters for nppiWarpPerspective packed pixel functions.
NppStatus nppiWarpPerspective_32s_C4R | ( | const Npp32s * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp32s * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation | ||
) |
NppStatus nppiWarpPerspective_32s_C4R_Ctx | ( | const Npp32s * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp32s * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation, | ||
NppStreamContext | nppStreamCtx | ||
) |
Four-channel 32-bit signed integer perspective warp.
For common parameter descriptions, see Common parameters for nppiWarpPerspective packed pixel functions.
NppStatus nppiWarpPerspective_32s_P3R | ( | const Npp32s * | pSrc[3], |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp32s * | pDst[3], | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation | ||
) |
NppStatus nppiWarpPerspective_32s_P3R_Ctx | ( | const Npp32s * | pSrc[3], |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp32s * | pDst[3], | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation, | ||
NppStreamContext | nppStreamCtx | ||
) |
Three-channel planar 32-bit signed integer perspective warp.
For common parameter descriptions, see Common parameters for nppiWarpPerspective planar pixel functions.
NppStatus nppiWarpPerspective_32s_P4R | ( | const Npp32s * | pSrc[4], |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp32s * | pDst[4], | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation | ||
) |
NppStatus nppiWarpPerspective_32s_P4R_Ctx | ( | const Npp32s * | pSrc[4], |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp32s * | pDst[4], | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation, | ||
NppStreamContext | nppStreamCtx | ||
) |
Four-channel planar 32-bit signed integer perspective warp.
For common parameter descriptions, see Common parameters for nppiWarpPerspective planar pixel functions.
NppStatus nppiWarpPerspective_8u_AC4R | ( | const Npp8u * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp8u * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation | ||
) |
NppStatus nppiWarpPerspective_8u_AC4R_Ctx | ( | const Npp8u * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp8u * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation, | ||
NppStreamContext | nppStreamCtx | ||
) |
Four-channel 8-bit unsigned integer perspective warp, ignoring alpha channel.
For common parameter descriptions, see Common parameters for nppiWarpPerspective packed pixel functions.
NppStatus nppiWarpPerspective_8u_C1R | ( | const Npp8u * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp8u * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation | ||
) |
NppStatus nppiWarpPerspective_8u_C1R_Ctx | ( | const Npp8u * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp8u * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation, | ||
NppStreamContext | nppStreamCtx | ||
) |
Single-channel 8-bit unsigned integer perspective warp.
For common parameter descriptions, see Common parameters for nppiWarpPerspective packed pixel functions.
NppStatus nppiWarpPerspective_8u_C3R | ( | const Npp8u * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp8u * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation | ||
) |
NppStatus nppiWarpPerspective_8u_C3R_Ctx | ( | const Npp8u * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp8u * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation, | ||
NppStreamContext | nppStreamCtx | ||
) |
Three-channel 8-bit unsigned integer perspective warp.
For common parameter descriptions, see Common parameters for nppiWarpPerspective packed pixel functions.
NppStatus nppiWarpPerspective_8u_C4R | ( | const Npp8u * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp8u * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation | ||
) |
NppStatus nppiWarpPerspective_8u_C4R_Ctx | ( | const Npp8u * | pSrc, |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp8u * | pDst, | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation, | ||
NppStreamContext | nppStreamCtx | ||
) |
Four-channel 8-bit unsigned integer perspective warp.
For common parameter descriptions, see Common parameters for nppiWarpPerspective packed pixel functions.
NppStatus nppiWarpPerspective_8u_P3R | ( | const Npp8u * | pSrc[3], |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp8u * | pDst[3], | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation | ||
) |
NppStatus nppiWarpPerspective_8u_P3R_Ctx | ( | const Npp8u * | pSrc[3], |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp8u * | pDst[3], | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation, | ||
NppStreamContext | nppStreamCtx | ||
) |
Three-channel planar 8-bit unsigned integer perspective warp.
For common parameter descriptions, see Common parameters for nppiWarpPerspective planar pixel functions.
NppStatus nppiWarpPerspective_8u_P4R | ( | const Npp8u * | pSrc[4], |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp8u * | pDst[4], | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation | ||
) |
NppStatus nppiWarpPerspective_8u_P4R_Ctx | ( | const Npp8u * | pSrc[4], |
NppiSize | oSrcSize, | ||
int | nSrcStep, | ||
NppiRect | oSrcROI, | ||
Npp8u * | pDst[4], | ||
int | nDstStep, | ||
NppiRect | oDstROI, | ||
const double | aCoeffs[3][3], | ||
int | eInterpolation, | ||
NppStreamContext | nppStreamCtx | ||
) |
Four-channel planar 8-bit unsigned integer perspective warp.
For common parameter descriptions, see Common parameters for nppiWarpPerspective planar pixel functions.