@Properties(inherit=nppig.class) public class NppiWarpPerspectiveBatchCXR extends Pointer
NPPI_INTER_NN
NPPI_INTER_LINEAR
NPPI_INTER_CUBIC
\section Error Codes
The warp perspective 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 |
|---|
NppiWarpPerspectiveBatchCXR()
Default native constructor.
|
NppiWarpPerspectiveBatchCXR(long size)
Native array allocator.
|
NppiWarpPerspectiveBatchCXR(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DoublePointer |
aTransformedCoeffs() |
double |
aTransformedCoeffs(int i,
int j) |
NppiWarpPerspectiveBatchCXR |
aTransformedCoeffs(int i,
int j,
double setter) |
NppiWarpPerspectiveBatchCXR |
getPointer(long i) |
int |
nDstStep() |
NppiWarpPerspectiveBatchCXR |
nDstStep(int setter) |
int |
nSrcStep() |
NppiWarpPerspectiveBatchCXR |
nSrcStep(int setter) |
DoublePointer |
pCoeffs() |
NppiWarpPerspectiveBatchCXR |
pCoeffs(DoublePointer setter) |
Pointer |
pDst() |
NppiWarpPerspectiveBatchCXR |
pDst(Pointer setter) |
NppiWarpPerspectiveBatchCXR |
position(long position) |
Pointer |
pSrc() |
NppiWarpPerspectiveBatchCXR |
pSrc(Pointer setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic NppiWarpPerspectiveBatchCXR()
public NppiWarpPerspectiveBatchCXR(long size)
Pointer.position(long).public NppiWarpPerspectiveBatchCXR(Pointer p)
Pointer.Pointer(Pointer).public NppiWarpPerspectiveBatchCXR position(long position)
public NppiWarpPerspectiveBatchCXR getPointer(long i)
getPointer in class Pointerpublic NppiWarpPerspectiveBatchCXR pSrc(Pointer setter)
public int nSrcStep()
public NppiWarpPerspectiveBatchCXR nSrcStep(int setter)
public Pointer pDst()
public NppiWarpPerspectiveBatchCXR pDst(Pointer setter)
public int nDstStep()
public NppiWarpPerspectiveBatchCXR nDstStep(int setter)
@Cast(value="Npp64f*") public DoublePointer pCoeffs()
public NppiWarpPerspectiveBatchCXR pCoeffs(DoublePointer setter)
public NppiWarpPerspectiveBatchCXR aTransformedCoeffs(int i, int j, double setter)
@MemberGetter @Cast(value="Npp64f(* /*[3]*/ )[3]") public DoublePointer aTransformedCoeffs()
Copyright © 2020. All rights reserved.