public static class RawStereoDepthConfig.CostAggregation extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Modifier and Type | Field and Description |
|---|---|
static int |
defaultPenaltyP1 |
static int |
defaultPenaltyP2 |
| Constructor and Description |
|---|
CostAggregation()
Default native constructor.
|
CostAggregation(long size)
Native array allocator.
|
CostAggregation(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
defaultPenaltyP1() |
static int |
defaultPenaltyP2() |
byte |
divisionFactor()
Cost calculation linear equation parameters.
|
RawStereoDepthConfig.CostAggregation |
divisionFactor(byte setter) |
RawStereoDepthConfig.CostAggregation |
getPointer(long i) |
short |
horizontalPenaltyCostP1()
Horizontal P1 penalty cost parameter.
|
RawStereoDepthConfig.CostAggregation |
horizontalPenaltyCostP1(short setter) |
short |
horizontalPenaltyCostP2()
Horizontal P2 penalty cost parameter.
|
RawStereoDepthConfig.CostAggregation |
horizontalPenaltyCostP2(short setter) |
RawStereoDepthConfig.CostAggregation |
position(long position) |
short |
verticalPenaltyCostP1()
Vertical P1 penalty cost parameter.
|
RawStereoDepthConfig.CostAggregation |
verticalPenaltyCostP1(short setter) |
short |
verticalPenaltyCostP2()
Vertical P2 penalty cost parameter.
|
RawStereoDepthConfig.CostAggregation |
verticalPenaltyCostP2(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, zeropublic static final int defaultPenaltyP1
public static final int defaultPenaltyP2
public CostAggregation()
public CostAggregation(long size)
Pointer.position(long).public CostAggregation(Pointer p)
Pointer(Pointer).public RawStereoDepthConfig.CostAggregation position(long position)
public RawStereoDepthConfig.CostAggregation getPointer(long i)
getPointer in class Pointer@MemberGetter public static int defaultPenaltyP1()
@MemberGetter public static int defaultPenaltyP2()
@Cast(value="uint8_t") public byte divisionFactor()
public RawStereoDepthConfig.CostAggregation divisionFactor(byte setter)
@Cast(value="uint16_t") public short horizontalPenaltyCostP1()
public RawStereoDepthConfig.CostAggregation horizontalPenaltyCostP1(short setter)
@Cast(value="uint16_t") public short horizontalPenaltyCostP2()
public RawStereoDepthConfig.CostAggregation horizontalPenaltyCostP2(short setter)
@Cast(value="uint16_t") public short verticalPenaltyCostP1()
public RawStereoDepthConfig.CostAggregation verticalPenaltyCostP1(short setter)
@Cast(value="uint16_t") public short verticalPenaltyCostP2()
public RawStereoDepthConfig.CostAggregation verticalPenaltyCostP2(short setter)
Copyright © 2023. All rights reserved.