@Namespace(value="dai") @NoOffset @Properties(inherit=depthai.class) public class WarpProperties extends WarpPropertiesSerializable
| Modifier and Type | Class and Description |
|---|---|
static class |
WarpProperties.Interpolation |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
WarpProperties()
Default native constructor.
|
WarpProperties(long size)
Native array allocator.
|
WarpProperties(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
WarpProperties |
getPointer(long i) |
WarpProperties.Interpolation |
interpolation() |
WarpProperties |
interpolation(WarpProperties.Interpolation setter) |
int |
meshHeight()
Custom warp mesh height.
|
WarpProperties |
meshHeight(int setter) |
BytePointer |
meshUri()
Custom warp mesh uri.
|
WarpProperties |
meshUri(BytePointer setter) |
int |
meshWidth()
Custom warp mesh width.
|
WarpProperties |
meshWidth(int setter) |
int |
numFramesPool()
Num frames in output pool
|
WarpProperties |
numFramesPool(int setter) |
int |
outputFrameSize()
Maximum output frame size in bytes (eg: 300x300 BGR image -> 300*300*3 bytes)
|
WarpProperties |
outputFrameSize(int setter) |
int |
outputHeight()
Output height
|
WarpProperties |
outputHeight(int setter) |
int |
outputWidth()
Output width
|
WarpProperties |
outputWidth(int setter) |
WarpProperties |
position(long position) |
IntVector |
warpHwIds()
Warp HW IDs to use, if empty, use auto/default
|
WarpProperties |
warpHwIds(IntVector setter) |
clone, serialize, serialize, serialize, serialize, serialize, serialize, serialize, serialize, serializeaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic WarpProperties()
public WarpProperties(long size)
Pointer.position(long).public WarpProperties(Pointer p)
Pointer(Pointer).public WarpProperties position(long position)
position in class WarpPropertiesSerializablepublic WarpProperties getPointer(long i)
getPointer in class WarpPropertiesSerializablepublic int outputWidth()
public WarpProperties outputWidth(int setter)
public int outputHeight()
public WarpProperties outputHeight(int setter)
public int outputFrameSize()
public WarpProperties outputFrameSize(int setter)
public int numFramesPool()
public WarpProperties numFramesPool(int setter)
public int meshWidth()
public WarpProperties meshWidth(int setter)
public int meshHeight()
public WarpProperties meshHeight(int setter)
@StdString public BytePointer meshUri()
public WarpProperties meshUri(BytePointer setter)
public WarpProperties warpHwIds(IntVector setter)
public WarpProperties.Interpolation interpolation()
public WarpProperties interpolation(WarpProperties.Interpolation setter)
Copyright © 2023. All rights reserved.