public static class RawStereoDepthConfig.CostMatching extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
RawStereoDepthConfig.CostMatching.DisparityWidth
Disparity search range: 64 or 96 pixels are supported by the HW.
|
static class |
RawStereoDepthConfig.CostMatching.LinearEquationParameters
The linear equation applied for computing the cost is:
COMB_COST = ??*AD + ??*(CTC<<3).
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CostMatching()
Default native constructor.
|
CostMatching(long size)
Native array allocator.
|
CostMatching(Pointer p)
Pointer cast constructor.
|
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, zeropublic CostMatching()
public CostMatching(long size)
Pointer.position(long).public CostMatching(Pointer p)
Pointer(Pointer).public RawStereoDepthConfig.CostMatching position(long position)
public RawStereoDepthConfig.CostMatching getPointer(long i)
getPointer in class Pointerpublic RawStereoDepthConfig.CostMatching.DisparityWidth disparityWidth()
public RawStereoDepthConfig.CostMatching disparityWidth(RawStereoDepthConfig.CostMatching.DisparityWidth setter)
@Cast(value="bool") public boolean enableCompanding()
public RawStereoDepthConfig.CostMatching enableCompanding(boolean setter)
@Cast(value="uint8_t") public byte invalidDisparityValue()
public RawStereoDepthConfig.CostMatching invalidDisparityValue(byte setter)
@Cast(value="uint8_t") public byte confidenceThreshold()
public RawStereoDepthConfig.CostMatching confidenceThreshold(byte setter)
@ByRef public RawStereoDepthConfig.CostMatching.LinearEquationParameters linearEquationParameters()
public RawStereoDepthConfig.CostMatching linearEquationParameters(RawStereoDepthConfig.CostMatching.LinearEquationParameters setter)
Copyright © 2023. All rights reserved.