public static class StereoDepthProperties.RectificationMesh extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
RectificationMesh()
Default native constructor.
|
RectificationMesh(long size)
Native array allocator.
|
RectificationMesh(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
StereoDepthProperties.RectificationMesh |
getPointer(long i) |
BytePointer |
meshLeftUri()
Uri which points to the mesh array for 'left' input rectification
|
StereoDepthProperties.RectificationMesh |
meshLeftUri(BytePointer setter) |
BytePointer |
meshRightUri()
Uri which points to the mesh array for 'right' input rectification
|
StereoDepthProperties.RectificationMesh |
meshRightUri(BytePointer setter) |
IntOptional |
meshSize()
Mesh array size in bytes, for each of 'left' and 'right' (need to match)
|
StereoDepthProperties.RectificationMesh |
meshSize(IntOptional setter) |
StereoDepthProperties.RectificationMesh |
position(long position) |
short |
stepHeight()
Distance between mesh points, in the vertical direction
|
StereoDepthProperties.RectificationMesh |
stepHeight(short setter) |
short |
stepWidth()
Distance between mesh points, in the horizontal direction
|
StereoDepthProperties.RectificationMesh |
stepWidth(short setter) |
address, 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, zero
public RectificationMesh()
public RectificationMesh(long size)
Pointer.position(long)
.public RectificationMesh(Pointer p)
Pointer(Pointer)
.public StereoDepthProperties.RectificationMesh position(long position)
public StereoDepthProperties.RectificationMesh getPointer(long i)
getPointer
in class Pointer
@StdString public BytePointer meshLeftUri()
public StereoDepthProperties.RectificationMesh meshLeftUri(BytePointer setter)
@StdString public BytePointer meshRightUri()
public StereoDepthProperties.RectificationMesh meshRightUri(BytePointer setter)
@ByRef @Cast(value="tl::optional<std::uint32_t>*") public IntOptional meshSize()
public StereoDepthProperties.RectificationMesh meshSize(IntOptional setter)
@Cast(value="uint16_t") public short stepWidth()
public StereoDepthProperties.RectificationMesh stepWidth(short setter)
@Cast(value="uint16_t") public short stepHeight()
public StereoDepthProperties.RectificationMesh stepHeight(short setter)
Copyright © 2024. All rights reserved.