@Properties(inherit=nppig.class) public class NppiWarpAffineBatchCXR extends Pointer
NPPI_INTER_NN
NPPI_INTER_LINEAR
NPPI_INTER_CUBIC
\section Error Codes
The warp affine primitives return the following error codes:
- ::NPP_RECTANGLE_ERROR if either destination ROI width or
height is less than 1 pixel.
- ::NPP_INTERPOLATION_ERROR if eInterpolation has an illegal value.
- ::NPP_SIZE_ERROR if source size width or height is less than 2 pixels.
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
NppiWarpAffineBatchCXR()
Default native constructor.
|
NppiWarpAffineBatchCXR(long size)
Native array allocator.
|
NppiWarpAffineBatchCXR(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DoublePointer |
aTransformedCoeffs() |
double |
aTransformedCoeffs(int i,
int j) |
NppiWarpAffineBatchCXR |
aTransformedCoeffs(int i,
int j,
double setter) |
int |
nDstStep() |
NppiWarpAffineBatchCXR |
nDstStep(int setter) |
int |
nSrcStep() |
NppiWarpAffineBatchCXR |
nSrcStep(int setter) |
DoublePointer |
pCoeffs() |
NppiWarpAffineBatchCXR |
pCoeffs(DoublePointer setter) |
Pointer |
pDst() |
NppiWarpAffineBatchCXR |
pDst(Pointer setter) |
NppiWarpAffineBatchCXR |
position(long position) |
Pointer |
pSrc() |
NppiWarpAffineBatchCXR |
pSrc(Pointer setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic NppiWarpAffineBatchCXR()
public NppiWarpAffineBatchCXR(long size)
Pointer.position(long).public NppiWarpAffineBatchCXR(Pointer p)
Pointer.Pointer(Pointer).public NppiWarpAffineBatchCXR position(long position)
public NppiWarpAffineBatchCXR pSrc(Pointer setter)
public int nSrcStep()
public NppiWarpAffineBatchCXR nSrcStep(int setter)
public Pointer pDst()
public NppiWarpAffineBatchCXR pDst(Pointer setter)
public int nDstStep()
public NppiWarpAffineBatchCXR nDstStep(int setter)
@Cast(value="Npp64f*") public DoublePointer pCoeffs()
public NppiWarpAffineBatchCXR pCoeffs(DoublePointer setter)
public NppiWarpAffineBatchCXR aTransformedCoeffs(int i, int j, double setter)
@MemberGetter @Cast(value="Npp64f(* /*[2]*/ )[3]") public DoublePointer aTransformedCoeffs()
Copyright © 2019. All rights reserved.