@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| 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) |
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() |
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, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic NppiWarpPerspectiveBatchCXR()
public NppiWarpPerspectiveBatchCXR(long size)
Pointer.position(long).public NppiWarpPerspectiveBatchCXR(Pointer p)
Pointer.Pointer(Pointer).public NppiWarpPerspectiveBatchCXR position(long position)
@MemberGetter @Const public Pointer pSrc()
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 © 2019. All rights reserved.