@Properties(inherit=nppig.class) public class NppiResizeBatchCXR extends Pointer
NPPI_INTER_NN
NPPI_INTER_LINEAR
NPPI_INTER_CUBIC
NPPI_INTER_SUPER
\section resize_error_codes Error Codes
The resize primitives return the following error codes:
- ::NPP_RESIZE_NO_OPERATION_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 |
|---|
NppiResizeBatchCXR()
Default native constructor.
|
NppiResizeBatchCXR(long size)
Native array allocator.
|
NppiResizeBatchCXR(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
nDstStep() |
NppiResizeBatchCXR |
nDstStep(int setter) |
int |
nSrcStep() |
NppiResizeBatchCXR |
nSrcStep(int setter) |
Pointer |
pDst() |
NppiResizeBatchCXR |
pDst(Pointer setter) |
NppiResizeBatchCXR |
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 NppiResizeBatchCXR()
public NppiResizeBatchCXR(long size)
Pointer.position(long).public NppiResizeBatchCXR(Pointer p)
Pointer.Pointer(Pointer).public NppiResizeBatchCXR position(long position)
@MemberGetter @Const public Pointer pSrc()
public int nSrcStep()
public NppiResizeBatchCXR nSrcStep(int setter)
public Pointer pDst()
public NppiResizeBatchCXR pDst(Pointer setter)
public int nDstStep()
public NppiResizeBatchCXR nDstStep(int setter)
Copyright © 2019. All rights reserved.