@Namespace(value="dai") @NoOffset @Properties(inherit=depthai.class) public class ImageManipProperties extends ImageManipPropertiesSerializable
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ImageManipProperties()
Default native constructor.
|
ImageManipProperties(long size)
Native array allocator.
|
ImageManipProperties(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ImageManipProperties |
getPointer(long i) |
RawImageManipConfig |
initialConfig()
Initial configuration for ImageManip node
|
ImageManipProperties |
initialConfig(RawImageManipConfig setter) |
int |
meshHeight()
Custom warp mesh height.
|
ImageManipProperties |
meshHeight(int setter) |
BytePointer |
meshUri()
Custom warp mesh uri.
|
ImageManipProperties |
meshUri(BytePointer setter) |
int |
meshWidth()
Custom warp mesh width.
|
ImageManipProperties |
meshWidth(int setter) |
int |
numFramesPool()
Num frames in output pool
|
ImageManipProperties |
numFramesPool(int setter) |
int |
outputFrameSize()
Maximum output frame size in bytes (eg: 300x300 BGR image -> 300*300*3 bytes)
|
ImageManipProperties |
outputFrameSize(int setter) |
ImageManipProperties |
position(long position) |
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 ImageManipProperties()
public ImageManipProperties(long size)
Pointer.position(long).public ImageManipProperties(Pointer p)
Pointer(Pointer).public ImageManipProperties position(long position)
position in class ImageManipPropertiesSerializablepublic ImageManipProperties getPointer(long i)
getPointer in class ImageManipPropertiesSerializable@ByRef public RawImageManipConfig initialConfig()
public ImageManipProperties initialConfig(RawImageManipConfig setter)
public int outputFrameSize()
public ImageManipProperties outputFrameSize(int setter)
public int numFramesPool()
public ImageManipProperties numFramesPool(int setter)
public int meshWidth()
public ImageManipProperties meshWidth(int setter)
public int meshHeight()
public ImageManipProperties meshHeight(int setter)
@StdString public BytePointer meshUri()
public ImageManipProperties meshUri(BytePointer setter)
Copyright © 2023. All rights reserved.