| Package | Description |
|---|---|
| org.bytedeco.cuda.global | |
| org.bytedeco.cuda.nppig |
| Modifier and Type | Method and Description |
|---|---|
static int |
nppig.nppiWarpAffineBatch_32f_AC4R(NppiSize oSmallestSrcSize,
NppiRect oSrcRectROI,
NppiRect oDstRectROI,
int eInterpolation,
NppiWarpAffineBatchCXR pBatchList,
int nBatchSize)
4 channel 32-bit floating point image warp affine batch not affecting alpha.
|
static int |
nppig.nppiWarpAffineBatch_32f_C1R(NppiSize oSmallestSrcSize,
NppiRect oSrcRectROI,
NppiRect oDstRectROI,
int eInterpolation,
NppiWarpAffineBatchCXR pBatchList,
int nBatchSize)
1 channel 32-bit floating point image warp affine batch.
|
static int |
nppig.nppiWarpAffineBatch_32f_C3R(NppiSize oSmallestSrcSize,
NppiRect oSrcRectROI,
NppiRect oDstRectROI,
int eInterpolation,
NppiWarpAffineBatchCXR pBatchList,
int nBatchSize)
3 channel 32-bit floating point image warp affine batch.
|
static int |
nppig.nppiWarpAffineBatch_32f_C4R(NppiSize oSmallestSrcSize,
NppiRect oSrcRectROI,
NppiRect oDstRectROI,
int eInterpolation,
NppiWarpAffineBatchCXR pBatchList,
int nBatchSize)
4 channel 32-bit floating point image warp affine batch.
|
static int |
nppig.nppiWarpAffineBatchInit(NppiWarpAffineBatchCXR pBatchList,
int nBatchSize)
Initializes the aTransformdedCoeffs array in pBatchList for each image in the list.
|
| Modifier and Type | Method and Description |
|---|---|
NppiWarpAffineBatchCXR |
NppiWarpAffineBatchCXR.aTransformedCoeffs(int i,
int j,
double setter) |
NppiWarpAffineBatchCXR |
NppiWarpAffineBatchCXR.nDstStep(int setter) |
NppiWarpAffineBatchCXR |
NppiWarpAffineBatchCXR.nSrcStep(int setter) |
NppiWarpAffineBatchCXR |
NppiWarpAffineBatchCXR.pCoeffs(DoublePointer setter) |
NppiWarpAffineBatchCXR |
NppiWarpAffineBatchCXR.pDst(Pointer setter) |
NppiWarpAffineBatchCXR |
NppiWarpAffineBatchCXR.position(long position) |
Copyright © 2019. All rights reserved.